summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2012-04-12write proper title and description for wp:docPrLuboš Luňák1-2/+2
2012-04-12write w:relativeHeightLuboš Luňák1-6/+13
the z-order is actually already implied by the order the items are written, but why not
2012-04-12operator<< for ostream + UniStringLuboš Luňák1-0/+10
This should make even String be easily usable with SAL_DEBUG stuff (the same like 2ac5b08361bf0c7c98ff9bc10869e2b41c9d85fd for OUString).
2012-04-12fix buildCaolán McNamara1-1/+1
2012-04-12More RTL_CONSTASCII_USTRINGPARAM removalsOlivier Hallot6-30/+18
module sd/../ui
2012-04-12More RTL_CONSTASCII_USTRINGPARAM removalsOlivier Hallot7-51/+34
module sd/../ui
2012-04-12partially revert the editeng singleton stuff to get build to completeCaolán McNamara5-19/+6
2012-04-12oox: fix doxygen syntax to avoid misleading output in ShapeModelMiklos Vajna1-7/+7
2012-04-12fdo#34392 recompute column widths after font scale change in startcenterGábor Stefanik1-0/+19
2012-04-12fdo#48584 Shift+F3 should be the shourtcut for Edit > Duplicate in DrawAndras Timar1-6/+1
... just like it is in Impress. The fix for fdo#32559 was partially reverted. I think .uno:CopyObjects is more useful in Draw, than .uno:ChangeCaseRotateCase.
2012-04-12add scalable desktop icons (fdo#39690)Petr Mladek24-2/+432092
2012-04-12Set DefaultContext property of service manager/component context comboStephan Bergmann1-3/+26
...to avoid mismatch warnings from OServiceManager::createInstanceWithContext.
2012-04-12remove formfeedsThomas Arnhold13-22/+20
2012-04-12unusedcode.easy: remove various methodsThomas Arnhold7-58/+0
2012-04-12n#717947: Fixed pdf export (of images).Muthu Subramanian1-3/+3
2012-04-12unusedcode.easy: remove FilterBase::openSubStorageThomas Arnhold3-18/+0
2012-04-12offapi: remove obsolete XInplaceLayout (2nd try)Thomas Arnhold8-151/+2
This is related to 10e580c57b907420e8c6d816325445a40a720e4a
2012-04-12fix modelineThomas Arnhold1-1/+1
2012-04-12unusedcode.easy: Remove BinaryFilterBaseThomas Arnhold8-147/+0
2012-04-12unusedcode.easy: remove FilterBase::requestEncryptionDataThomas Arnhold3-14/+0
2012-04-12typo fix in commentAndras Timar1-1/+1
2012-04-12callcatcher: update unused code listCaolán McNamara9-144/+7
2012-04-12Resolves: fdo#40292 Tamil grapheme cluster rulesCaolán McNamara3-20/+67
2012-04-12add .5 to control points coordinates after transformationRadek Doulik1-2/+4
- otherwise we might end up with wrong coordinates - fixes fdo#38580
2012-04-12pack "en" dictionary only with "en" langpacksPetr Mladek2-1/+2
it is in the main installation tarball anyway; it was put in langpacks that did not have its own dictionary from some strange reason
2012-04-12Handle the correct deletion order of EditDLL in the base class.Kohei Yoshida5-4/+4
Turns out that this change affected all cppunit runs.
2012-04-11Remove the TODO comment that's no longer relevant.Kohei Yoshida1-1/+0
2012-04-11We need to delete EditDLL before de-initialize vcl to avoid crash.Kohei Yoshida3-7/+18
Without manually releasing the EditDLL singleton instance, it gets deleted *after* the cppunit does its cleanup, which de-initializes VCL. The problem is, when the EditDLL instance is destroyed, its member GlobalEditData instance deletes the OutputDevice instance that it owns, which in turn accesses font caches in VCL. But by the time we reach that point, VCL is already de-initialized, hence the problem.
2012-04-11Replace deprecated List for std::vector.Rafael Dominguez1-14/+2
2012-04-11Replace deprecated List for vector.Rafael Dominguez1-7/+6
2012-04-11Avoid duplicate symbols & use setUp() and tearDown() for the item pool.Kohei Yoshida2-5/+26
2012-04-11Just use the internal item pool already written for the edit engine.Kohei Yoshida2-71/+6
2012-04-11removed unused includes in tpformula.hxxAlbert Thuswaldner1-9/+0
2012-04-11You *are* fixed.Kohei Yoshida1-1/+0
2012-04-11Set default items to the item pool, do this and that, and now the test passes.Kohei Yoshida2-2/+11
2012-04-11Removed the source file of SharedFormulaBuffer, which is no longer used.Kohei Yoshida1-213/+0
It has been replaced by SheetDataBuffer.
2012-04-11needs ure and base-class setUp does necessary stuffCaolán McNamara2-7/+2
2012-04-11first part for ScTable::GetAutoFillPreviewMarkus Mohrhard1-2/+2
Actually this is a bit more tricky. Currently it is showing wrong values for hidden rows/columns
2012-04-11ScTable::FillAuto should work with hidden rows/columsn now tooMarkus Mohrhard1-94/+94
2012-04-11add unit test for autofillMarkus Mohrhard2-1/+36
2012-04-11make ScTable::FillSeries work correctly with hidden rows/columnsMarkus Mohrhard3-106/+180
2012-04-11Do this special case search only when the array is large enough.Kohei Yoshida1-3/+3
Otherwise the normal linear search should be sufficient. Eventually we need to use a better algorithm here than this special case handling...
2012-04-11Add the right license header here...Kohei Yoshida1-18/+21
2012-04-11Attempt to add general-purpose unit test for editeng.Kohei Yoshida3-0/+226
But instantiating EditEngine causes segfault. The line is commented out for now.
2012-04-11Removing a member that's not used.Kohei Yoshida2-3/+0
2012-04-11fix windows buildIvan Timofeev1-1/+1
2012-04-11vcl: win: fix RTL menu separator and gutter, checkmarks are still misplacedIvan Timofeev1-3/+15
2012-04-11Bin pointless "added by shizhoubo" style commentsTor Lillqvist2-23/+12
2012-04-11Link the executables with gb_STDLIBSTor Lillqvist3-0/+3
2012-04-11fdo#38276: Improve the ">>" toolbar overflow menuIain Billett1-1/+19