summaryrefslogtreecommitdiff
path: root/unotools
AgeCommit message (Expand)AuthorFilesLines
2023-12-11tdf#158577 Allow locking down adding new trusted authorsNoel Grandin1-1/+3
2023-12-08tdf#157915 Error when running a Basic macro with instruction commitChangesNoel Grandin1-0/+2
2023-11-20tdf#158094 Can't remove trusted certificate in Macro SecurityNoel Grandin1-0/+15
2023-06-27Revert variable width NBSP for 7.6Vojtěch Doležal1-2/+0
2023-06-24tdf#142437: Fix word boundary detection in autocorrectBaole Fang1-0/+17
2023-06-20tdf#38742 - Start Center: move last opened documents to the topAndreas Heinisch1-21/+47
2023-06-12tdf#38742 - Start Center: odb files messes up pinned documentsAndreas Heinisch1-0/+6
2023-06-06SvtCommandOptions only supports CMDOPTION_DISABLEDNoel Grandin1-23/+10
2023-06-06tdf#38742 - Start Center: introduce push pins to favorite documentsAndreas Heinisch1-28/+137
2023-06-04Use getXWeak in unotoolsMike Kaganski5-44/+44
2023-05-03Related tdf#154769: XML Form add limits of length value for some datatypeJulien Nabet1-3/+14
2023-04-28survive exporting to pdf without config for fuzzingCaolán McNamara1-3/+3
2023-04-26tdf#108757 avoid some OUString construction on a hot pathNoel Grandin1-5/+5
2023-04-24loplugin:unnecessarygetstr extend to more std::string checkingNoel Grandin1-2/+2
2023-04-04tdf#41652: Variable width NBSPVojtěch Doležal1-1/+4
2023-04-02Avoid conversions between OUString and OString in VCLMike Kaganski1-4/+4
2023-03-30loplugin:stringadd in ucbhelper..uuiNoel Grandin4-99/+38
2023-03-23rtl::Static to thread-safe-staticNoel Grandin2-15/+4
2023-03-17elide some temporary OUStringsNoel Grandin1-1/+1
2023-03-13remove leftover #undefNoel Grandin1-4/+0
2023-03-08tdf#82984 tdf#94915 zip64 support (import + export)Attila Szűcs1-1/+1
2023-02-27no need to hold CollatorWrapper by std::unique_ptrNoel Grandin1-5/+4
2023-02-21osl::Mutex->std::mutex in FmSearchConfigItemNoel Grandin1-11/+11
2023-02-16Drop 'using namespace ::std' in dirs [u-x]*Gabor Kelemen3-3/+0
2023-02-16osl::Mutex->std::mutex in UcbLockBytesNoel Grandin2-11/+20
2023-01-21fix ZipPackageHelper::addFileNoel Grandin1-4/+3
2023-01-17tdf#97362 Convert unotools tempfile tests to PythonChenxiong Qi7-382/+166
2023-01-13XUnoTunnel->dynamic_cast in comphelper::ByteReader and comphelper::ByteWriterNoel Grandin2-13/+1
2022-12-31tdf#152676 Writer: Compatibility options no longer saved as defaultNoel Grandin1-2/+0
2022-12-30tdf#136306 offapi linguistic: add options to disable rule-based compoundingLászló Németh1-0/+19
2022-12-28Introduce lo_get_app_data_dir() for Emscripten, tooTor Lillqvist1-3/+7
2022-12-16i18n: fix build with Boost 1.81.0Đoàn Trần Công Danh1-0/+5
2022-12-01loplugin:unusedfields make some fields privateNoel Grandin1-1/+1
2022-11-18rename IsStarSymbol to IsOpenSymbolCaolán McNamara2-2/+2
2022-11-08A better fix for C++23 P2266R1Stephan Bergmann1-1/+1
2022-11-06tdf#147021 Use std::size() instead of SAL_N_ELEMENTS() macrojsala5-29/+13
2022-11-01-Werror,-Wunused-variable (clang-cl)Stephan Bergmann1-0/+2
2022-10-24tdf#133768 speed up temp file creationNoel Grandin1-0/+9
2022-10-22tdf#133767 speed up temp file creationNoel Grandin1-1/+30
2022-10-21tdf#133767 use more TempFileFastServiceNoel Grandin1-3/+4
2022-10-21loplugin:referencecasting look for a new patternNoel Grandin2-7/+7
2022-10-21tdf#133767 new service TempFileFastServiceNoel Grandin1-0/+229
2022-10-19crashtesting: temp files accumulating over timeCaolán McNamara1-1/+8
2022-10-06[API CHANGE] Resolves tdf#131136 - Remove option "Use printer metrics"Heiko Tietze1-2/+0
2022-10-05unotools: test ConvertChar::RecodeString()Chris Sherlock3-0/+76
2022-09-29split utl::TempFile into fast and named variantsNoel Grandin2-14/+56
2022-09-27tdf#123990 sc condition: use GetTransliteration, not GetCollatorJustin Luth1-17/+0
2022-09-23Fix utl::splitLastFromConfigurationPathStephan Bergmann2-51/+56
2022-09-23Add tests for utl::splitLastFromConfigurationPathStephan Bergmann3-0/+150
2022-09-23tdf#123990 sc condformat: case insensitive begins/ends/containsJustin Luth1-0/+17