summaryrefslogtreecommitdiff
path: root/svx
AgeCommit message (Collapse)AuthorFilesLines
2013-04-11Resolves: #i119287# exchanged hard attributes for OLE and GraphicObjectArmin Le Grand14-38/+77
...with new default StyleSheet for these objects (cherry picked from commit 2868ea34151cfb623a6a8bf41862d430205d9784) Conflicts: sd/source/core/drawdoc4.cxx svx/source/sdr/contact/viewcontactofgraphic.cxx Change-Id: I4849101de2ac1da83c8fb0f2d68316774982d197 Resolves: #i119287# Adapted to get the needed style as default style for all SdrGrafObj and SDrOle2Objs. Checked various scenarios, works well. (cherry picked from commit bc85939149f7ae5b65343d7f27bf302a8e31d4b1) Conflicts: sd/source/core/drawdoc.cxx sd/source/ui/func/fuinsert.cxx sd/source/ui/view/sdview4.cxx Change-Id: I40a17216f5c11ebca073026f62f1e9ab9ddfd119
2013-04-11rename UI to UIConfigDavid Tardon2-3/+3
I plan to use it to deliver all */uiconfig files, not just .ui, as a preliminary step to get rid of postprocess/packconfig. Change-Id: Ie7b4434b2f247165e3ab69a4d0c193418720a149 Reviewed-on: https://gerrit.libreoffice.org/3225 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
2013-04-10fdo#62096: Replaced some OUString 'compareTo' with '=='Prashant Pandey1-22/+22
Change-Id: I1d095cf5640595789f4ae99f1b0679be88b0baa9
2013-04-09deleting NULL is safeTakeshi Abe17-78/+42
Change-Id: Ief65149bc88ac4ce8badc7dbce818fca0cdcb201
2013-04-09sal_Bool to boolTakeshi Abe10-60/+60
Change-Id: Idc97443436502eea5dec27d553374475a22bd7ce
2013-04-08fdo#46808, Convert frame::Frame to new styleNoel Grandin2-42/+29
Change-Id: I74427d1e0059808f04960c648b93245b06c20f7f
2013-04-08fdo#46808, Convert svt::ToolboxController to XComponentContextNoel Grandin7-52/+53
.. and all of it's friends Change-Id: I408d9308d1d1a4f8ed0055ac5f4042d729c44d1e
2013-04-08gengal: -Werror=formatMichael Stahl1-3/+3
Change-Id: If7076d639e0b364a307fc4986fa36a53b2edf881
2013-04-08gengal: re-base on original tool.Michael Meeks2-0/+333
new wrapper based on unopkg.sh. work re-based on original SUSE implementation. Change-Id: I90e48476b7edb6be0b8f9e63b328f4b85658ac1c
2013-04-08remove OOo gengal.Michael Meeks2-370/+0
Change-Id: I04697bd7b50361bcb72daf7032047f6e0c07a772
2013-04-07keep them localTakeshi Abe1-9/+9
Change-Id: I5c76e2a423199a892ad541edded7127659fe310c
2013-04-07sal_Bool to boolTakeshi Abe8-53/+53
Change-Id: Iac3b6fbe42ae0ffd9229935b46d1352987f99596
2013-04-07remove needless forward rtl::OUString declarationsLuboš Luňák3-3/+0
Change-Id: I97d91a758dd82d64768d75c1d2ddd279de5f6034
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák346-2991/+2950
Modules sal, salhelper, cppu, cppuhelper, codemaker (selectively) and odk have kept them, in order not to break external API (the automatic using declaration is LO-internal). Change-Id: I588fc9e0c45b914f824f91c0376980621d730f09
2013-04-06svx: get rid of DECLARE_ASCII macro and related cleanupMiklos Vajna3-31/+30
Change-Id: Ic6e39b81c04d5e416d1a000def39b3a127fa7940
2013-04-05new module i18nlangtagEike Rathke12-15/+15
Moved portions from module i18npool, all of former i18nisolang1 library that now is i18nlangtag. Included are languagetag, isolang and mslangid. This i18nlangtag code is now even used by module comphelper, so disentangling i18npool and making this an own module was needed to not create circular module dependencies. Change-Id: Ib887c3d6dde667403fd22d382310ba5f1a9b0015
2013-04-05revert that change and to it at custom shapes levelRadek Doulik1-1/+1
to allow primitive rectangles still be used Revert "disable round corners for rectangle shape. fixes fdo#39907" This reverts commit 0c7bbbe9da7602f5d72aecd481f6d26d9af217f0.
2013-04-05do not allow bEdgeRadiusAllowed to be set to trueRadek Doulik1-5/+0
- as it cannot be exported to ODF - fixes fdo#39907 Change-Id: Ic5d3f60d588698e48da600bd13df9e1e4fae17cd
2013-04-05fdo#60834 Find and Replace dialog: fix replace box selection on clickCao Cuong Ngo1-1/+1
Change-Id: Ic5256ae05d9b4646651e897b7d4c00d9a84329bb Reviewed-on: https://gerrit.libreoffice.org/3202 Reviewed-by: Thorsten Behrens <tbehrens@suse.com> Tested-by: Thorsten Behrens <tbehrens@suse.com>
2013-04-04Fix warning: unused variable sGraphicURL [loplugin]Tor Lillqvist1-1/+0
Change-Id: I455e36a33720d9493480660dc54bd67b665c0fee
2013-04-04disable round corners for rectangle shape. fixes fdo#39907Radek Doulik1-1/+1
Change-Id: I4930ff1123783c434859434fef5983455a1e72f5
2013-04-04sal_Bool to boolTakeshi Abe8-64/+64
Change-Id: I4f8a592404272f3ba2602aa1ef42d399d7faae78
2013-04-03ditch unused LANGUAGE_USER[1-9]Eike Rathke1-3/+1
Change-Id: I5a3b2b27fa2a7ad22cab2ae6d833707f9e490f27
2013-04-02teach DialControl how to resizeCaolán McNamara2-14/+42
Change-Id: Icb6cf6ce3dfcb37fc06b4222c272a1abf893dc73
2013-04-02Widget UI for Calc cell alignment pageOlivier Hallot4-0/+27
Format - cell, alignment tab Change-Id: I78e4252064671720d41ad3af086b41d2efe06ac1 Reviewed-on: https://gerrit.libreoffice.org/2773 Tested-by: Caolán McNamara <caolanm@redhat.com> Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2013-04-02Fix related to fdo#62224.Gokul1-1/+3
on clicking Cancel Button in Format cells Widget in Impress, Their is change in "Spacing of contents" values. Values should not be changed. Change-Id: If9395eda7f82f8e25148f906094588480a6a1029 Reviewed-on: https://gerrit.libreoffice.org/3092 Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com> Tested-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
2013-04-02update pch filesThomas Arnhold1-2/+5
Change-Id: Ic33dd20a469d1905d2bdaf1ce3633e6ac6db8a4c
2013-04-02try to fix windows tb with pchDavid Tardon2-5/+4
C:/lo/gerrit_core/solver/wntmsci13.pro/inc\vcl/lineinfo.hxx(39) : error C2872: 'LineStyle' : ambiguous symbol could be 'C:/lo/gerrit_core/solver/wntmsci13.pro/inc\vcl/vclenum.hxx(80) : LineStyle' or 'C:/lo/gerrit_core/solver/wntmsci13.pro/inc/offapi om/sun/star/drawing/LineStyle.hdl(13) : com::sun::star::drawing::LineStyle' ... make[1]: *** [C:/lo/gerrit_core/workdir/wntmsci13.pro/PrecompiledHeader/nodebug/precompiled_sd.hxx.gch] Error 2 WTH do we have 'using namespace' in _new_ code, anyway? Change-Id: If149653f0a7a4a0061f48e866b30ced120f8bc5e
2013-04-02#120999# Added support code in SdrDragObjOwn::MoveSdrDrag to rescue the ↵Armin Le Grand1-0/+13
changed AutoGrowWidth setting to allow instantaneous resizing of AutoGrowWidth objects even when using a cloned SdrObject for the UI interaction
2013-04-01expand some more namespace macrosThomas Arnhold3-70/+63
Change-Id: If4b335b238f1fa62d2e3f658429cdec63d561faf
2013-04-01remove boilerplate commentsThomas Arnhold14-31/+6
Change-Id: I44a476a9843816f70a7a4d84b8c35edeecd5daaf
2013-04-01Prefer prefix ++/-- operators for non-primitive typesJulien Nabet1-2/+2
Change-Id: I9fc8adf31c269db33d0d9806e182748ec082c1e3
2013-04-01Prefer prefix ++/-- operators for non-primitive typesJulien Nabet1-6/+18
Change-Id: Ib5e17d5bb94d9b19008ca15e042b443689aba9b1
2013-03-31#119750# corrected opacity import for SC comment shapes and their shadow ↵Armin Le Grand1-21/+47
visualisation
2013-03-31#120848# Added correct text content frame for NotchedRightArrow AutoshapeArmin Le Grand1-2/+3
Patch by: JianYuan Li Review by: alg
2013-03-31remove bitrotten edittestAndras Timar1-1748/+0
Change-Id: I54881476ae296bc95df16e233ff4ca5800477254
2013-03-31sal_Bool to boolTakeshi Abe3-107/+107
Change-Id: I551cb2422c8857bb847bd4b0c2224eaa1c024084
2013-03-30Prefer prefix ++/-- operators for non-primitive typesJulien Nabet1-1/+1
Change-Id: Ib4c9cf4406683a2d298967dbff8e084cbd9a7b4c
2013-03-30Prefer prefix ++/-- operators for non-primitive typesJulien Nabet1-18/+12
+ convert while loops into for loops Change-Id: Icb01b55d2932193f83344bda8c69c9a9954f6de0
2013-03-30Simplify iterators stuffJulien Nabet1-8/+4
Change-Id: I6cd97ea5056596122a8ae6cb0c5cd6525ce6b302
2013-03-30Export Chart as Graphic - allow vector graphic exportTomaž Vajngerl4-88/+230
Readd removed SaveShapeAsGraphic to GraphicHelper with which it is possible to export any shape to vector/raster graphic. Additionally cleanup GraphicHelper and ExternalEdit (convertsion to OUString, remove unused imports, comments). Change-Id: I1af45e2ed5d3b66dbd80a5f3a71c44530e46baef
2013-03-29ResMgr with LanguageTagEike Rathke5-5/+5
Change-Id: Ie5ce9157a7ea59db7b0509fbaec61d07f8f9edf0
2013-03-29svx: clean up these macros in fmprop.hrcMiklos Vajna4-148/+148
Change-Id: I9b5b76929d823654bcff40b47062b96bc453e825
2013-03-29Oups ++aIter had to be removed hereJulien Nabet1-1/+0
Change-Id: I9ac0b5e0f74f7f211d074095fe82e93595d2f55a
2013-03-29Use const_iterator and use them in loop onlyJulien Nabet1-4/+1
Change-Id: I64a206957e979cfd4d43805bfb089f5af96239e2
2013-03-27svx/source/inc/trace.hxx -> SAL_INFOStephan Bergmann5-197/+21
Change-Id: I019f41aeb41ec150087e6f544cff3b36719d1845
2013-03-27coverity#704341 Logically dead codeJulien Nabet1-1/+1
Change-Id: I5a097afe1c582eab023cecadc0b1cc77faf774a1 Reviewed-on: https://gerrit.libreoffice.org/3046 Reviewed-by: Petr Mladek <pmladek@suse.cz> Tested-by: Petr Mladek <pmladek@suse.cz>
2013-03-27coverity#704334/704335/704336 Logically dead codeJulien Nabet1-4/+4
Change-Id: Ieaa3c8ed735692a16c40ff01ea1dec52c2a29f31 Reviewed-on: https://gerrit.libreoffice.org/3045 Reviewed-by: Petr Mladek <pmladek@suse.cz> Tested-by: Petr Mladek <pmladek@suse.cz>
2013-03-27WaE: macro "_STRING_H" is not usedTor Lillqvist1-3/+0
Change-Id: Iabc3ab2d455a768f7af159490e0c26b694c01f34
2013-03-27WaE: macro is not used: _MATH_H weirdnessTor Lillqvist2-6/+0
Change-Id: I283767ba44012a740d49f1b8d9d1f6bf80d8b664