summaryrefslogtreecommitdiffstats
path: root/svx/inc
Commit message (Collapse)AuthorAgeFilesLines
* Bin unused include files, thanks to Andrea GelminiTor Lillqvist2014-11-061-71/+0
| | | | Change-Id: I848505b1d4ff03779b89a08d4aeefd6ea0ff205b
* overlayermanagerbuffered: timer to idleLászló Németh2014-11-051-1/+1
| | | | Change-Id: I40d19b20259f2d2dada32467efe4defe3ed4b07c
* changed some timer to idleJennifer Liebel2014-11-051-1/+1
| | | | Change-Id: Ifd5e2d87732d3e537c7754e52be24ef768ecb8d9
* Unindent.Kohei Yoshida2014-11-041-49/+42
| | | | Change-Id: Ib274ec26768e8a3bd1006601679404799fed986a
* Avoid re-constructing chart shapes when it's not in visible range.Kohei Yoshida2014-11-041-0/+2
| | | | | | The re-construction will be deferred until it becomes visible again. Change-Id: I364ea8d38d48078dfd803b0e5bb20bfc8a2913ba
* CreateObjectSpecificItemSet to return a pointer, not a reference.Kohei Yoshida2014-11-0412-12/+12
| | | | | | I hope the reason is obvious.... Change-Id: Ibe30038991b4916a6af230043176f09bd9952ff9
* Unindent.Kohei Yoshida2014-11-011-19/+11
| | | | Change-Id: I32afaeb71f57b4f8741758a1db98e04365bd2a77
* Add class description.Kohei Yoshida2014-10-311-0/+7
| | | | Change-Id: I400efc68f7fdcfcb3be56804c9491775341782ce
* Remove repetitive namespace close / open / close etc & unindent.Kohei Yoshida2014-10-311-226/+136
| | | | Change-Id: I4fefd9ad6dbbc23aa0c96cf6dae6ab0b7400f27b
* Move these headers from include to svx; they are not used outside svx.Kohei Yoshida2014-10-2818-16/+490
| | | | Change-Id: I8685b451a39e890250a3309ddb70346bac4084b2
* fdo#84844 Sidebar: Use SvxColorToolBoxControl for fill colorMaxim Monastirsky2014-10-271-1/+0
| | | | Change-Id: I0aa9dbef960391334097b68c980064724435db38
* fdo#84844 Sidebar: Use SvxColorToolBoxControl for line colorMaxim Monastirsky2014-10-261-1/+0
| | | | Change-Id: I266cfd8c80088f698ec36662357477bb456a96fe
* Fraction: Revert "fdo#81356: convert Fraction to boost::rational<long> - wip"Jan Holesovsky2014-10-236-14/+14
| | | | | | | | | | | | | | This reverts commit 47a2d7642d249d70b5da0c330a73f3a0032e4bba. Conflicts: cui/source/tabpages/transfrm.cxx svx/source/svdraw/svdedtv1.cxx svx/source/svdraw/svdibrow.cxx sw/source/filter/ww1/w1filter.cxx tools/source/generic/rational.cxx Change-Id: I4849916f5f277a4afef0e279b0135c76b36b9d15
* Fraction: Revert "do not forward-declare templates"Jan Holesovsky2014-10-231-3/+4
| | | | This reverts commit 091742e86aeb5287f7236f666fee48946ab4c67b.
* Fraction: Revert "fdo#84854 it seems long is not enough on 32 bit"Jan Holesovsky2014-10-235-12/+12
| | | | | | | | | | | | This reverts commit 582ef22d3e8e30ffd58f092d37ffda30bd07bd9e. Conflicts: svx/source/svdraw/svdedtv1.cxx svx/source/svdraw/svdibrow.cxx sw/source/filter/ww1/w1filter.cxx Change-Id: I80abc7abdeddc267eaabc9f8ab49611bb3f8ae83
* fdo#84844 Sidebar: Use SvxColorToolBoxControl for paragraph colorMaxim Monastirsky2014-10-221-1/+0
| | | | Change-Id: I0231a52288ca9a8a2a5e5cdb13fdff772b989640
* fdo#84854 it seems long is not enough on 32 bitDavid Tardon2014-10-165-12/+12
| | | | | | | Fraction used BigInt internally for computations, rational does nothing like that. Change-Id: I3e9b25074f979bc291208f7c6362c3c40eb77ff5
* loplugin: cstylecastNoel Grandin2014-10-1511-65/+35
| | | | Change-Id: I0ccdd2ce18336afea67a3f296b26b2de50f14808
* do not forward-declare templatesDavid Tardon2014-10-141-4/+3
| | | | Change-Id: I3b0a145f70406f0c8a12b6c4b7876c4148f76e93
* fdo#81356: convert Fraction to boost::rational<long> - wipJuan Picca2014-10-096-14/+14
| | | | | | | | | | | | | | | | | | | | | * Added rational util functions used by Fraction class not available in the boost::rational class. * Replaced usage of Fraction by boost::rational<long> * Removed code that relies on: 1. fraction.IsValid() -- rational only allow valid values, ie denominator() != 0 2. rational.denominator() == 0 -- always false 3. rational.denominator() < 0 -- always false but implementation detail: http://www.boost.org/doc/libs/release/libs/rational/rational.html#Internal%20representation * Simplified code that relies on: 1. rational.denominator() != 0 -- always true * BUGS EXIST because Fraction allows the creation of invalid values but boost::rational throws the exception boost::bad_rational Change-Id: I84970a4956afb3f91ac0c8f726547466319420f9 Reviewed-on: https://gerrit.libreoffice.org/11551 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
* loplugin: cstylecastNoel Grandin2014-10-067-115/+16
| | | | Change-Id: Id2b5b2510fb13f77592d7a0455f34ccd8a20c2d7
* fdo#82577: Handle PolyPolygonNoel Grandin2014-09-302-2/+2
| | | | | | | Put the TOOLS PolyPolygon class in the tools namespace. Avoids clash with the Windows PolyPolygon typedef. Change-Id: I811ecbb3d55ba4ce66e4555a8586f60fcd57fb66
* fdo#82577: Handle RegionNoel Grandin2014-09-301-4/+4
| | | | | | | Put the VCL Region class in the vcl namespace. Avoids clash with the X11 Region typedef. Change-Id: I6e008111df7cf37121fbc3eaabd44a8306338291
* svx: std::auto_ptr -> std::unique_ptrStephan Bergmann2014-09-291-1/+1
| | | | Change-Id: Ib70d974817bcdd9a582e9be28d28b007cdc3a7a7
* fdo#82577: Handle WindowNoel Grandin2014-09-2310-23/+23
| | | | | | | Put the VCL Window class in the vcl namespace. Avoids clash with the X11 Window typedef. Change-Id: Ib1beb7ab4ad75562a42aeb252732a073d25eff1a
* Changed some options from picture/graphics to imagePhyzer2014-09-211-3/+3
| | | | | | | Change-Id: If86fae691d4926c896c6d1da1863cd8397a38718 Reviewed-on: https://gerrit.libreoffice.org/11429 Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com> Tested-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
* Turn SfxItemState into a C++11 scoped enumerationStephan Bergmann2014-09-122-2/+2
| | | | | | | | | | | ...to gain further confidence in the claim "that none of the existing code tries to uses combinations of these enum values" (d92602c5b13d0a60439d86c5a033d124178726ca "more fixes for SfxItemState") Change-Id: I987922d945e8738e38adfde83b869adf3ff35b13 Reviewed-on: https://gerrit.libreoffice.org/11384 Reviewed-by: Stephan Bergmann <sbergman@redhat.com> Tested-by: Stephan Bergmann <sbergman@redhat.com>
* convert floating RID_SVXDLG_CONTOUR to .uiCaolán McNamara2014-09-051-16/+0
| | | | Change-Id: I5c441f6d4fccb771a0b2a4a1315497335ba8f81f
* convert RID_SVXTBX_UNDO_REDO_CTRL floating window to .uiCaolán McNamara2014-09-031-1/+0
| | | | Change-Id: I88a5e0aec20170dfb71bf28cb35e860773657937
* callcatcher: update unused codeCaolán McNamara2014-08-271-1/+2
| | | | Change-Id: Idaed255e4f004ad555ccbd6ba9dc29bf522d3c5f
* Consistency around SdrAngleItem in svx/inc/sxraitm.hxxStephan Bergmann2014-08-251-5/+3
| | | | | | | | ...similar to what has been done for svx/sdtmfitm.hxx in 6a2ea81ca1622d2c2ad55bea8ddc28167fcc2794 "Remove unused ctors" and 68969cc61adecac481ae9656978ef952f435b310 "Consistency around SdrMetricItem." Change-Id: If88f88cfe0144b83b3228650a34d9bf2c468b936
* Consistency around SfxStringItem in svx/inc/sxonitm.hxxStephan Bergmann2014-08-221-6/+3
| | | | | | | | ...similar to what has been done for svx/sdtmfitm.hxx in 6a2ea81ca1622d2c2ad55bea8ddc28167fcc2794 "Remove unused ctors" and 68969cc61adecac481ae9656978ef952f435b310 "Consistency around SdrMetricItem." Change-Id: I694c42a53cb9041b51ef876416f0f61963b89f86
* svx: Cleanup ASCII art and useless commentsChris Laplante2014-08-1919-118/+6
| | | | | | | Change-Id: I5399362056276f324fd43eda05d3f606dc6f8c71 Reviewed-on: https://gerrit.libreoffice.org/11011 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
* drop unnecessary shl.hxx includesCaolán McNamara2014-08-182-2/+0
| | | | Change-Id: Ieb984987c4a4f888a563377e0500444b12f43506
* convert datanavigator sport to .uiCaolán McNamara2014-08-151-12/+0
| | | | Change-Id: I14f9f8d8df9fc8246e7fc8c0b6762ca51dad67d9
* update_pchThomas Arnhold2014-08-132-2/+9
| | | | Change-Id: Ic1dae7aac2f4367b4196ba3128c0aea9be1fbbda
* simplify return argument of SfxPoolItem::GetPresentationNoel Grandin2014-07-292-2/+2
| | | | | | | since all two of the actual call-sites only care about whether it is a valid presentation or not, not what kind of presentation it is. Change-Id: I75717c88878d37b2897741b0c833ff283b3fee59
* Renamed brdcst.[hc]xx to SfxBroadcaster.[hc]xxTobias Lippert2014-07-171-1/+1
| | | | | | | | | | - Remove includes from files where they are not needed. - Update pch files Change-Id: I0188e3934ef429008c1ef495ab1d5b27f38664d5 Reviewed-on: https://gerrit.libreoffice.org/10342 Reviewed-by: Thomas Arnhold <thomas@arnhold.org> Tested-by: Thomas Arnhold <thomas@arnhold.org>
* drop unused helpidsCaolán McNamara2014-07-111-2/+0
| | | | Change-Id: Ie684da5922d9f645495a1965b9462d0ae2de2342
* drop unused helpidsCaolán McNamara2014-07-091-19/+0
| | | | Change-Id: I385fcf216645a79d5c6cdadd31a37be20938371a
* rtl::Reference fits just fine hereStephan Bergmann2014-06-171-1/+0
| | | | Change-Id: Id0a13af0c0d1aa0b6a21edde0ec7f97730a1c912
* convert Save Progress Dialog to .uiCaolán McNamara2014-06-161-1/+0
| | | | Change-Id: I833e6e9c78620443325b5ef9efa403a5eef497cc
* loplugin: inlinesimplememberfunctionsNoel Grandin2014-06-092-2/+2
| | | | Change-Id: I42119f656ca528286fb25d2d36c0af54b7d04a6b
* drop now unused RID_SVX_TABDLG_DOCRECOVERYCaolán McNamara2014-06-041-1/+0
| | | | Change-Id: Ie9fd186523d78436d5a0e8f33899aa1f462d495a
* update_pchThomas Arnhold2014-05-282-0/+232
| | | | Change-Id: I5316693452427ed76a7738b090de023b110caa40
* convert doc recovery save page to .uiCaolán McNamara2014-05-241-2/+0
| | | | | | | and a wizard with one page is just a dialog, so make that simplification and conversion too Change-Id: I9f6335007609893308d57d693a18a313bcbb9244
* fdo#77282 Replace "Edit Group" with "Enter Group"Laurent Balland-Poirier2014-05-201-1/+1
| | | | | | | | | | Command to enter in a group of objects should be the same in Writer and Draw Update of Help in commit 8944 Change-Id: I39d9c9f9e969978f4084703d2468bdf8a2bf7372 Reviewed-on: https://gerrit.libreoffice.org/8923 Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> Tested-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
* hrc and src files: squeeze multiple newlinesThomas Arnhold2014-05-191-6/+0
| | | | | | for i in `find . -name *.src -or -name *.hrc`; do FILE=$(cat -s "$i"); echo "$FILE" > "$i"; done Change-Id: I2bac5ad3e1eb3c566e5c867ccf45893a19e1561e
* clean up, remove eof commentsThomas Arnhold2014-05-161-6/+0
| | | | Change-Id: I166e781cb54181a8e5d08021cf5f6dfcd1fde5cb
* Resolves fdo#70681: fixincludeguards.pl: all that's leftThomas Arnhold2014-05-1592-251/+251
| | | | | | | Change-Id: I3e51a62710bb46c8255fd228d41d9300c90a1fb5 Reviewed-on: https://gerrit.libreoffice.org/9360 Reviewed-by: Thomas Arnhold <thomas@arnhold.org> Tested-by: Thomas Arnhold <thomas@arnhold.org>