summaryrefslogtreecommitdiff
path: root/svx/source/table/cell.cxx
AgeCommit message (Expand)Author
2023-04-19tdf#154501 - Fileopen PPTX: Table with rotated text wrongNoel Grandin
2023-04-19oox: tcPr vert roundtrip, introduce interopability grab bag for table cellSarper Akdemir
2023-01-18support theme color for lines + oox support + testsTomaž Vajngerl
2023-01-17introduce {Char,Fill}ColorThemeReference which uses XThemeColorTomaž Vajngerl
2023-01-16introduce docmodel comp., model::ThemeColor, use it in SvxColorItemTomaž Vajngerl
2022-07-01sd theme: add ODP import/export for shape fill color effectsMiklos Vajna
2022-07-01sd theme: add ODP import/export for shape fill colorMiklos Vajna
2021-11-22Use less DegreeN::get()Mike Kaganski
2021-10-15Remove non-const Sequence::begin()/end() in internal codeMike Kaganski
2021-09-25use SfxItemSetFixed in svxNoel Grandin
2021-09-08reduce cost of creating large charts (tdf#144052)Noel Grandin
2021-09-02rename UpdateMode -> UpdateLayout in editeng classNoel Grandin
2021-08-16pass OutlinerParaObject around by valueNoel Grandin
2021-07-19Move svl::Items to include/svl/whichranges.hxx, and unify its usageMike Kaganski
2021-07-15drop the Pair constructor from SfxItemSetNoel Grandin
2021-06-27cid#1486528 silence Uncaught exceptionCaolán McNamara
2021-06-08Remove SfxItemState::READONLYArmin Le Grand
2021-05-02throw() -> noexcept, part 2/3: Automatic loplugin:noexcept rewriteStephan Bergmann
2021-04-19svx properties: pass SfxItemSet around by valueNoel Grandin
2021-04-15store ptr to the original entries in SfxItemPropertyMapNoel Grandin
2021-03-19silence coverity unchecked return value from library on xmlText* functionsCaolán McNamara
2021-02-15loplugin:referencecasting in svxNoel
2020-11-04Fix typo in codeAndrea Gelmini
2020-10-26switching long to a 64-bit type on 64-bit windowsNoel
2020-10-21new tools::Degree10 strong typedefNoel Grandin
2020-10-05use more TOOLS_WARN_EXCEPTIONMike Kaganski
2020-08-28Change OUStringLiteral from char[] to char16_t[]Stephan Bergmann
2020-08-13use OUStringLiteral in SfxItemPropertyMapEntryNoel Grandin
2020-08-06loplugin:flatten in svxNoel Grandin
2020-03-10tdf#42949 Fix IWYU warnings in svx/source/[t-x]*/*cxxGabor Kelemen
2020-01-31clang-tidy modernize-concat-nested-namespaceNoel Grandin
2020-01-15clang-tidy modernize-concat-nested-namespace in svxNoel Grandin
2020-01-06tdf#129708 speed-up: check if we could create outline instead of creation of itSerge Krot
2019-12-15tdf#127481 don't override SdrText::GetItemSet() for cellsThorsten Behrens
2019-11-27Better handling of text rotation attribute.Tamás Zolnai
2019-09-26add property name when throwing css::uno::UnknownPropertyExceptionNoel Grandin
2019-09-03loplugin:constmethod in svxNoel Grandin
2019-08-12Fix typosAndrea Gelmini
2019-07-09Simplify Sequence iterations in svxArkadiy Illarionov
2019-05-10tdf#62699 Drop pass-through header file include/svx/svdattr.hxxGabor Kelemen
2019-04-23tdf#42949 Fix IWYU warnings in include/editeng/[f-x]*Gabor Kelemen
2019-04-15tdf#42949 Fix IWYU warnings in include/editeng/[a-e]*Gabor Kelemen
2019-03-04simplify UNO getTypes methodsNoel Grandin
2019-02-28use the xmlTextWriterPtr typedef consistentlyNoel Grandin
2019-02-12o3tl::make_unique -> std::make_unique in svx/Gabor Kelemen
2018-11-18Simplify containers iterations in svx/source/[s-u]*Arkadiy Illarionov
2018-10-30fix use-after-moveNoel Grandin
2018-10-09use unique_ptr in SfxUndoManager::AddUndoActionNoel Grandin
2018-09-21tdf#117721 draw ui: add .uno::SetOptimalColumnWidthJustin Luth
2018-07-18tdf#118354 Do not dereference non-exsisting ObjectArmin Le Grand