summaryrefslogtreecommitdiffstats
path: root/chart2/source/controller/main
Commit message (Expand)AuthorAgeFilesLines
* simplify function objectNoel Grandin2022-01-221-18/+4
* use more concrete types in chart2, ChartModelNoel Grandin2022-01-2112-65/+62
* use more concrete types in chart2, BaseCoordinateSystemNoel Grandin2022-01-211-8/+5
* use more concrete types in chart2, DiagramNoel Grandin2022-01-212-7/+6
* WASM re-activate and fix the Chart buildArmin Le Grand (Allotropia)2022-01-203-0/+23
* WASM --enable-wasm-strip now skips lots of LO codeArmin Le Grand (Allotropia)2022-01-201-0/+2
* add ChartController::getFirstDiagram codeNoel Grandin2022-01-195-9/+14
* use more concrete types in chart2, DiagramNoel Grandin2022-01-199-37/+37
* use more concrete types in chart2, ChartModelNoel Grandin2022-01-1930-357/+332
* Recheck modules [a-c]* with IWYUGabor Kelemen2022-01-133-4/+0
* Small refactorMike Kaganski2022-01-131-5/+4
* tdf#145538 - Use range based for loopsdtm2022-01-121-3/+2
* remove E3D_INVENTOR_FLAG and convert SdrObjKind to scoped enumNoel Grandin2022-01-074-24/+24
* use comphelper::WeakComponentImplHelper in UndoElementNoel Grandin2022-01-032-15/+7
* use more SvxShape in chart2Noel Grandin2022-01-031-26/+19
* use concrete types in chart2, SvxDrawPageNoel Grandin2022-01-022-12/+9
* use comphelper::WeakComponentImplHelper in AccessibleTextHelperNoel Grandin2021-12-301-0/+1
* use comphelper::WeakComponentImplHelper in ChartToolbarControllerNoel Grandin2021-12-291-2/+1
* use comphelper::WeakComponentImplHelper in ShapeUndoElementNoel Grandin2021-12-292-17/+5
* loplugin:flatten in canvas..cuiNoel Grandin2021-12-212-55/+57
* use more cppu::BaseMutexNoel Grandin2021-12-191-2/+2
* use OInterfaceContainerHelper3 in CommandDispatchNoel Grandin2021-12-172-7/+5
* Use M_PI* instead of F_PI*Mike Kaganski2021-11-191-2/+2
* rtl::Static to thread-safe staticNoel Grandin2021-11-091-8/+3
* use more OUStringLiteral in MediaDescriptorNoel Grandin2021-11-081-3/+3
* Introduce 'scale' to Point/Size/Rectangle, to simplify anisotropic scalingMike Kaganski2021-11-031-7/+3
* Drop TWIPS_PER_PIXEL and use o3tl::convertMike Kaganski2021-11-031-16/+25
* Prepare for removal of non-const operator[] from Sequence in chart2Mike Kaganski2021-10-294-14/+15
* Avoid COW overhead using css::uno::SequenceMike Kaganski2021-10-141-1/+1
* loplugin:moveparam in chart2Noel Grandin2021-10-112-3/+3
* use SfxItemSetFixed in swNoel Grandin2021-10-102-8/+5
* gives names to all the Idles and TasksNoel Grandin2021-09-281-0/+1
* no need to allocate this SfxItemSet on the heapNoel Grandin2021-09-241-4/+4
* Use <comphelper/servicehelper.hxx> implementing XUnoTunnel part 1Mike Kaganski2021-09-154-7/+7
* rename UpdateMode -> UpdateLayout in editeng classNoel Grandin2021-09-021-2/+2
* clang-tidy:readability-redundant-member-initNoel Grandin2021-08-313-7/+1
* Drop tools::Rectangle::getX/getY, which are just duplicates of Left/TopMike Kaganski2021-08-162-12/+10
* convert some LogicToLogic calls to use o3tl::convert insteadTomaž Vajngerl2021-08-111-1/+3
* create comphelper::OMultiTypeInterfaceContainerHelper2 and use itNoel Grandin2021-08-071-2/+2
* no need to use UNO_QUERY hereNoel Grandin2021-08-071-3/+1
* improve LOK notifyInvalidationNoel Grandin2021-08-051-4/+4
* Pass context and resource string down to boost::locale separatelyNoel Grandin2021-08-052-2/+2
* no need for pimpl in ObjectHierarchyNoel Grandin2021-07-221-118/+30
* Move svl::Items to include/svl/whichranges.hxx, and unify its usageMike Kaganski2021-07-192-2/+2
* WhichRangesContainer, reduce malloc in SfxItemSetNoel Grandin2021-07-151-1/+1
* split OutputDevice from WindowNoel Grandin2021-05-173-9/+9
* fix leak in CommandDispatchNoel Grandin2021-05-172-21/+11
* Revert "simplify the vcl<->toolkit connection"Noel Grandin2021-05-131-1/+1
* simplify the vcl<->toolkit connectionNoel Grandin2021-05-121-1/+1
* throw() -> noexcept, part 2/3: Automatic loplugin:noexcept rewriteStephan Bergmann2021-05-022-4/+4