summaryrefslogtreecommitdiff
path: root/include/unotools
AgeCommit message (Expand)AuthorFilesLines
2023-02-27no need to hold CollatorWrapper by std::unique_ptrNoel Grandin1-7/+8
2023-02-21osl::Mutex->std::mutex in FmSearchConfigItemNoel Grandin1-1/+2
2023-01-13XUnoTunnel->dynamic_cast in comphelper::ByteReader and comphelper::ByteWriterNoel Grandin1-4/+1
2022-12-31tdf#152676 Writer: Compatibility options no longer saved as defaultNoel Grandin1-11/+0
2022-12-30tdf#136306 offapi linguistic: add options to disable rule-based compoundingLászló Németh2-6/+10
2022-12-03Clarify the use of untools::WeakReferenceStephan Bergmann1-1/+6
2022-12-01loplugin:unusedfields make some fields privateNoel Grandin1-2/+0
2022-11-18rename IsStarSymbol to IsOpenSymbolCaolán McNamara1-4/+4
2022-11-04address review comments in unotools::WeakReferenceNoel Grandin1-1/+1
2022-11-04tdf#54857 use more static_cast in WeakReference::getNoel Grandin1-1/+7
2022-10-31lok: fix convert-to batch mode, quiet interactionHenry Castro1-0/+1
2022-10-28It's Frame-Controller-Model, not Model-View-ControllerMike Kaganski1-4/+4
2022-10-28Implement css::frame::XController2 in ChartControllerMike Kaganski1-1/+2
2022-10-28Introduce utl::ConnectModelViewControllerMike Kaganski1-0/+51
2022-10-21tdf#133767 new service TempFileFastServiceNoel Grandin1-0/+53
2022-10-06[API CHANGE] Resolves tdf#131136 - Remove option "Use printer metrics"Heiko Tietze1-1/+0
2022-09-29split utl::TempFile into fast and named variantsNoel Grandin1-33/+75
2022-09-27tdf#123990 sc condition: use GetTransliteration, not GetCollatorJustin Luth1-3/+0
2022-09-23tdf#123990 sc condformat: case insensitive begins/ends/containsJustin Luth1-0/+3
2022-09-20use more string_view in unotoolsNoel Grandin1-1/+1
2022-09-18use more string_view in utl::TempFileNoel Grandin1-3/+3
2022-09-13Fix everything using XCharacterClassification::getStringType() and don't use itEike Rathke1-11/+14
2022-08-29ref-count SdrObjectNoel Grandin1-6/+1
2022-07-13loplugin:unusedmethodsNoel Grandin1-6/+0
2022-07-08[API CHANGE] Drop css::accessibility::XAccessibleStateSetNoel Grandin1-137/+0
2022-06-28use utl::TempFile directly in packageNoel Grandin1-0/+1
2022-06-15Revert "Load the locales from config file for languagetool"Xisco Fauli1-2/+0
2022-06-14Load the locales from config file for languagetoolMert Tumer1-0/+2
2022-06-02tdf#149420 sw offapi xmloff: add hyphenation zoneLászló Németh1-0/+2
2022-05-30clang-tidy modernize-pass-by-value in unotoolsNoel Grandin7-11/+11
2022-05-26tdf#149248 sw offapi xmloff: add option to not hyphenate last wordLászló Németh1-0/+2
2022-05-19Simplify SmElementsControlMike Kaganski1-2/+2
2022-05-19add ByteWriter to reduce memory copying when writing dataNoel Grandin2-33/+2
2022-05-19add utl::ByteReader pure classNoel Grandin2-2/+41
2022-05-14bypass some unnecessary wrapping in Any in SfxEvents_ImplNoel Grandin1-0/+3
2022-05-11osl::Mutex->std::mutex in SvtSysLocaleNoel Grandin1-4/+0
2022-05-10osl::Mutex->std::mutex in GlobalEventConfigNoel Grandin1-1/+0
2022-05-10tdf#147590 update OLE object after document refreshJuergen Funk1-0/+1
2022-05-04use more string_view in unotoolsNoel Grandin4-8/+8
2022-05-03Just use Any ctor instead of makeAny in unotoolsStephan Bergmann1-1/+1
2022-05-03add o3tl::equalsAsciiNoel Grandin1-3/+3
2022-04-29use more string_view in INetURLObjectNoel Grandin1-1/+1
2022-04-27add string_view wrappers for rtl::math::stringToDoubleNoel Grandin1-2/+2
2022-04-26officecfg,unotools,framework,sfx2: store ReadOnly for recent docsMichael Stahl1-1/+2
2022-04-22use more string_view in unotoolsNoel Grandin2-2/+2
2022-04-13loplugin:stringviewparam whitelist some more functionsNoel Grandin3-3/+3
2022-04-11use more string_viewNoel Grandin3-6/+6
2022-04-11loplugin:stringview add check for getToken().toInt32Noel Grandin1-4/+5
2022-04-02loplugin:stringviewparam convert methods using indexOfNoel Grandin1-1/+1
2022-03-18tdf#133603 cache languagetag in FontSubstConfigurationNoel Grandin1-2/+2