summaryrefslogtreecommitdiff
path: root/sw/inc/ndtxt.hxx
AgeCommit message (Expand)AuthorFilesLines
2015-05-20bin/rename-sw-abbreviations.shlibreoffice-5-0-branch-pointChristian Lohmaier1-88/+88
2015-05-14tdf#86639 SwEditShell: when setting para style, reset char attrs if neededMiklos Vajna1-1/+5
2015-04-24loplugin:simplifyboolStephan Bergmann1-1/+1
2015-03-11fix windows buildNoel Grandin1-2/+2
2015-03-11convert SwMoveFlags and SwInsertFlags from enum to enum classNoel Grandin1-4/+3
2015-03-11convert SetAttrMode to enum classNoel Grandin1-3/+3
2015-03-01Extract SwTxtNode::dumpAsXml() from nodedumpMiklos Vajna1-1/+1
2014-11-20sw: move IsIgnoredCharFmtForNumbering() to SwTxtNodeMiklos Vajna1-0/+3
2014-10-01sw: std::auto_ptr -> std::unique_ptrStephan Bergmann1-1/+1
2014-10-01Constify dumpAsXml and friendsJan-Marek Glogowski1-1/+1
2014-09-18fdo#82577: Handle FontNoel Grandin1-1/+1
2014-08-06Call SwTxtNode-specific part of DelFrms while SwTxtNode is still SwTxtNodeStephan Bergmann1-1/+3
2014-07-22sal_uInt16/MSHORT to SwTwips/sal_Int32Matteo Casalin1-2/+2
2014-07-22return bool instead of sal_uInt16 (0 or 1)Matteo Casalin1-2/+2
2014-07-01loplugin:saloverrideStephan Bergmann1-1/+1
2014-07-01Related: #i124638# Second step of DrawingLayer FillAttributes...Armin Le Grand1-0/+6
2014-06-09loplugin: inlinesimplememberfunctionsNoel Grandin1-1/+1
2014-05-07fdo#74790: sw: Compare Document: fix assertions about RSID-only hintsMichael Stahl1-0/+3
2014-05-05simplify ternary conditions "xxx ? yyy : false"Noel Grandin1-2/+2
2014-04-30sw: sal_Bool->boolNoel Grandin1-4/+4
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann1-22/+22
2014-03-26Split TYPEINFO into plain and TYPEINFO_OVERRIDEStephan Bergmann1-1/+1
2014-03-11Bin noise "SMARTTAG" comments from 2006Tor Lillqvist1-3/+2
2014-02-27Remove visual noise from swAlexander Wilms1-6/+0
2014-02-16sal_Bool to bool and minor optimizationsMatteo Casalin1-30/+30
2014-02-03Remove SW_DLLPRIVATE -> SAL_DLLPRIVATE indirectionStephan Bergmann1-21/+21
2013-12-19Do not expose TXTNODE_MAX and cleanup related code/commentsMatteo Casalin1-7/+14
2013-12-15xub_StrLen/sal_uLong to sal_Int32 + minor optimizationsMatteo Casalin1-33/+32
2013-12-03convert SwTxtNode::GetLang from xub_StrLen->sal_Int32Noel Grandin1-1/+1
2013-11-20fdo#71645 remove footnote numbers in cross-referencesLászló Németh1-1/+2
2013-11-19Resolves: #i33737# enable in-place editing of Input FieldsOliver-Rainer Wittmann1-26/+27
2013-11-14longparas: change GetExpandTxt to sal_Int32Caolán McNamara1-6/+6
2013-11-14xub_StrLen to sal_Int32 in SwIndex and some relatedMatteo Casalin1-2/+2
2013-11-05fixincludeguards.sh: swThomas Arnhold1-2/+2
2013-10-22Bin some pointless commentsTor Lillqvist1-6/+4
2013-10-02remove @authorPhilipp Riemer1-8/+0
2013-10-02remove/add blank linesPhilipp Riemer1-4/+0
2013-10-02remove zhaojianwei code markersPhilipp Riemer1-3/+2
2013-09-30Resolves: #i123389#: revert change made for #i121897#Oliver-Rainer Wittmann1-2/+6
2013-08-08convert more SwTxtNode methods to OUStringMichael Stahl1-2/+2
2013-08-08make SwTxtNode::Replace0xFF static functionMichael Stahl1-3/+0
2013-08-08convert some SwTxtNode methods to OUStringMichael Stahl1-10/+12
2013-07-30fdo#43157 - Clean up OSL_ENSUREHonza Havlíček1-3/+2
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-1/+1
2013-03-14Fix issue #i119405: Numbering text style changed after importing the *.docJian Hong Cheng1-0/+1
2013-02-18sw: let SwTxtNode::GetTxt() return OUStringMichael Stahl1-1/+1
2013-02-18sw; convert SwTxtNode::m_Text to OUStringMichael Stahl1-2/+2
2013-02-15fdo#60732: check max size in SwTxtNode::ReplaceTextMichael Stahl1-0/+2
2013-02-15fdo#60732: make callers of SwTxtNode::InsertText more robust:Michael Stahl1-1/+4
2013-02-15fdo#60732: SwTxtNode: limit to less than STRING_LEN charsMichael Stahl1-0/+5