summaryrefslogtreecommitdiff
path: root/sw/source/core/doc/doc.cxx
AgeCommit message (Expand)AuthorFilesLines
2016-02-22loplugin:commaoperator in sw/Noel Grandin1-1/+2
2016-02-17use consistent #define checks for the Windows platformNoel Grandin1-1/+1
2016-01-22tdf#89708 Adjust print page range for unprinted blank pagesEilidh McAdam1-1/+46
2015-11-25bin/rename-sw-abbreviations.shlibreoffice-5-1-branch-pointRobinson Tryon1-46/+46
2015-11-12bin/rename-sw-abbreviations.sh run to fix few re-introduced abbrvtns.Jan Holesovsky1-3/+3
2015-11-11Replace several for_each by range based fors and functors by lambdas in sw.Mario J. Rugiero1-5/+11
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-26/+26
2015-10-27Optimised UnoCrsrTbl cleanup for faster doc savingAshod Nakashian1-2/+2
2015-10-06 tdf#94559: 4th step to remove rtti.hxxOliver Specht1-1/+1
2015-09-09tdf#92036: sw: fix idle spelling loopMichael Stahl1-2/+2
2015-08-21loplugin:defaultparamsNoel Grandin1-2/+2
2015-07-03tdf#92308: Dont crash on "File > Send > Email Document"Bjoern Michaelsen1-3/+1
2015-06-15convert POSTITS_ to scoped enumNoel Grandin1-10/+10
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann1-1/+1
2015-06-03sw: move name of the embedded data source def from SwDBData to SwDBManagerMiklos Vajna1-9/+0
2015-06-02SwDBManager: refer embedded data source from doc settingsMiklos Vajna1-1/+7
2015-05-28indentation fixesMiklos Vajna1-1/+1
2015-05-26now rename the new CreateUnoCrsr2 to CreateUnoCrsr, as the old stuff is goneBjoern Michaelsen1-2/+2
2015-05-26remove SaneOwnership distinctionBjoern Michaelsen1-1/+0
2015-05-26remove old SwUnoCrsrTbl and CreateUnoCrsrBjoern Michaelsen1-11/+0
2015-05-26some more assertsBjoern Michaelsen1-0/+1
2015-05-26introduce CreateUnoCrsr2 to migrate to sane memory mngmtBjoern Michaelsen1-0/+11
2015-05-20bin/rename-sw-abbreviations.shlibreoffice-5-0-branch-pointChristian Lohmaier1-170/+170
2015-05-12sw: Rename some variables.Jan Holesovsky1-2/+2
2015-05-11loplugin:cstylecast: nop between pointer types of exactly same spellingStephan Bergmann1-3/+3
2015-05-08loplugin:staticmethodsStephan Bergmann1-1/+1
2015-05-08Add SwDBManager::LoadAndRegisterEmbeddedDataSourceMiklos Vajna1-0/+4
2015-05-05loplugin:staticmethodsNoel Grandin1-3/+3
2015-05-03tdf#89783: sal_uInt16 replacement by size_t: sectionsVasily Melenchuk1-1/+1
2015-04-24loplugin:simplifyboolStephan Bergmann1-2/+2
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann1-1/+1
2015-03-24rename GetDepends->HasWriterListener and make it a boolBjoern Michaelsen1-1/+1
2015-03-19move SwIterator into calbck.hxxBjoern Michaelsen1-1/+1
2015-03-18convert DocumentSettingId to an enum classNoel Grandin1-3/+3
2015-03-16use SwIterator for typed iterationBjoern Michaelsen1-30/+18
2015-03-11convert SetAttrMode to enum classNoel Grandin1-1/+1
2015-01-24Use more proper integer typesMatteo Casalin1-25/+24
2015-01-22Merge common code of sw format listsJan-Marek Glogowski1-12/+0
2015-01-16fdo#39440 sw: reduce scope of local variablesMichael Weghorn1-4/+10
2014-12-18sw: Use appropriate OUString functions on string constantsStephan Bergmann1-1/+1
2014-11-19Use SwNode::GetTxtNode()Miklos Vajna1-5/+4
2014-11-12loplugin: cstylecastNoel Grandin1-21/+22
2014-10-31Removed duplicated includesAndrea Gelmini1-1/+0
2014-10-22Replace DISABLE_SCRIPTING with HAVE_FEATURE_SCRIPTINGTor Lillqvist1-1/+3
2014-10-18SwDoc: remove unused methodsMiklos Vajna1-15/+0
2014-09-12Turn SfxItemState into a C++11 scoped enumerationStephan Bergmann1-1/+1
2014-08-18drop unnecessary shl.hxx includesCaolán McNamara1-1/+0
2014-08-18fix buildThomas Arnhold1-1/+2
2014-08-17fdo#81750 MM: correctly convert inline-edit fieldsJan-Marek Glogowski1-11/+38
2014-08-12Refactored IDocumentExternalData out of SwDoc.Valentin Kettner1-11/+12