summaryrefslogtreecommitdiff
path: root/sw/inc
AgeCommit message (Expand)Author
2015-03-31sw: prefix members of SwOleClientMichael Stahl
2015-03-31sw: prefix members of SwDrawModelMichael Stahl
2015-03-31sw: prefix members of SwPageDescMichael Stahl
2015-03-31sw: prefix members of SwPageDescExtMichael Stahl
2015-03-31sw: prefix members of SwPageFtnInfoMichael Stahl
2015-03-31sw: convert these SwFEShell members to std::unique_ptrMichael Stahl
2015-03-31sw: prefix members of SwFEShellMichael Stahl
2015-03-31sw: prefix members of SwEditShellMichael Stahl
2015-03-31sw: SwDocShell::aFinishedTimer dead since 2006Michael Stahl
2015-03-31sw: prefix members of SwDocShellMichael Stahl
2015-03-31sw: prefix members of SwWebDocShellMichael Stahl
2015-03-31Better only call RestoreInvisibleContent if previously removedStephan Bergmann
2015-03-30make SwXTextTable::getData reuse the code from SwXCellRangeBjoern Michaelsen
2015-03-30svx, sw: can avoid vcl/ITiledRenderable.hxx include hereMiklos Vajna
2015-03-28also kill SwIterator here for a Notify callBjoern Michaelsen
2015-03-28some more constnessBjoern Michaelsen
2015-03-28use Notify instead of SwIterator<>Bjoern Michaelsen
2015-03-28merge SwTable::GetFrmFmt/GetTableFmtBjoern Michaelsen
2015-03-28have a Reference instead of SwClient meddlingBjoern Michaelsen
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann
2015-03-26use a WeakReference instead of meddling in SwClientsBjoern Michaelsen
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann
2015-03-25Typo: formated->formattedJulien Nabet
2015-03-25tdf#80822 Convert MM progress dialogs to modalJan-Marek Glogowski
2015-03-25remove typed Modify for goodBjoern Michaelsen
2015-03-25kill a typed Modify useBjoern Michaelsen
2015-03-25rename IsLastDepend HasOnlyOneListenerBjoern Michaelsen
2015-03-24update docsBjoern Michaelsen
2015-03-24code convention: member namesBjoern Michaelsen
2015-03-24rename GetDepends->HasWriterListener and make it a boolBjoern Michaelsen
2015-03-24Revert "Revert "make ClientIteratorBase only know about WriterListener""Bjoern Michaelsen
2015-03-24PTR_CAST isnt actually needed hereBjoern Michaelsen
2015-03-24Kill dead <touch/touch.h> APITor Lillqvist
2015-03-24SkipImages option for document importLászló Németh
2015-03-24convert sfxlink to enum classNoel Grandin
2015-03-23Revert "make ClientIteratorBase only know about WriterListener"Stephan Bergmann
2015-03-23loplugin:constantfunction: swNoel Grandin
2015-03-20Ensure GrammarCheckingIterator thread is joined before SwBreakIt::_DeleteStephan Bergmann
2015-03-20use static_cast<> and typeid, its fasterBjoern Michaelsen
2015-03-20make ClientIteratorBase only know about WriterListenerBjoern Michaelsen
2015-03-20use IsChanged() some moreBjoern Michaelsen
2015-03-20remove spurious friend and forward-declBjoern Michaelsen
2015-03-20introduce Sync() helperBjoern Michaelsen
2015-03-20move IsChanged to shared baseBjoern Michaelsen
2015-03-20typoBjoern Michaelsen
2015-03-20derive SwIterator<> from ClientIteratorBaseBjoern Michaelsen
2015-03-19more privacy tweaksBjoern Michaelsen
2015-03-19rename SwClientIter to sw::ClientIteratorBaseBjoern Michaelsen
2015-03-19simplify specialized SwIterator::First()Bjoern Michaelsen
2015-03-19make SwClientIter construcatable only from SwIterBjoern Michaelsen