summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2011-09-26new source files for class AxFontData moved from axbinaryreader.[ch]xxNoel Power2-0/+219
note original oracle copyright has been preserved as this code has just being moved to a new source/header file
2011-09-26add resource filesDavid Tardon18-44/+62
2011-09-26allow adding native windows res. files for executables tooDavid Tardon4-4/+6
2011-09-26private operator delete, use factoryCaolán McNamara1-3/+3
2011-09-26only allowed to create these via factory methods nowCaolán McNamara1-7/+7
2011-09-26callcatcher: remove unused codeCaolán McNamara2-11/+0
2011-09-26disambiguate ctorCaolán McNamara1-1/+2
2011-09-26ByteString->rtl::OStringBufferCaolán McNamara2-18/+14
2011-09-26callcatcher: unused codeCaolán McNamara3-7/+0
2011-09-26ByteString->rtl::OStringBufferCaolán McNamara1-5/+6
2011-09-26ByteString->rtl::OStringBufferCaolán McNamara1-10/+6
2011-09-26make sure these are safe wrt embedded NULLsCaolán McNamara2-2/+8
something of a micro optimization as well I guess
2011-09-26callcatcher: panelwindow unusedCaolán McNamara5-133/+0
2011-09-26take pity on the gcc 4.5.X usersCaolán McNamara2-5/+24
2011-09-26Fixed DBG_ASSERT broken by recent commit.Stephan Bergmann1-1/+1
2011-09-26remove bogus visibility annotation on template classMichael Meeks1-1/+1
2011-09-26cppcheck: unused variablesKorrawit Pruegsanusak1-2/+0
2011-09-26remove empty destructors in-lined on Mac, causing build errorsMichael Meeks1-3/+1
2011-09-26l10ntools doesn't exist in the HOST solver for non-desktop OSesTor Lillqvist1-1/+1
2011-09-26remove obsolete ColorTable lifecycle workaroundMichael Meeks1-2/+0
2011-09-26more post colortable cleanupMichael Meeks3-4/+4
2011-09-26Fixed DBG_ASSERT broken by recent commit.Stephan Bergmann1-1/+1
2011-09-26set product name and versionAndras Timar1-3/+1
2011-09-25don't echo JAVA_HOME twicePeter Foley1-1/+0
2011-09-25update post_download.inPeter Foley1-3/+3
2011-09-25remove unused acinclude.m4Peter Foley1-120/+0
2011-09-25Use AC_RUN_IFELSE AC_LINK_IFELSE AC_COMPILE_IFELSE AC_PREPROC_IFELSE macrosPeter Foley1-60/+41
Remove usage of the obsoleted AC_TRY_RUN AC_TRY_LINK AC_TRY_COMPILE AC_TRY_CPP macros
2011-09-25update config.guess and config.subPeter Foley2-169/+235
2011-09-25fix quoting and use AC_CANONICAL_HOSTPeter Foley1-3/+3
2011-09-26fix path to binaryurp.componentMatúš Kukan1-1/+1
2011-09-25convert binaryurp to gbuildMatúš Kukan10-135/+218
2011-09-25make the case not ENABLE_QUICKSTART_LIBPNG work againNorbert Thiebaud1-0/+6
2011-09-25Do not use AS_IF and AS_CASE macrosTomas Chvatal1-103/+107
Also cleanup space/tabs to use only 4 spaces everywhere.
2011-09-25hide a WaE... should be fixed properly when the issue is understoodNorbert Thiebaud1-0/+1
2011-09-25refactor start.c and splash.c. de-couple the 2 sources and avoid globalsNorbert Thiebaud3-399/+380
2011-09-25WaE hide unused parameterNorbert Thiebaud1-1/+1
2011-09-25Remove the comment as it confuses the macro expansion.Tomas Chvatal1-1/+1
2011-09-25Disable some extensions that apparently are enabled otherwiseTor Lillqvist1-0/+5
2011-09-25Update some java checks to check all vars properly.Tomas Chvatal1-11/+13
2011-09-25Fix compilation when SYSTEM_LIBXML headers are not in /usr/includeTor Lillqvist2-0/+12
Need to use LIBXML_CFLAGS, that's what it's for.
2011-09-25Drop apparently unneeded inclusion of l10ntools/compilehelp.hxxTor Lillqvist1-1/+0
Fixes compilation for non-desktop OSes (iOS and Android), for which we haven't built and delivered l10ntools.
2011-09-25Tell what "LB" meansTor Lillqvist1-0/+2
2011-09-24Avoid ambiguous Locale type by specifying full path to sun::star... ; the ↵Tomas Chvatal4-4/+4
other definition is from ICU.
2011-09-24For wiki-ext check also java and ext support.Tomas Chvatal1-1/+1
2011-09-24also here include linux-CPUNAME as in gbuild.mkMatúš Kukan1-1/+1
2011-09-24Manage Names: braodcast change in range names now directlyMarkus Mohrhard1-0/+4
2011-09-24add local range names to "Name Box"/ScPosWndMarkus Mohrhard2-19/+38
2011-09-24handle local range names from name box/navigator correctlyMarkus Mohrhard1-6/+24
2011-09-24show local range names in navigatorMarkus Mohrhard1-14/+35
2011-09-24unusedcode: vcl::PrinterFooMatúš Kukan3-68/+0