summaryrefslogtreecommitdiff
path: root/sw/source/core/doc/doc.cxx
AgeCommit message (Expand)AuthorFilesLines
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
2014-08-12Refactored IDocumentStylePoolAccess out of SwDoc.Valentin Kettner1-1/+13
2014-08-12Refactored IDocumentLayoutAccess out of SwDoc.Valentin Kettner1-14/+24
2014-08-12Refactored IDocumentState out of SwDoc.Valentin Kettner1-84/+25
2014-08-12Refactored IDocumentStatistics our of SwDoc.Valentin Kettner1-190/+23
2014-08-12Refactored IDocumentFieldsAccess out of SwDoc.Valentin Kettner1-35/+33
2014-08-12Refactored IDocumentRedlineAccess out of SwDoc.Valentin Kettner1-0/+22
2014-07-15Refactored IDocumentContentOperations out of SwDoc.Valentin Kettner1-390/+31
2014-07-15Refactored IDocumentOutlineNodes out of SwDoc.Valentin Kettner1-0/+12
2014-07-15Refactored IDocumentListsAccess out of SwDoc.Valentin Kettner1-0/+12
2014-07-15Refactored IDocumentListItems out of SwDoc.Valentin Kettner1-0/+12
2014-07-15Refactored IDocumentLinksAdministration out of SwDoc.Valentin Kettner1-84/+22
2014-07-15Refactored IDocumentTimerAccess in SwDoc into DocumentTimerManager.Valentin Kettner1-14/+24
2014-07-15Refactored IDocumentChartDataProviderAccess in SwDoc.Valentin Kettner1-0/+12
2014-07-01Related: #i124638# Corrected relationship between DrawModel and...Armin Le Grand1-3/+0
2014-06-24new compilerplugin returnbyrefNoel Grandin1-10/+6
2014-06-10decouple CntntStore so it can be refactoredBjoern Michaelsen1-5/+4
2014-06-10create factory function for encapsulationBjoern Michaelsen1-4/+4
2014-06-10typedef the internal typeBjoern Michaelsen1-1/+1
2014-06-06i#124999: - call <SwGrfNode::onGraphicChanged()> only when <Graphic>Oliver-Rainer Wittmann1-2/+0
2014-06-03Moved SwDoc's get<Interface> methods from docnew to doc.cxxValentin Kettner1-0/+36
2014-06-03Split out IDocumentDrawModelAccess from SwDoc.Valentin Kettner1-0/+22
2014-06-03Added IDocumentSettingAccess& getIDocumentSettingAccess() to SwDocValentin Kettner1-0/+11
2014-06-03Removed DocumentSettingManager methods from SwDoc.Valentin Kettner1-84/+3
2014-06-03Added 32DummyCompatabilityOptions to DocumentSettingManangerValentin Kettner1-0/+20
2014-06-03Made SwDoc::getDocumentDeviceAccess return a reference.Valentin Kettner1-4/+4
2014-06-03Finished cleaning up of IDocumentDeviceAccess methods in SwDoc.Valentin Kettner1-10/+0
2014-06-03Cleaning up of IDocumentDeviceAccess methods in SwDoc.Valentin Kettner1-10/+0
2014-06-03Cleaning up of IDocumentDeviceAccess methods in SwDoc.Valentin Kettner1-10/+0
2014-06-03Removed getVirtualDevice and setVirtualDevice from SwDoc.Valentin Kettner1-10/+0
2014-06-03Started cleaning up of IDocumentDeviceAccess methods in SwDoc.Valentin Kettner1-10/+0
2014-05-27Remove ASCII art and useless comments from sw moduleChris Laplante1-2/+3
2014-05-06simplify ternary conditions "xxx ? true : yyy"Noel Grandin1-2/+2
2014-04-30sw: sal_Bool->boolNoel Grandin1-13/+13
2014-04-29Revert "More --disable-database-connectivity work"Tor Lillqvist1-5/+1