summaryrefslogtreecommitdiff
path: root/sw/source/core/unocore/unoobj2.cxx
AgeCommit message (Expand)AuthorFilesLines
2015-03-16unocore: dont use 'shortcut' that is longer than the originalBjoern Michaelsen1-1/+1
2015-03-11convert MarkType to enum classNoel Grandin1-1/+1
2015-03-11convert SetAttrMode to enum classNoel Grandin1-1/+1
2014-12-05move use of IsMultiSelection()Bjoern Michaelsen1-1/+1
2014-12-05more const correctnessBjoern Michaelsen1-1/+1
2014-12-04use C++11 iterationBjoern Michaelsen1-8/+5
2014-12-04unnecessary castBjoern Michaelsen1-1/+1
2014-12-04use C++11 iterationBjoern Michaelsen1-6/+4
2014-12-04use C++11 iterationBjoern Michaelsen1-7/+5
2014-12-04unnecessary castBjoern Michaelsen1-2/+2
2014-11-26loplugin: cstylecastNoel Grandin1-5/+5
2014-11-19Use SwNode::GetTxtNode()Miklos Vajna1-3/+2
2014-11-17suspicious cast from 'bool' to 'sal_Bool' [loplugin:salbool]Stephan Bergmann1-3/+3
2014-11-16sw: convert 'a ? sal_True : b' to 'a || b'Matteo Casalin1-5/+3
2014-11-16sal_True/sal_False to true/false in sw comments (also delete obsolete ones)Matteo Casalin1-2/+2
2014-10-01sw: std::auto_ptr -> std::unique_ptrStephan Bergmann1-20/+12
2014-09-12Turn SfxItemState into a C++11 scoped enumerationStephan Bergmann1-2/+2
2014-09-10Replace uses of old SFX_ITEM_AVAILABLE alias with SFX_ITEM_DEFAULTStephan Bergmann1-1/+1
2014-09-06SwSortedObjs: Count() to size() and use size_t consistentlyMatteo Casalin1-1/+1
2014-09-05std::set::find() is faster than plain std::find()Miklos Vajna1-1/+1
2014-08-20fdo#72695: avoid double-free race condition for SwXFootnoteMichael Stahl1-1/+1
2014-08-20i#107771: sw: implement thread-safe instance caching for SwXFootnoteMichael Stahl1-2/+2
2014-08-20i#107771: sw: make SwXFootnote a client of its format poolitemMichael Stahl1-1/+2
2014-08-20fdo#72695: avoid double-free race condition for SwXParagraphMichael Stahl1-1/+1
2014-08-20i#105557: thread-safe caching of SwXTextTable instancesMichael Stahl1-4/+1
2014-08-20i#105557: even more thread-safe caching of SwXFrame instancesMichael Stahl1-2/+2
2014-08-20i#105557: thread-safe caching of SwXFrame instancesMichael Stahl1-6/+16
2014-08-15SwTextBoxHelper::findTextBoxes: return a set of const pointersMiklos Vajna1-1/+1
2014-08-12Refactored IDocumentLayoutAccess out of SwDoc.Valentin Kettner1-6/+7
2014-07-15Refactored IDocumentContentOperations out of SwDoc.Valentin Kettner1-4/+4
2014-07-13fdo#39468: Translate German comments in sw/source/core/Philipp Riemer1-1/+0
2014-06-25Let SwTextBoxHelper::findTextBoxes() return a setMiklos Vajna1-1/+1
2014-06-24new compilerplugin returnbyrefNoel Grandin1-6/+6
2014-06-11Revert "Change sw::mark::IMark::GetOtherMarkPos return type from refMichael Stahl1-1/+1
2014-06-10Change sw::mark::IMark::GetOtherMarkPos return type from ref to pointerStephan Bergmann1-1/+1
2014-06-01Avoid temporary OUStringsMatteo Casalin1-2/+1
2014-06-01sal_uInt16 to more proper types + some constMatteo Casalin1-7/+7
2014-05-27SwXParaFrameEnumeration: ignore textboxesMiklos Vajna1-0/+9
2014-04-30sw: sal_Bool->boolNoel Grandin1-6/+6
2014-04-24Finish cleaning up ASCII art in the sw moduleChris Laplante1-24/+4
2014-04-01Explicitly mark overriding destructors as "virtual"Stephan Bergmann1-4/+4
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann1-4/+4
2014-03-24coverity#704959 Dereference after null checkCaolán McNamara1-1/+1
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann1-44/+44
2014-02-20svl: sal_Bool -> boolStephan Bergmann1-1/+1
2013-12-12Do not use C++-UNO internal static_type functions in client codeStephan Bergmann1-2/+2
2013-11-14xub_StrLen to sal_Int32 in SwIndex and some relatedMatteo Casalin1-4/+4
2013-11-08remove unnecessary use of OUString constructor in SW moduleNoel Grandin1-1/+1
2013-10-24fdo#54938: Remove SupportsServiceImpl from sw and use cppu insteadMarcos Paulo de Souza1-22/+5
2013-10-22Bin useless swmod commentsTor Lillqvist1-1/+1