summaryrefslogtreecommitdiff
path: root/sw/inc
AgeCommit message (Expand)AuthorFilesLines
2015-06-08alias sw::UnoImplPtr to ::std::unique_ptr ...feature/unocrsrptrBjoern Michaelsen1-27/+10
2015-06-08use UnoCursorPointer in SwXTextTableCursorBjoern Michaelsen1-9/+2
2015-06-08use UnoCursorPointer in SwXCellRange and SwChartDataSequenceBjoern Michaelsen2-14/+5
2015-06-08use UnoCursorPointer in SwXTextCursorBjoern Michaelsen3-12/+21
2015-06-08use UnoCursorPointer in SwNavigationMgrBjoern Michaelsen1-0/+14
2015-06-08use ABC instead of Pimpl for SwXTextRangesBjoern Michaelsen1-46/+3
2015-06-08use UnoCursorPointer in SwXTextRangesBjoern Michaelsen1-0/+3
2015-06-08use ABC instead of Pimpl for SwXParagraphEnumerationBjoern Michaelsen1-38/+8
2015-06-08add smart pointer for managing SwUnoCrsrsBjoern Michaelsen1-0/+41
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann1-2/+2
2015-06-05sw: let's export the debug-logging stuff so msword filters can use itMichael Stahl2-3/+3
2015-06-05WRITER: readd InsertRows/InsertColsPhilippe Jung1-2/+4
2015-06-04replace FLYPROTECT with scoped enumNoel Grandin1-8/+15
2015-06-04convert GOTOOBJ constants to scoped enumNoel Grandin1-12/+20
2015-06-04convert MT_ constants to scoped enumNoel Grandin1-6/+9
2015-06-04convert SW_DB_SELECT constants to scoped enumNoel Grandin1-4/+5
2015-06-04convert SP_EXTEND_RANGE constants to scoped enumNoel Grandin1-5/+6
2015-06-03sw: add SwDBManager::RevokeDataSource()Miklos Vajna1-0/+3
2015-06-03sw: move name of the embedded data source def from SwDBData to SwDBManagerMiklos Vajna2-5/+8
2015-06-02sw: LOK_CALLBACK_TEXT_SELECTION should be the union of all selectionsMiklos Vajna1-1/+1
2015-06-01SwDBManager: embed data source definition if possibleMiklos Vajna1-2/+3
2015-05-29loplugin:redundantcast: const_cast to same typeStephan Bergmann1-4/+4
2015-05-27convert WINDOW_DRAW flags to scoped enumNoel Grandin1-1/+1
2015-05-26loplugin:saloverrideStephan Bergmann1-1/+1
2015-05-26Remove SwClients before destruction in some uno wrapper classesBjoern Michaelsen1-1/+12
2015-05-26loplugin:unnecessarysuperclass, merge IBlockCursor into SwBlockCursorNoel Grandin1-4/+4
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 Michaelsen2-11/+0
2015-05-26new unocrsrs for SwXTextCursorBjoern Michaelsen2-4/+4
2015-05-26use new unocrsrs in SwXTextTableCursorBjoern Michaelsen1-3/+3
2015-05-26use new unocrsrs in SwXCellRangeBjoern Michaelsen2-5/+5
2015-05-26kill faux polymophic SwUnoCrsr::Clone()Bjoern Michaelsen1-4/+1
2015-05-26use new unocrsrs in SwXParagraphEnumerationBjoern Michaelsen1-1/+1
2015-05-26some more assertsBjoern Michaelsen1-0/+1
2015-05-26use new unocrsrs in SwChartDataSequenceBjoern Michaelsen1-3/+4
2015-05-26handle PamCorr also with the new containerBjoern Michaelsen1-1/+1
2015-05-26introduce CreateUnoCrsr2 to migrate to sane memory mngmtBjoern Michaelsen2-0/+10
2015-05-25Use size_t consistently for GetFldTypeCount/GetFldType/RemoveFldTypeMatteo Casalin1-3/+3
2015-05-23tdf#91368 - micro-optimization for over-used method.Michael Meeks1-1/+2
2015-05-23pass RenderContext into writer paintingTomaž Vajngerl2-4/+4
2015-05-20bin/rename-sw-abbreviations.shlibreoffice-5-0-branch-pointChristian Lohmaier169-2920/+2920
2015-05-20tdf#90882 Writer: insert row/col before/afterPhilippe Jung1-2/+4
2015-05-19Add sw::DocumentDrawModelManager::Search()Miklos Vajna1-0/+5
2015-05-18tdf#89783: Allow more than 64k PageDescsKatarina Behrens4-16/+16
2015-05-18refactor SwPagePreview to use RenderContextTomaž Vajngerl1-1/+1
2015-05-17tdf#90883 WRITER: Insert button with multiple rows/columns selectedPhilippe Jung1-0/+4
2015-05-14tdf#86639 SwEditShell: when setting para style, reset char attrs if neededMiklos Vajna2-2/+6
2015-05-14refactor sw Sidebar classes to use RenderContextTomaž Vajngerl1-1/+1
2015-05-13wrap some static fields in VclPtrNoel Grandin1-5/+5