Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-08-15 | SvByteStringsSortDtor is now finally gone | Caolán McNamara | |
2011-08-15 | callcatcher: remove code, hide's erAcks to-do code behind an ifdef | Caolán McNamara | |
2011-08-15 | make it a const array | Caolán McNamara | |
2011-08-15 | lets keep original encoding | Caolán McNamara | |
2011-08-15 | callcatcher: remove ResetObjectBars_Impl | Caolán McNamara | |
2011-08-15 | make these pure virtual to prove all implemented in sole sub-class | Caolán McNamara | |
Facilitates merging of ServerFont and FreetypeServerFont | |||
2011-08-15 | virtual method with wrong name, doesn't override what it thinks it does | Caolán McNamara | |
2011-08-15 | VirtDevServerFont isn't really implemented, remove to allow to simplify | Caolán McNamara | |
2011-08-15 | turn on cairo rendering of vertical text | Caolán McNamara | |
2011-08-15 | Some PMD cleaning | Julien Nabet | |
2011-08-15 | Fix wrong comments which prevent to compile | Julien Nabet | |
2011-08-14 | merge snafuu: d.lst should be empty for gbuild module | Norbert Thiebaud | |
2011-08-15 | Some PMD cleaning | Julien Nabet | |
2011-08-15 | Fix ruler to not generate negative left indent | Thorsten 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-15 | Commit fee11cbc61 changed encoding to UTF8, revert that. | Jan Holesovsky | |
2011-08-14 | Fix 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*nKeys | Lionel Elie Mamane | |
2011-08-14 | Preserve CollateSingleJobs between calls to print dialog | Alex Kempshall | |
Preserves the CollateSingleJobs between calls to print dialog | |||
2011-08-14 | class SfxLibrary: Typo in private member name: maOrig*ni*alStorageURL | Lionel Elie Mamane | |
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 | |