[Libreoffice-commits] help.git: 2 commits - help3xsl/default.css source/auxiliary

Olivier Hallot olivier.hallot at libreoffice.org
Sun Dec 3 19:18:02 UTC 2017


 help3xsl/default.css         |   17 +++++++++++------
 source/auxiliary/sbasic.tree |    5 +++++
 2 files changed, 16 insertions(+), 6 deletions(-)

New commits:
commit 02367b1b1afa3c284fc2594c4791bd2037e927e2
Author: Olivier Hallot <olivier.hallot at libreoffice.org>
Date:   Sun Dec 3 17:10:35 2017 -0200

    New Help: improve bascode div css.
    
    highlight basic code background color
    
    Change-Id: I64df0dad9443704675dd4a26be943521bc993e97
    Reviewed-on: https://gerrit.libreoffice.org/45751
    Reviewed-by: Olivier Hallot <olivier.hallot at libreoffice.org>
    Tested-by: Olivier Hallot <olivier.hallot at libreoffice.org>

diff --git a/help3xsl/default.css b/help3xsl/default.css
index 4feb3ae04..f4ee3273f 100644
--- a/help3xsl/default.css
+++ b/help3xsl/default.css
@@ -148,6 +148,11 @@ h6 {
     color: red;
     text-align: left;
 }
+.bascode {
+    background-color: #fafafa;
+    margin-left: 30px;
+    margin-right: 30px;
+}
 /* Basic code syntax highlight */
 
 .identifier,
@@ -273,15 +278,15 @@ header input[type="checkbox"]:checked ~ nav {
     color: #444;
     z-index: 100;
     /* line them up horizontally */
-    
+
     display: flex;
     flex-direction: row;
     /* allow for scrolling */
-    
+
     overflow-x: auto;
     overflow-y: hidden;
     /* make it smooth on iOS */
-    
+
     -webkit-overflow-scrolling: touch;
     clear: both;
     text-align: center;
@@ -492,14 +497,14 @@ header input[type=checkbox],
 }
 .contents-treeview {
     /*    font: normal 11px "Segoe UI", Arial, Sans-serif;*/
-    
+
     -moz-user-select: none;
     -webkit-user-select: none;
     user-select: none;
 }
 .contents-treeview a {
     /*     color: #00f; */
-    
+
     text-decoration: none;
 }
 .contents-treeview a:hover {
@@ -573,7 +578,7 @@ header input[type=checkbox],
         border-bottom-width: 0;
     }
     /* change the language menu direction to stacked */
-    
+
     header input[type="checkbox"]:checked ~ nav {
         flex-direction: column;
         max-width: 7.5em;
commit 862397faa8ea0e8b23d13fc1e929ebc8f2c15b3f
Author: Olivier Hallot <olivier.hallot at libreoffice.org>
Date:   Sun Dec 3 16:32:00 2017 -0200

    tdf#84675 undocumented BASIC - tree files update
    
    Change-Id: I06ace765057fe5fa9b8add62d232c8c0cbaf23f5
    Reviewed-on: https://gerrit.libreoffice.org/45750
    Reviewed-by: Olivier Hallot <olivier.hallot at libreoffice.org>
    Tested-by: Olivier Hallot <olivier.hallot at libreoffice.org>

diff --git a/source/auxiliary/sbasic.tree b/source/auxiliary/sbasic.tree
index a0b31e2f8..4ab018460 100644
--- a/source/auxiliary/sbasic.tree
+++ b/source/auxiliary/sbasic.tree
@@ -133,6 +133,7 @@
 <topic id="sbasic/text/sbasic/shared/03080501.xhp">Fix Function [Runtime]</topic>
 <topic id="sbasic/text/sbasic/shared/03090202.xhp">For...Next Statement [Runtime]</topic>
 <topic id="sbasic/text/sbasic/shared/03120301.xhp">Format Function [Runtime]</topic>
+<topic id="sbasic/text/sbasic/shared/03150000.xhp">FormatDateTime Function [Runtime - VBA]</topic>
 <topic id="sbasic/text/sbasic/shared/03020102.xhp">FreeFile Function [Runtime]</topic>
 <topic id="sbasic/text/sbasic/shared/03090405.xhp">FreeLibrary Function [Runtime]</topic>
 <topic id="sbasic/text/sbasic/shared/03090406.xhp">Function Statement [Runtime]</topic>
@@ -156,6 +157,7 @@
 <topic id="sbasic/text/sbasic/shared/03060300.xhp">Imp-Operator [Runtime]</topic>
 <topic id="sbasic/text/sbasic/shared/03120401.xhp">InStr Function [Runtime]</topic>
 <topic id="sbasic/text/sbasic/shared/03120411.xhp">InStrRev Function [Runtime - VBA]</topic>
+<topic id="sbasic/text/sbasic/shared/03160000.xhp">Input Function [Runtime - VBA]</topic>
 <topic id="sbasic/text/sbasic/shared/03010201.xhp">InputBox Function [Runtime]</topic>
 <topic id="sbasic/text/sbasic/shared/03020202.xhp">Input# Statement [Runtime]</topic>
 <topic id="sbasic/text/sbasic/shared/03080502.xhp">Int Function [Runtime]</topic>
@@ -224,6 +226,7 @@
 <topic id="sbasic/text/sbasic/shared/03120307.xhp">Right Function [Runtime]</topic>
 <topic id="sbasic/text/sbasic/shared/03020413.xhp">RmDir Statement [Runtime]</topic>
 <topic id="sbasic/text/sbasic/shared/03080302.xhp">Rnd Function [Runtime]</topic>
+<topic id="sbasic/text/sbasic/shared/03170000.xhp">Round Function [Runtime - VBA]</topic>
 <topic id="sbasic/text/sbasic/shared/03030204.xhp">Second Function [Runtime]</topic>
 <topic id="sbasic/text/sbasic/shared/03020304.xhp">Seek Function [Runtime]</topic>
 <topic id="sbasic/text/sbasic/shared/03020305.xhp">Seek Statement [Runtime]</topic>
@@ -256,12 +259,14 @@
 <topic id="sbasic/text/sbasic/shared/03120311.xhp">Trim Function [Runtime]</topic>
 <topic id="sbasic/text/sbasic/shared/03131300.xhp">TwipsPerPixelX Function [Runtime]</topic>
 <topic id="sbasic/text/sbasic/shared/03131400.xhp">TwipsPerPixelY Function [Runtime]</topic>
+<topic id="sbasic/text/sbasic/shared/03090413.xhp">Type Statement [Runtime]</topic>
 <topic id="sbasic/text/sbasic/shared/03103600.xhp">TypeName Function; VarType Function[Runtime]</topic>
 <topic id="sbasic/text/sbasic/shared/03103000.xhp">UBound Function [Runtime]</topic>
 <topic id="sbasic/text/sbasic/shared/03120310.xhp">UCase Function [Runtime]</topic>
 <topic id="sbasic/text/sbasic/shared/03120104.xhp">Val Function [Runtime]</topic>
 <topic id="sbasic/text/sbasic/shared/03130600.xhp">Wait Statement [Runtime]</topic>
 <topic id="sbasic/text/sbasic/shared/03030105.xhp">WeekDay Function [Runtime]</topic>
+<topic id="sbasic/text/sbasic/shared/03150001.xhp">WeekdayName Function [Runtime - VBA]</topic>
 <topic id="sbasic/text/sbasic/shared/03090203.xhp">While...Wend Statement[Runtime]</topic>
 <topic id="sbasic/text/sbasic/shared/03090411.xhp">With Statement [Runtime]</topic>
 <topic id="sbasic/text/sbasic/shared/03020205.xhp">Write Statement [Runtime]</topic>


More information about the Libreoffice-commits mailing list