summaryrefslogtreecommitdiff
path: root/sw/inc/calbck.hxx
AgeCommit message (Expand)AuthorFilesLines
2015-04-24loplugin:simplifyboolStephan Bergmann1-1/+1
2015-03-25remove typed Modify for goodBjoern Michaelsen1-15/+1
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-23Revert "make ClientIteratorBase only know about WriterListener"Stephan Bergmann1-24/+23
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 Michaelsen1-0/+47
2015-03-19move GoEnd to SwIterator<>Bjoern Michaelsen1-9/+0
2015-03-17-Werror,-Winconsistent-missing-overrideStephan Bergmann1-0/+1
2015-03-16make SwClientIter::GoStart/GoEnd privateBjoern Michaelsen1-19/+17
2015-03-16get rid of SearchTypeBjoern Michaelsen1-4/+0
2015-03-16fix stray SAL_OVERRIDEBjoern Michaelsen1-1/+1
2015-03-16Fixes for moving stuff to SwIteratorBjoern Michaelsen1-1/+11
2015-03-16Move SwClientIter::Previous() to SwIteratorBjoern Michaelsen1-8/+0
2015-03-16Move SwClientIter::Next() to SwIteratorBjoern Michaelsen1-9/+0
2015-03-16Move SwClientIter::Last() to SwIteratorBjoern Michaelsen1-10/+0
2015-03-16move SwClientIter::First() to SwIteratorBjoern Michaelsen1-9/+0
2015-03-16make typed iteration private in SwClientIter nowBjoern Michaelsen1-38/+42
2015-03-16Pipe legacy Modify calls through SwClientModifyBjoern Michaelsen1-12/+30
2015-03-16nonsense SwClientIter::operator() isnt used, better remove before someone doesBjoern Michaelsen1-4/+0
2015-03-16loplugin:saloverrideStephan Bergmann1-3/+3
2015-03-14SwDepend: naming conventionsBjoern Michaelsen1-10/+10
2015-03-14SwDepend: cosmeticsBjoern Michaelsen1-5/+3
2015-03-14inline SwDepends trivialsBjoern Michaelsen1-4/+17
2015-03-14inline broadcast iterationsBjoern Michaelsen1-2/+15
2015-03-14simplify SwClientIter iterationBjoern Michaelsen1-0/+8
2015-03-14simpilfy SwClient::operator()Bjoern Michaelsen1-4/+3
2015-03-14inline trivial SwModify functionsBjoern Michaelsen1-3/+9
2015-03-14inline trivial SwClient functionsBjoern Michaelsen1-4/+11
2015-03-14fix naming conventions while at itBjoern Michaelsen1-45/+45