summaryrefslogtreecommitdiff
path: root/sd/source/core/stlsheet.cxx
AgeCommit message (Expand)AuthorFilesLines
2024-01-27ITEM: Cleanup some Pool stuff with DefaultsArmin Le Grand (allotropia)1-3/+3
2024-01-04tdf#114441 sal_uLong to better integer typebuldi1-2/+2
2023-12-07tdf#158500 missing style Object with no fill no lineLaurent Balland1-0/+1
2023-10-07loplugin:ostr: automatic rewriteStephan Bergmann1-8/+8
2023-08-31ignore UnknownPropertyException in SdStyleSheet::setPropertyValuesNoel Grandin1-1/+1
2023-08-25Revert "use more Reference::query instead of UNO_QUERY_THROW"Noel Grandin1-3/+3
2023-08-18use more Reference::query instead of UNO_QUERY_THROWNoel Grandin1-3/+3
2023-08-15ComplexColor various clean-up and (trivial) refactoringsTomaž Vajngerl1-1/+1
2023-06-30tdf#156091: handle OWN_ATTR_TEXTCOLUMNS in SdStyleSheet::getPropertyValue_ImplMike Kaganski1-0/+14
2023-06-11use internal iterator for SfxBroadcasterNoel Grandin1-21/+25
2023-05-12use ComplexColor instead of ThemeColor for better OOXML compat.Tomaž Vajngerl1-8/+8
2023-04-25Add script to find unused using declarationsGabor Kelemen1-1/+0
2023-02-24BaseMutex->std::mutex in SdStyleSheetNoel Grandin1-39/+32
2023-01-13support theme color for lines + oox support + testsTomaž Vajngerl1-0/+10
2023-01-13introduce {Char,Fill}ColorThemeReference which uses XThemeColorTomaž Vajngerl1-0/+9
2023-01-12introduce docmodel comp., model::ThemeColor, use it in SvxColorItemTomaž Vajngerl1-3/+15
2022-11-25sd: better detection of user defined cell stylesMaxim Monastirsky1-0/+29
2022-11-22tdf#138111: Fix apparent copy-paste error in ApiNameMap for sd style "A0"Kevin Suo1-1/+1
2022-11-21Export modified table stylesMaxim Monastirsky1-0/+9
2022-08-18Move tools/diagnose_ex.h to comphelper/diagnose_ex.hxxStephan Bergmann1-1/+1
2022-07-25use more o3tl::spanNoel Grandin1-1/+0
2022-05-05sd theme: add ODP import/export for shape fill color effectsMiklos Vajna1-0/+16
2022-05-01use more string_view in variousNoel Grandin1-2/+2
2022-03-18sd theme: add ODP import/export for shape fill colorMiklos Vajna1-0/+12
2021-10-15Remove non-const Sequence::begin()/end() in internal codeMike Kaganski1-1/+1
2021-10-14Avoid COW overhead using css::uno::SequenceMike Kaganski1-1/+1
2021-10-09Typo *ropertie -> *ropertyJulien Nabet1-1/+1
2021-09-29use SfxItemSetFixed in sdNoel Grandin1-12/+7
2021-09-22Extend loplugin:stringviewparam to starts/endsWith: sdStephan Bergmann1-5/+6
2021-08-04SdStyleSheet: implement XMultiPropertySetMike Kaganski1-19/+82
2021-07-19Move svl::Items to include/svl/whichranges.hxx, and unify its usageMike Kaganski1-3/+3
2021-07-15drop the Pair constructor from SfxItemSetNoel Grandin1-3/+3
2021-06-22Avoid crash getting default item for OWN_ATTR_TEXTCOLUMNSMike Kaganski1-0/+21
2021-06-08editengine-columns: ODF support [API CHANGE]Mike Kaganski1-0/+13
2021-06-08Remove SfxItemState::READONLYArmin Le Grand1-1/+0
2021-05-02throw() -> noexcept, part 2/3: Automatic loplugin:noexcept rewriteStephan Bergmann1-1/+1
2021-04-15store ptr to the original entries in SfxItemPropertyMapNoel Grandin1-6/+6
2021-03-03loplugin:refcounting in sdNoel1-1/+1
2020-12-19make *String(string_view) constructors explicitNoel Grandin1-1/+1
2020-12-19use more string_view in SfxItemPropertyMapNoel1-1/+1
2020-09-16Turn OUStringLiteral into a consteval'ed, static-refcound rtl_uStringStephan Bergmann1-34/+35
2020-09-01Fix typo in codeAndrea Gelmini1-6/+6
2020-08-28Change OUStringLiteral from char[] to char16_t[]Stephan Bergmann1-42/+42
2020-08-13use OUStringLiteral in SfxItemPropertyMapEntryNoel Grandin1-9/+9
2020-05-29loplugin:simplifybool in oox..sdNoel Grandin1-1/+1
2020-04-01convert PresentationObjects to scoped enumNoel Grandin1-2/+2
2020-03-12Revert "loplugin:constfields in sd"Noel Grandin1-2/+2
2020-02-04rename Set/GetTextFirstLineOfst->Set/GetTextFirstLineOffsetNoel Grandin1-2/+2
2019-11-03loplugin:stringaddNoel Grandin1-2/+1
2019-10-19OUStringChar must either take a sal_Unicode or an ASCII charStephan Bergmann1-1/+1