summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-04-29configure.in: fix typofeature/coretextKorrawit Pruegsanusak1-2/+2
2012-04-15fix accidental virtual function overloadNorbert Thiebaud2-5/+9
2012-04-02Fix copy/paste errorTor Lillqvist1-1/+1
2012-04-02export NOCPPUNIT to disable all cppunit test in gbuild.Norbert Thiebaud1-0/+2
2012-04-02Initial basic support for CoreText. very partial and highly unstableNorbert Thiebaud12-4/+1892
2012-04-02WaE with MAc SDK > 10.4Norbert Thiebaud2-4/+8
2012-04-02add a configure flag to enable CoreText SupportNorbert Thiebaud2-1/+22
2012-03-16factorize what we can share for salgdi between CoreText and ATSUINorbert Thiebaud5-1622/+1732
2012-03-12move ATSUI entangled-code into its specific sub-directoryNorbert Thiebaud8-426/+456
2012-03-11Object Catalog pane in Basic IDETomcsik Bence12-19/+103
2012-03-11Add a virtual destrcutor to value to prevent memory leak in RTFValueArnaud Versini1-0/+2
2012-03-11remove accidental re-add of obsolete build_envNorbert Thiebaud1-11/+0
2012-03-11remove unused codePetr Vorel2-6/+0
2012-03-11Some cppcheck cleaningJulien Nabet5-6/+6
2012-03-11sal_Bool to bool in SAL_LOG if possibleLuboš Luňák1-5/+17
2012-03-10operator must be in template or argument namespaceLuboš Luňák1-2/+5
2012-03-10Correct some mistranslated commentsStefan Knorr (astron)4-9/+9
2012-03-10Translate German comments in core/cppuhelperTom Thorogood1-2/+2
2012-03-10Add more values that zoom shouldn't skipStefan Knorr (astron)2-2/+19
2012-03-10sdext: fix unit test for WindowsMatúš Kukan2-2/+3
2012-03-10no i prefix for lcms2.libMatúš Kukan1-1/+2
2012-03-10gbuild: remove some more realpathsMatúš Kukan18-50/+50
2012-03-10gbuild: get rid of realpath in gb_Foo_set_includeMatúš Kukan191-367/+367
2012-03-10extensions: export npsoplugin's symbolsMatúš Kukan2-18/+46
2012-03-10embedserv: convert to gbuildMatúš Kukan19-646/+207
2012-03-10Fix Possible null pointer dereferenceJulien Nabet1-2/+2
2012-03-10Fix Prefer prefix ++/-- operators for non-primitive typesJulien Nabet1-1/+1
2012-03-10Fix : statement following break will never be executedJulien Nabet1-2/+0
2012-03-10clang has broken -fvisibility-inlines-hiddenLuboš Luňák1-0/+29
2012-03-10clang does not know -ggdb2Luboš Luňák2-6/+20
2012-03-10exported templates need to be marked as suchLuboš Luňák28-113/+113
2012-03-10SAL_DLLPUBLIC_IMPORT with gcc should not be emptyLuboš Luňák1-1/+1
2012-03-10patch clucene to avoid narrowing conversionsLuboš Luňák2-0/+26
2012-03-10write unsigned char[] contents as numbers rather than string literalLuboš Luňák1-1/+1
2012-03-10mark static data that is const as constLuboš Luňák3-17/+18
2012-03-10take explicit number format before implicit number format, fdo#47084Markus Mohrhard1-1/+1
2012-03-10add two accidently removed return statementsMarkus Mohrhard1-2/+2
2012-03-09vector and rtl::Reference over manual ref-counting.Kohei Yoshida2-32/+19
2012-03-09These don't have to be virtual.Kohei Yoshida1-2/+2
2012-03-09Keep vector as vector.Kohei Yoshida3-16/+17
2012-03-09Store only one number format per field.Kohei Yoshida2-13/+7
2012-03-09Some header cleanup.Kohei Yoshida4-8/+13
2012-03-09Use std::vector instead of boost::ptr_vector for ScDPItemData.Kohei Yoshida2-45/+51
2012-03-09fix semantic error in layout calculationAndras Timar1-29/+12
2012-03-09Use flat_segment_tree to store the empty row flags.Kohei Yoshida2-10/+15
2012-03-09IsValid() is superfluous.Kohei Yoshida2-10/+0
2012-03-09dptablecache.* to dpcache.*Kohei Yoshida5-4/+4
2012-03-09fdo#45962: fix context menu key yanking cursor out of header/footerMichael Stahl1-1/+1
2012-03-09fix error comparing a struct vs an uno prop containing a struct fdo#42819Noel Power3-9/+20
2012-03-09Fix sense of r/o detection code, and clean upStephan Bergmann1-18/+14