summaryrefslogtreecommitdiff
path: root/svx
AgeCommit message (Expand)AuthorFilesLines
2019-10-25svx: fix missing includeMiklos Vajna2-0/+2
2019-10-25speed-up shape import if shapes need z-order rearrangingKatarina Behrens2-0/+103
2019-10-24tdf#127411 improve sizing of status items in the status barNoel Grandin1-1/+5
2019-10-24jsdialogs: send associated uno commands for comboboxesSzymon Kłos2-0/+4
2019-10-23Resolves: tdf#128313 disambiguate flow-to search resultsCaolán McNamara1-2/+20
2019-10-23jsdliaogs: send data for text styles comboboxSzymon Kłos1-0/+32
2019-10-23put together the 'magic' flow-to constantsCaolán McNamara1-2/+2
2019-10-23jsdilogs: send data for font name & size toolitemsSzymon Kłos2-0/+64
2019-10-23loplugin:unusedmethodsNoel Grandin1-233/+0
2019-10-22loplugin:constantparamNoel Grandin5-26/+11
2019-10-21loplugin:virtualdead unused param in EditEngine::FieldClickedNoel Grandin2-3/+3
2019-10-21loplugin:virtualdead unused param in SfxStatusListener::StateChangedNoel Grandin1-2/+2
2019-10-21loplugin:deadvirtual unused param in ItemUpdateReceiverInterfaceNoel Grandin13-26/+13
2019-10-21size some stringbuffer to prevent re-allocNoel Grandin1-1/+1
2019-10-21loplugin:virtualdead unused param in FmXDisposeListener::disposingNoel Grandin2-3/+3
2019-10-21loplugin:virtualdead unused param in SdrHdl::onHelpRequestNoel Grandin2-2/+2
2019-10-21loplugin:virtualdead unused param in GetSdrRepeatCommentNoel Grandin1-9/+9
2019-10-21loplugin:virtualdead unused param in CreateSvxFormatCellsDialogNoel Grandin1-2/+1
2019-10-19OUStringChar must either take a sal_Unicode or an ASCII charStephan Bergmann1-2/+2
2019-10-19This code wants to add the numeric SvxRotateMode valueStephan Bergmann1-1/+1
2019-10-19Replace some uses of OUStringChar with string literalsStephan Bergmann1-1/+1
2019-10-18loplugin:virtualdead unused param in contextMenuRequestedNoel Grandin2-4/+4
2019-10-18make bin/update_pch.s always include code in trivial #if'sLuboš Luňák2-2/+11
2019-10-17rename LanguageBox back to SvxLanguageBoxCaolán McNamara1-19/+19
2019-10-17rename TextEncodingBox back to SvxTextEncodingBoxCaolán McNamara1-19/+19
2019-10-17SvxLanguageBox is now unusedCaolán McNamara1-70/+0
2019-10-17SvxTextEncodingBox is now unusedCaolán McNamara1-123/+0
2019-10-17Remove some memset callsMike Kaganski2-2/+1
2019-10-17Rename OUStringLiteral1 to OUStringCharStephan Bergmann6-8/+8
2019-10-16tdf#126060 Handle text camera z rotation while pptx import.Gülşah Köse4-4/+66
2019-10-16loplugin:stringadd look through a couple more known-good methodsNoel Grandin2-4/+2
2019-10-15new loplugin:bufferaddNoel Grandin2-12/+6
2019-10-15move HAVE_FEATURE_DESKTOP/OPENCL to their dedicated headersLuboš Luňák3-2/+3
2019-10-14SvxLanguageComboBox is unusedCaolán McNamara2-160/+1
2019-10-14loplugin:stringadd look for unnecessary temporariesNoel Grandin1-1/+1
2019-10-13rename FontPrevWindow back to SvxFontPrevWindowCaolán McNamara1-26/+26
2019-10-13no longer need bInterimBuilderCaolán McNamara1-4/+1
2019-10-13SvxFontPrevWindow is now unusedCaolán McNamara3-333/+11
2019-10-13weld ConditionalFormattingDialogCaolán McNamara1-11/+48
2019-10-13tdf#125566 Add arrangement functions to position & size sidebarTomaž Vajngerl1-0/+88
2019-10-11simplify "a = a +" to "a +="Noel Grandin5-15/+13
2019-10-10convert WriteCharPtr..getStr to WriteOStringNoel Grandin1-2/+2
2019-10-10x.insert(x.getLength() -> x.appendNoel Grandin2-2/+2
2019-10-10basegfx: warn on unused B2DVectorMiklos Vajna1-2/+0
2019-10-10tdf#127525 Replaces hotkeys for "Don't Save" button from "D" to "n".shameempk1-1/+1
2019-10-10rename TakeUnitStr to GetUnitStrNoel Grandin2-125/+36
2019-10-10rename TakeStr to GetStrNoel Grandin2-7/+6
2019-10-10rename TakeItemName -> GetItemNameNoel Grandin2-105/+29
2019-10-10rename TakeSdrDragComment to GetSdrDragCommentNoel Grandin5-63/+74
2019-10-10More loplugin:redundantpointeropsStephan Bergmann2-4/+4