summaryrefslogtreecommitdiff
path: root/reportdesign/source
AgeCommit message (Expand)AuthorFilesLines
2023-02-27osl::Mutex->std::mutex in DefaultComponentInspectorModelNoel Grandin2-9/+10
2023-02-27osl::Mutex->std::mutex in rptxml::ImportDocumentHandlerNoel Grandin2-2/+3
2023-02-27osl::Mutex->std::mutex in rptxml::ExportDocumentHandlerNoel Grandin2-2/+3
2023-02-08editeng: remove SvxLRSpaceItem::nTxtLeftMichael Stahl1-1/+1
2023-01-31svx: Refactor (sdr) views to access the SdrModel by referenceTomaž Vajngerl3-9/+9
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 Kaganski6-15/+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-22loplugin:unusedfieldsNoel Grandin4-6/+0
2022-11-04tdf#54857 use OUStringConstExpr in XMLPropertyMapEntryNoel Grandin3-43/+43
2022-10-21loplugin:referencecasting look for a new patternNoel Grandin1-1/+1
2022-10-17use more string_viewNoel Grandin1-8/+8
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-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-09Fix typoAndrea Gelmini1-1/+1
2022-09-09tdf#150732 ReportBuilder: Moving fields from one section to another crashesNoel Grandin2-6/+26
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 Nabet2-14/+3
2022-09-05tdf#150756 Assertion when opening report for editingNoel Grandin1-1/+3
2022-08-29ref-count SdrObjectNoel Grandin14-96/+39
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 Bergmann43-43/+43
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-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 Grandin41-81/+103
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
2022-05-10tdf#147590 update OLE object after document refreshJuergen Funk1-1/+3