summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--solenv/inc/doxygen.cfg5
1 files changed, 4 insertions, 1 deletions
diff --git a/solenv/inc/doxygen.cfg b/solenv/inc/doxygen.cfg
index b7fe4223af10..26324fd65e6b 100644
--- a/solenv/inc/doxygen.cfg
+++ b/solenv/inc/doxygen.cfg
@@ -2017,7 +2017,10 @@ PREDEFINED = LINUX \
DBG_UTIL \
OSL_DEBUG_LEVEL=2 \
CUI \
- EXCEPTIONS_ON
+ EXCEPTIONS_ON \
+ _GIFPRIVATE \
+ _XBMPRIVATE \
+ _XPMPRIVATE
# If the MACRO_EXPANSION and EXPAND_ONLY_PREDEF tags are set to YES then this
# tag can be used to specify a list of macro names that should be expanded. The
h=feature/ooxml-analyze&id=4c9e62c6e3513a57e86dfb7ea06a74ce2943aaaa'>Java cleanup, convert ArrayList and Vector to use genericsNoel Grandin 2012-09-06Java cleanup, remove unnecessary importsNoel Grandin 2012-08-20Java5 updates - convert to genericsNoel Grandin 2012-08-20Remove dead java code, fields and local variablesNoel Grandin 2012-08-20Java update - fix various javadoc issuesNoel Grandin 2012-08-17gbuild: register all jarsMichael Stahl 2012-08-06Static method sleep from Thread should be accessed in a static wayJulien Nabet 2012-07-30Typo ressource -> resourceStephan Bergmann 2012-06-29Java5 updates - update code to use genericsNoel Grandin 2012-06-12re-base on ALv2 code.Michael Meeks 2012-05-07fdo#49580: Fix bean after gbuild'ificationStephan Bergmann 2012-05-07LocalOfficeConnection description must end in ServiceManagerStephan Bergmann 2012-04-29make gbuild the default assumption of build.plBjoern Michaelsen 2012-04-18WaE: cast from pointer to integer of different sizeDavid Tardon 2012-04-08gbuild: "use" vs. "add":Michael Stahl 2012-02-20gb_JunitTest_JunitTest takes only one argumentStephan Bergmann 2012-02-08Added READMEs for modules which used to be in componentsJosh Heidenreich 2012-02-05switch to include-based build rather than sourced-based buildNorbert Thiebaud 2012-01-11fix prefix of command line switches (-- instead of -)Andras Timar 2011-12-20Link most libs and executables with gb_STDLIBS as presumably is intendedTor Lillqvist 2011-12-12Bypass bean for Android which has no java.awtTor Lillqvist 2011-12-12Accept also Oracle Corporation as Java vendor here, tooTor Lillqvist 2011-12-12Kill a bunch of empty linesTor Lillqvist 2011-12-07in modules, when we have a env we are in stage gbuildBjoern Michaelsen 2011-12-01typo fix: explicitely -> explicitlyLior Kaplan 2011-11-29move reconfigure into gbuildBjoern Michaelsen 2011-11-25make gbuild makefiles run independant of pwd againBjoern Michaelsen