summaryrefslogtreecommitdiff
path: root/svx
AgeCommit message (Expand)AuthorFilesLines
2015-12-23loplugin:unusedfields in /includeNoel Grandin2-3/+1
2015-12-22crashtesting: CreateShellID returns the mediums base url...Caolán McNamara4-29/+7
2015-12-22Rearrangement of various context menus in ImpressYousuf Philips1-0/+36
2015-12-21loplugin:unusedfields in store,svtools,svxNoel Grandin20-67/+8
2015-12-21coverity#735862 Unchecked dynamic_castCaolán McNamara1-2/+4
2015-12-21tdf#95846: fix not-relative-to-indent tab stop positionsMike Kaganski1-73/+32
2015-12-21Use std::unique_ptr for the SdrPageProperties member of SdrPage.Kohei Yoshida1-12/+14
2015-12-19loplugin:redundantcastMatúš Kukan1-1/+1
2015-12-19Use std::unique_ptr for mpViewContact member instance of SdrPage.Kohei Yoshida3-15/+15
2015-12-18Use std::unique_ptr for SdrLayerAdmin data member.Kohei Yoshida1-6/+16
2015-12-17these popups should start invisible and take default popup menu bitsCaolán McNamara2-3/+0
2015-12-17[API CHANGE] Remove NPAPI-related UNO APIThorsten Behrens2-187/+0
2015-12-17tdf#96482 Revert "Resolves: tdf#94069 call setVisible when setDesignMode is c...Lionel Elie Mamane1-2/+0
2015-12-17gtk3+wayland: start floating windows hiddenCaolán McNamara2-2/+0
2015-12-16tdf#96257: Silly work-around to produce same result on OpenGL and non-OpenGLTor Lillqvist1-0/+9
2015-12-15The likely useless ImplDoTiledRendering() is used in vcl onlyTor Lillqvist1-0/+2
2015-12-15svx: set BaseURL from SvxOle2Shape::createObject()Michael Stahl1-1/+6
2015-12-15fix missing BaseURL when loading embedded objectsMichael Stahl1-1/+2
2015-12-15Bin unused fileTor Lillqvist1-37/+0
2015-12-15use vector as container for Primitive3DReferenceNoel Grandin17-86/+83
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