summaryrefslogtreecommitdiff
path: root/sw/source/core/doc/docfmt.cxx
AgeCommit message (Expand)AuthorFilesLines
2013-04-08more work on comments in sw/source/core/docPhilipp Riemer1-2/+1
2013-04-08doxygen-ize comments in sw/source/core/docPhilipp Riemer1-39/+20
2013-03-14hackaround for assertCaolán McNamara1-9/+9
2013-03-14Fix issue #i119405: Numbering text style changed after importing the *.docJian Hong Cheng1-4/+50
2013-03-03sal_Bool to boolTakeshi Abe1-2/+2
2013-02-24Fix uninitialized local variableJulien Nabet1-1/+1
2013-02-22fix sw buildCaolán McNamara1-1/+1
2013-02-18sw: let SwTxtNode::GetTxt() return OUStringMichael Stahl1-5/+5
2013-02-18SwDoc: rename member variables missing their prefixMiklos Vajna1-59/+59
2013-02-12Renamed hard-to-remember 8-char headers in editeng.Kohei Yoshida1-1/+1
2013-01-28fdo#46808, Convert SvNumberFormatter to use XComponentContextNoel Grandin1-2/+1
2012-11-30re-base on ALv2 code. Includes:Michael Meeks1-23/+14
2012-11-21sal_Bool to boolTakeshi Abe1-1/+1
2012-10-28sal_Bool to boolTakeshi Abe1-4/+4
2012-10-25sal_Bool to boolTakeshi Abe1-24/+24
2012-10-24sal_Bool to boolTakeshi Abe1-13/+13
2012-10-16sal_Bool to boolTakeshi Abe1-6/+6
2012-10-15postfix operator++ -> prefix operator++Luboš Luňák1-4/+4
2012-10-12mark lcl_ functions static or rename them if they are not local at allLuboš Luňák1-5/+5
2012-09-11-Werror,-Wunused-private-field (various sw)Stephan Bergmann1-6/+6
2012-08-04kill va_args abuse for SfxItemSetBjoern Michaelsen1-3/+1
2012-07-26Convert SV_DECL_PTRARR_SORT_DEL(_SwRedlineTbl) to o3tl::sorted_vectorNoel Grandin1-2/+2
2012-07-26Convert SV_DECL_VARARR_SORT_VISIBILITY(SvxTabStopArr) o3tl::sorted_vectorNoel Grandin1-5/+2
2012-07-09merge HeaderIsSharedFirst and FooterIsSharedFirst to FirstIsSharedMiklos Vajna1-2/+2
2012-07-02sw: initial HeaderTextFirst / FooterTextFirstMiklos Vajna1-0/+8
2012-06-29SwDoc::CopyPageDesc: sal_Bool -> boolMiklos Vajna1-3/+3
2012-06-29Remove include guardsThomas Arnhold1-2/+0
2012-06-21replace all but one .hdl include with equivalent .hpp includes.Michael Meeks1-1/+1
2012-06-20Convert SV_DECL_PTRARR_DEL of Sw*Fmts to std::vectorNoel Grandin1-52/+84
2012-06-09Remove superfluous empty lines on topThomas Arnhold1-2/+0
2012-05-25Convert SV_DECL_PTRARR_DEL(SwPageDescs) to std::vectorNoel Grandin1-3/+3
2012-05-25Convert SV_DECL_PTRARR_DEL(SwNumRuleTbl) to std::vectorNoel Grandin1-1/+1
2012-02-27Resolves: fdo#46038 don't copy page styles into temporary clipboard docCaolán McNamara1-18/+30
2012-01-07Remove superfluous _ZFORLIST_DECLARE_TABLE definition.Marcel Metz1-1/+0
2011-11-30Translate German commentsPhilipp Weissenbacher1-141/+129
2011-11-27remove include of pch header from swNorbert Thiebaud1-2/+0
2011-11-17redundant if not-null checks on deleteIvan Timofeev1-1/+1
2011-10-28check for invalidated item with IsInvalidItemCaolán McNamara1-18/+21
2011-09-12SwDoc::ReplaceStyles can be constCaolán McNamara1-1/+1
2011-07-22Replace SvUShorts with vector in rolbck.hxx and cascade changes.Nigel Hawkins1-4/+3
2011-06-17Must use const_reverse_iterator, fixes build error with MSVCTor Lillqvist1-1/+1
2011-06-14Remove obsolete #defines of SVSTDARR_USHORTSORT. LGPLv3+/MPL.Nigel Hawkins1-1/+0
2011-06-14Replace SvUShortsSort with std::set<sal_uInt16> in SwDoc::ResetAttrs.Nigel Hawkins1-10/+10
2011-04-22Merge commit 'ooo/DEV300_m106' into libreoffice-3-4Jan Holesovsky1-58/+12
2011-03-23Merge commit 'ooo/DEV300_m103'Jan Holesovsky1-20/+15
2011-03-22CWS-TOOLING: integrate CWS sw34bf04Vladimir Glazunov1-58/+12
2011-03-18Merge remote-tracking branch 'origin/integration/dev300_m101'Jan Holesovsky1-196/+199
2011-03-14Merge commit 'ooo/DEV300_m101' into integration/dev300_m101Michael Meeks1-196/+199
2011-03-13Move OSL_ENSURE(false,...) to OSL_FAIL(...)Thomas Arnhold1-2/+1
2011-03-03sw34bf04: #i89751#: SwDoc::ResetAttrs: fix autoformat regression:Michael Stahl1-58/+12