summaryrefslogtreecommitdiff
path: root/svx/source/table/cell.cxx
AgeCommit message (Expand)AuthorFilesLines
2018-10-09use unique_ptr in SfxUndoManager::AddUndoActionNoel Grandin1-1/+1
2018-09-21tdf#117721 draw ui: add .uno::SetOptimalColumnWidthJustin Luth1-0/+19
2018-07-18tdf#118354 Do not dereference non-exsisting ObjectArmin Le Grand1-1/+8
2018-07-04tdf#118199 avoid double dispose actionsArmin Le Grand1-2/+7
2018-07-02pass OutlinerParaObject around by std::unique_ptrNoel Grandin1-13/+12
2018-06-29Improved loplugin:redundantcast (const-qualified typedefs): svxStephan Bergmann1-2/+2
2018-06-05tdf#42949 remove unused compheler includes ..Jochen Nitschke1-2/+0
2018-05-03loplugin:useuniqueptr in sdr::table::CellNoel Grandin1-8/+3
2018-04-12make BaseProperties::Clone return std::unique_ptrNoel Grandin1-3/+3
2018-04-07SOSAW080: Added first bunch of basic changes to helpersArmin Le Grand1-69/+51
2018-04-06Revert "SOSAW080: Added first bunch of basic changes to helpers"Armin Le Grand1-51/+69
2018-04-06SOSAW080: Added first bunch of basic changes to helpersArmin Le Grand1-69/+51
2018-03-14loplugin:constantparamNoel Grandin1-1/+1
2018-03-08loplugin:constantparam in svtools..unotoolsNoel Grandin1-3/+3
2018-02-21loplugin:changetoolsgen in svxNoel Grandin1-5/+5
2018-02-02use TypedWhichId in BaseProperties::GetItemNoel Grandin1-6/+6
2018-02-01split out SFX_METRIC_ITEM into separate fieldNoel Grandin1-4/+4
2018-01-15More loplugin:cstylecast: svxStephan Bergmann1-1/+1
2018-01-12More loplugin:cstylecast: svxStephan Bergmann1-3/+3
2017-11-20TypedWhichId for SDRATTR* constants (1)Noel Grandin1-8/+8
2017-10-30loplugin:constantparam in svxNoel Grandin1-2/+2
2017-10-23loplugin:includeform: svxStephan Bergmann1-16/+16
2017-08-17remove UL/L suffixes from integer constants in initialiser/call expressionsNoel Grandin1-1/+1
2017-07-27loplugin:constparams in svxNoel Grandin1-3/+3
2017-06-18remove unused osl/mutex.hxx includesJochen Nitschke1-1/+0
2017-06-16Make SfxItemSet ranges correct by constructionStephan Bergmann1-10/+6
2017-06-13Let BaseProperties::CreateObjectSpecificItemSet return unique_ptrStephan Bergmann1-3/+4
2017-05-18Remove parentheses around some comparisonsStephan Bergmann1-1/+1
2017-05-02loplugin:checkunusedparams in editengNoel Grandin1-1/+1
2017-04-27Translate German comments (rest of svx/ except svx/source/form/)Johnny_M1-3/+3
2017-04-15Implement RotateAngle API property for Impress table cellsTamás Zolnai1-2/+18
2017-04-15Introduce text rotation for Impress tablesTamás Zolnai1-2/+47
2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna1-2/+2
2017-03-06make use of the SfxItemSet::GetItem<T> methodNoel Grandin1-2/+2
2017-01-26Remove dynamic exception specificationsStephan Bergmann1-44/+39
2016-12-30cleanup tailing backslashesJochen Nitschke1-13/+13
2016-12-02loplugin:unnecessaryoverride (dtors) in svxStephan Bergmann1-7/+0
2016-11-25give us a chance to see *which* property failedEike Rathke1-4/+4
2016-11-16make the element names in dumpAsXml match the class namesNoel Grandin1-1/+1
2016-11-08coverity#1394268 Resource leakCaolán McNamara1-2/+8
2016-10-05loplugin:unnecessaryoverride in svxNoel Grandin1-36/+0
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann1-1/+1
2016-09-12impress: extend dumpAsXml to table cell and stylesNoel Grandin1-0/+13
2016-07-25new loplugin overrideparamNoel Grandin1-1/+1
2016-06-10Clean up uses of Any::getValue() in svxStephan Bergmann1-5/+3
2016-05-30editeng: rename misleading SvxBoxItem::GetDistance()/SetDistance()Michael Stahl1-2/+2
2016-05-09convert OUTLINER_MODE to scoped enumNoel Grandin1-3/+3
2016-05-09convert SfxStyleFamily to scoped enumNoel Grandin1-1/+1
2016-04-20tdf#99396 SdrTableObj::EndTextEdit: restore cell format undo itemsMiklos Vajna1-0/+5
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann1-1/+1