summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2021-10-24change some LOK internal updates to be pull model instead of pushLuboš Luňák5-4/+56
2021-10-24Use std::transform instead of loopMike Kaganski1-6/+4
2021-10-23Use std::size/begin/end in comphelper::containerToSequenceMike Kaganski1-5/+3
2021-10-23Fix typosAndrea Gelmini5-6/+6
2021-10-23Prefix just nDataRowHeight in brwbox so we can fix a typoJulien Nabet1-1/+1
2021-10-22qt: Adapt log area: "vcl.qt5" -> "vcl.qt"Michael Weghorn1-2/+2
2021-10-22Rename SystemEnvData::Toolkit::{Qt5 -> Qt}Michael Weghorn1-1/+1
2021-10-22LOK: maintain blocked command list per viewPranam Lashkari6-31/+17
2021-10-22LOK: unify freemium APIs and uno command restriction APIsPranam Lashkari4-36/+17
2021-10-22properly flush LOK invalidations in testsLuboš Luňák1-1/+3
2021-10-22better name for a function overloadLuboš Luňák4-4/+6
2021-10-22revert unittests to use plain text-based LibreOfficeKitCallbackLuboš Luňák1-0/+39
2021-10-22LOK: introduce way to restrict uno commandsPranam Lashkari5-14/+44
2021-10-22return weld::Builder by unique_ptrNoel Grandin1-2/+2
2021-10-22Optimize assignment from OUStringLiteral to OUStringStephan Bergmann1-5/+3
2021-10-20svx: Don't end text edit mode for all viewsTomaž Vajngerl2-6/+8
2021-10-19Related: tdf#145173 Add English (Israel) {en-IL} 0xB409 to language listEike Rathke1-0/+1
2021-10-19Remove a std::remove_reference_tStephan Bergmann1-1/+1
2021-10-19Ditch that CharClass constructing ToLower() nonsenseEike Rathke1-1/+0
2021-10-19tdf#113512 Writer: 1.15 line spacing UNO commandJim Raykowski1-1/+1
2021-10-18Introduce MsLangId::getConfiguredSystemLanguage()Eike Rathke1-17/+20
2021-10-18vcl: test OutputDevice::DrawPolyPolygon()Chris Sherlock2-1/+14
2021-10-18sw: avoid popup window for the EmbeddedObject property of an UNO OLE objectMiklos Vajna1-0/+7
2021-10-17Specialize comphelper::makePropertyValue for arithmetic typesMike Kaganski1-1/+9
2021-10-17Simplify comphelper::makePropertyValueMike Kaganski1-4/+2
2021-10-17Simplify Sequences in xmloff (+ merge 2 SetError)Julien Nabet1-2/+1
2021-10-16Use sal::systools::COMReference and drop ComSmartMike Kaganski1-22/+30
2021-10-15Correctly use swap customization point in generic code (for pre C++20)Stephan Bergmann1-1/+2
2021-10-15delay, collect and compress LOK invalidations for Writer viewsLuboš Luňák1-0/+2
2021-10-15do not use text-based LOK callback internallyLuboš Luňák3-3/+50
2021-10-15vcl: test OutputDevice::DrawPolygon()Chris Sherlock1-1/+1
2021-10-15Remove non-const Sequence::begin()/end() in internal codeMike Kaganski5-6/+14
2021-10-14use std::vector::insert instead of push_backNoel Grandin1-1/+1
2021-10-14[API CHANGE] Fix all bad UNOIDL identifiers across offapiStephan Bergmann1-18/+18
2021-10-14Use more appropriate return type for some editeng functionsStephan Bergmann1-1/+1
2021-10-14Simplify JsonWriter a bitMike Kaganski1-11/+4
2021-10-14Avoid COW overhead using css::uno::SequenceMike Kaganski4-3/+37
2021-10-13fix (cppunit test) build with --enable-mergelibs againRene Engelhard1-1/+1
2021-10-13Unify JsonWriter::put and putRaw a bitMike Kaganski1-9/+11
2021-10-13tdf#144642 XLSX import: round down row height to 0.75 ptAttila Szűcs1-0/+2
2021-10-12loplugin:unusedmethodsNoel Grandin1-4/+0
2021-10-12loplugin:unusedfieldsNoel Grandin1-1/+0
2021-10-12Revert "Use placement new to avoid one of the allocation calls..."Stephan Bergmann1-2/+0
2021-10-12Don't #include within extern "C"Stephan Bergmann1-16/+22
2021-10-12loplugin:moveparam in variousNoel Grandin1-0/+1
2021-10-11Related: tdf#145033 don't print "There is no implementation..." warningCaolán McNamara1-0/+3
2021-10-11loplugin:moveparam in sfx2Noel Grandin1-1/+1
2021-10-11In O[U]StringBuffer, make string_view params replacements for OUString onesStephan Bergmann11-25/+57
2021-10-11loplugin:moveparam in formulaNoel Grandin1-1/+1
2021-10-11loplugin:moveparam in unoidlNoel Grandin1-85/+88