summaryrefslogtreecommitdiff
path: root/reportdesign
AgeCommit message (Expand)AuthorFilesLines
2022-07-08tdf#128150 Fix PPTX slide background fill mode for shapesSamuel 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
2022-05-05use more o3tl::getTokenNoel Grandin3-30/+32
2022-05-04Just use Any ctor instead of makeAny in reportdesignStephan Bergmann52-222/+222
2022-05-03add o3tl::equalsAsciiNoel Grandin1-3/+3
2022-05-01use more string_view in variousNoel Grandin2-19/+19
2022-04-20loplugin:passstuffbyrefNoel Grandin4-4/+4
2022-04-10use more string_viewNoel Grandin1-1/+1
2022-03-31Resolves: tdf#117159 don't crash with chart selected in database report editCaolán McNamara1-1/+2
2022-03-30Related: tdf#117162 use a marginally tidier but riskier fix for trunkCaolán McNamara1-7/+3
2022-03-30tdf#117162 ImportDocumentHandler expected XDocumentHandler argumentCaolán McNamara2-3/+8
2022-03-11loplugin:constparamsNoel Grandin1-2/+2
2022-03-10tdf#147021 Use std::size() instead of SAL_N_ELEMENTS() macroGautham Krishnan1-4/+4
2022-03-01use SfxItemSet::GetItemIfSet in desktop..reportdesignNoel Grandin2-186/+153
2022-02-25Advanced Diagram support: cleanup/consolidate with existing codeArmin Le Grand (Allotropia)2-2/+0
2022-02-23SdrLayerID must be based on sal_Int16Mike Kaganski1-3/+3
2022-02-11svx::PropertyChangeNotifier improvementsNoel Grandin2-2/+0
2022-02-08 Simplify sequence of PropertyValue in linguisting/reportdesign/sc/sfx2Julien Nabet1-10/+5
2022-02-04add toId/fromId to tidy up some ugly castingCaolán McNamara2-11/+11
2022-01-30Recheck modules [o-r]* with IWYUGabor Kelemen28-29/+7
2022-01-29used TypedWhichId in the constructor of various svx *Item classesNoel Grandin2-2/+2
2022-01-22Use o3tl::convert instead of OutputDevice::LogicToLogicMike Kaganski1-1/+1
2022-01-07remove E3D_INVENTOR_FLAG and convert SdrObjKind to scoped enumNoel Grandin18-93/+93
2021-12-22loplugin:flatten in package..reportdesignNoel Grandin4-157/+154
2021-12-20sd theme: allow setting the color's theme index in the chardlgMiklos Vajna2-3/+3
2021-12-18remove some unused definesNoel Grandin1-7/+0
2021-12-10Generally determine Rdb content from gb_*_set_componentfile callsStephan Bergmann3-3/+3
2021-12-10merge setUnoShape and impl_setUnoShapeNoel Grandin2-12/+12
2021-12-04use more OUStringLiteral in reportdesignNoel Grandin4-33/+18
2021-12-04loplugin:stringliteraldefine in reportdesignNoel Grandin4-92/+90
2021-12-03replace comphelper::OListenerContainer with OInterfaceContainerHelper3Noel Grandin2-12/+10
2021-12-03loplugin:stringliteraldefine in xmloffNoel Grandin1-9/+4
2021-11-27use more OInterfaceContainerHelper3 in reportdesignNoel Grandin7-18/+19
2021-11-23O[U]String::replaceAt overloads that take string_viewNoel Grandin8-14/+14
2021-11-15add a rule to enforce always-show-image of True if an image is usedCaolán McNamara1-0/+2
2021-11-15tdf#145323 reportbuilder Moving a field corrupts the fieldNoel Grandin1-1/+1
2021-11-12simplify construction of XMLPropertyMapEntryNoel Grandin1-5/+5
2021-11-08use more OUStringLiteral in MediaDescriptorNoel Grandin2-3/+3
2021-11-07return XShape from SdrObject::getUnoShapeNoel Grandin2-20/+20
2021-11-04elide unnecessary UNO_QUERY_THROW callsNoel Grandin1-4/+2
2021-11-03loplugin:finalclassesNoel Grandin6-13/+7
2021-11-02Drop char*-based API from NamedValueCollectionMike Kaganski1-3/+3
2021-10-31uniformly allow focus into GtkToolbarCaolán McNamara3-3/+3