Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-08-14 | unused variable in Windows build | Pierre-André Jacquod | |
according cppchecker, small cleaning | |||
2011-08-14 | Bug 38486 SQL fix | Gabor Jenei | |
2011-08-14 | Some PMD cleaning | Julien Nabet | |
2011-08-14 | sal_Bool -> bool and cosmetics | Eike Rathke | |
2011-08-14 | sal_Bool -> bool and cosmetics | Eike Rathke | |
2011-08-14 | fdo#37391 write and read [#REF!] in ODFF for reference errors | Eike 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-14 | Add codeSnippet debugging output when dbglevel>1 | Tor Lillqvist | |
2011-08-14 | Add codeSnippet debugging output when dbglevel>1 | Tor Lillqvist | |
2011-08-14 | Try to make i18npool_cppunittester_all work | Tor Lillqvist | |
2011-08-14 | Start of C++/UNO bridge for iOS simulator and device | Tor 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-14 | Add some comments | Tor Lillqvist | |
2011-08-13 | download: when run twice, do not create foo/foo symlink | Lionel Elie Mamane | |
2011-08-13 | discard unneeded output | David Tardon | |
2011-08-13 | fix a missing parentheis | Takeshi Abe | |
2011-08-13 | all unix/gcc platforms have the same gb_UnoApiTarget settings | David Tardon | |
2011-08-13 | all unix/gcc platforms have the same gb_Configuration settings | David Tardon | |
2011-08-13 | config gb_Configuration for all platforms we build | David Tardon | |
2011-08-13 | officecfg: convert to gbuild | Michael Stahl | |
2011-08-13 | gb_Deliver_add_deliverable takes 3 args | David Tardon | |
2011-08-13 | add solenv/gbuild/Configuration.mk to build various XCS/XCU files | Michael Stahl | |
2011-08-13 | A revert of a wrong piece of cppcheck cleaning | Julien Nabet | |
2011-08-13 | Some cppcheck cleaning | Julien Nabet | |
2011-08-13 | Replace removed ByteString API usage | Norbert Thiebaud | |
2011-08-13 | fix fumble in makefile | Norbert Thiebaud | |
2011-08-13 | silence marketing warning from windows compiler | Norbert Thiebaud | |
2011-08-13 | windows compiler insist to have access to delete[], no matter what | Norbert Thiebaud | |
2011-08-13 | odbcconfig is not a console application | Norbert Thiebaud | |
2011-08-13 | callcatcher: Remove unused ImplDockingWindowWrapper's methods. | Jan Holesovsky | |
2011-08-13 | Remove dead command line switch from solenv/bin/build.pl (--dontgraboutput) | Jordan Ayers | |
2011-08-13 | Remove dead code from solenv/bin/build.pl | Jordan Ayers | |
Remove several unused functions, and an impossible warning. | |||
2011-08-12 | Replace List with std::vector< ::basegfx::B2DPolyPolygon* > | Joseph Powers | |
2011-08-12 | fix build issues in canvas on windows | Norbert Thiebaud | |
2011-08-12 | removed unused stuff from number formatter | Eike Rathke | |
2011-08-12 | Moved src tarball download place to libreoffice.org | Thorsten 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-13 | cppcheck: possible null pointer dereference: pDlg | Takeshi Abe | |
2011-08-12 | Import SmartArt graphics to Impress | Thorsten 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-12 | cppcheck: fix possible null pointer dereference | Takeshi Abe | |
2011-08-12 | unusedcode.easy: class Array cleanup. | Joseph Powers | |
2011-08-12 | WaE: initialise these, older gcc does not recognize we always do so later | Miklos Vajna | |
2011-08-12 | Merge remote-tracking branch 'feature/gsoc2011_rtfimport' | Miklos Vajna | |
2011-08-12 | trailing quote went missing | Caolán McNamara | |
2011-08-12 | WaE: pesky gcc 4.0.1 | Caolán McNamara | |
2011-08-12 | WaE: pesky gcc 4.0.1 | Caolán McNamara | |
2011-08-12 | update list, ditch newbies | Caolán McNamara | |
2011-08-12 | This one changes the button text and dialog header. | Josh Heidenreich | |
2011-08-12 | ByteString, shrink api | Caolán McNamara | |
2011-08-12 | Related: rhbz#730225 avoid segv in ld, this was set to -O0 around 2000 | Caolán McNamara | |
2011-08-12 | reduce ByteString api | Caolán McNamara | |
2011-08-12 | callcatcher: unused code | Caolán McNamara | |
2011-08-12 | callcatcher: some unused code | Caolán McNamara | |