summaryrefslogtreecommitdiff
path: root/sw/inc
AgeCommit message (Expand)AuthorFilesLines
2015-03-30svx, sw: can avoid vcl/ITiledRenderable.hxx include hereMiklos Vajna1-1/+2
2015-03-28also kill SwIterator here for a Notify callBjoern Michaelsen1-5/+7
2015-03-28some more constnessBjoern Michaelsen1-1/+2
2015-03-28use Notify instead of SwIterator<>Bjoern Michaelsen1-2/+3
2015-03-28merge SwTable::GetFrmFmt/GetTableFmtBjoern Michaelsen1-3/+2
2015-03-28have a Reference instead of SwClient meddlingBjoern Michaelsen1-0/+1
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann1-1/+1
2015-03-26use a WeakReference instead of meddling in SwClientsBjoern Michaelsen1-0/+2
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann14-23/+23
2015-03-25Typo: formated->formattedJulien Nabet7-8/+8
2015-03-25tdf#80822 Convert MM progress dialogs to modalJan-Marek Glogowski1-2/+6
2015-03-25remove typed Modify for goodBjoern Michaelsen1-15/+1
2015-03-25kill a typed Modify useBjoern Michaelsen2-1/+4
2015-03-25rename IsLastDepend HasOnlyOneListenerBjoern Michaelsen1-1/+1
2015-03-24update docsBjoern Michaelsen1-5/+2
2015-03-24code convention: member namesBjoern Michaelsen1-23/+23
2015-03-24rename GetDepends->HasWriterListener and make it a boolBjoern Michaelsen1-5/+7
2015-03-24Revert "Revert "make ClientIteratorBase only know about WriterListener""Bjoern Michaelsen1-19/+20
2015-03-24PTR_CAST isnt actually needed hereBjoern Michaelsen1-4/+4
2015-03-24Kill dead <touch/touch.h> APITor Lillqvist1-1/+0
2015-03-24SkipImages option for document importLászló Németh1-0/+3
2015-03-24convert sfxlink to enum classNoel Grandin3-6/+6
2015-03-23Revert "make ClientIteratorBase only know about WriterListener"Stephan Bergmann1-24/+23
2015-03-23loplugin:constantfunction: swNoel Grandin5-22/+1
2015-03-20Ensure GrammarCheckingIterator thread is joined before SwBreakIt::_DeleteStephan Bergmann1-0/+39
2015-03-20use static_cast<> and typeid, its fasterBjoern Michaelsen1-5/+5
2015-03-20make ClientIteratorBase only know about WriterListenerBjoern Michaelsen1-23/+24
2015-03-20use IsChanged() some moreBjoern Michaelsen1-2/+2
2015-03-20remove spurious friend and forward-declBjoern Michaelsen1-2/+0
2015-03-20introduce Sync() helperBjoern Michaelsen1-8/+9
2015-03-20move IsChanged to shared baseBjoern Michaelsen1-2/+2
2015-03-20typoBjoern Michaelsen1-8/+8
2015-03-20derive SwIterator<> from ClientIteratorBaseBjoern Michaelsen1-82/+79
2015-03-19more privacy tweaksBjoern Michaelsen1-11/+7
2015-03-19rename SwClientIter to sw::ClientIteratorBaseBjoern Michaelsen1-51/+53
2015-03-19simplify specialized SwIterator::First()Bjoern Michaelsen1-7/+1
2015-03-19make SwClientIter construcatable only from SwIterBjoern Michaelsen1-8/+9
2015-03-19limit friendshipBjoern Michaelsen1-1/+1
2015-03-19remove superficial helpersBjoern Michaelsen1-28/+7
2015-03-19specialize SwIterator<SwClient, T>Bjoern Michaelsen1-2/+39
2015-03-19make GetModify privateBjoern Michaelsen1-2/+1
2015-03-19more static checks ftwBjoern Michaelsen1-0/+1
2015-03-19move SwIterator into calbck.hxxBjoern Michaelsen2-74/+47
2015-03-19static checks ftwBjoern Michaelsen1-1/+4
2015-03-19move GoEnd to SwIterator<>Bjoern Michaelsen2-12/+6
2015-03-19loplugin:constantfunction: sotNoel Grandin2-3/+0
2015-03-19loplugin:constantfunction: svtoolsNoel Grandin2-5/+0
2015-03-19convert SFX_FILTER_ constants to enum classNoel Grandin1-1/+0
2015-03-18create new 'enum class' SotClipboardFormatId to unify typesNoel Grandin5-5/+6
2015-03-18convert AccessibleStates to enum classNoel Grandin1-21/+21