summaryrefslogtreecommitdiff
AgeCommit message (Collapse)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
This is convinient when coding/debuging stuff that break unittest downstream, but oen still want to have a fully built product to test
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
This is prep work to make room for a CoreText-based implementation
2012-03-11Object Catalog pane in Basic IDETomcsik Bence12-19/+103
Object Catalog was a floating window. It has been converted to a fixed pane on the right hand side of the editor window. While it is a BasicDockingWindow, at the moment it is not possible to undock, move, or resize it. Also, the Object Catalog toolbar button does not show the visibility status of the pane, ideally it should look pressed, when the Object Catalog pane is visible. Another missing feature is that the Object Catalog pane cannot be switched on together with the dialog editor.
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
otherwise clang warns about things like 1 && 1
2012-03-10operator must be in template or argument namespaceLuboš Luňák1-2/+5
clang has more strict (and probably more spec compliant) lookup
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
Where necessary, replace with wildcard, what does not change path.
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
http://llvm.org/bugs/show_bug.cgi?id=11250 , comment #4
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
Otherwise their instances created in other modules may end up as non-exported even when used by something exported.
2012-03-10SAL_DLLPUBLIC_IMPORT with gcc should not be emptyLuboš Luňák1-1/+1
Otherwise when using a template from another module, an instance of it may end up being non-exported even though it's used by something exported.
2012-03-10patch clucene to avoid narrowing conversionsLuboš Luňák2-0/+26
clang errors out on this
2012-03-10write unsigned char[] contents as numbers rather than string literalLuboš Luňák1-1/+1
The real reason for this change is that clang aborts with a fatal error in backend (http://llvm.org/bugs/show_bug.cgi?id=12226), but I'm not sure whether this was a correct construct in the first place anyway. The contents are above 0x7f, which may be outside the range of plain char, if it is signed, so maybe the result is undefined. I don't want to spend the time checking in the spec, but this new variant is technically the same and it is safe.
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
Follow-up to fdo#43467
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
It's a small-size object, so using std::vector is slightly more efficient.
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
For the "context menu" key VCL synthesizes a cursor position that is the center of the window, hence likely to be in the document body. When SwEditWin::Command calls lcl_CheckHeaderFooterClick, it then moves the document view cursor; prevent that by only calling that for actual mouse events. (regression from a6176612ff1a6a142a68964b2c0834d28125fc45)
2012-03-09fix error comparing a struct vs an uno prop containing a struct fdo#42819Noel Power3-9/+20
hack to fix the scenario where sometimes we get "Object required" error when comparing an uno property containing a struct with another struct ( if that property is "MAYBEVOID" )
2012-03-09Fix sense of r/o detection code, and clean upStephan Bergmann1-18/+14