summaryrefslogtreecommitdiff
path: root/sw/inc
AgeCommit message (Expand)Author
2015-06-08sw: remove unused CrsrFlag::NOCALRECTMichael Stahl
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann
2015-06-05sw: let's export the debug-logging stuff so msword filters can use itMichael Stahl
2015-06-05WRITER: readd InsertRows/InsertColsPhilippe Jung
2015-06-04replace FLYPROTECT with scoped enumNoel Grandin
2015-06-04convert GOTOOBJ constants to scoped enumNoel Grandin
2015-06-04convert MT_ constants to scoped enumNoel Grandin
2015-06-04convert SW_DB_SELECT constants to scoped enumNoel Grandin
2015-06-04convert SP_EXTEND_RANGE constants to scoped enumNoel Grandin
2015-06-03sw: add SwDBManager::RevokeDataSource()Miklos Vajna
2015-06-03sw: move name of the embedded data source def from SwDBData to SwDBManagerMiklos Vajna
2015-06-02sw: LOK_CALLBACK_TEXT_SELECTION should be the union of all selectionsMiklos Vajna
2015-06-01SwDBManager: embed data source definition if possibleMiklos Vajna
2015-05-29loplugin:redundantcast: const_cast to same typeStephan Bergmann
2015-05-27convert WINDOW_DRAW flags to scoped enumNoel Grandin
2015-05-26loplugin:saloverrideStephan Bergmann
2015-05-26Remove SwClients before destruction in some uno wrapper classesBjoern Michaelsen
2015-05-26loplugin:unnecessarysuperclass, merge IBlockCursor into SwBlockCursorNoel Grandin
2015-05-26now rename the new CreateUnoCrsr2 to CreateUnoCrsr, as the old stuff is goneBjoern Michaelsen
2015-05-26remove SaneOwnership distinctionBjoern Michaelsen
2015-05-26remove old SwUnoCrsrTbl and CreateUnoCrsrBjoern Michaelsen
2015-05-26new unocrsrs for SwXTextCursorBjoern Michaelsen
2015-05-26use new unocrsrs in SwXTextTableCursorBjoern Michaelsen
2015-05-26use new unocrsrs in SwXCellRangeBjoern Michaelsen
2015-05-26kill faux polymophic SwUnoCrsr::Clone()Bjoern Michaelsen
2015-05-26use new unocrsrs in SwXParagraphEnumerationBjoern Michaelsen
2015-05-26some more assertsBjoern Michaelsen
2015-05-26use new unocrsrs in SwChartDataSequenceBjoern Michaelsen
2015-05-26handle PamCorr also with the new containerBjoern Michaelsen
2015-05-26introduce CreateUnoCrsr2 to migrate to sane memory mngmtBjoern Michaelsen
2015-05-25Use size_t consistently for GetFldTypeCount/GetFldType/RemoveFldTypeMatteo Casalin
2015-05-23tdf#91368 - micro-optimization for over-used method.Michael Meeks
2015-05-23pass RenderContext into writer paintingTomaž Vajngerl
2015-05-20bin/rename-sw-abbreviations.shlibreoffice-5-0-branch-pointChristian Lohmaier
2015-05-20tdf#90882 Writer: insert row/col before/afterPhilippe Jung
2015-05-19Add sw::DocumentDrawModelManager::Search()Miklos Vajna
2015-05-18tdf#89783: Allow more than 64k PageDescsKatarina Behrens
2015-05-18refactor SwPagePreview to use RenderContextTomaž Vajngerl
2015-05-17tdf#90883 WRITER: Insert button with multiple rows/columns selectedPhilippe Jung
2015-05-14tdf#86639 SwEditShell: when setting para style, reset char attrs if neededMiklos Vajna
2015-05-14refactor sw Sidebar classes to use RenderContextTomaž Vajngerl
2015-05-13wrap some static fields in VclPtrNoel Grandin
2015-05-11sw,sc,sd,starmath: convert to vcl::RenderContextNoel Grandin
2015-05-10Fix uses of SAL_DLLPRIVATE DECL_LINK etc.Stephan Bergmann
2015-05-10Replace IMPL_STATIC_LINK[_TYPED] with more useful variantsStephan Bergmann
2015-05-09sw: fix assert with frames anchored in redlines on rhbz490395-1.odtMichael Stahl
2015-05-08lopluign:staticmethods: Handle DECL_LINKStephan Bergmann
2015-05-08loplugin:staticmethodsStephan Bergmann
2015-05-08Add SwDBManager::LoadAndRegisterEmbeddedDataSourceMiklos Vajna
2015-05-08convert EXPAND constants to scoped enumCaolán McNamara