summaryrefslogtreecommitdiff
path: root/reportdesign
AgeCommit message (Expand)AuthorFilesLines
2023-08-08cid#1539504 Division or modulo by zeroCaolán McNamara1-4/+7
2023-08-04tdf#144072 Base crash when 2 fields selected in reportbuilder..Noel Grandin1-0/+7
2023-06-04Use getXWeak in reportdesignMike Kaganski7-25/+23
2023-06-01Revert "Convert XFastParser into a normal C++ interface"Noel Grandin1-4/+4
2023-06-01Convert XFastParser into a normal C++ interfaceNoel Grandin1-4/+4
2023-05-26use more TypedWhichIdNoel Grandin1-4/+4
2023-05-25svx: combine svx::NamedThemedColor into NamedColorTomaž Vajngerl2-3/+3
2023-05-25svx: change NamedColor be a struct instead of std::pairTomaž Vajngerl1-1/+1
2023-05-15MCGR: consolidations/cleanups for changes so farArmin Le Grand (allotropia)4-5/+5
2023-05-13use more optional for SdrObjListIterNoel Grandin1-4/+4
2023-05-11tdf#150732 ReportBuilder,Moving fields breaks connection of field to datasourceNoel Grandin3-27/+47
2023-04-23tdf#154886: fix Report builder mutex assertionJulien Nabet1-0/+2
2023-04-21MCGR: Reduce diverse GradientStyle enums to single UNO API oneArmin Le Grand (allotropia)2-2/+2
2023-04-18fix brain malfunctionNoel Grandin1-2/+1
2023-04-12loplugin:stringview whitelist getLength and isEmptyNoel Grandin1-1/+1
2023-04-02Avoid conversions between OUString and OString in VCLMike Kaganski18-104/+103
2023-03-25loplugin:stringadd in registry..salNoel Grandin1-4/+2
2023-03-19MCGR: Model data changes for ColorStepsArmin Le Grand (allotropia)2-2/+5
2023-03-19tdf#114441 - Convert use of sal_uLong to better integer types.Vinit Agarwal1-1/+1
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 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