summaryrefslogtreecommitdiff
path: root/reportdesign
AgeCommit message (Expand)AuthorFilesLines
2023-01-20Base Im-/ExportDocumentHandler on WeakImplHelperStephan Bergmann2-8/+8
2023-01-18cid#1519050 silence Unchecked dynamic_castCaolán McNamara1-0/+1
2023-01-16cid#1519051 silence Unchecked dynamic_castCaolán McNamara1-0/+2
2023-01-15Merge SvXMLAttributeList to comphelper::AttributeListMike Kaganski7-16/+15
2023-01-14use more VCLXPopupMenu instead of XPopupMenuNoel Grandin1-3/+2
2023-01-13XUnoTunnel->dynamic_cast in SvXMLAttributeListNoel Grandin1-3/+3
2023-01-05Revert all the recent loplugin:unocast changesStephan Bergmann1-2/+1
2022-12-16loplugin:unocast (SvXMLImport)Stephan Bergmann1-1/+2
2022-11-30tdf#133343 collect autostyle prop namesNoel Grandin1-1/+2
2022-11-29New loplugin:crosscastStephan Bergmann1-1/+1
2022-11-22loplugin:unusedfieldsNoel Grandin4-6/+0
2022-11-21Drop comphelper::OWeakTypeObject, use cppu::WeakImplHelper<> insteadStephan Bergmann2-2/+0
2022-11-04tdf#54857 use OUStringConstExpr in XMLPropertyMapEntryNoel Grandin4-252/+252
2022-10-21loplugin:referencecasting look for a new patternNoel Grandin1-1/+1
2022-10-17use more string_viewNoel Grandin2-9/+9
2022-10-11tdf#150222: Use static_assert to check contiguous item idsXisco Fauli1-0/+2
2022-10-10tdf#151260, tdf#84930: 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-10-05tdf#126917 menu: OpenXMLFilterSettings != MacrosJustin Luth1-2/+1
2022-10-03tdf#151260: crash in SfxItemPool::SetDefaults (reportdesign/ReportController)Julien Nabet1-21/+23
2022-09-29split utl::TempFile into fast and named variantsNoel Grandin1-2/+4
2022-09-19Rename MouseNotifyEvent to NotifyEventTypeSamuel Mehrbrodt1-1/+1
2022-09-18use more string_view in utl::TempFileNoel Grandin1-2/+2
2022-09-16vcl: AnimationBitmap -> AnimationFrameChris Sherlock2-13/+16
2022-09-14move ErrCode to comphelper and improve debug output stringNoel Grandin2-2/+2
2022-09-09Fix typoAndrea Gelmini1-1/+1
2022-09-09tdf#150732 ReportBuilder: Moving fields from one section to another crashesNoel Grandin3-7/+33
2022-09-08tdf#150756 Assertion when opening report for editingNoel Grandin1-0/+7
2022-09-07ONavigator doesn't need a pimplNoel Grandin2-29/+12
2022-09-07OXReportControllerObserver does not need a pimplNoel Grandin2-37/+21
2022-09-05Simplify by using replace instead of replaceAt in 2 loops in reportdesignJulien Nabet3-15/+4
2022-09-05tdf#150756 Assertion when opening report for editingNoel Grandin1-1/+3
2022-08-29ref-count SdrObjectNoel Grandin16-113/+46
2022-08-24tdf#150575: REPORTBUILDER: Crash when closing report when used report navigatorJulien Nabet1-0/+1
2022-08-18Move tools/diagnose_ex.h to comphelper/diagnose_ex.hxxStephan Bergmann46-46/+46
2022-08-08no need for ScrollBarBox if bg is already the desired colorCaolán McNamara3-14/+0
2022-08-06tdf#117388 use native scrollbar under gtk in reportdesignerCaolán McNamara4-30/+39
2022-08-06tdf#150222 reporbuilder, set font for a text box crashesNoel Grandin1-61/+66
2022-07-20move wintypes.hxx from tools to vclChris Sherlock1-7/+14
2022-07-14loplugin:moveitNoel Grandin2-4/+2
2022-07-11tools: rename getHeight/Width() to GetOpenHeight/Width()Chris Sherlock5-33/+33
2022-06-24clang-tidy modernize-pass-by-value in reportdesignNoel Grandin44-88/+111
2022-06-21tdf#128150 Only show "Use background" btn in Impress & DrawSamuel Mehrbrodt1-1/+2
2022-06-10new loplugin:moveitNoel Grandin1-2/+1
2022-06-08VCL add vcl::WindowPosSize abstract classJan-Marek Glogowski3-4/+4
2022-06-01The return value of those getLength functions is guaranteed to be non-negativeStephan Bergmann1-1/+2
2022-05-25directly instantiate IndexedPropertyValuesContainerNoel Grandin1-3/+4
2022-05-24Use o3tl::make_unsigned in some placesStephan Bergmann4-4/+8
2022-05-24modernize and improve PropertySetInfoNoel Grandin4-6/+1
2022-05-12speed up simple use of NamedValueCollectionNoel Grandin1-2/+1