summaryrefslogtreecommitdiff
path: root/unotools
AgeCommit message (Expand)Author
2020-08-28Change OUStringLiteral from char[] to char16_t[]Stephan Bergmann
2020-08-19Fold Bootstrap::Impl::getVersionValue into its single useStephan Bergmann
2020-08-19tdf#135133: Don't try to read BuildVersionMike Kaganski
2020-08-19Drop fallback to read buildid from boostrap ini fileStephan Bergmann
2020-08-18Fix typosAndrea Gelmini
2020-08-12SvTreeListBox can move into toolkit headers nowCaolán McNamara
2020-08-05loplugin:flatten in unotoolsNoel Grandin
2020-07-29replace and drop SvtExtendedSecurityOptions classCaolán McNamara
2020-07-29replace and drop MiscCfgCaolán McNamara
2020-07-29replace and drop SvtPrintWarningOptionsCaolán McNamara
2020-07-29drop newly unused SvtFontOptionsCaolán McNamara
2020-07-29replace and drop SvtCompatibilityViewOptionsCaolán McNamara
2020-07-12update pchesCaolán McNamara
2020-07-10replace usage of blacklist with excludelist for IWYUThorsten Behrens
2020-07-09unotools: create instances with uno constructorsNoel Grandin
2020-07-02Upcoming improved loplugin:staticanonymous -> redundantstatic: unotoolsStephan Bergmann
2020-06-24use more std::container::insert instead of std::copyNoel Grandin
2020-06-05Upcoming loplugin:elidestringvar: unotoolsStephan Bergmann
2020-06-01ofz#22822 use TOOLS_WARN_EXCEPTIONCaolán McNamara
2020-05-29loplugin:simplifybool in ucb..vclNoel Grandin
2020-05-25[MS-OFFCRYPTO] convert oox implementation into UNO serviceVasily Melenchuk
2020-05-21use for-range on Sequence in testtools..xmloffNoel Grandin
2020-05-18officecfg,unotools,cui: add ODF 1.2 Extended / ODF 1.3 versionsMichael Stahl
2020-05-10compact namespace in ucb..uuiNoel Grandin
2020-05-07tdf#132796: use LO language settings to set default XLS languageMike Kaganski
2020-04-27Extract getting default locale for filters into separate unotools functionMike Kaganski
2020-04-27Make upcasting css::uno::Reference ctor require complete typesStephan Bergmann
2020-04-27Don't convert OUString to char*Mike Kaganski
2020-04-21Fix warning when compiling for iOS: unused parameter 'bCreateParentDirs'Tor Lillqvist
2020-04-17loplugin:buriedassign in tools..xmloffNoel Grandin
2020-04-17Fix autorecovery using wrong directorySamuel Mehrbrodt
2020-03-31Translate German variable namesJohnny_M
2020-03-25Remove unused using declarations in oox...xmlsecurityGabor Kelemen
2020-03-21tdf#128276 Font names are not localized on macOS CatalinaTomofumi Yagi
2020-03-18tdf#131069 always produce utf-8 from gettextCaolán McNamara
2020-03-16Revert "loplugin:constfields in unotools..uui"Noel Grandin
2020-02-27tdf#42982 added description on RuntimeException for unotoolsAlanTang
2020-02-25Fix currency symbol selection in Calc on mobileTomaž Vajngerl
2020-02-21Drop o3tl::optional wrapperStephan Bergmann
2020-02-19use FILE_ATTRIBUTE_TEMPORARY on Windows for temp filesNoel Grandin
2020-02-17inline some acquire/release callsNoel Grandin
2020-02-12tdf#126700 allow replacing the default documentsJan-Marek Glogowski
2020-02-04deb#949754: unotools,officecfg: don't ODF export using ODFVER_UNKNOWNMichael Stahl
2020-01-28New loplugin:unsignedcompareStephan Bergmann
2020-01-25tdf#130137 Replace remaining uses of WNT define checks with _WIN32A_GAN
2020-01-24loplugin:makeshared in svgio..writerperfectNoel Grandin
2020-01-24use osl::Guard instead of abusing rtl::ReferenceNoel Grandin
2020-01-21Make TempFile destructor remove temp directory recursivelySamuel Mehrbrodt
2020-01-18fix unotools/source/i18n/resmgr.cxx build with PCH on MacLuboš Luňák
2020-01-15convert OSL_ASSERT to assertNoel Grandin