summaryrefslogtreecommitdiff
path: root/chart2/source/controller/main
AgeCommit message (Expand)Author
2022-01-20WASM re-activate and fix the Chart buildArmin Le Grand (Allotropia)
2022-01-20WASM --enable-wasm-strip now skips lots of LO codeArmin Le Grand (Allotropia)
2022-01-19add ChartController::getFirstDiagram codeNoel Grandin
2022-01-19use more concrete types in chart2, DiagramNoel Grandin
2022-01-19use more concrete types in chart2, ChartModelNoel Grandin
2022-01-13Recheck modules [a-c]* with IWYUGabor Kelemen
2022-01-13Small refactorMike Kaganski
2022-01-12tdf#145538 - Use range based for loopsdtm
2022-01-07remove E3D_INVENTOR_FLAG and convert SdrObjKind to scoped enumNoel Grandin
2022-01-03use comphelper::WeakComponentImplHelper in UndoElementNoel Grandin
2022-01-03use more SvxShape in chart2Noel Grandin
2022-01-02use concrete types in chart2, SvxDrawPageNoel Grandin
2021-12-30use comphelper::WeakComponentImplHelper in AccessibleTextHelperNoel Grandin
2021-12-29use comphelper::WeakComponentImplHelper in ChartToolbarControllerNoel Grandin
2021-12-29use comphelper::WeakComponentImplHelper in ShapeUndoElementNoel Grandin
2021-12-21loplugin:flatten in canvas..cuiNoel Grandin
2021-12-19use more cppu::BaseMutexNoel Grandin
2021-12-17use OInterfaceContainerHelper3 in CommandDispatchNoel Grandin
2021-11-19Use M_PI* instead of F_PI*Mike Kaganski
2021-11-09rtl::Static to thread-safe staticNoel Grandin
2021-11-08use more OUStringLiteral in MediaDescriptorNoel Grandin
2021-11-03Introduce 'scale' to Point/Size/Rectangle, to simplify anisotropic scalingMike Kaganski
2021-11-03Drop TWIPS_PER_PIXEL and use o3tl::convertMike Kaganski
2021-10-29Prepare for removal of non-const operator[] from Sequence in chart2Mike Kaganski
2021-10-14Avoid COW overhead using css::uno::SequenceMike Kaganski
2021-10-11loplugin:moveparam in chart2Noel Grandin
2021-10-10use SfxItemSetFixed in swNoel Grandin
2021-09-28gives names to all the Idles and TasksNoel Grandin
2021-09-24no need to allocate this SfxItemSet on the heapNoel Grandin
2021-09-15Use <comphelper/servicehelper.hxx> implementing XUnoTunnel part 1Mike Kaganski
2021-09-02rename UpdateMode -> UpdateLayout in editeng classNoel Grandin
2021-08-31clang-tidy:readability-redundant-member-initNoel Grandin
2021-08-16Drop tools::Rectangle::getX/getY, which are just duplicates of Left/TopMike Kaganski
2021-08-11convert some LogicToLogic calls to use o3tl::convert insteadTomaž Vajngerl
2021-08-07create comphelper::OMultiTypeInterfaceContainerHelper2 and use itNoel Grandin
2021-08-07no need to use UNO_QUERY hereNoel Grandin
2021-08-05improve LOK notifyInvalidationNoel Grandin
2021-08-05Pass context and resource string down to boost::locale separatelyNoel Grandin
2021-07-22no need for pimpl in ObjectHierarchyNoel Grandin
2021-07-19Move svl::Items to include/svl/whichranges.hxx, and unify its usageMike Kaganski
2021-07-15WhichRangesContainer, reduce malloc in SfxItemSetNoel Grandin
2021-05-17split OutputDevice from WindowNoel Grandin
2021-05-17fix leak in CommandDispatchNoel Grandin
2021-05-13Revert "simplify the vcl<->toolkit connection"Noel Grandin
2021-05-12simplify the vcl<->toolkit connectionNoel Grandin
2021-05-02throw() -> noexcept, part 2/3: Automatic loplugin:noexcept rewriteStephan Bergmann
2021-05-02tdf#79049 speed up OOXML workbook load (4)Noel Grandin
2021-04-09Recheck include/ with IWYUGabor Kelemen
2021-03-25const OUString -> const OUStringLiteralMike Kaganski
2021-03-11awt::XWindow has setVisible so don't need to fetch VCLXWindow to do thatCaolán McNamara