summaryrefslogtreecommitdiff
path: root/framework/source/fwe
AgeCommit message (Expand)Author
2022-08-29ref-count SdrObjectNoel Grandin
2022-08-18Move tools/diagnose_ex.h to comphelper/diagnose_ex.hxxStephan Bergmann
2022-07-17No need for SfxWeldToolBoxControllerFactoryMaxim Monastirsky
2022-06-02clang-tidy modernize-pass-by-value in frameworkNoel Grandin
2022-05-12tdf#121740 avoid some temporary OUString constructionNoel Grandin
2022-05-11Drop unnecessary cast to intStephan Bergmann
2022-05-04Just use Any ctor instead of makeAny in frameworkStephan Bergmann
2022-04-29use more string_view in INetURLObjectNoel Grandin
2022-04-13loplugin:stringviewparam whitelist some more functionsNoel Grandin
2022-04-08move comphelper::string::toInt32 to o3tlNoel Grandin
2022-04-08use more subView when converting to Int32Noel Grandin
2022-04-02loplugin:stringviewparam convert methods using indexOfNoel Grandin
2022-02-22Add XWeak constructor and operator= to uno::WeakReferenceNoel Grandin
2022-01-17Recheck modules [e-f]* with IWYUGabor Kelemen
2022-01-11OReadStatusBarDocumentHandler doesnt need SolarMutexNoel Grandin
2022-01-11OWriteToolBoxDocumentHandler doesnt need SolarMutexNoel Grandin
2021-12-20osl::Mutex->std::mutex in UndoManagerHelper_ImplNoel Grandin
2021-12-12these aSolarMutexGuard calls are redundant nowCaolán McNamara
2021-12-12prefer more css::awt::XPopupMenu apiCaolán McNamara
2021-12-12prefer css::awt::XPopupMenu apiCaolán McNamara
2021-11-27use more OInterfaceContainerHelper3 in UndoManagerHelper_ImplNoel Grandin
2021-11-12introduce OUStringConstExprNoel Grandin
2021-11-08use more OUStringLiteral in MediaDescriptorNoel Grandin
2021-11-04elide unnecessary UNO_QUERY_THROW callsNoel Grandin
2021-10-30Prepare for removal of non-const operator[] from Sequence in frameworkMike Kaganski
2021-10-29simplify framework::TitleHelperNoel Grandin
2021-10-15Remove non-const Sequence::begin()/end() in internal codeMike Kaganski
2021-09-21Remove some "Attention" comments of little valueStephan Bergmann
2021-09-15Use <comphelper/servicehelper.hxx> implementing XUnoTunnel part 5Mike Kaganski
2021-09-15Use <comphelper/servicehelper.hxx> implementing XUnoTunnel part 4Mike Kaganski
2021-09-01clang-tidy:readability-redundant-member-initNoel Grandin
2021-08-23loplugin:referencecasting look through more clang TypesNoel Grandin
2021-08-16Resolves: tdf#142980 Special-case the very first listener added during actionEike Rathke
2021-08-07create comphelper::OMultiTypeInterfaceContainerHelper2 and use itNoel Grandin
2021-08-05Pass context and resource string down to boost::locale separatelyNoel Grandin
2021-08-02convert #defines to OUStringLiteralNoel Grandin
2021-06-17use string_view in the Translate APINoel Grandin
2021-06-10loplugin:unnecessaryreturn AddonsOptions_ImplNoel Grandin
2021-05-05loplugin:constmethodNoel Grandin
2021-05-02throw() -> noexcept, part 2/3: Automatic loplugin:noexcept rewriteStephan Bergmann
2021-04-30tdf#79049 speed up OOXML workbook loadNoel Grandin
2021-04-29loplugin:stringadd simplify some *StringBuffer operationsNoel Grandin
2021-04-26drop mask from BitmapExNoel Grandin
2021-04-22no need to create temporaries when appending number to O[U]StringBufferNoel Grandin
2021-04-19convert some #define to OUStringLiteralNoel Grandin
2021-04-15loplugin:stringliteralvar look for assignmentsNoel Grandin
2021-04-06Extend ToolBarManager to build weld::ToolbarSzymon Kłos
2021-04-01lok: remove frame action listener when disposingHenry Castro
2021-03-28drop operator bool and operator! from Bitmap and BitmapExNoel
2021-03-25const OUString -> const OUStringLiteralMike Kaganski