summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2021-09-20introduce SfxItemSetFixed and use it in DefaultPropertiesNoel Grandin2-7/+19
2021-09-20tdf#124176 - Use pragma once instead of include guardsChris Sherlock1-4/+1
2021-09-20tdf#144091 svx: fix unwanted blur of shadow from table cell fillMiklos Vajna2-0/+15
2021-09-20clean up ambiguous confusing rectangle APIs like IsInside()Luboš Luňák4-12/+12
2021-09-20no need to allocate SfxItemSet separately in SvxOutlinerForwarderNoel Grandin1-2/+4
2021-09-20Add sal/config.h in preparation for patchChris Sherlock1-0/+2
2021-09-19Some more string_view use, add o3tl::starts/ends_withStephan Bergmann1-0/+61
2021-09-19no need to allocate SfxItemSet separately in SdrUndoAttrObjNoel Grandin1-2/+3
2021-09-18URI-encode DirectoryHelper::scanDirsAndFiles resultJan-Marek Glogowski1-0/+2
2021-09-18tdf#124176 - Use pragma once instead of include guardsChris Sherlock1-4/+1
2021-09-18vcl: create FontMetric from PhysicalFontFaceChris Sherlock2-4/+7
2021-09-18vcl: rename ImplDeviceFontList to PhysicalFontFaceCollection and testChris Sherlock1-2/+2
2021-09-18vcl: add sal/config.h in preparation for patchChris Sherlock1-0/+2
2021-09-18tdf#124176 - Use pragma once instead of include guardsChris Sherlock1-4/+1
2021-09-17create OnDemandCharClass cacheNoel Grandin2-5/+73
2021-09-17no need to allocate the cached items separately in the intl wrappersNoel Grandin1-38/+35
2021-09-17clang-format ondemand.hxxNoel Grandin1-189/+177
2021-09-17no need to allocate CharClass separately in SvNumberFormatterNoel Grandin1-1/+3
2021-09-17no need to store a CharClass in SvXMLNumFmtExportNoel Grandin1-1/+0
2021-09-17vcl: update vim modelines in preparation for new changeChris Sherlock1-1/+1
2021-09-17tdf#143550 - use the term "gluepoints" consistentlyrocso8-39/+39
2021-09-17speedup toUpperCase when called in parallelNoel Grandin1-4/+0
2021-09-17remove GetCharClassPtr from SvtSysLocaleNoel Grandin1-1/+0
2021-09-17improve commentNoel Grandin1-1/+2
2021-09-16speedup CharacterClassificationImpl::toUpperNoel Grandin1-2/+2
2021-09-15loplugin:finalclassesNoel Grandin2-3/+3
2021-09-15loplugin:unnecessaryvirtualNoel Grandin2-5/+5
2021-09-15Use <comphelper/servicehelper.hxx> implementing XUnoTunnel part 3 [API CHANGE]Mike Kaganski1-1/+3
2021-09-15Use <comphelper/servicehelper.hxx> implementing XUnoTunnel part 1Mike Kaganski1-35/+76
2021-09-14sw: fix undo manager de-registration from editeng on shutdownMiklos Vajna1-0/+2
2021-09-14ofz: MemorySanitizer: use-of-uninitialized-valueCaolán McNamara1-0/+12
2021-09-13tdf#142415 mouse events not propogated to table control event handlersCaolán McNamara1-0/+21
2021-09-13loplugin:methodcyclesNoel Grandin2-20/+0
2021-09-13sw: prefix members of SwChapterNumRules, SwDBConfig, SwGlossaryList and ...Miklos Vajna1-5/+5
2021-09-12clang:optin.performance.PaddingNoel Grandin1-3/+3
2021-09-12Simplify OAccessibleImplementationAccess' XUnoTunnel implementationMike Kaganski1-3/+1
2021-09-12Typo STATE_SUCCESSFULL->STATE_SUCCESSFULJulien Nabet1-2/+2
2021-09-12Typo: SAVE_SUCCESSFULL->SAVE_SUCCESSFULJulien Nabet1-1/+1
2021-09-11clang:optin.performance.Padding in svx,editengNoel Grandin4-31/+27
2021-09-11clang:optin.performance.Padding in sfx2Noel Grandin2-8/+8
2021-09-11clang:optin.performance.Padding in vclNoel Grandin2-12/+12
2021-09-10access maPalette via const BitmapBuffer* when in const methodCaolán McNamara1-1/+4
2021-09-10clang:optin.performance.Padding in toolsNoel Grandin1-2/+2
2021-09-10crashtesting: threaded scaling crash on re-export of ooo24840-1.sxw to odtCaolán McNamara1-9/+18
2021-09-10BitmapInfoAccess::GetColorMask can return a const referenceCaolán McNamara1-1/+1
2021-09-10warning: Excessive padding in 'struct OutDevState'Caolán McNamara6-25/+21
2021-09-10vcl: move SetLayoutMode() to text.cxxChris Sherlock1-1/+1
2021-09-10vcl: move OutputDevice drawmode functions to outdev.cxxChris Sherlock1-1/+1
2021-09-09crashtesting: assert making thumbnail on reexport of tdf127770-1.ods to odsCaolán McNamara1-0/+8
2021-09-09tdf#144052 reduce Primitive2D copyingNoel Grandin16-24/+24