summaryrefslogtreecommitdiff
path: root/unotools
AgeCommit message (Expand)AuthorFilesLines
2021-08-05Pass context and resource string down to boost::locale separatelyNoel Grandin1-94/+34
2021-08-03Consolidate on C++17 std::scoped_lock instead of std::lock_guardNoel Grandin8-51/+51
2021-08-03Pass context and resource string down to boost::locale separatelyNoel Grandin1-0/+29
2021-08-02convert #defines to OUStringLiteralNoel Grandin6-43/+43
2021-07-31osl::Mutex->std::mutex in OInputStreamWrapperNoel Grandin1-7/+7
2021-07-31osl::Mutex->std::mutex in OInputStreamHelperNoel Grandin1-6/+6
2021-07-31osl::Mutex->std::mutex in ItemHolder1Noel Grandin2-5/+5
2021-07-31osl::Mutex->std::mutex in CharClassNoel Grandin1-20/+20
2021-07-31osl::Mutex->std::mutex in AccessibleStateSetHelperNoel Grandin1-6/+6
2021-07-31osl::Mutex->std::mutex in AccessibleRelationSetHelperNoel Grandin1-5/+5
2021-07-29return by const& in LocaleDataWrapperNoel Grandin1-3/+3
2021-07-29rtl::Static -> static localNoel Grandin3-26/+10
2021-07-29Pass context and resource string down to boost::locale separatelyNoel Grandin1-0/+31
2021-07-28simplify SvtOptionsDialogOptionsNoel Grandin2-125/+30
2021-07-27simplify SvtViewOptionsNoel Grandin2-773/+172
2021-07-27use officecfg for SvtHistoryOptionsNoel Grandin2-287/+153
2021-07-26return SvtCompatibilityEntry from SvtCompatibilityOptions::GetListNoel Grandin1-22/+4
2021-07-26convert these into constantsNoel Grandin1-2/+2
2021-07-26cid#1485150 silence Uncaught exceptionCaolán McNamara1-1/+2
2021-07-26use officecfg for security optionsNoel Grandin4-850/+257
2021-07-26use officecfg for default optionsNoel Grandin2-312/+73
2021-07-26simplify SvtDynamicMenuOptionsNoel Grandin2-329/+128
2021-07-25use officecfg to retrieve OdfDefaultVersionNoel Grandin1-262/+36
2021-07-25use officecfg to retrieve LoadUserSettingsNoel Grandin1-59/+0
2021-07-25use officecfg to retrieve UseUserDataNoel Grandin1-62/+4
2021-07-25use officecfg to retrieve CreateBackupNoel Grandin1-43/+1
2021-07-25use officecfg to retrieve LoadDocumentPrinterNoel Grandin1-45/+2
2021-07-25use officecfg to retrieve WarnAlienFormatNoel Grandin1-45/+2
2021-07-25use officecfg to retrieve AutoSaveTimeNoel Grandin1-53/+6
2021-07-25simplify SvFontSubstNoel Grandin2-163/+284
2021-07-25use officecfg to retrieve UserAutoSaveNoel Grandin1-32/+0
2021-07-24use officecfg to retrieve AutoSaveNoel Grandin1-45/+3
2021-07-24use officecfg to retrieve AutoSavePromptNoel Grandin1-45/+3
2021-07-24use officecfg to retrieve DocInfoSaveNoel Grandin1-45/+3
2021-07-24use officecfg to retrieve SaveWorkingSetNoel Grandin1-43/+1
2021-07-24use officecfg to retrieve SaveRelInetNoel Grandin1-44/+2
2021-07-24use officecfg to retrieve SaveRelFSysNoel Grandin1-45/+3
2021-07-24use officecfg to retrieve PrettyPrintingNoel Grandin1-49/+6
2021-07-23use officecfg to retrieve SaveDocViewNoel Grandin1-49/+7
2021-07-19tdf#143409: fix Translation is not applied in some UINoel Grandin1-10/+33
2021-07-18osl::Mutex->std::mutex in CachedTextSearchNoel Grandin1-12/+10
2021-07-18osl::Mutex->std::mutex in ModeratorsActiveDataStreamerNoel Grandin1-3/+3
2021-07-17osl::Mutex->std::mutex in ModeratorsActiveDataSinkNoel Grandin1-3/+4
2021-07-16Output proper language tag instead of Language+Country concatenationEike Rathke1-1/+2
2021-07-12add Japanese font fallback.Jun NOGATA1-0/+5
2021-07-12update Japanese font order listJun NOGATA1-1/+26
2021-07-10tdf#142702 Handle STARTMODULE in SvtModuleOptions::GetFactoryShortNameSergey Fukanchik1-0/+2
2021-07-06Related: tdf#125035 Introduce LongDateOrder and handle YDM in DateFormatterEike Rathke1-11/+37
2021-07-06Remove now unused LocaleDataWrapper::getLongDate()Eike Rathke1-40/+0
2021-06-30fix failure in JunitTest_unotools_complexNoel Grandin3-1/+9