summaryrefslogtreecommitdiff
path: root/svx/source/table/cell.cxx
AgeCommit message (Expand)Author
2024-07-30tdf#161846 remove one layout operations (v)Noel Grandin
2024-06-24editeng: add convenience creators to ESelection All, NotFoundTomaž Vajngerl
2024-05-11loplugin:ostr in svxNoel Grandin
2024-04-03tdf#146619 Drop unused 'using namespace' in: svx/Gabor Kelemen
2024-03-06tdf#158773 reduce cost of ContentInfo::GetTextNoel Grandin
2024-01-27ITEM: Cleanup some Pool stuff with DefaultsArmin Le Grand (allotropia)
2023-10-31add comment to CellProperties::ForceDefaultAttributesNoel Grandin
2023-10-31rename mxItemSet->moItemSet in DefaultPropertiesNoel Grandin
2023-10-11Drop o3tl::span, can use C++20 std::span directly nowStephan Bergmann
2023-10-07loplugin:ostr: automatic rewriteStephan Bergmann
2023-08-15ComplexColor various clean-up and (trivial) refactoringsTomaž Vajngerl
2023-06-29Use getXWeak in svxMike Kaganski
2023-05-12use ComplexColor instead of ThemeColor for better OOXML compat.Tomaž Vajngerl
2023-05-10rename SDRATTR_TABLE_GRABBAG to SDRATTR_TABLE_CELL_GRABBAGSarper Akdemir
2023-05-02use more specific class in sdr::table::CellNoel Grandin
2023-04-17oox: tcPr vert roundtrip, introduce interopability grab bag for table cellSarper Akdemir
2023-04-14tdf#154501 - Fileopen PPTX: Table with rotated text wrongNoel Grandin
2023-01-13support theme color for lines + oox support + testsTomaž Vajngerl
2023-01-13introduce {Char,Fill}ColorThemeReference which uses XThemeColorTomaž Vajngerl
2023-01-12introduce docmodel comp., model::ThemeColor, use it in SvxColorItemTomaž Vajngerl
2022-12-06tdf#152380: add checks for names and values sequences length equalityMike Kaganski
2022-09-14new loplugin refcountingbaseNoel Grandin
2022-08-18Move tools/diagnose_ex.h to comphelper/diagnose_ex.hxxStephan Bergmann
2022-07-25use more o3tl::spanNoel Grandin
2022-07-21clang-tidy modernize-pass-by-value in svxNoel Grandin
2022-05-05sd theme: add ODP import/export for shape fill color effectsMiklos Vajna
2022-03-18sd theme: add ODP import/export for shape fill colorMiklos Vajna
2022-02-16speed up DefaultProperties::SetObjectItem when loading large chartNoel Grandin
2022-01-11do not call broadcast SetStyleSheet from a non-broadcast oneLuboš Luňák
2021-11-26loplugin:stringliteraldefine in svxNoel Grandin
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