summaryrefslogtreecommitdiffstats
path: root/svx/source/table
Commit message (Expand)AuthorAgeFilesLines
* Remove redundant 'inline' keywordStephan Bergmann2017-03-032-4/+4
* loplugin:unusedmethodsNoel Grandin2017-02-211-2/+1
* loplugin:subtlezeroinit: svxStephan Bergmann2017-02-211-1/+1
* coverity#1401345 Uninitialized scalar fieldCaolán McNamara2017-02-191-0/+2
* tdf#105423 support vertical merged cells.Mark Hung2017-02-171-4/+54
* tdf#105423 merge cells based on its column edge.Mark Hung2017-02-171-4/+30
* tdf#105423 remove unecessary mnCol and mnColCntMark Hung2017-02-171-13/+2
* tdf105423: make sure column edges are increasingMark Hung2017-02-171-10/+23
* remove unused StartSelection from SvxTableController::TblAction enumNoel Grandin2017-02-141-4/+0
* Add missing #includesStephan Bergmann2017-02-067-0/+11
* Remove dynamic exception specificationsStephan Bergmann2017-01-2624-509/+486
* pass ownership by pointerJochen Nitschke2017-01-232-4/+4
* New loplugin:dynexcspec: Add @throws documentation, svxStephan Bergmann2017-01-198-0/+13
* cleanup tailing backslashesJochen Nitschke2016-12-301-13/+13
* OSL_TRACE -> SAL in sfx2..svxNoel Grandin2016-12-111-2/+2
* convert SFX_HINT to scoped enumNoel Grandin2016-12-081-1/+1
* tdf#104405 Clone Formatting ignores vertical text alignmentNoel Grandin2016-12-071-0/+4
* loplugin:unnecessaryoverride (dtors) in svxStephan Bergmann2016-12-023-19/+0
* give us a chance to see *which* property failedEike Rathke2016-11-254-9/+9
* tdf#88351: Revert "coverity#704341 Logically dead code"Julien Nabet2016-11-201-1/+1
* make the element names in dumpAsXml match the class namesNoel Grandin2016-11-164-6/+6
* reduce copying when decomposing drawinglayer primitivesNoel Grandin2016-11-081-19/+11
* coverity#1394268 Resource leakCaolán McNamara2016-11-081-2/+8
* loplugin:unnecessaryvirtual in svx..swNoel Grandin2016-11-071-2/+2
* convert usages of DPIScalingFactor from int to floatTomaž Vajngerl2016-10-291-2/+2
* coverity#1371262 Missing move assignment operatorCaolán McNamara2016-10-281-1/+1
* ScopedVclPtr vs std::unique_ptr for VclAbstractDialog derivativesCaolán McNamara2016-10-281-2/+2
* loplugin:expandablemethods in svxNoel Grandin2016-10-272-7/+1
* loplugin:expandablemethodds in svxNoel Grandin2016-10-201-9/+5
* loplugin:countusersofdefaultparams in svxNoel Grandin2016-10-121-1/+1
* convert CELL constants to typed_flagsJochen Nitschke2016-10-091-76/+83
* loplugin:staticmethods: svxStephan Bergmann2016-10-071-1/+1
* loplugin:unnecessaryoverride in svxNoel Grandin2016-10-054-100/+0
* convert MapUnit to scoped enumNoel Grandin2016-10-053-6/+6
* Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann2016-10-052-3/+3
* Fix typosAndrea Gelmini2016-10-011-6/+6
* tdf#102223 EDITING Deleting all content from a cell changes font formattingNoel Grandin2016-09-201-16/+2
* convert constants to scoped enum TblActionJochen Nitschke2016-09-201-64/+47
* replace sal_Size with std::size_t (or sal_uInt64 for SvStream pos)Michael Stahl2016-09-151-2/+2
* loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann2016-09-1315-23/+23
* Remove nonsense comments: // bitfieldTor Lillqvist2016-09-132-2/+0
* impress: extend dumpAsXml to table cell and stylesNoel Grandin2016-09-125-3/+34
* loplugin:constantparam in svxNoel Grandin2016-09-092-41/+14
* Translate some German comments and messagesMaarten Bosmans2016-08-301-1/+1
* drop enum IAccessibleViewForwarderListener::ChangeTypeNoel Grandin2016-08-252-2/+2
* remove CellOverlayTypeNoel Grandin2016-08-241-4/+1
* convert SdrHdlKind to scoped enumNoel Grandin2016-08-232-33/+33
* convert SdrViewEditMode to scoped enumNoel Grandin2016-08-221-1/+1
* convert SdrHitKind to scoped enumNoel Grandin2016-08-221-2/+2
* convert SdrUserCallType to scoped enumNoel Grandin2016-08-191-3/+3