summaryrefslogtreecommitdiff
path: root/reportdesign/source/ui/misc
AgeCommit message (Expand)AuthorFilesLines
14 daystdf#146619 Drop unused 'using namespace' in: reportdesign/Gabor Kelemen2-3/+0
2024-03-29use std::mutex in StatusbarControllerNoel Grandin1-2/+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 Bergmann2-5/+5
2023-05-15MCGR: consolidations/cleanups for changes so farArmin Le Grand (allotropia)1-2/+2
2023-04-02Avoid conversions between OUString and OString in VCLMike Kaganski1-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 Grandin2-9/+2
2022-08-18Move tools/diagnose_ex.h to comphelper/diagnose_ex.hxxStephan Bergmann3-3/+3
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-24clang-tidy modernize-pass-by-value in reportdesignNoel Grandin3-10/+12
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 Bergmann2-23/+23
2022-03-01use SfxItemSet::GetItemIfSet in desktop..reportdesignNoel Grandin1-166/+136
2022-01-30Recheck modules [o-r]* with IWYUGabor Kelemen2-2/+0
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-12-04loplugin:stringliteraldefine in reportdesignNoel Grandin1-2/+2
2021-11-02Drop char*-based API from NamedValueCollectionMike Kaganski1-3/+3
2021-10-30Prepare for removal of non-const operator[] from Sequence in reportdesignMike Kaganski2-14/+14
2021-10-22Optimize assignment from OUStringLiteral to OUStringStephan Bergmann1-2/+3
2021-09-15Use <comphelper/servicehelper.hxx> implementing XUnoTunnel part 1Mike Kaganski1-1/+1
2021-08-11convert some LogicToLogic calls to use o3tl::convert insteadTomaž Vajngerl1-1/+1
2021-08-05Pass context and resource string down to boost::locale separatelyNoel Grandin1-4/+4
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-18tdf#130428 remove unnecessary usage of SfxItemState::UNKNOWNArmin Le Grand (Allotropia)1-2/+2
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-21loplugin:refcounting in package..saxNoel1-1/+1
2021-02-16loplugin:referencecasting in reportdesignNoel2-2/+2
2021-01-25avoid some ref-countingNoel Grandin1-1/+1
2021-01-16make the Color constructors explicitly specify transparencyNoel1-3/+3
2021-01-10static_cast after dynamic_castNoel Grandin1-92/+68