summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-10-23pyletter: missed importXisco Fauli1-1/+1
2012-10-23pyletter: remove java letter wizardXisco Fauli15-3669/+0
2012-10-23pyletter: enable python letter wizard by using ?insert urlXisco Fauli1-1/+1
2012-10-23pyletter: pack and register letter wizardXisco Fauli7-6/+111
2012-10-22remove nonexistant file from Zip_uretestPeter Foley1-1/+0
2012-10-22fdo#55290: CliAssembly: fix cbd9dddb: s/NAME/OUTFILE/Michael Stahl1-1/+1
2012-10-22mozilla import libraries have no "i" prefixMichael Stahl1-0/+2
2012-10-22drop rdbmaker completelyMatúš Kukan38-3409/+10
2012-10-22Some ::rtl::OUString to OUString in basctlRicardo Montania2-34/+34
2012-10-22loplugin: various warningsCaolán McNamara4-31/+24
2012-10-22SvTreeList: fix singular iterator compare assertionsMichael Stahl1-2/+4
2012-10-22OUString cleanup in basctlRicardo Montania5-33/+30
2012-10-22fdo#55800: fix hex color conversionIvan Timofeev1-2/+2
2012-10-22fdo#55034 Update default Hebrew font from Lucida Sans to Lucida Sans UnicodeLior Kaplan1-5/+5
2012-10-23Make SvTreeEntryList private to svtools.Kohei Yoshida6-79/+159
2012-10-23sal_Bool to bool.Kohei Yoshida2-298/+288
2012-10-22Updated tango_testingAlexander Wilms89-37339/+207257
2012-10-22make a configure message less confusingAndras Timar1-2/+2
2012-10-22move the ENABLE_DBGUTIL block higher in configureLuboš Luňák1-109/+109
2012-10-22Updated coreStephan Bergmann0-0/+0
2012-10-22fdo#46808: Missing @since tagStephan Bergmann1-0/+1
2012-10-22fdo#46808, Adapt xml::sax::XWriter UNO service to new styleNoel Grandin53-402/+336
2012-10-22CLANGPLUGIN_CPPFLAGS for building plugin for Clang in nonstandard locationStephan Bergmann3-2/+4
2012-10-22Work around some more Clang boost warningsStephan Bergmann1-0/+224
2012-10-22disable cursor in about dialog and message boxesIvan Timofeev7-7/+8
2012-10-22make dmake use C(XX)FLAGS from the environment tooLuboš Luňák1-2/+9
2012-10-22fail on configure debug options that no longer make senseLubos Lunak1-0/+6
2012-10-22disable gb_COMPILEROPTFLAGS in debug modeLubos Lunak2-0/+10
2012-10-22allow LDFLAGS from gbuild to be selective tooLubos Lunak6-5/+14
2012-10-22make configure remember C/CXX/OBJC/OBJCXX/LDFLAGS if explicitly passed to itLubos Lunak2-0/+59
2012-10-22we use -ggdb2 by default, not -ggdb3 (makes debuginfo way too big)Lubos Lunak1-1/+1
2012-10-22use (gb_)ENABLE_DBGUTIL rather than the confusing (gb_)PRODUCTLubos Lunak5-14/+15
2012-10-22clean up configure options for debugging buildLubos Lunak13-149/+94
2012-10-22Resolves: rhbz#868479 / fdo#56281 doubled ~ in German ok/cancel translationsCaolán McNamara1-5/+8
2012-10-22explictly require Bitmap to get imageCaolán McNamara1-1/+1
2012-10-22factor out common codeDavid Tardon1-7/+7
2012-10-22fdo#55290 create CLI assemblies with the right nameDavid Tardon2-5/+28
2012-10-22add missing depDavid Tardon1-1/+1
2012-10-22use absolute pathDavid Tardon1-3/+3
2012-10-22change the order of these checkboxesAndras Timar1-2/+2
2012-10-22accelerate shape import & export by more sensible XInterface handling.Michael Meeks3-9/+23
2012-10-22Seems that on the emulator the y scale is -1, huhTor Lillqvist1-1/+3
2012-10-22Add ucppkg1Tor Lillqvist1-0/+2
2012-10-22dummy_can_throw_anything reportedly needed at least with GCC 4.5.1, tooStephan Bergmann1-1/+1
2012-10-22String -> OUStringIvan Timofeev3-20/+16
2012-10-22typoAndras Timar1-1/+0
2012-10-22add help ID to 'Enable char units' checkboxAndras Timar1-0/+2
2012-10-22Remove arguments unused when compiling assembler object (-D, -I, etc.)Stephan Bergmann1-5/+1
2012-10-22-Werror,-Wtautological-constant-out-of-range-compareStephan Bergmann1-1/+2
2012-10-22implement secondary button groups in buttonboxesCaolán McNamara3-29/+74