summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-08-15SvByteStringsSortDtor is now finally goneCaolán McNamara
2011-08-15callcatcher: remove code, hide's erAcks to-do code behind an ifdefCaolán McNamara
2011-08-15make it a const arrayCaolán McNamara
2011-08-15lets keep original encodingCaolán McNamara
2011-08-15callcatcher: remove ResetObjectBars_ImplCaolán McNamara
2011-08-15make these pure virtual to prove all implemented in sole sub-classCaolán McNamara
Facilitates merging of ServerFont and FreetypeServerFont
2011-08-15virtual method with wrong name, doesn't override what it thinks it doesCaolán McNamara
2011-08-15VirtDevServerFont isn't really implemented, remove to allow to simplifyCaolán McNamara
2011-08-15turn on cairo rendering of vertical textCaolán McNamara
2011-08-15Some PMD cleaningJulien Nabet
2011-08-15Fix wrong comments which prevent to compileJulien Nabet
2011-08-14merge snafuu: d.lst should be empty for gbuild moduleNorbert Thiebaud
2011-08-15Some PMD cleaningJulien Nabet
2011-08-15Fix ruler to not generate negative left indentThorsten Behrens
This fixes n#707779 - previously, with larger number format AbsLSpace, LRSpace's left indent could easily become negative - which the EditEngine does not like at all & exhibits repaint errors.
2011-08-15Commit fee11cbc61 changed encoding to UTF8, revert that.Jan Holesovsky
2011-08-14Fix visibility in basic to make automation link again.Jan Holesovsky
There are still some link warnings left, though.
2011-08-14=class OTableHelper: typo in private member name: refreshFor*gei*nKeysLionel Elie Mamane
2011-08-14Preserve CollateSingleJobs between calls to print dialogAlex Kempshall
Preserves the CollateSingleJobs between calls to print dialog
2011-08-14class SfxLibrary: Typo in private member name: maOrig*ni*alStorageURLLionel Elie Mamane
2011-08-14unused variable in Windows buildPierre-André Jacquod
according cppchecker, small cleaning
2011-08-14Bug 38486 SQL fixGabor Jenei
2011-08-14Some PMD cleaningJulien Nabet
2011-08-14sal_Bool -> bool and cosmeticsEike Rathke
2011-08-14sal_Bool -> bool and cosmeticsEike Rathke
2011-08-14fdo#37391 write and read [#REF!] in ODFF for reference errorsEike Rathke
* write [#REF!] to ODFF when any part of the reference is invalid * read [#REF!] as reference error * display #REF! in UI + parse #REF! in UI + implemented error constants defined in ODFF as error tokens + parse error constants from ODFF and in UI * fixed SUM, AVERAGE, SUMSQ, PRODUCT to propagate error
2011-08-14Add codeSnippet debugging output when dbglevel>1Tor Lillqvist
2011-08-14Add codeSnippet debugging output when dbglevel>1Tor Lillqvist
2011-08-14Try to make i18npool_cppunittester_all workTor Lillqvist
2011-08-14Start of C++/UNO bridge for iOS simulator and deviceTor Lillqvist
Unlikely to work yet, but at least builds for the simulator. We can not use dynamic code generation on iOS, so we use a fixed set of code snippets, genertated by a Perl script. Experimentation seems to indicate that a relatively small set of static code snippets should be enough in simple use cases with no extensions (that we can't really support on iOS anyway) and stuff. Except for the static set of snippets the code mostly is, or will be, an ifdefified combination of the gcc3_linux_arm and gcc3_macosx_intel code. The ABI on iOS ARM devices should be quite close to that on Linux ARM, knock on wood.
2011-08-14Add some commentsTor Lillqvist
2011-08-13download: when run twice, do not create foo/foo symlinkLionel Elie Mamane
2011-08-13discard unneeded outputDavid Tardon
2011-08-13fix a missing parentheisTakeshi Abe
2011-08-13all unix/gcc platforms have the same gb_UnoApiTarget settingsDavid Tardon
2011-08-13all unix/gcc platforms have the same gb_Configuration settingsDavid Tardon
2011-08-13config gb_Configuration for all platforms we buildDavid Tardon
2011-08-13officecfg: convert to gbuildMichael Stahl
2011-08-13gb_Deliver_add_deliverable takes 3 argsDavid Tardon
2011-08-13add solenv/gbuild/Configuration.mk to build various XCS/XCU filesMichael Stahl
2011-08-13A revert of a wrong piece of cppcheck cleaningJulien Nabet
2011-08-13Some cppcheck cleaningJulien Nabet
2011-08-13Replace removed ByteString API usageNorbert Thiebaud
2011-08-13fix fumble in makefileNorbert Thiebaud
2011-08-13silence marketing warning from windows compilerNorbert Thiebaud
2011-08-13windows compiler insist to have access to delete[], no matter whatNorbert Thiebaud
2011-08-13odbcconfig is not a console applicationNorbert Thiebaud
2011-08-13callcatcher: Remove unused ImplDockingWindowWrapper's methods.Jan Holesovsky
2011-08-13Remove dead command line switch from solenv/bin/build.pl (--dontgraboutput)Jordan Ayers
2011-08-13Remove dead code from solenv/bin/build.plJordan Ayers
Remove several unused functions, and an impossible warning.
2011-08-12Replace List with std::vector< ::basegfx::B2DPolyPolygon* >Joseph Powers