summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-05-24no need to instantiate these services indirectlyNoel Grandin3-227/+208
2022-05-24ConfigFlush can be directly instantiated hereNoel Grandin1-4/+2
2022-05-24m_xRefreshBroadcaster in BaseContainer is dead codeNoel Grandin6-24/+8
2022-05-24workdir/UnpackedTarball/libtiff/libtiff/tiff.h is generatedStephan Bergmann1-1/+1
2022-05-24avoid some unnecessary work when importing graphicNoel Grandin1-1/+1
2022-05-24tdf#148168 set built-in gtk search box to search "document name" columnCaolán McNamara1-1/+1
2022-05-24We actually want to divide by 257 hereCaolán McNamara1-3/+3
2022-05-24move the comment around a bitCaolán McNamara1-8/+8
2022-05-24tdf#149198: sw_ooxmlexport16: Add unittestXisco Fauli2-0/+7
2022-05-24tdf#149186: Table of contents editor not showing buttons in Dutch UIJulien Nabet1-0/+3
2022-05-24tdf#149096: don't translate "Get" and "Post" submit methodsJulien Nabet2-10/+4
2022-05-24tdf#149206: Add EMF test in GraphicDescriptorTestofftkp1-0/+15
2022-05-24tdf#149206: sd_import_tests2: Add unittestXisco Fauli2-0/+25
2022-05-24tdf#149206 Set size correctly when loading EMFofftkp1-4/+60
2022-05-24sw: document SwFltAnchorListenerMiklos Vajna1-0/+1
2022-05-24sw HTML import: extend list of MIME types recognized as image objectsMiklos Vajna1-0/+3
2022-05-24elide some OUString allocationNoel Grandin2-5/+7
2022-05-24this data does not need to be per-objectNoel Grandin3-46/+64
2022-05-24elide OUString allocationNoel Grandin1-1/+1
2022-05-24no need to call makeStringAndClear hereNoel Grandin1-20/+13
2022-05-24tdf#149252 adjust vertical/horizontal positioning labels for paragraphsSeth Chaiklin1-2/+2
2022-05-24tdf#149231 Fix crash on print preview of masterJim Raykowski1-5/+5
2022-05-23external/libtiff: Silence invalid-null-argumentStephan Bergmann2-0/+12
2022-05-23Removed duplicated includeAndrea Gelmini1-2/+0
2022-05-23don't use glyph subsets with complicated LTR/RTL setupsLuboš Luňák1-17/+8
2022-05-23Revert "[API CHANGE] call ftruncate instead of ftruncate_by_name"Noel Grandin2-23/+26
2022-05-23gtk: fix leak in treeview tooltipCaolán McNamara1-5/+6
2022-05-23Fix typosAndrea Gelmini2-2/+2
2022-05-23elide allocation of CacheItem when enumerating filtersNoel Grandin7-32/+26
2022-05-23std::unordered_set->o3tl::sorted_vector in TaskManagerNoel Grandin2-15/+9
2022-05-23use std::move to avoid some object allocationNoel Grandin1-3/+3
2022-05-23Bad hack to silence UBSan nullptr-with-offsetStephan Bergmann1-1/+8
2022-05-23README libtiffJulien Nabet1-0/+3
2022-05-23tiff: reverse row pixels for ORIENTATION_LEFTBOTCaolán McNamara1-2/+38
2022-05-23crashtesting: we can have negative skewCaolán McNamara1-10/+34
2022-05-23sw content controls, picture: add LOK APIMiklos Vajna6-32/+106
2022-05-23qt6 configure: Consider more paths to find Qt 6 mocMichael Weghorn1-1/+8
2022-05-23qt6 configure: Consider 'qmake6' when searching Qt 6 qmakeMichael Weghorn1-1/+1
2022-05-23rename osl_getSystemPathFromFileURL_Ex->getSystemPathFromFileURL_ExNoel Grandin3-4/+4
2022-05-23tiled tiff found at rhbz552360-2.tiffCaolán McNamara1-7/+8
2022-05-23tdf#149184 DOCX: fix crash removing footer, then saving to docHossein3-0/+32
2022-05-23cache ref to GlobalEventConfigNoel Grandin1-1/+1
2022-05-23elide some OUString allocationNoel Grandin3-10/+15
2022-05-23no need to override 'operator new' in FileHandle_ImplNoel Grandin4-37/+0
2022-05-23tdf#149198 Fix previous fixStephan Bergmann1-1/+1
2022-05-23tdf#149141 - Added default object creation when drag size too lowAshSinc3-3/+59
2022-05-23tdf#149141 - Writer - Added default object creation when drag size too lowAshSinc4-2/+40
2022-05-23tdf#132293: Removing unused imports from uitests files.tagezi63-243/+204
2022-05-23tdf#132293: Removing unused imports from uitests files.tagezi33-144/+89
2022-05-23rtl_String->OString in DirectoryItem_ImplNoel Grandin3-14/+10