summaryrefslogtreecommitdiffstats
path: root/reportdesign
Commit message (Expand)AuthorAgeFilesLines
* clang-tidy modernize-pass-by-value in reportdesignNoel Grandin2022-06-2444-88/+111
* tdf#128150 Only show "Use background" btn in Impress & DrawSamuel Mehrbrodt2022-06-211-1/+2
* new loplugin:moveitNoel Grandin2022-06-101-2/+1
* VCL add vcl::WindowPosSize abstract classJan-Marek Glogowski2022-06-083-4/+4
* The return value of those getLength functions is guaranteed to be non-negativeStephan Bergmann2022-06-011-1/+2
* directly instantiate IndexedPropertyValuesContainerNoel Grandin2022-05-251-3/+4
* Use o3tl::make_unsigned in some placesStephan Bergmann2022-05-244-4/+8
* modernize and improve PropertySetInfoNoel Grandin2022-05-244-6/+1
* speed up simple use of NamedValueCollectionNoel Grandin2022-05-121-2/+1
* tdf#147590 update OLE object after document refreshJuergen Funk2022-05-101-1/+3
* use more o3tl::getTokenNoel Grandin2022-05-053-30/+32
* Just use Any ctor instead of makeAny in reportdesignStephan Bergmann2022-05-0452-222/+222
* add o3tl::equalsAsciiNoel Grandin2022-05-031-3/+3
* use more string_view in variousNoel Grandin2022-05-012-19/+19
* loplugin:passstuffbyrefNoel Grandin2022-04-204-4/+4
* use more string_viewNoel Grandin2022-04-101-1/+1
* Resolves: tdf#117159 don't crash with chart selected in database report editCaolán McNamara2022-03-311-1/+2
* Related: tdf#117162 use a marginally tidier but riskier fix for trunkCaolán McNamara2022-03-301-7/+3
* tdf#117162 ImportDocumentHandler expected XDocumentHandler argumentCaolán McNamara2022-03-302-3/+8
* loplugin:constparamsNoel Grandin2022-03-111-2/+2
* tdf#147021 Use std::size() instead of SAL_N_ELEMENTS() macroGautham Krishnan2022-03-101-4/+4
* use SfxItemSet::GetItemIfSet in desktop..reportdesignNoel Grandin2022-03-012-186/+153
* Advanced Diagram support: cleanup/consolidate with existing codeArmin Le Grand (Allotropia)2022-02-252-2/+0
* SdrLayerID must be based on sal_Int16Mike Kaganski2022-02-231-3/+3
* svx::PropertyChangeNotifier improvementsNoel Grandin2022-02-112-2/+0
* Simplify sequence of PropertyValue in linguisting/reportdesign/sc/sfx2Julien Nabet2022-02-081-10/+5
* add toId/fromId to tidy up some ugly castingCaolán McNamara2022-02-042-11/+11
* Recheck modules [o-r]* with IWYUGabor Kelemen2022-01-3028-29/+7
* used TypedWhichId in the constructor of various svx *Item classesNoel Grandin2022-01-292-2/+2
* Use o3tl::convert instead of OutputDevice::LogicToLogicMike Kaganski2022-01-221-1/+1
* remove E3D_INVENTOR_FLAG and convert SdrObjKind to scoped enumNoel Grandin2022-01-0718-93/+93
* loplugin:flatten in package..reportdesignNoel Grandin2021-12-224-157/+154
* sd theme: allow setting the color's theme index in the chardlgMiklos Vajna2021-12-202-3/+3
* remove some unused definesNoel Grandin2021-12-181-7/+0
* Generally determine Rdb content from gb_*_set_componentfile callsStephan Bergmann2021-12-103-3/+3
* merge setUnoShape and impl_setUnoShapeNoel Grandin2021-12-102-12/+12
* use more OUStringLiteral in reportdesignNoel Grandin2021-12-044-33/+18
* loplugin:stringliteraldefine in reportdesignNoel Grandin2021-12-044-92/+90
* replace comphelper::OListenerContainer with OInterfaceContainerHelper3Noel Grandin2021-12-032-12/+10
* loplugin:stringliteraldefine in xmloffNoel Grandin2021-12-031-9/+4
* use more OInterfaceContainerHelper3 in reportdesignNoel Grandin2021-11-277-18/+19
* O[U]String::replaceAt overloads that take string_viewNoel Grandin2021-11-238-14/+14
* add a rule to enforce always-show-image of True if an image is usedCaolán McNamara2021-11-151-0/+2
* tdf#145323 reportbuilder Moving a field corrupts the fieldNoel Grandin2021-11-151-1/+1
* simplify construction of XMLPropertyMapEntryNoel Grandin2021-11-121-5/+5
* use more OUStringLiteral in MediaDescriptorNoel Grandin2021-11-082-3/+3
* return XShape from SdrObject::getUnoShapeNoel Grandin2021-11-072-20/+20
* elide unnecessary UNO_QUERY_THROW callsNoel Grandin2021-11-041-4/+2
* loplugin:finalclassesNoel Grandin2021-11-036-13/+7
* Drop char*-based API from NamedValueCollectionMike Kaganski2021-11-021-3/+3