summaryrefslogtreecommitdiff
path: root/sw/inc/unotbl.hxx
AgeCommit message (Expand)AuthorFilesLines
2016-10-04loplugin:countusersofdefaultparams in swNoel Grandin1-1/+1
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann1-7/+7
2016-05-23Add a test for comparing table cells and table cell rangesslideon1-0/+2
2016-04-12clang-tidy performance-unnecessary-value-param in swNoel Grandin1-2/+2
2016-02-05sw: move all SwXTextTable implementation details to pImplMichael Stahl1-17/+2
2016-02-05sw: move the SwXTextTable descriptor members to SwXTextTable::ImplMichael Stahl1-8/+0
2016-02-05sw: move SwTextTable's SwClient to SwTextTable::ImplMichael Stahl1-8/+5
2016-02-05sw: move rest of SwXCellRange implementation details into pImplMichael Stahl1-18/+5
2016-02-05sw: fix SolarMutex asserts from SwXCellRange dtorMichael Stahl1-13/+11
2016-01-25InterfaceContainer2 with vector instead of SequenceNoel Grandin1-2/+2
2015-12-22Indentation fixesMiklos Vajna1-5/+5
2015-12-04fix SwClient crash in SwXNumberingRules/SwXTableRows/SwXTableColumnsNoel Grandin1-14/+10
2015-11-25bin/rename-sw-abbreviations.shlibreoffice-5-1-branch-pointRobinson Tryon1-6/+6
2015-11-17loplugin:unnecessaryvirtualNoel Grandin1-2/+2
2015-11-115th step to remove tools/rtti.hxxOliver Specht1-6/+0
2015-11-06com::sun::star->css in sw/incNoel Grandin1-224/+223
2015-10-12Replace "SAL_FINAL" with "final" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-3/+3
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-161/+161
2015-07-06improve the returnbyref lopluginNoel Grandin1-2/+2
2015-06-30make GetCellPosition a member and visibleBjoern Michaelsen1-2/+2
2015-06-30getCells->GetCells(): not an UNO functionBjoern Michaelsen1-1/+1
2015-06-30refactor out SwXCell:GetAny()Bjoern Michaelsen1-0/+1
2015-06-30kill ugly GetDataSequence, now unusedBjoern Michaelsen1-8/+0
2015-06-30refactor getNumericalData,Bjoern Michaelsen1-5/+8
2015-06-29coverity#1308580 Uncaught exceptionCaolán McNamara1-1/+1
2015-06-27coverity#1308455 Uncaught exceptionCaolán McNamara1-1/+1
2015-06-09use UnoCursorPointer in SwXTextTableCursorBjoern Michaelsen1-9/+2
2015-06-09use UnoCursorPointer in SwXCellRange and SwChartDataSequenceBjoern Michaelsen1-10/+3
2015-05-26loplugin:saloverrideStephan Bergmann1-1/+1
2015-05-26Remove SwClients before destruction in some uno wrapper classesBjoern Michaelsen1-1/+12
2015-05-26use new unocrsrs in SwXTextTableCursorBjoern Michaelsen1-3/+3
2015-05-26use new unocrsrs in SwXCellRangeBjoern Michaelsen1-4/+4
2015-05-20bin/rename-sw-abbreviations.shlibreoffice-5-0-branch-pointChristian Lohmaier1-30/+30
2015-05-05loplugin:staticmethodsNoel Grandin1-1/+1
2015-04-16Revert "make more classes dllpublic"David Tardon1-1/+1
2015-04-16make more classes dllpublicDavid Tardon1-1/+1
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin1-26/+26
2015-04-06sw: use variadic cppu::WeakImplHelperMiklos Vajna1-12/+8
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-30make SwXTextTable::getData reuse the code from SwXCellRangeBjoern Michaelsen1-4/+6
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-26use a WeakReference instead of meddling in SwClientsBjoern Michaelsen1-0/+2
2014-11-26loplugin: cstylecastNoel Grandin1-7/+8
2014-08-20i#105557: thread-safe caching of SwXTextTable instancesMichael Stahl1-1/+4
2014-07-11new loplugin: externalandnotdefinedNoel Grandin1-0/+6
2014-04-30sw: sal_Bool->boolNoel Grandin1-8/+8