summaryrefslogtreecommitdiff
path: root/reportdesign/source/ui/misc/UITools.cxx
AgeCommit message (Expand)AuthorFilesLines
2024-07-31reduce number of GetItem callsNoel Grandin1-2/+2
2024-07-29tdf#161846 use unordered_map in SfxItemPropertyMapNoel Grandin1-2/+4
2024-07-11Unify/Port to use VCLUnoHelper for AWT <-> VCL conversionsMichael Weghorn1-2/+2
2024-05-10loplugin:ostr in reportdesignNoel Grandin1-12/+12
2024-04-09tdf#146619 Drop unused 'using namespace' in: reportdesign/Gabor Kelemen1-1/+0
2024-02-19ITEM: Speedup SlotIDToWhichID translationsArmin Le Grand (allotropia)1-0/+2
2024-02-12ITEM: ItemPool Rework (I)Armin Le Grand (allotropia)1-147/+116
2024-01-14ITEM: Move Shareable ItemFlag to SfxPolItemArmin Le Grand (allotropia)1-59/+59
2023-11-07ITEM: Get away from classic 'poolable' Item flagArmin Le Grand (allotropia)1-58/+59
2023-10-23Extended loplugin:ostr: Rewrite some O[U]StringLiteral -> O[U]StringStephan Bergmann1-3/+3
2023-05-15MCGR: consolidations/cleanups for changes so farArmin Le Grand (allotropia)1-2/+2
2023-03-19MCGR: Model data changes for ColorStepsArmin Le Grand (allotropia)1-1/+3
2022-10-11tdf#150222: Use static_assert to check contiguous item idsXisco Fauli1-0/+2
2022-10-05reportdesign: keep the constant values in a commentXisco Fauli1-20/+20
2022-08-29ref-count SdrObjectNoel Grandin1-2/+2
2022-08-18Move tools/diagnose_ex.h to comphelper/diagnose_ex.hxxStephan Bergmann1-1/+1
2022-08-06tdf#150222 reporbuilder, set font for a text box crashesNoel Grandin1-61/+66
2022-07-14loplugin:moveitNoel Grandin1-2/+1
2022-07-11tools: rename getHeight/Width() to GetOpenHeight/Width()Chris Sherlock1-3/+3
2022-06-21tdf#128150 Only show "Use background" btn in Impress & DrawSamuel Mehrbrodt1-1/+2
2022-06-10new loplugin:moveitNoel Grandin1-2/+1
2022-05-04Just use Any ctor instead of makeAny in reportdesignStephan Bergmann1-22/+22
2022-03-01use SfxItemSet::GetItemIfSet in desktop..reportdesignNoel Grandin1-166/+136
2022-01-29used TypedWhichId in the constructor of various svx *Item classesNoel Grandin1-1/+1
2022-01-22Use o3tl::convert instead of OutputDevice::LogicToLogicMike Kaganski1-1/+1
2022-01-07remove E3D_INVENTOR_FLAG and convert SdrObjKind to scoped enumNoel Grandin1-1/+1
2021-11-02Drop char*-based API from NamedValueCollectionMike Kaganski1-3/+3
2021-10-30Prepare for removal of non-const operator[] from Sequence in reportdesignMike Kaganski1-2/+3
2021-08-11convert some LogicToLogic calls to use o3tl::convert insteadTomaž Vajngerl1-1/+1
2021-07-19Move svl::Items to include/svl/whichranges.hxx, and unify its usageMike Kaganski1-1/+1
2021-07-16use WhichRangesContainer in reportdesignNoel Grandin1-5/+3
2021-07-15drop the Pair constructor from SfxItemSetNoel Grandin1-1/+1
2021-06-02no need to allocate these on the heapNoel Grandin1-2/+2
2021-05-28no need to allocate these SfxItemSet on the heapNoel Grandin1-6/+6
2021-05-17split OutputDevice from WindowNoel Grandin1-1/+1
2021-05-08ref-count SfxItemPoolNoel Grandin1-2/+2
2021-05-06add SfxItemPoolDeleter utilityNoel Grandin1-2/+2
2021-04-15store ptr to the original entries in SfxItemPropertyMapNoel Grandin1-11/+11
2021-04-12less copying in SfxItemPropertyMap::getPropertyEntriesNoel Grandin1-13/+11
2021-03-12we just use the OutputDevice api for setZoomFactorCaolán McNamara1-1/+1
2021-02-16loplugin:referencecasting in reportdesignNoel1-1/+1
2021-01-16make the Color constructors explicitly specify transparencyNoel1-3/+3
2021-01-10static_cast after dynamic_castNoel Grandin1-92/+68
2020-12-24custom literal for Degree10Noel Grandin1-1/+1
2020-11-11loplugin:stringviewNoel1-1/+1
2020-10-21new tools::Degree10 strong typedefNoel Grandin1-2/+2
2020-10-13static_cast after dynamic_castNoel1-54/+54
2020-05-05tdf#42949 Fix IWYU warnings in reportdesign/*/*cxxGabor Kelemen1-8/+0
2020-04-22tdf#42949 Fix IWYU warnings in reportdesign/*/*hxxGabor Kelemen1-0/+1
2020-04-15loplugin:buriedassign in reportdesignNoel Grandin1-4/+8