summaryrefslogtreecommitdiffstats
path: root/svx
Commit message (Collapse)AuthorAgeFilesLines
* coverity#1237353 Unchecked dynamic_castCaolán McNamara2014-09-081-12/+7
| | | | Change-Id: If25d29eaa788e70972fd0cbbf3d03f4d05862f24
* Related #82088: removed last css aliases in hxxStefan Weiberg2014-09-081-3/+2
| | | | | | | | | | | * Only unfixed header namespace alias in ConnectionLog.hxx: LogLevel = ::com::sun::star::logging::LogLevel Change-Id: I48c941a4762830f2265c8241f4c1695a43ec891a Reviewed-on: https://gerrit.libreoffice.org/11333 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
* cppcheck: Logical disjunction always evaluates to trueJulien Nabet2014-09-071-7/+4
| | | | Change-Id: I527c010a49210ccaa4840ea142525643944b642d
* Related fdo#82088: dropping aliases again :)Stefan Weiberg2014-09-063-11/+10
| | | | | | | Change-Id: I41f6472423b60e3699ed6158cc5eccb10de1538d Reviewed-on: https://gerrit.libreoffice.org/11295 Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com> Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>
* SfxHint: convert home-grown RTTI to normal C++ RTTINoel Grandin2014-09-0627-122/+78
| | | | | | | | | | Also note that I fixed a bug in SvxFontMenuControl::Notify where the if statement had the check the wrong way around. Change-Id: I611e8929c65818191e36bd80f2b985820ada4411 Reviewed-on: https://gerrit.libreoffice.org/11147 Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com> Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>
* convert floating RID_SVXDLG_CONTOUR to .uiCaolán McNamara2014-09-0512-631/+576
| | | | Change-Id: I5c441f6d4fccb771a0b2a4a1315497335ba8f81f
* svx: Update the README wrt. the SdrObject(s).Jan Holesovsky2014-09-051-11/+28
| | | | Change-Id: I3803b46a999a0c796b5cbc3da9c39c67d608bc0c
* resource files: remove unused definitionsThomas Arnhold2014-09-056-38/+0
| | | | Change-Id: Ic782eab6943aa8e659acfceb9f20dac76224c258
* coverity#983930 Uncaught exceptionCaolán McNamara2014-09-041-1/+10
| | | | Change-Id: I812916ddd10db6272ca0aeb5409eee8ff163d3fc
* Remove (misleading) EditEngine::QuickRemoveCharAttribsMatúš Kukan2014-09-033-3/+3
| | | | Change-Id: I7a0be4e204a239dfdd9c184b3d54a69debe8a208
* fdo#82652 add new gradient names to translatable resourceAndras Timar2014-09-031-0/+198
| | | | Change-Id: I65d6f621f23a7d31a748b7a8ed87deb990de71ef
* These slots not meant to be added to a toolbar or recordedMaxim Monastirsky2014-09-031-10/+10
| | | | Change-Id: Iaf847c02265fcc7d75c1cd54bc836ec85cb830ec
* convert RID_SVXTBX_UNDO_REDO_CTRL floating window to .uiCaolán McNamara2014-09-036-78/+61
| | | | Change-Id: I88a5e0aec20170dfb71bf28cb35e860773657937
* Related fdo#82088: removing another bunch of aliasStefan Weiberg2014-09-0313-49/+47
| | | | | | | Change-Id: I6e2ab6d20723803aedb530b4d25aa79ec0edbb8f Reviewed-on: https://gerrit.libreoffice.org/11260 Reviewed-by: Thomas Arnhold <thomas@arnhold.org> Tested-by: Thomas Arnhold <thomas@arnhold.org>
* fdo#44081 don't remove 'edit' pop-up menu entry from form in design modeLionel Elie Mamane2014-09-021-3/+0
| | | | | | | Change-Id: I009b0e1a155c298bd7f461547125df4ba76805d9 Reviewed-on: https://gerrit.libreoffice.org/11230 Reviewed-by: Lionel Elie Mamane <lionel@mamane.lu> Tested-by: Lionel Elie Mamane <lionel@mamane.lu>
* coverity#707263 Uncaught exceptionCaolán McNamara2014-09-021-1/+11
| | | | Change-Id: I7c43c91cad4045a3439182925ca195fc898f593f
* Consistency around SvxB3DVectorItem in svx/svx3ditems.hxxStephan Bergmann2014-09-015-67/+35
| | | | | | | ...similar to what has been done for svx/sdtmfitm.hxx in 68969cc61adecac481ae9656978ef952f435b310 "Consistency around SdrMetricItem." Change-Id: I7f2348d82c76f6f231e34f0dfc4b6ee6fddffe55
* Consistency around SvxColorItem in svx/svx3ditems.hxxStephan Bergmann2014-09-017-114/+66
| | | | | | | ...similar to what has been done for svx/sdtmfitm.hxx in 68969cc61adecac481ae9656978ef952f435b310 "Consistency around SdrMetricItem." Change-Id: If26ab3229871d2d6a7e4e7e8f79f4cb927b96930
* Missing Clone overridesStephan Bergmann2014-09-011-2/+24
| | | | Change-Id: I0dda3dc849fce9ba994baa82f7e25497ea995c75
* Consistency around SfxUInt16Item in svx/svx3ditems.hxxStephan Bergmann2014-09-016-33/+16
| | | | | | | ...similar to what has been done for svx/sdtmfitm.hxx in 68969cc61adecac481ae9656978ef952f435b310 "Consistency around SdrMetricItem." Change-Id: I2e467df03a34d694214e0560476cb7fd76ef0735
* Consistency around SfxBoolItem in svx/svx3ditems.hxxStephan Bergmann2014-09-018-129/+76
| | | | | | | ...similar to what has been done for svx/sdtmfitm.hxx in 68969cc61adecac481ae9656978ef952f435b310 "Consistency around SdrMetricItem." Change-Id: I3253b4cc5657a7d6b960ee892584109d373eed3d
* Consistency around SfxUInt32Item in svx/svx3ditems.hxxStephan Bergmann2014-09-019-51/+27
| | | | | | | ...similar to what has been done for svx/sdtmfitm.hxx in 68969cc61adecac481ae9656978ef952f435b310 "Consistency around SdrMetricItem." Change-Id: I3193eab34a34c051002adeedd8b368e26f55f7a3
* Revert "fdo#44081 don't remove 'edit' pop-up menu entry from form in design ↵Miklos Vajna2014-09-011-0/+3
| | | | | | | | mode" This reverts commit 15cea073e7ed4970e60967fe036fc492e2052203. I overlooked the fact during review that this introduces an svx <-> sfx2 circular dependency.
* fdo#44081 don't remove 'edit' pop-up menu entry from form in design modeLionel Elie Mamane2014-09-011-3/+0
| | | | | | | | Change-Id: I9700d0d729a8f2d1255fcd03a07e05799e21f8d0 Reviewed-on: https://gerrit.libreoffice.org/11152 Reviewed-by: Bosdonnat Cedric <cedric.bosdonnat@free.fr> Tested-by: Bosdonnat Cedric <cedric.bosdonnat@free.fr> Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
* Typo: childs->childrenJulien Nabet2014-08-311-2/+2
| | | | Change-Id: Ib27b3e125581884b90efc9cc33b6b2aadab73851
* More mushrooms...Olivier Hallot2014-08-311-20/+33
| | | | | | | | | More help buttons missing in dialogs. Change-Id: I9274f3774955f5bb8a470e2e1ad25b3f5723d377 Reviewed-on: https://gerrit.libreoffice.org/11217 Reviewed-by: Thomas Arnhold <thomas@arnhold.org> Tested-by: Thomas Arnhold <thomas@arnhold.org>
* Fix build problem in the --disable-database-connectivity caseTor Lillqvist2014-08-301-1/+2
| | | | Change-Id: Ifcd5055656ec62b202bf4574a2fd0f7d35982090
* fdo#67615 TextField in table should use same formatting as floating TextFieldLionel Elie Mamane2014-08-293-16/+4
| | | | | | | Change-Id: Ia6333d12f9f1ecdd5a552089f0df8703c5fce88a Reviewed-on: https://gerrit.libreoffice.org/11196 Reviewed-by: Lionel Elie Mamane <lionel@mamane.lu> Tested-by: Lionel Elie Mamane <lionel@mamane.lu>
* Make opengl chart window always activeZolnai Tamás2014-08-292-2/+4
| | | | | | | | | | | Fortunately there is a special ole object group with the MS_EMBED_ACTIVATEWHENVISIBLE flag which define this behaviour. Problem is that both Aspect and EmbedMisc are MS specific enums so we can't use them directly for non-MS objects. But we can handle opengl charts the same as this ole object group. Change-Id: I49abeffce319cbb775709a72ba198a1f76b65374
* ChartHelper::IsChart is uselessZolnai Tamás2014-08-292-23/+1
| | | | | | | EmbeddedObjectRef has an own IsChart method with the same behavior. Change-Id: Ib06699186466bf3da2bd67d7c631a5216463fb14
* Avoid incomplete type in fn sig to keep ubsan's RTTI-based checks happyStephan Bergmann2014-08-281-0/+1
| | | | Change-Id: I4823e2d28ebc3aabaa1cb47e4f7f15bfc8c234a5
* Avoid unnecessary, potentially invalid downcasts from SdrObject to SdrObjGroupStephan Bergmann2014-08-281-4/+4
| | | | Change-Id: If00b4a11ce5e568b9e4ff00038dc9e1f068cfd79
* Resolves: fdo#77516 sub-grid shouldn't be allowed as 0Caolán McNamara2014-08-281-2/+6
| | | | | | | | | | | regression from commit 3cb6587abbf6888ac9fb3b0cccc9a5aa0dc29b55 Author: Csikós Tamás <csks.tomi@gmail.com> Date: Sun Jul 7 13:40:53 2013 +0200 modern .ui widgetlayout for optgrid Change-Id: I9e998ce203c16c2303e00347ce6a2992c92cc8dc
* Resolves: fdo#83062 infinite recursionCaolán McNamara2014-08-271-4/+4
| | | | | | | | | | | | regression from commit 7c03fc2fe77f9b1f910f4ab395923e52648c32b5 Date: Mon Sep 2 14:30:09 2013 +0000 Related: #i123048# Corrected connector layout after reload verified that #i123048# continues to work Change-Id: If5fce4b7a88d4d0972f52705334e4b9b48425cca
* make .ui label translatableAndras Timar2014-08-271-1/+1
| | | | Change-Id: I59153a29e6271abb4d184bd3c67cd8fb2c092669
* callcatcher: update unused codeCaolán McNamara2014-08-276-245/+7
| | | | Change-Id: Idaed255e4f004ad555ccbd6ba9dc29bf522d3c5f
* set default buttonsCaolán McNamara2014-08-262-5/+4
| | | | Change-Id: Id91f0d0bf3743e7304ff079bbc82bc8b347a9c74
* bnc#770711: Make changing table text color in impress always workMatúš Kukan2014-08-261-0/+2
| | | | | | | | | | | We set text color for individual characters (in ContentNode::aCharAttribList) and for whole paragraph (in ContentNode::aContentAttribs) too. Problem: when table was loaded in an impress document with font color set, you could not change it by selecting a cell because only ContentNode::aContentAttribs was set, which has lower priority. So, in that case, remove font color character attributes. Change-Id: Ieb0c078481568dcb1739fe35d448c9591f687f2c
* zoom slider: remove unneeded whitespacesTomaž Vajngerl2014-08-251-21/+0
| | | | Change-Id: I220a4074c6d62a89aaab435210f52300c63315b2
* zoom slider: impl as scoped_ptr and reduce code duplicationTomaž Vajngerl2014-08-251-37/+29
| | | | Change-Id: I274e731c70c2735f513e9e8fbf2273aa52310fd2
* convert MessBox with custom buttons to .uiCaolán McNamara2014-08-255-24/+75
| | | | Change-Id: I05704746ce5f098a2caaafafdc574009b279e458
* convert RID_QRY_SAVEMODIFIED with custom buttons to .uiCaolán McNamara2014-08-254-8/+89
| | | | Change-Id: I782ca0f7e60f92e65e1a93bb8d1d38eded941cbb
* Consistency around SdrMetricItem in svx/sderitm.hxxStephan Bergmann2014-08-255-9/+9
| | | | | | | | ...similar to what has been done for svx/sdtmfitm.hxx in 6a2ea81ca1622d2c2ad55bea8ddc28167fcc2794 "Remove unused ctors" and 68969cc61adecac481ae9656978ef952f435b310 "Consistency around SdrMetricItem." Change-Id: I4a0715b18bc3aa032779252cad2450c905a467a4
* Remove unnecessary invalid downcastsStephan Bergmann2014-08-251-4/+4
| | | | Change-Id: I04a6fa07ef4dfd2609b466c7c8ff9ba925c9683c
* QueryBox RID_QRY_REMOVE_* -> MessageDialog + stringCaolán McNamara2014-08-254-45/+34
| | | | Change-Id: Ife33eeaf38daf1aebc1ea35634ca56fae5c89d34
* set names on a bunch more threads...Michael Stahl2014-08-253-0/+6
| | | | Change-Id: I4c2f2f0bcce52839033876ec991529721e06a3c8
* everything is independent from vos these days...Michael Stahl2014-08-251-2/+0
| | | | Change-Id: Iccb94dcc31d6de8c9e4e7a31b3c2e36d4198b295
* fdo#82260 Fix OS X font dropdown crashMatthew J. Francis2014-08-251-1/+2
| | | | | | | | | | Without this, font dropdowns intermittently crash after a window is moved to another screen Change-Id: I1af5d8224fd164b73c43a9655fbde364f530c979 Reviewed-on: https://gerrit.libreoffice.org/11105 Reviewed-by: Tor Lillqvist <tml@collabora.com> Tested-by: Tor Lillqvist <tml@collabora.com>
* loplugin:unreffunStephan Bergmann2014-08-251-9/+0
| | | | Change-Id: I6a772c32071a85579861e9f2c03f7664032ff643
* Consistency around SdrAngleItem in svx/inc/sxraitm.hxxStephan Bergmann2014-08-253-8/+6
| | | | | | | | ...similar to what has been done for svx/sdtmfitm.hxx in 6a2ea81ca1622d2c2ad55bea8ddc28167fcc2794 "Remove unused ctors" and 68969cc61adecac481ae9656978ef952f435b310 "Consistency around SdrMetricItem." Change-Id: If88f88cfe0144b83b3228650a34d9bf2c468b936