summaryrefslogtreecommitdiff
path: root/editeng
AgeCommit message (Expand)AuthorFilesLines
2012-02-05switch to include-based build rather than sourced-based buildNorbert Thiebaud1-35/+2
2012-02-05fix debug buildIvan Timofeev1-2/+0
2012-02-03WrongList::TextInserted: fix STL crashMichael Stahl1-17/+20
2012-02-03editeng: convert some DBG_ASSERTsMichael Stahl1-12/+18
2012-02-02resolved fdo#42784 BorderLine with only InnerWidth set does not workEike Rathke1-0/+16
2012-02-01Some cppcheck cleaningJulien Nabet1-1/+1
2012-01-31SWAPLONG->OSL_SWAPDWORDCaolán McNamara1-1/+1
2012-01-30fdo#44981 - remove obsolete SWAPLONG macrosNoel Grandin1-1/+1
2012-01-30refactor ConvertLineEndCaolán McNamara5-13/+6
2012-01-27SvxBorderLine::GuessLinesWidths: use SAL_N_ELEMENTSMichael Stahl1-4/+2
2012-01-27fdo#38542: SvxBorderLine::GuessLinesWidths:Michael Stahl2-4/+19
2012-01-21Removed some unused parameters; added SAL_UNUSED_PARAMETER.Stephan Bergmann12-31/+30
2012-01-18fdo#39428 Remove/audit SvStream operator>>/<<(long)Keith McRae2-5/+10
2012-01-17Replaced SAL_INFO with SAL_WARN were applicable.Marcel Metz3-5/+5
2012-01-16Replaced DBG_ERRORFILE with SAL_INFO.Marcel Metz3-5/+5
2012-01-16force users of WriteByteStringLine to explictly denote encodingCaolán McNamara1-1/+1
2012-01-16force users of ReadByteStringLine to explictly denote encodingCaolán McNamara1-2/+2
2012-01-14SV_DECL_PTRARR_DEL->std::vectorAugust Sodora4-31/+12
2012-01-14Remove useless macroAugust Sodora1-1/+0
2012-01-14fix for gcc 4.7: unable to find string literal operatorMatúš Kukan1-1/+1
2012-01-12valgrind: ditch some unused codeCaolán McNamara2-25/+0
2012-01-11Remove an unused SvStringsDtorAugust Sodora1-1/+0
2012-01-10Remove _SVSTDARR_STRINGSISORTDTORAugust Sodora3-12/+0
2012-01-10These can be staticAugust Sodora1-16/+14
2012-01-10Remove unused table declarationAugust Sodora1-1/+0
2012-01-10simplify LocalFileHelper::ConvertURLToPhysicalNameCaolán McNamara1-1/+1
2012-01-10editeng: fix STL conversion dfbf0cabfa8310502e19642d56c746cc0d454d27Michael Stahl1-14/+32
2012-01-09simplify CharClassCaolán McNamara2-9/+9
2012-01-07make measurement units localizableAndras Timar1-6/+6
2012-01-06Removed unnecessary tools/debug.hxx includes.Marcel Metz7-7/+1
2012-01-06Removed unnecessary tools/link.hxx includes.Marcel Metz1-1/+0
2012-01-06make ReadUniOrByteString return a stringCaolán McNamara5-15/+13
2012-01-05tweak this a littleCaolán McNamara1-1/+2
2012-01-05getPropertyMap can return a reference instead of a pointerCaolán McNamara3-4/+4
2012-01-05Remove Fill() usageChristina Rossmanith1-3/+4
2012-01-05Removed unnecessary tools includes.Marcel Metz1-1/+0
2012-01-05Removed unnecessary tools includes.Marcel Metz1-0/+1
2012-01-05Removed unnecessary tools includes.Marcel Metz1-1/+0
2012-01-05Removed unnecessary tools includes.Marcel Metz2-2/+0
2012-01-05add a comphelper::string::getTokenCountCaolán McNamara1-1/+2
2011-12-27resurrect autocorrectionIvan Timofeev1-44/+38
2011-12-24DECLARE_TABLE->boost::ptr_mapAugust Sodora2-112/+118
2011-12-24std::map* -> std::mapDavid Tardon2-9/+6
2011-12-24make the line work as intended againDavid Tardon1-1/+1
2011-12-23Fix the build so that this is recognized as an initializer listAugust Sodora1-1/+1
2011-12-23DECLARE_TABLE->std::mapAugust Sodora2-17/+13
2011-12-23SV_DECL_VARARR->std::vectorAugust Sodora11-90/+42
2011-12-23Fix for fdo43460 Part XIV getLength() to isEmpty()Gustavo Buzzatti Pacheco12-23/+23
2011-12-23SV_DECL_VARARR->std::vectorAugust Sodora6-150/+97
2011-12-22callcatcher: Remove unused codeAugust Sodora4-121/+0