summaryrefslogtreecommitdiff
path: root/sw/inc
AgeCommit message (Expand)AuthorFilesLines
2018-07-21Fix typosAndrea Gelmini1-1/+1
2018-07-19return SfxStyleSheetIterator by std::unique_ptrNoel Grandin1-1/+1
2018-07-19loplugin:useuniqueptr in SwUndoSplitTableNoel Grandin1-1/+1
2018-07-18Fix typosAndrea Gelmini1-1/+1
2018-07-17loplugin:useuniqueptr in SwViewShellNoel Grandin1-7/+8
2018-07-17loplugin:useuniqueptr in SwXShapeNoel Grandin1-2/+2
2018-07-16convert SW*READER constants to scoped enumNoel Grandin1-4/+11
2018-07-16loplugin:useuniqueptr in SwXTextSearchNoel Grandin1-2/+3
2018-07-16sw: prefix members of SwDateTimeField and SwFormatDropMiklos Vajna2-19/+19
2018-07-16loplugin:useuniqueptr in SwUndoInsertsNoel Grandin1-2/+2
2018-07-13Refresh linked OLE representation when OLE updatedArmin Le Grand1-0/+4
2018-07-12loplugin:useuniqueptr in SwUndoSaveSectionNoel Grandin1-1/+1
2018-07-10tdf#118634: Don't save embedded data source to a temporary preview documentMike Kaganski1-1/+1
2018-07-10[API CHANGE] tdf#65353 Add more doc. settings more embedding fontsTomaž Vajngerl1-0/+4
2018-07-10pass SwField around by std::unique_ptrNoel Grandin13-39/+39
2018-07-10use std::uniqueptr in HandledTextTokenNoel Grandin1-1/+1
2018-07-09sw: prefix members of SwCompareConfigMiklos Vajna1-12/+12
2018-07-06tdf#101856 create bookmarks w/ new hidden/cond attrs, save as odtBernhard Widl5-0/+15
2018-07-04-Werror=deprecated-copy (GCC trunk towards GCC 9)Stephan Bergmann1-0/+2
2018-07-04-Werror=deprecated-copy (GCC trunk towards GCC 9)Stephan Bergmann1-0/+2
2018-07-03use std::unique_ptr for CreateObjectSpecificViewContactNoel Grandin1-1/+1
2018-07-02sw: prefix members of SwAccSingleTableSelHander_ImplMiklos Vajna1-6/+6
2018-07-02loplugin:unusedmethodsNoel Grandin1-4/+0
2018-06-29loplugin:useuniqueptr in SwPostItFieldNoel Grandin1-3/+3
2018-06-29loplugin:useuniqueptr in SwOLEObjNoel Grandin1-1/+1
2018-06-29loplugin:useuniqueptr in SwGrfNodeNoel Grandin1-1/+1
2018-06-29loplugin:useuniqueptr in SwTableNodeNoel Grandin1-2/+2
2018-06-27Initialise the spelling and grammar thing when Writer startsTor Lillqvist1-10/+0
2018-06-27loplugin:useuniqueptr in SwSelPaintRectsNoel Grandin1-5/+5
2018-06-27loplugin:useuniqueptr in SwDocNoel Grandin1-58/+58
2018-06-25loplugin:useuniqueptr in SwAccessibleMapNoel Grandin1-6/+6
2018-06-25tdf#96099 Remove trivial container typedefs in stoc, svl, svx, swArkadiy Illarionov1-5/+4
2018-06-19weld SwTitlePageDlgCaolán McNamara1-1/+1
2018-06-18tdf#108523 Remove @author annotationsAbhyudaya Sharma8-170/+27
2018-06-14loplugin:unusedfieldsNoel Grandin1-3/+0
2018-06-13tdf#116537: use page #s excluding empty pages when they are ignoredMike Kaganski1-0/+3
2018-06-12loplugin:constantparamNoel Grandin1-1/+1
2018-06-12loplugin:singlevalfieldsNoel Grandin1-2/+1
2018-06-11loplugin:unusedfieldsNoel Grandin1-2/+1
2018-06-11dont use SwClient/SwModify in unocore: SwXFieldMasterBjoern Michaelsen1-1/+1
2018-06-11loplugin:unusedmethodsNoel Grandin3-4/+0
2018-06-11new loplugin:shouldreturnboolNoel Grandin2-9/+9
2018-06-08sw_redlinehide: Add sw::WrongListIteratorMichael Stahl1-0/+3
2018-06-08sw_redlinehide: send a hint to the SwTextFrame when Delete redlineMichael Stahl1-0/+13
2018-06-08sw_redlinehide: SwTextFrame::HideAndShowObjects()Michael Stahl1-1/+2
2018-06-08sw_redlinehide: add an indirect iteration mode to SwIteratorMichael Stahl1-12/+94
2018-06-08sw_redlinehide: hyphenationMichael Stahl1-5/+5
2018-06-08sw_redlinehide: make SwScanner independent of SwTextNodeMichael Stahl1-1/+9
2018-06-08sw_redlinehide: add merge state flag to SwNodeMichael Stahl1-0/+11
2018-06-07provide overrides of GetNext/GetPrev in SwPaM subclassesNoel Grandin4-2/+26