summaryrefslogtreecommitdiff
path: root/sc/source/filter/lotus
AgeCommit message (Expand)AuthorFilesLines
2013-02-12Renamed hard-to-remember 8-char headers in editeng.Kohei Yoshida1-1/+1
2013-01-01remove use of #pragma optimizeLuboš Luňák1-4/+0
2012-12-04re-base on ALv2 code. Includes:Michael Meeks8-184/+112
2012-11-27remove legacy String svl's Put*Entry family of function and convert usersNorbert Thiebaud1-2/+2
2012-10-02XubString->OUStringCaolán McNamara1-22/+20
2012-09-19tabs to spaces + whitespace clean-upMarkus Mohrhard1-25/+25
2012-09-19import values and formulas from lotus-123, fdo#55066Markus Mohrhard1-3/+3
2012-09-19tabs to spacesMarkus Mohrhard1-21/+21
2012-09-09don't use unitialized global variable, fdo#53713Markus Mohrhard2-4/+10
2012-07-27Lotus WK: fix warningsEike Rathke [er]8-248/+216
2012-07-10removed deserted Lotus 1-2-3 export filterTakeshi Abe2-450/+0
2012-07-04replace enum SvxBorderStyle with css::table::BorderLineSyleMichael Stahl1-2/+6
2012-06-25rename SvxBorderLine::SetStyle to something unambiguousMichael Stahl1-2/+2
2012-06-21re-base on ALv2 code.Michael Meeks3-72/+45
2012-06-19remove some UniString ctorsCaolán McNamara1-1/+1
2012-06-09Remove superfluous empty lines on topThomas Arnhold2-7/+0
2012-06-09Remove superfluous include commentsThomas Arnhold5-23/+0
2012-06-01targetted revert of minor german comment translationMichael Meeks1-40/+40
2012-05-24Removed unused SfxMedium::bDirectStephan Bergmann1-1/+1
2012-05-09changes to fdo#44738 patch to make it work with other localesEike Rathke1-16/+19
2012-05-09fdo#44738 use general format code keywordsUrmas1-45/+45
2012-03-22removed duplicate includes in scTakeshi Abe1-8/+0
2012-02-09ByteString->rtl::OstringCaolán McNamara1-43/+41
2011-12-21convert ReadByteString/WriteByteString from ByteString to OStringCaolán McNamara1-3/+3
2011-12-21needs more work firstCaolán McNamara1-3/+3
2011-12-21convert ReadByteString/WriteByteString from ByteString to OStringCaolán McNamara1-3/+3
2011-12-15rename and refactor ScfTools::ReadCStringCaolán McNamara1-4/+3
2011-11-27remove include of pch header from scNorbert Thiebaud12-24/+0
2011-11-23add stripStart, can replace EraseTrailingCharsCaolán McNamara1-1/+2
2011-11-11ByteString->rtl::OStringCaolán McNamara1-3/+3
2011-11-07sal_Bool->bool in ScDocumentMarkus Mohrhard3-13/+13
2011-08-26String to rtl::OUString.Kohei Yoshida1-5/+5
2011-08-24callcatcher: remove various unused methodsCaolán McNamara1-5/+0
2011-08-23callcatcher: yet more unused codeCaolán McNamara1-7/+1
2011-06-18Some cppcheck cleaningJulien Nabet1-2/+0
2011-06-14ENTRY -> Entry. Let's not use all CAPS for class/struct names.Kohei Yoshida1-3/+3
2011-06-14Let's not use 'p' prefix for iterators.Kohei Yoshida1-15/+15
2011-06-14Replace List with std::vector<ENTRY>.Rafael Dominguez1-35/+22
2011-06-09Replace List for std::vector<LotusRange*>.Rafael Dominguez1-19/+11
2011-05-27Follow-up of DBG_* removalJacek Wolszczak3-4/+2
2011-05-27Replace DBG_* with OSL_* in sc/source/filterJacek Wolszczak7-35/+35
2011-03-29switch sc to gbuildNorbert Thiebaud1-67/+0
2011-03-28Moved SvxBorder* into editeng namespace to avoid duplicate DOUBLE on windowsCédric Bosdonnat1-4/+4
2011-03-19Switching the order of the SetLinesWidth argumentsCédric Bosdonnat1-12/+11
2011-03-14making sc/source/filter compile againBjoern Michaelsen3-8/+8
2011-03-10Merge commit 'ooo/DEV300_m101' into integration/dev300_m101Kohei Yoshida10-337/+337
2011-03-05Removed the Insert() method; let's use insert() across the board.Kohei Yoshida1-3/+3
2011-03-02Move DBG_ERROR to OSL_FAILThomas Arnhold2-4/+4
2011-03-01Remove bogus comments.Guillaume Poussel1-5/+5
2011-02-21[PATCH 05/10] Removed deprecated List container.npcdoom1-102/+74