summaryrefslogtreecommitdiff
path: root/sw/inc
AgeCommit message (Expand)AuthorFilesLines
2015-04-05Filled vector already provides nuber of itemsMatteo Casalin1-1/+1
2015-04-05Avoid two special values as "whole array" flagMatteo Casalin1-1/+1
2015-04-05Default value of nLookahead is never overriddenMatteo Casalin1-2/+2
2015-04-03Resolves: tdf#87548 don't create a new list for each multiselection portionCaolán McNamara1-3/+5
2015-04-01also refactor description setterBjoern Michaelsen1-0/+1
2015-04-01refactor labels getter on one baseBjoern Michaelsen1-0/+3
2015-04-01create generic getCells() functionBjoern Michaelsen1-0/+1
2015-03-31sw: prefix members of SwOleClientMichael Stahl1-4/+4
2015-03-31sw: prefix members of SwDrawModelMichael Stahl1-3/+5
2015-03-31sw: prefix members of SwPageDescMichael Stahl1-69/+69
2015-03-31sw: prefix members of SwPageDescExtMichael Stahl1-4/+4
2015-03-31sw: prefix members of SwPageFtnInfoMichael Stahl1-25/+26
2015-03-31sw: convert these SwFEShell members to std::unique_ptrMichael Stahl1-1/+3
2015-03-31sw: prefix members of SwFEShellMichael Stahl1-4/+5
2015-03-31sw: prefix members of SwEditShellMichael Stahl1-4/+4
2015-03-31sw: SwDocShell::aFinishedTimer dead since 2006Michael Stahl1-5/+0
2015-03-31sw: prefix members of SwDocShellMichael Stahl1-22/+24
2015-03-31sw: prefix members of SwWebDocShellMichael Stahl1-5/+4
2015-03-31Better only call RestoreInvisibleContent if previously removedStephan Bergmann1-0/+4
2015-03-30make SwXTextTable::getData reuse the code from SwXCellRangeBjoern Michaelsen1-4/+6
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