summaryrefslogtreecommitdiff
path: root/desktop
AgeCommit message (Expand)Author
2021-10-06loplugin:moveparam in connectivityNoel Grandin
2021-10-06Deduplicate reference marks and cell auto fill messagesSzymon Kłos
2021-10-03A more lightweight O[U]StringConcatenationStephan Bergmann
2021-10-03drop 'using namespace std' in desktop, e*, f*Julien Nabet
2021-09-28gives names to all the Idles and TasksNoel Grandin
2021-09-28add extra timeout with higher priority to LOK flushingLuboš Luňák
2021-09-28do not use std::find_if() if std::find() does the jobLuboš Luňák
2021-09-28do not check a const variable in every lambda invocationLuboš Luňák
2021-09-28optimize removing from the LOK flush queueLuboš Luňák
2021-09-28vcl: rename OutDevState to StackChris Sherlock
2021-09-26use SfxItemSetFixed in variousNoel Grandin
2021-09-23Extend loplugin:stringviewparam to starts/endsWith: desktopStephan Bergmann
2021-09-23Fix typosAndrea Gelmini
2021-09-22lok-desktop: unit tests for LOK_CALLBACK_TABLE_SELECTEDDennis Francis
2021-09-21vcl: remove OutputDevice's GetDevFontSizeCount() and GetDevFontSize()Chris Sherlock
2021-09-20clean up ambiguous confusing rectangle APIs like IsInside()Luboš Luňák
2021-09-16use our string->number functions instead of std::istringstreamLuboš Luňák
2021-09-08indexing: fix correct size and pos. for shapes + more testsTomaž Vajngerl
2021-09-08indexing: rename "type" for prargraph an object nodesTomaž Vajngerl
2021-09-04speed up scanning the LOK queueNoel Grandin
2021-09-03indexing: add indexing xml as a format for writerTomaž Vajngerl
2021-09-02unused definesNoel Grandin
2021-09-01clang-tidy:readability-redundant-member-initNoel Grandin
2021-08-31lokinteractionhandler: Use json_writer for JSon types.Gökay ŞATIR
2021-08-30vcl: move TextLayoutCache into vcl::text namespaceChris Sherlock
2021-08-23loplugin:referencecasting look through more clang TypesNoel Grandin
2021-08-20New loplugin:unusedcapturedefaultStephan Bergmann
2021-08-20go on switching from boost::property_tree to JsonWriterMarco Cecchetti
2021-08-18Avoid LIBO_USE_SOURCE_LOCATION feature on user-facing LockFileExceptionStephan Bergmann
2021-08-18undo changes to TextAlignCaolán McNamara
2021-08-16remove unnecessary captureNoel Grandin
2021-08-16Drop tools::Rectangle::getX/getY, which are just duplicates of Left/TopMike Kaganski
2021-08-16Use o3tl::toTwips to define MINBODYMike Kaganski
2021-08-16LOK: freemium: added new parameter in the APIPranam Lashkari
2021-08-16LOK: introduced Freemium LOK APIPranam Lashkari
2021-08-16Cleaning up decleration and initialization of unique_ptr variablesHossein
2021-08-15rtl::Static -> thread-safe static localNoel Grandin
2021-08-14tdf#140226: use StaticWhichCastEmircan Agac
2021-08-13rtl::Static -> thread-safe static localNoel Grandin
2021-08-13split SvNumberFormatter into it's own headerNoel Grandin
2021-08-12lok: sw: avoid duplicate LOK_CALLBACK_TABLE_SELECTED msgsDennis Francis
2021-08-11convert some LogicToLogic calls to use o3tl::convert insteadTomaž Vajngerl
2021-08-10indexing: use XML as input that is identical to indexing XMLTomaž Vajngerl
2021-08-10indexing: add support for SdrObjects in SearchResultLocatorTomaž Vajngerl
2021-08-05improve LOK notifyInvalidationNoel Grandin
2021-08-05drop unneeded forward declareCaolán McNamara
2021-08-05No need for extra uno commands for shape hyperlinksSamuel Mehrbrodt
2021-08-05Pass context and resource string down to boost::locale separatelyNoel Grandin
2021-08-02convert #defines to OUStringLiteralNoel Grandin
2021-07-31getArray->getConstArrayNoel Grandin