summaryrefslogtreecommitdiff
path: root/svtools/source/uno
AgeCommit message (Expand)AuthorFilesLines
2024-11-12tdf#145614 Convert #define to enum classOromidayo Owolabi1-1/+2
2024-11-10com::sun::star -> cssMike Kaganski1-1/+1
2024-11-08Revert commit 2fe53b2e436cb236b2dc121ceec4f22de49a13a8Patrick Luby1-1/+1
2024-11-06cid#1556442 COPY_INSTEAD_OF_MOVECaolán McNamara1-1/+1
2024-11-05Fix crash due to unexpected dynamic_cast failures in optimized buildPatrick Luby1-1/+1
2024-10-31cid#1606874 silence Data race conditionCaolán McNamara1-2/+4
2024-10-22cid#1555259 COPY_INSTEAD_OF_MOVECaolán McNamara1-1/+1
2024-09-19Resolves: tdf#141577 explicitly set current frame as active frameCaolán McNamara1-0/+10
2024-05-13loplugin:ostr in svtoolsNoel Grandin10-54/+54
2024-04-03tdf#146619 Drop unused 'using namespace' in: svtools/Gabor Kelemen2-2/+0
2024-03-29use std::mutex in StatusbarControllerNoel Grandin1-7/+10
2024-02-02tdf#91914 - Open available options through status bar using single clickAndreas Heinisch1-4/+4
2024-01-27Drop std::as_const from css::uno::Sequence iterationsMike Kaganski1-1/+1
2023-12-28Use emplace_back instead of push_back (svtools)Julien Nabet3-3/+3
2023-12-24cid#1545470 COPY_INSTEAD_OF_MOVECaolán McNamara1-3/+2
2023-12-10cid#1546281 COPY_INSTEAD_OF_MOVECaolán McNamara1-9/+4
2023-10-20Extended loplugin:ostr: Automatic rewrite O[U]StringLiteral: svtoolsStephan Bergmann2-11/+11
2023-09-10SvUnoImageMapObject does not need to implement XAggreggationNoel Grandin1-12/+4
2023-08-18tdf#156561 svtools, a11y: Return created popup win for focus handlingMichael Weghorn1-0/+1
2023-05-31do not throw DisposedException when inside a dispose() methodNoel Grandin3-3/+3
2023-05-06Use getXWeak in svtoolsMike Kaganski1-5/+5
2023-04-15Simplify initialized checkMike Kaganski2-22/+8
2023-04-07move using the vcl file dialog in headless mode to the point of creationCaolán McNamara1-2/+9
2023-04-02Avoid conversions between OUString and OString in VCLMike Kaganski4-19/+16
2023-03-03tdf#153926 crash when trying to change language for selectionNoel Grandin1-2/+9
2023-02-22BaseMutex->std::mutex in PopupMenuControllerBaseNoel Grandin1-51/+45
2023-02-21Related: tdf#152508 and tdf#132110 use initial child size as size requestCaolán McNamara1-15/+3
2023-02-21Related: tdf#132110 use the container child size as default sizeCaolán McNamara1-5/+14
2023-02-20tdf#132110 page ids might not be state idsCaolán McNamara2-0/+13
2023-01-21XUnoTunnel->dynamic_cast in SvUnoImageMapObject/SvUnoImageMapNoel Grandin1-18/+5
2023-01-14use more VCLXPopupMenu instead of XPopupMenuNoel Grandin1-1/+3
2023-01-05Revert all the recent loplugin:unocast changesStephan Bergmann1-2/+1
2022-12-29tdf#152508 Initiate container request size after call of createPageIlhan Yesil1-1/+10
2022-12-20loplugin:unocast (weld::TransportAsXWindow)Stephan Bergmann1-1/+2
2022-09-21use more string_view in svtoolsNoel Grandin1-10/+9
2022-08-18Move tools/diagnose_ex.h to comphelper/diagnose_ex.hxxStephan Bergmann4-4/+4
2022-08-06move SVTXGridControl to toolkitCaolán McNamara7-2484/+0
2022-07-14clang-tidy modernize-pass-by-value in svtoolsNoel Grandin3-6/+9
2022-07-14loplugin:moveitNoel Grandin4-8/+5
2022-05-24modernize and improve PropertySetInfoNoel Grandin1-3/+0
2022-05-03Just use Any ctor instead of makeAny in svtoolsStephan Bergmann3-7/+6
2022-05-03add o3tl::equalsAsciiNoel Grandin1-3/+4
2022-04-29use more string_view in INetURLObjectNoel Grandin1-1/+1
2022-01-26weldPopupWindow is always implemented by nowCaolán McNamara1-1/+1
2021-11-11Handle UNO command aliases in ToolBoxesSzymon Kłos1-0/+25
2021-10-31Prepare for removal of non-const operator[] from Sequence in svtoolsMike Kaganski4-63/+28
2021-10-15Remove non-const Sequence::begin()/end() in internal codeMike Kaganski1-1/+1
2021-10-14Avoid COW overhead using css::uno::SequenceMike Kaganski1-1/+1
2021-09-15Use <comphelper/servicehelper.hxx> implementing XUnoTunnel part 1Mike Kaganski1-2/+2
2021-08-23loplugin:referencecasting look through more clang TypesNoel Grandin2-9/+9