summaryrefslogtreecommitdiff
path: root/sw/source/filter/writer
AgeCommit message (Expand)AuthorFilesLines
2014-09-12Turn SfxItemState into a C++11 scoped enumerationStephan Bergmann2-6/+6
2014-08-12Refactored IDocumentStylePoolAccess out of SwDoc.Valentin Kettner1-2/+2
2014-08-12-Werror,-Wundefined-bool-conversionStephan Bergmann1-3/+3
2014-06-26OSL_ENSURE->assertCaolán McNamara1-2/+4
2014-06-22sw: Fix method name in messageMaxim Monastirsky1-1/+1
2014-06-19coverity#707363 Uncaught exceptionCaolán McNamara1-4/+12
2014-06-11Revert "Change sw::mark::IMark::GetOtherMarkPos return type from refMichael Stahl1-4/+4
2014-06-10Change sw::mark::IMark::GetOtherMarkPos return type from ref to pointerStephan Bergmann1-4/+4
2014-06-03Changed DocumentDeviceManager includes to IDocumentDeviceAccess.Valentin Kettner1-3/+3
2014-06-03Removed DocumentSettingManager methods from SwDoc.Valentin Kettner1-2/+3
2014-05-16coverity#708868 Unused pointer valueCaolán McNamara1-1/+1
2014-04-30cp#1000068 sw HTML export: fix crash when trying to export new FillAttributesMiklos Vajna1-1/+2
2014-04-30sw: sal_Bool->boolNoel Grandin3-16/+16
2014-04-08sw: SetupFilterOptions for any Writer derived filter (html, ascii)Tomaž Vajngerl1-3/+7
2014-02-27Remove visual noise from swAlexander Wilms3-14/+0
2014-02-21Translate German comments and remove superfluous ones as well as visual noiseAlexander Wilms2-24/+15
2014-02-20svl: sal_Bool -> boolStephan Bergmann1-5/+5
2014-01-15Related: #i17171# big xub_Strlen -> sal_Int32 changesCaolán McNamara1-3/+3
2014-01-10re-write SvStream operator<< to non-overloaded methodsNoel Grandin1-1/+1
2014-01-08123792: complete annotations on text ranges featureOliver-Rainer Wittmann1-4/+4
2013-11-15Fix for LibreOffice crash during Document RoundTripTushar Bende1-1/+5
2013-08-15Remove unused data memberMatteo Casalin1-2/+0
2013-08-15Writer::Out(U)Long: share code and avoid a global bufferMatteo Casalin1-26/+25
2013-08-15String to OUString, some formattingMatteo Casalin1-6/+6
2013-07-15callcatcher: update unused codeCaolán McNamara1-53/+0
2013-04-30fdo#62336 - unit test for conversion failure.Michael Meeks1-1/+3
2013-04-29fdo#62336 - fix horribly coupled table rendering code to not crash.Michael Meeks1-0/+10
2013-04-12sw: remove usage of boost::bind for IMarksMichael Stahl1-2/+1
2013-03-04remove trailing whitespacesThomas Arnhold1-1/+1
2013-03-03Related to fdo#60724: correct spellingThomas Arnhold1-2/+2
2013-02-24Comment translation german-englishMatthias Freund2-54/+45
2013-02-14Comment translation german - english - redo of writer.cxxMatthias Freund1-34/+34
2013-02-12Renamed hard-to-remember 8-char headers in editeng.Kohei Yoshida1-1/+1
2013-01-04Make LO buildable again after the GraphicFilter move.Jan Holesovsky1-1/+1
2012-12-25sal_Bool to boolTakeshi Abe2-7/+7
2012-11-30re-base on ALv2 code. Includes:Michael Meeks3-69/+42
2012-11-15sal_Bool to boolTakeshi Abe1-1/+1
2012-11-13sal_Bool to boolTakeshi Abe1-9/+9
2012-07-17SwWriteTable: warning C4389: '==': signed/unsigned mismatchMichael Stahl1-3/+4
2012-07-17Convert SV_DECL_PTRARR_SORT_DEL(SwWriteTableRows) to o3tl::sorted_vectorNoel Grandin1-16/+10
2012-07-17Convert SV_DECL_PTRARR_SORT_DEL(SwWriteTableCols) to o3tl::sorted_vectorNoel Grandin1-19/+14
2012-06-20Convert SV_DECL_PTRARR_DEL(SwTableLines) to std::vectorNoel Grandin1-3/+3
2012-05-25Convert SV_DECL_PTRARR_DEL(SwNumRuleTbl) to std::vectorNoel Grandin1-1/+1
2012-05-24Removed unused SfxMedium::bDirectStephan Bergmann1-2/+2
2012-05-14Convert SV_DECL_PTRARR_DEL(SwTableBoxes) to std::vectorNoel Grandin1-3/+3
2012-05-09Convert SV_DECL_PTRARR_DEL(SwWriteTableCells) to boost::ptr_vectorNoel Grandin1-2/+1
2012-04-24DBG_UTIL vs OSL_DEBUG_LEVEL confusionStephan Bergmann1-1/+1
2012-03-08Fix bug in commit ad9960ffeb25f31ce4b1f819f909f1eb9ad6d7ddNoel Grandin1-4/+5
2012-03-02fix buildCaolán McNamara1-1/+1
2012-03-02Convert SvPtrarr usage to std::vectorNoel Grandin1-61/+21