summaryrefslogtreecommitdiff
path: root/svx
AgeCommit message (Expand)AuthorFilesLines
2015-12-14tdf#96206: Avoid scaling objects while copying to clipboardMike Kaganski1-0/+1
2015-12-12Typo: strucure->structureJulien Nabet1-1/+1
2015-12-12No need for a separate <vcl/lstbox.h>Tor Lillqvist1-1/+0
2015-12-11No need for a separate <vcl/graph.h>Tor Lillqvist1-1/+0
2015-12-11No need for a separate <vcl/combobox.h>Tor Lillqvist1-1/+0
2015-12-11tdf#69977: uno::Sequence is expensiveNoel Grandin129-670/+666
2015-12-10loplugin:nullptr: More NULL -> nullptr automatic rewriteStephan Bergmann2-3/+3
2015-12-09unnecessary nResId argumentCaolán McNamara1-1/+1
2015-12-09Use unique_ptr out-arg to in SfxBindings::QueryState to avoid mem leaksStephan Bergmann2-10/+7
2015-12-08Related: tdf#71622 compress more gfx in odf streamsThorsten Behrens1-1/+27
2015-12-03uno:Sequence->std::vector in SmartTagMgrNoel Grandin1-4/+4
2015-11-28Don't leave sdr::table::Cell members implicitly declaredStephan Bergmann1-0/+3
2015-11-28Non-implicit virtual SvxPageItem dtorStephan Bergmann1-0/+2
2015-11-27gengal script calling gengal.bin is not needed on MacStephan Bergmann1-1/+2
2015-11-26loplugin:unusedfields variousNoel Grandin7-14/+0
2015-11-26tdf#93837 Add UNO-based SmartTag menu controllerMaxim Monastirsky4-3/+264
2015-11-25Convert to range based forAndrzej Hunt1-3/+3
2015-11-25tdf#96059 Replace imageproducer with CommandInfoProviderSamuel Mehrbrodt1-1/+0
2015-11-25tdf#76825 Add padding between style render and context buttonYousuf Philips1-1/+2
2015-11-25loplugin:unusedfields in include/svxNoel Grandin12-39/+12
2015-11-25loplugin:unusedfields in include/sfx2/Noel Grandin2-2/+2
2015-11-24crashtesting: ooo72999-1.ods NaNs found in light directionCaolán McNamara1-0/+5
2015-11-24tdf#95970: Don't loose mirroring in SdrTextObj::TRSetBaseGeometryMike Kaganski1-0/+13
2015-11-23crashtesting: fdo30583-1 hits the Clone ugly tree all the way downCaolán McNamara12-0/+104
2015-11-23VirtualDevices either match another device depth, or are 1 bitCaolán McNamara1-1/+1
2015-11-23establish that Virtual Devices either match Physical Device depth or ...Caolán McNamara2-3/+3
2015-11-23loplugin:unusedfields in svx/Noel Grandin8-25/+8
2015-11-23SvxSmartTagsControl: Do not leak sub menusMaxim Monastirsky1-6/+4
2015-11-21tdf#95963: Add required Clone functions for ImpressJulien Nabet4-0/+28
2015-11-20add mapKeysToSequence/mapValuesToSequence methods to comphelperNoel Grandin3-26/+5
2015-11-19use comphelper::containerToSequenceNoel Grandin4-40/+8
2015-11-18svx: SdrLayerNameItem etc. missing Clone overridesMichael Stahl2-0/+11
2015-11-18svx: SdrEdgeNode1HorzDistItem etc. missing Clone overridesMichael Stahl1-0/+29
2015-11-18Revert "Flip buttons: Make the tooltip an uno command property"Samuel Mehrbrodt1-13/+40
2015-11-17No point to link against pure UNO component library fwkMatúš Kukan1-1/+0
2015-11-17loplugin:unnecessaryvirtualNoel Grandin2-2/+2
2015-11-17Don't assume sal_Unicode is unsigned shortStephan Bergmann1-1/+1
2015-11-16use initialiser list for Sequence<OUString>Noel Grandin2-8/+2
2015-11-16Cleanup: Consolidate the different ways to get command labels/tooltipsSamuel Mehrbrodt1-1/+0
2015-11-15Fast PCH generator and optimized PCH filesAshod Nakashian2-982/+700
2015-11-15use initialiser for Sequence<OUString>Noel Grandin6-13/+6
2015-11-15use initialiser for Sequence<OUString>Noel Grandin16-52/+26
2015-11-15use initialiser syntax for Sequence<OUString>Noel Grandin4-12/+6
2015-11-14tdf#95403 Add Outline buttonMaxim Monastirsky3-40/+106
2015-11-15Fix license headerMaxim Monastirsky1-10/+0
2015-11-13tdf#86886 Shortcut keys missing in undo and redo tooltipsSamuel Mehrbrodt1-3/+3
2015-11-13svx: loplugin:badstaticsMichael Stahl2-5/+2
2015-11-13svx: rename static variableMichael Stahl1-5/+5
2015-11-13Flip buttons: Make the tooltip an uno command propertySamuel Mehrbrodt1-40/+13
2015-11-12tdf#95551 - fix image map crash.Michael Meeks1-3/+9