summaryrefslogtreecommitdiff
path: root/svx/source/table
AgeCommit message (Expand)Author
2021-10-15Remove non-const Sequence::begin()/end() in internal codeMike Kaganski
2021-10-14Avoid COW overhead using css::uno::SequenceMike Kaganski
2021-10-08loplugin:moveparam in svxNoel Grandin
2021-09-25use SfxItemSetFixed in svxNoel Grandin
2021-09-24reduce copying in drawinglayerNoel Grandin
2021-09-23Related: tdf#144091 svx: fix interaction of transp cell fill and transp shadowMiklos Vajna
2021-09-20tdf#144091 svx: fix unwanted blur of shadow from table cell fillMiklos Vajna
2021-09-19allocate this SfxItemSet on stackNoel Grandin
2021-09-09tdf#144052 reduce Primitive2D copyingNoel Grandin
2021-09-08reduce cost of creating large charts (tdf#144052)Noel Grandin
2021-09-03clang-tidy:readability-redundant-member-initNoel Grandin
2021-09-02rename UpdateMode -> UpdateLayout in editeng classNoel Grandin
2021-08-19use std::optional<OutlinerParaObject> in SdrUndoAttrObjNoel Grandin
2021-08-17rename SetRectsDirty->SetBoundAndSnapRectsDirtyNoel Grandin
2021-08-16Drop tools::Rectangle::getX/getY, which are just duplicates of Left/TopMike Kaganski
2021-08-16pass OutlinerParaObject around by valueNoel Grandin
2021-08-12s/mpEdtOutl/mpEditingOutliner/gNoel Grandin
2021-08-11Drop convertMm100ToTwip in favor of the new o3tl::toTwipsMike Kaganski
2021-07-25use officecfg for drawing optionsNoel Grandin
2021-07-20no need to allocate the selectionOverlay separately in SvxTableControllerNoel Grandin
2021-07-19Move svl::Items to include/svl/whichranges.hxx, and unify its usageMike Kaganski
2021-07-16Use WhichRangesContainer in editengMike Kaganski
2021-07-15drop the Pair constructor from SfxItemSetNoel Grandin
2021-06-28loplugin:indentation improve checks for brace alignmentNoel Grandin
2021-06-27cid#1486528 silence Uncaught exceptionCaolán McNamara
2021-06-21drawinglayer: put BufferedDecompositionPrimitive2D in its own fileTomaž Vajngerl
2021-06-20drawinglayer: remove ImplPrimitive2DIDBlock macroTomaž Vajngerl
2021-06-19svx: prefix member variables for SdrTextObj and othersTomaž Vajngerl
2021-06-08Remove SfxItemState::READONLYArmin Le Grand
2021-06-04Implemented Delete key deletes the table when all the cells are selectedmerttumer
2021-05-17split OutputDevice from WindowNoel Grandin
2021-05-04tdf#139500 svx: fix crash on changing table properties during active text editMiklos Vajna
2021-05-03Fix Row size change is not updatedmerttumer
2021-05-03Implemented CTRL + A selects all the cellsmerttumer
2021-05-03Fix ESC key selects all the cells of the table objectmerttumer
2021-05-02throw() -> noexcept, part 2/3: Automatic loplugin:noexcept rewriteStephan Bergmann
2021-04-29loplugin:stringadd simplify some *StringBuffer operationsNoel Grandin
2021-04-22no need to create temporaries when appending number to O[U]StringBufferNoel Grandin
2021-04-19svx properties: pass SfxItemSet around by valueNoel Grandin
2021-04-15store ptr to the original entries in SfxItemPropertyMapNoel Grandin
2021-04-12svx: prefix members of SdrObjectMiklos Vajna
2021-04-06forward declare vcl::window in vcl/event.hxxCaolán McNamara
2021-03-25const OUString -> const OUStringLiteralMike Kaganski
2021-03-19silence coverity unchecked return value from library on xmlText* functionsCaolán McNamara
2021-03-16tdf#136956 reorder undo actions in removeColumnsMark Hung
2021-03-11use some forward declares to reduce includesCaolán McNamara
2021-02-20loplugin:refcounting in svxNoel
2021-02-19Some more unit conversion unificationMike Kaganski
2021-02-15loplugin:referencecasting in svxNoel
2021-02-11rename RestGeoData->RestoreGeoDataNoel Grandin