summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2021-10-26Remove OUStringBuffer member function overloads for OUStringLiteralStephan Bergmann
2021-10-26Silence -Werror,-Wdeprecated-copyStephan Bergmann
2021-10-26Drop ContainerHelper::vectorToSequence and use comphelper::containerToSequenceMike Kaganski
2021-10-26ValueSet doesn't use WB_NOPOINTERFOCUS anymoreCaolán McNamara
2021-10-26tdf#144513 improve perf when breaking long linesNoel Grandin
2021-10-26there is no WB_RADIOSEL anymoreCaolán McNamara
2021-10-26tdf#131025 swtable: don't apply number format to non-number textJustin Luth
2021-10-26tdf#144374 DOCX: export the password for editingTünde Tóth
2021-10-26flatten ImplGetTextLinesNoel Grandin
2021-10-25Fix toolbar button's currency list's number format for default localeEike Rathke
2021-10-25Introduce LanguageTag::convertToLanguageTypeWithFallback(Locale)Eike Rathke
2021-10-24change some LOK internal updates to be pull model instead of pushLuboš Luňák
2021-10-24Use std::transform instead of loopMike Kaganski
2021-10-23Use std::size/begin/end in comphelper::containerToSequenceMike Kaganski
2021-10-23Fix typosAndrea Gelmini
2021-10-23Prefix just nDataRowHeight in brwbox so we can fix a typoJulien Nabet
2021-10-22qt: Adapt log area: "vcl.qt5" -> "vcl.qt"Michael Weghorn
2021-10-22Rename SystemEnvData::Toolkit::{Qt5 -> Qt}Michael Weghorn
2021-10-22LOK: maintain blocked command list per viewPranam Lashkari
2021-10-22LOK: unify freemium APIs and uno command restriction APIsPranam Lashkari
2021-10-22properly flush LOK invalidations in testsLuboš Luňák
2021-10-22better name for a function overloadLuboš Luňák
2021-10-22revert unittests to use plain text-based LibreOfficeKitCallbackLuboš Luňák
2021-10-22LOK: introduce way to restrict uno commandsPranam Lashkari
2021-10-22return weld::Builder by unique_ptrNoel Grandin
2021-10-22Optimize assignment from OUStringLiteral to OUStringStephan Bergmann
2021-10-20svx: Don't end text edit mode for all viewsTomaž Vajngerl
2021-10-19Related: tdf#145173 Add English (Israel) {en-IL} 0xB409 to language listEike Rathke
2021-10-19Remove a std::remove_reference_tStephan Bergmann
2021-10-19Ditch that CharClass constructing ToLower() nonsenseEike Rathke
2021-10-19tdf#113512 Writer: 1.15 line spacing UNO commandJim Raykowski
2021-10-18Introduce MsLangId::getConfiguredSystemLanguage()Eike Rathke
2021-10-18vcl: test OutputDevice::DrawPolyPolygon()Chris Sherlock
2021-10-18sw: avoid popup window for the EmbeddedObject property of an UNO OLE objectMiklos Vajna
2021-10-17Specialize comphelper::makePropertyValue for arithmetic typesMike Kaganski
2021-10-17Simplify comphelper::makePropertyValueMike Kaganski
2021-10-17Simplify Sequences in xmloff (+ merge 2 SetError)Julien Nabet
2021-10-16Use sal::systools::COMReference and drop ComSmartMike Kaganski
2021-10-15Correctly use swap customization point in generic code (for pre C++20)Stephan Bergmann
2021-10-15delay, collect and compress LOK invalidations for Writer viewsLuboš Luňák
2021-10-15do not use text-based LOK callback internallyLuboš Luňák
2021-10-15vcl: test OutputDevice::DrawPolygon()Chris Sherlock
2021-10-15Remove non-const Sequence::begin()/end() in internal codeMike Kaganski
2021-10-14use std::vector::insert instead of push_backNoel Grandin
2021-10-14[API CHANGE] Fix all bad UNOIDL identifiers across offapiStephan Bergmann
2021-10-14Use more appropriate return type for some editeng functionsStephan Bergmann
2021-10-14Simplify JsonWriter a bitMike Kaganski
2021-10-14Avoid COW overhead using css::uno::SequenceMike Kaganski
2021-10-13fix (cppunit test) build with --enable-mergelibs againRene Engelhard
2021-10-13Unify JsonWriter::put and putRaw a bitMike Kaganski