summaryrefslogtreecommitdiff
path: root/include/unotools
AgeCommit message (Expand)Author
2023-01-10tdf#152676 Writer: Compatibility options no longer saved as defaultNoel Grandin
2022-12-03Clarify the use of untools::WeakReferenceStephan Bergmann
2022-12-01loplugin:unusedfields make some fields privateNoel Grandin
2022-11-18rename IsStarSymbol to IsOpenSymbolCaolán McNamara
2022-11-04address review comments in unotools::WeakReferenceNoel Grandin
2022-11-04tdf#54857 use more static_cast in WeakReference::getNoel Grandin
2022-10-31lok: fix convert-to batch mode, quiet interactionHenry Castro
2022-10-28It's Frame-Controller-Model, not Model-View-ControllerMike Kaganski
2022-10-28Implement css::frame::XController2 in ChartControllerMike Kaganski
2022-10-28Introduce utl::ConnectModelViewControllerMike Kaganski
2022-10-21tdf#133767 new service TempFileFastServiceNoel Grandin
2022-10-06[API CHANGE] Resolves tdf#131136 - Remove option "Use printer metrics"Heiko Tietze
2022-09-29split utl::TempFile into fast and named variantsNoel Grandin
2022-09-27tdf#123990 sc condition: use GetTransliteration, not GetCollatorJustin Luth
2022-09-23tdf#123990 sc condformat: case insensitive begins/ends/containsJustin Luth
2022-09-20use more string_view in unotoolsNoel Grandin
2022-09-18use more string_view in utl::TempFileNoel Grandin
2022-09-13Fix everything using XCharacterClassification::getStringType() and don't use itEike Rathke
2022-08-29ref-count SdrObjectNoel Grandin
2022-07-13loplugin:unusedmethodsNoel Grandin
2022-07-08[API CHANGE] Drop css::accessibility::XAccessibleStateSetNoel Grandin
2022-06-28use utl::TempFile directly in packageNoel Grandin
2022-06-15Revert "Load the locales from config file for languagetool"Xisco Fauli
2022-06-14Load the locales from config file for languagetoolMert Tumer
2022-06-02tdf#149420 sw offapi xmloff: add hyphenation zoneLászló Németh
2022-05-30clang-tidy modernize-pass-by-value in unotoolsNoel Grandin
2022-05-26tdf#149248 sw offapi xmloff: add option to not hyphenate last wordLászló Németh
2022-05-19Simplify SmElementsControlMike Kaganski
2022-05-19add ByteWriter to reduce memory copying when writing dataNoel Grandin
2022-05-19add utl::ByteReader pure classNoel Grandin
2022-05-14bypass some unnecessary wrapping in Any in SfxEvents_ImplNoel Grandin
2022-05-11osl::Mutex->std::mutex in SvtSysLocaleNoel Grandin
2022-05-10osl::Mutex->std::mutex in GlobalEventConfigNoel Grandin
2022-05-10tdf#147590 update OLE object after document refreshJuergen Funk
2022-05-04use more string_view in unotoolsNoel Grandin
2022-05-03Just use Any ctor instead of makeAny in unotoolsStephan Bergmann
2022-05-03add o3tl::equalsAsciiNoel Grandin
2022-04-29use more string_view in INetURLObjectNoel Grandin
2022-04-27add string_view wrappers for rtl::math::stringToDoubleNoel Grandin
2022-04-26officecfg,unotools,framework,sfx2: store ReadOnly for recent docsMichael Stahl
2022-04-22use more string_view in unotoolsNoel Grandin
2022-04-13loplugin:stringviewparam whitelist some more functionsNoel Grandin
2022-04-11use more string_viewNoel Grandin
2022-04-11loplugin:stringview add check for getToken().toInt32Noel Grandin
2022-04-02loplugin:stringviewparam convert methods using indexOfNoel Grandin
2022-03-18tdf#133603 cache languagetag in FontSubstConfigurationNoel Grandin
2022-03-01Quick build fix: Add missing #includeTor Lillqvist
2022-03-01tdf#145486: Catch the error instead of re-checking readOnly statehomeboy445
2022-02-28address review comments for "Add XWeak constructor..."Noel Grandin
2022-02-22Add XWeak constructor and operator= to uno::WeakReferenceNoel Grandin