summaryrefslogtreecommitdiff
path: root/svx/source/table
AgeCommit message (Expand)Author
2017-04-25tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock
2017-04-15Implement RotateAngle API property for Impress table cellsTamás Zolnai
2017-04-15Introduce text rotation for Impress tablesTamás Zolnai
2017-04-07ofz#974 check SetBorder bounds like the other maHorizontalBorders usersCaolán McNamara
2017-04-05loplugin:constantparamNoel Grandin
2017-03-31use actual UNO enums in svxNoel Grandin
2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna
2017-03-29split ImportState enum into RtfImportState and HtmlImportStateNoel Grandin
2017-03-28tdf#42949: clean up includes in include/svx/[a-c]* with iwyuJorenz Paragas
2017-03-15convert SvxFrameDirection to scoped enumNoel Grandin
2017-03-06make use of the SfxItemSet::GetItem<T> methodNoel Grandin
2017-03-03Remove redundant 'inline' keywordStephan Bergmann
2017-02-21loplugin:unusedmethodsNoel Grandin
2017-02-21loplugin:subtlezeroinit: svxStephan Bergmann
2017-02-19coverity#1401345 Uninitialized scalar fieldCaolán McNamara
2017-02-17tdf#105423 support vertical merged cells.Mark Hung
2017-02-17tdf#105423 merge cells based on its column edge.Mark Hung
2017-02-17tdf#105423 remove unecessary mnCol and mnColCntMark Hung
2017-02-17tdf105423: make sure column edges are increasingMark Hung
2017-02-14remove unused StartSelection from SvxTableController::TblAction enumNoel Grandin
2017-02-06Add missing #includesStephan Bergmann
2017-01-26Remove dynamic exception specificationsStephan Bergmann
2017-01-23pass ownership by pointerJochen Nitschke
2017-01-19New loplugin:dynexcspec: Add @throws documentation, svxStephan Bergmann
2016-12-30cleanup tailing backslashesJochen Nitschke
2016-12-11OSL_TRACE -> SAL in sfx2..svxNoel Grandin
2016-12-08convert SFX_HINT to scoped enumNoel Grandin
2016-12-07tdf#104405 Clone Formatting ignores vertical text alignmentNoel Grandin
2016-12-02loplugin:unnecessaryoverride (dtors) in svxStephan Bergmann
2016-11-25give us a chance to see *which* property failedEike Rathke
2016-11-20tdf#88351: Revert "coverity#704341 Logically dead code"Julien Nabet
2016-11-16make the element names in dumpAsXml match the class namesNoel Grandin
2016-11-08reduce copying when decomposing drawinglayer primitivesNoel Grandin
2016-11-08coverity#1394268 Resource leakCaolán McNamara
2016-11-07loplugin:unnecessaryvirtual in svx..swNoel Grandin
2016-10-29convert usages of DPIScalingFactor from int to floatTomaž Vajngerl
2016-10-28coverity#1371262 Missing move assignment operatorCaolán McNamara
2016-10-28ScopedVclPtr vs std::unique_ptr for VclAbstractDialog derivativesCaolán McNamara
2016-10-27loplugin:expandablemethods in svxNoel Grandin
2016-10-20loplugin:expandablemethodds in svxNoel Grandin
2016-10-12loplugin:countusersofdefaultparams in svxNoel Grandin
2016-10-09convert CELL constants to typed_flagsJochen Nitschke
2016-10-07loplugin:staticmethods: svxStephan Bergmann
2016-10-05loplugin:unnecessaryoverride in svxNoel Grandin
2016-10-05convert MapUnit to scoped enumNoel Grandin
2016-10-05Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann
2016-10-01Fix typosAndrea Gelmini
2016-09-20tdf#102223 EDITING Deleting all content from a cell changes font formattingNoel Grandin
2016-09-20convert constants to scoped enum TblActionJochen Nitschke
2016-09-15replace sal_Size with std::size_t (or sal_uInt64 for SvStream pos)Michael Stahl