summaryrefslogtreecommitdiff
path: root/source/auxiliary/ug/default.css
diff options
context:
space:
mode:
Diffstat (limited to 'source/auxiliary/ug/default.css')
-rw-r--r--source/auxiliary/ug/default.css17
1 files changed, 17 insertions, 0 deletions
diff --git a/source/auxiliary/ug/default.css b/source/auxiliary/ug/default.css
index 6539c25667..d48c64674f 100644
--- a/source/auxiliary/ug/default.css
+++ b/source/auxiliary/ug/default.css
@@ -89,3 +89,20 @@ h4, h5, h6
.debug
{ border: 1px solid black; padding: 3px; display: none;}
+
+/* Basic code syntax highlight */
+.identifier, .unknown
+ { color: green;}
+
+.keyword
+ { color: blue;}
+
+.comment
+ { color: gray;}
+
+.number, .string
+ { color: red;}
+
+.operator, .parameter
+ { color: black;}
+
LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/sd/CppunitTest_sd_filter_eppt.mk
AgeCommit message (Expand)Author
2023-01-31sd: use XTheme to transport the theme to xmloff import/exportTomaž Vajngerl
2022-11-11move password handling from SwModelTestBase to UnoApiTestXisco Fauli
2022-11-09UnoApiTest: factor out common codeXisco Fauli
2022-10-21CppunitTest_sd_filter_eppt: inherit from UnoApiTestXisco Fauli
2022-09-14merge sdfilt library into sdNoel Grandin
2022-05-30CppunitTest_sd_filter_eppt also needs the ASan hackStephan Bergmann
2022-05-25tdf#149205 sd theme: fix PPTX export loosing dk1 and lt1 colorsMiklos Vajna
2020-11-20tdf#127086 PPT export: fix lost bitmap fill for OOXML custom shapesMiklos Vajna