summaryrefslogtreecommitdiff
path: root/sw/inc/unotbl.hxx
AgeCommit message (Expand)Author
2016-04-12clang-tidy performance-unnecessary-value-param in swNoel Grandin
2016-02-05sw: move all SwXTextTable implementation details to pImplMichael Stahl
2016-02-05sw: move the SwXTextTable descriptor members to SwXTextTable::ImplMichael Stahl
2016-02-05sw: move SwTextTable's SwClient to SwTextTable::ImplMichael Stahl
2016-02-05sw: move rest of SwXCellRange implementation details into pImplMichael Stahl
2016-02-05sw: fix SolarMutex asserts from SwXCellRange dtorMichael Stahl
2016-01-25InterfaceContainer2 with vector instead of SequenceNoel Grandin
2015-12-22Indentation fixesMiklos Vajna
2015-12-04fix SwClient crash in SwXNumberingRules/SwXTableRows/SwXTableColumnsNoel Grandin
2015-11-25bin/rename-sw-abbreviations.shlibreoffice-5-1-branch-pointRobinson Tryon
2015-11-17loplugin:unnecessaryvirtualNoel Grandin
2015-11-115th step to remove tools/rtti.hxxOliver Specht
2015-11-06com::sun::star->css in sw/incNoel Grandin
2015-10-12Replace "SAL_FINAL" with "final" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-07-06improve the returnbyref lopluginNoel Grandin
2015-06-30make GetCellPosition a member and visibleBjoern Michaelsen
2015-06-30getCells->GetCells(): not an UNO functionBjoern Michaelsen
2015-06-30refactor out SwXCell:GetAny()Bjoern Michaelsen
2015-06-30kill ugly GetDataSequence, now unusedBjoern Michaelsen
2015-06-30refactor getNumericalData,Bjoern Michaelsen
2015-06-29coverity#1308580 Uncaught exceptionCaolán McNamara
2015-06-27coverity#1308455 Uncaught exceptionCaolán McNamara
2015-06-09use UnoCursorPointer in SwXTextTableCursorBjoern Michaelsen
2015-06-09use UnoCursorPointer in SwXCellRange and SwChartDataSequenceBjoern Michaelsen
2015-05-26loplugin:saloverrideStephan Bergmann
2015-05-26Remove SwClients before destruction in some uno wrapper classesBjoern Michaelsen
2015-05-26use new unocrsrs in SwXTextTableCursorBjoern Michaelsen
2015-05-26use new unocrsrs in SwXCellRangeBjoern Michaelsen
2015-05-20bin/rename-sw-abbreviations.shlibreoffice-5-0-branch-pointChristian Lohmaier
2015-05-05loplugin:staticmethodsNoel Grandin
2015-04-16Revert "make more classes dllpublic"David Tardon
2015-04-16make more classes dllpublicDavid Tardon
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin
2015-04-06sw: use variadic cppu::WeakImplHelperMiklos Vajna
2015-04-01also refactor description setterBjoern Michaelsen
2015-04-01refactor labels getter on one baseBjoern Michaelsen
2015-04-01create generic getCells() functionBjoern Michaelsen
2015-03-30make SwXTextTable::getData reuse the code from SwXCellRangeBjoern Michaelsen
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-26use a WeakReference instead of meddling in SwClientsBjoern Michaelsen
2014-11-26loplugin: cstylecastNoel Grandin
2014-08-20i#105557: thread-safe caching of SwXTextTable instancesMichael Stahl
2014-07-11new loplugin: externalandnotdefinedNoel Grandin
2014-04-30sw: sal_Bool->boolNoel Grandin
2014-04-15Clean up function declarations and some unused functionsStephan Bergmann
2014-04-01Explicitly mark overriding destructors as "virtual"Stephan Bergmann
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann