summaryrefslogtreecommitdiff
path: root/svx
AgeCommit message (Expand)AuthorFilesLines
2016-12-02avoid valgrind warningDavid Tardon1-1/+1
2016-12-02use early return to simplify flowNoel Grandin1-57/+60
2016-12-02coverity#1371200 Missing move assignment operatorCaolán McNamara3-34/+33
2016-12-02loplugin:unnecessaryoverride (dtors) in svxStephan Bergmann31-199/+0
2016-12-01fix bug in FmFormShell::GetStateNoel Grandin1-1/+1
2016-12-01Add toolbar button for page orientationMuhammet Kara1-1/+1
2016-11-30rename getViewIndependentPrimitive2DSequence..Noel Grandin13-26/+26
2016-11-29safe mode: Add help button to the dialogKatarina Behrens1-2/+17
2016-11-29Rewrite some (trivial) assignments inside if/while conditions: svxStephan Bergmann1-1/+2
2016-11-29Use Size::Width/Height instead of inherited Pair::A/BStephan Bergmann1-1/+1
2016-11-29safe mode: typos and vocabulary nitpickingKatarina Behrens1-14/+14
2016-11-29loplugin:vclwidgets check for assigning from VclPt<T> to T*Noel Grandin8-8/+8
2016-11-28tdf#98525 Commit font style change to dimension line objectUlrich Gemkow1-0/+5
2016-11-25give us a chance to see *which* property failedEike Rathke8-19/+19
2016-11-25Handle cases where last-used palette disappearedStephan Bergmann1-1/+4
2016-11-25convert FRM_VALID constants to o3tl::typed_flagsNoel Grandin1-28/+35
2016-11-25convert MODIFY constants to o3tl::typed_flagsNoel Grandin1-56/+63
2016-11-24vcl: rename Window::Notify to EventNotifyMichael Stahl12-31/+27
2016-11-24use o3tl::typed_flags in ConfigurationListener::ConfigurationChangedNoel Grandin2-3/+3
2016-11-24convert SFX_VISIBILITY constants to scoped enumNoel Grandin3-8/+8
2016-11-23make strings localizableAndras Timar1-1/+1
2016-11-23small tidyup in SdrObjEditView::ApplyFormatPaintBrushNoel Grandin1-9/+13
2016-11-23Revert "tdf#104052: Add LibreColor palette"Tor Lillqvist1-1078/+1
2016-11-23Clear the color set before setting it upTor Lillqvist1-0/+1
2016-11-23Avoid OUString construction at library load timeTor Lillqvist1-2/+6
2016-11-22tdf#104052: Add LibreColor paletteTor Lillqvist1-1/+1073
2016-11-22The Palette subclasses don't need to be publicTor Lillqvist3-0/+98
2016-11-22avoid loss of text in edited placeholderDavid Tardon1-0/+1
2016-11-22trivial makefile cleanupsMichael Stahl1-4/+0
2016-11-22re-organise SdrObject class definitionNoel Grandin1-5/+5
2016-11-21use same post-decrement symbol throughoutCaolán McNamara1-11/+9
2016-11-21these are surely wrong as wellCaolán McNamara1-2/+2
2016-11-21drawing shapes aren't tracking style name changes correctlyCaolán McNamara1-1/+1
2016-11-21convert inventorId to scoped enumNoel Grandin31-127/+134
2016-11-21add missing deps on ui filesDavid Tardon1-0/+4
2016-11-20gbuild allow unitest to run once per lang in WITH_LANG_LISTNorbert Thiebaud1-1/+1
2016-11-20tdf#88351: Revert "coverity#704341 Logically dead code"Julien Nabet1-1/+1
2016-11-19sc-perf: bundle SdrObject::BroadcastObjectChange() calls during SaveEike Rathke1-0/+29
2016-11-18svx: assert SfxPoolItem::operator==Michael Stahl13-19/+20
2016-11-18perf: dynamic_cast only when necessary, arranged in likelihood of occurrenceEike Rathke1-32/+29
2016-11-18includes should be at the top of the fileNoel Grandin4-13/+10
2016-11-17loplugin:datamembershadowNoel Grandin1-2/+0
2016-11-16Fix crash when opening ProfileExportedDialogSamuel Mehrbrodt1-1/+1
2016-11-16make the element names in dumpAsXml match the class namesNoel Grandin13-20/+20
2016-11-15Fix typosSamuel Mehrbrodt1-1/+1
2016-11-15tdf#34467 - FitToFrame: stretch text to fill drawing objJustin Luth1-1/+1
2016-11-15loplugin:constantparamNoel Grandin2-11/+11
2016-11-14loplugin:unusedmethodsNoel Grandin2-38/+0
2016-11-14related: if we're empty, we're back to initial 'sorted' stateMike Kaganski1-0/+2
2016-11-14coverity#703927 Unchecked return valueCaolán McNamara4-17/+16