summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2011-08-12fix build issues in canvas on windowsNorbert Thiebaud
2011-08-12removed unused stuff from number formatterEike Rathke
2011-08-12Moved src tarball download place to libreoffice.orgThorsten Behrens
Normal src tarballs now under: http://dev-www.libreoffice.org/src 'extern' binaries/tarballs now under: http://dev-www.libreoffice.org/extern Grabbed copy of LinLibertine from external site http://www.numbertext.org/linux and moved to http://dev-www.libreoffice.org/src
2011-08-13cppcheck: possible null pointer dereference: pDlgTakeshi Abe
2011-08-12Import SmartArt graphics to ImpressThorsten Behrens
Extending the existing functionality to * properly parse and model the declarative shapes * provide means for round-tripping, and re-rendering the shapes from xml snippets * implements the layouts composite, cycle, linear, and the special 'text' node This is based on the initial smartart work from hfiguiere@novell.com
2011-08-12cppcheck: fix possible null pointer dereferenceTakeshi Abe
2011-08-12unusedcode.easy: class Array cleanup.Joseph Powers
2011-08-12WaE: initialise these, older gcc does not recognize we always do so laterMiklos Vajna
2011-08-12Merge remote-tracking branch 'feature/gsoc2011_rtfimport'Miklos Vajna
2011-08-12trailing quote went missingCaolán McNamara
2011-08-12WaE: pesky gcc 4.0.1Caolán McNamara
2011-08-12WaE: pesky gcc 4.0.1Caolán McNamara
2011-08-12update list, ditch newbiesCaolán McNamara
2011-08-12This one changes the button text and dialog header.Josh Heidenreich
2011-08-12ByteString, shrink apiCaolán McNamara
2011-08-12Related: rhbz#730225 avoid segv in ld, this was set to -O0 around 2000Caolán McNamara
2011-08-12reduce ByteString apiCaolán McNamara
2011-08-12callcatcher: unused codeCaolán McNamara
2011-08-12callcatcher: some unused codeCaolán McNamara