summaryrefslogtreecommitdiff
path: root/svx/source/sidebar
AgeCommit message (Collapse)Author
2013-11-14-Werror,-Wunused-member-functionStephan Bergmann
Change-Id: I7eab6d628cd2bd7a68a79ff69ba835f37fc67711
2013-11-14-Werror,-Wunused-member-functionStephan Bergmann
Change-Id: Icc6ca35623a53449d812e3f09004b926f379c889
2013-11-13expand out the A2S macroNoel Grandin
Which is not doing anything useful anymore. Change-Id: I83422e811d52a77b65655924c07b55dd7229449c
2013-11-09TypoJulien Nabet
Change-Id: Ifb3b9c7a33b7faccbf7dad1886d953d845de3196
2013-11-08remove unnecessary use of OUString constructor in SVX moduleNoel Grandin
Change-Id: I1506daaa4a3b736ee6bbb00100fca24df8368298
2013-11-04Convert code that calls OUString::getStr()[] to use the [] operatorNoel Grandin
This also means that this code now gets bounds checked in debug builds. Change-Id: Id777f85eaee6a737bbcb84625e6e110abe0e0f27
2013-10-28fixincludeguards.sh: svxThomas Arnhold
Change-Id: I885bbc431322ee233f8e67ec2bb5701af909046c
2013-10-28remove some stray using rtl::OUStringThomas Arnhold
Change-Id: I47d84f1b0c758bd390d8a5c1895dbb3548999bb6
2013-10-28remove local css namespace definitionsThomas Arnhold
As we have it globally in sal/types.h those are not necessary. Change-Id: I18bba2c763c4680c4fa7fde4c5158953b5cfad82
2013-10-23convert code to use OUString::endsWithNoel Grandin
Convert places that call aStr[aStr.getLength()-1] == 'x' to use the shorter form aStr.endsWith("x") Change-Id: I1b3a19c0e89b8989cdbeed440f95fc76f9a4b6b6
2013-10-22vcl: mark more Image constructors as "explicit"Michael Stahl
Change-Id: If59d7c75c89a102a573738d15d8593cb8ac5c486
2013-10-21remove uses of COMPARE_*Caolán McNamara
Change-Id: Icdc36b4b24d2f399f481065df3200feb98025135
2013-10-17CID#1028073: possible memory leakMarkus Mohrhard
Change-Id: Ifbc7d7b04b20fbf46204866a82aa10319c5dddf2
2013-10-07fix string conversionIvan Timofeev
Change-Id: I1fbb5d4c8a279d572fe1ff0d9f06c3eeb7d9a0de
2013-10-02-Werror,-Wunused-const-variableStephan Bergmann
Change-Id: I629a17a03b9c5fcd6630a2dbab992f89956f12e7
2013-10-02-Werror,-Wunused-const-variableStephan Bergmann
Change-Id: I48b1a515ada0fe10e58bacddb0118d520274611c
2013-10-01convert remnants of String in SVX to StringNoel Grandin
Change-Id: I66fd6387c3fcd33c6ae0b431810abf6679345767
2013-09-30Sidebar: Show default line-color in 'Draw'Prashant Pandey
Currently, the default color shown in Sidebar>Line>Color is yellow and is not updated until and unless one hovers a mouse on top of it. This is wrong and the default color of the line-color should be updated and shown by default. Change-Id: I213cba84a0fc726220acfe547955a96d6bb4446b Reviewed-on: https://gerrit.libreoffice.org/5932 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2013-09-30merge queue_layout and queue_resizeCaolán McNamara
so that any window derived class, and not just dialogs, can trigger layouting of their children. Merge together the handful of hacked-up impls of this. Do that then for the sidebar PanelLayout so that when the label of the custom animation frame changes that the frame allocates enough space for the new label to display fully Change-Id: I9a95f6c3f60cd6cea47656e66cb9ffcc154a3a5a
2013-09-16Correct use of && where only & makes senseTor Lillqvist
Shows up as a warning from Clang: use of logical '&&' with constant operand I wonder how many cases we have where && is used instead of & but with both operands non-constant, thus not causing any warning? Change-Id: I8fbbcf9c08f54f8803a08a4e8c54d7bd873af800
2013-09-16Resolves: fdo#69236 route size request to layout widget, not hard-coded valueCaolán McNamara
a) For the sidebar the sidebars automatically handle scrolling, but for the older panel the widgets has to do the scrolling so add scrolling parents to the .ui b) Fold the DialogListBox scrolling widget implementation into VclScrolledWindow and remove the duplication. Change-Id: Ife9ccd8c501e5dee7bf3102a92c8261d979cd834
2013-09-11convert include/editeng/brushitem.hxx from String to OUStringNoel Grandin
and convert String* to OUString, no need to hold a pointer to a ref-counted value type. Change-Id: I79c62979ee8ec0d5e6d2efc50609ad5595571a7d
2013-09-10CID#1038282 Resource leak in sidebarCaolán McNamara
Change-Id: I959b0b975f32158bcc0377a1a92c6c9c1b9190b6
2013-09-10convert singletons to preferred rtl::Static patternCaolán McNamara
Change-Id: I44c4f742027124c517a37fd8b6a62fc69f62d55f
2013-09-10CID#1038283 Resource leakCaolán McNamara
Change-Id: I7f8433a76079dc76d888fd250b3033d772887e4d
2013-09-09callcatcher: update unused codeCaolán McNamara
Change-Id: I76825425ff084d3fb1e331fb7ff13b097744c208 Reviewed-on: https://gerrit.libreoffice.org/5882 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2013-09-05Include <sfx2/sidebar/Tools.hxx> for A2STor Lillqvist
It is included in the precompiled svx header, so have to include it explicitly too for A2S to be visible in the non-pch case. Change-Id: Ic90272699979001645b42eebba9bb27dce2b7022
2013-09-05WaE: C4005: 'A2S' : macro redefinitionTor Lillqvist
Change-Id: Ieb670eb832f22e62bcfdbb8ffb8f96e8aad55cf2
2013-09-05convert svx/* from XubString to OUStringNoel Grandin
Change-Id: Ifa063924d95bfe397bd512411a44247d4c016018
2013-09-05convert svx/source/sidebar/*.cxx from String to OUStringNoel Grandin
Change-Id: I57bd0ade23a17cd2c8edfd2549ae131d80ab7592
2013-09-05convert svx/.../sidebar/*.hxx from String to OUStringNoel Grandin
Change-Id: Id50f78d33608d76bf5142597d9cf2434ab03702d
2013-09-05convert svx/.../TextCharacterSpacingControl.hxx from String to OUStringNoel Grandin
Change-Id: I3430848f9c978c65066b9f326aeec3ee60694488
2013-09-05convert include/svx/XPropertyEntry.hxx from String to OUStringNoel Grandin
Change-Id: Ie112b2e8af32eba60f67f767dd6a098980d907b4
2013-09-05convert include/svx/nbdtmg.hxx from String to OUStringNoel Grandin
Change-Id: I278acc5df9c934d42b9747df00704a5a9b3ef56e
2013-09-05convert include/svx/sidebar/ColorControl.hxx from String to OUStringNoel Grandin
Change-Id: I15787484a74e82fdc8f6c16287317fecf4e80557
2013-09-02callcatcher: updated unused codeCaolán McNamara
Change-Id: I78a287b3e4767fde1d0df7f54362f4587a21ed27
2013-09-01callcatcher: update unused codeCaolán McNamara
Change-Id: I3f304f97b91b26b445174255a63e15c6668ad438
2013-08-28XubString->OUStringCaolán McNamara
Change-Id: I7b76026012af2b57861ec8d3dfd285d9e871d74c
2013-08-27callcatcher: update unused code, esp unused Resource based ctorCaolán McNamara
e.g. no ImageRadioButton is now loaded from any res/rsc file, so that ctor and associated code paths can be stripped out Change-Id: Ic4cf19d45adb7c734f150e0b89eef193157a74a7
2013-08-18callcatcher: update unused codeCaolán McNamara
One of the SfxTabDialog ResID ctors is now gone, progress. Equally pleasing is that the last use of the old PercentField is gone now as well, so that can be removed and the new PercentFieldWrap can be renamed as PercentField to take its place Change-Id: I7a706e98d4dfdc3541da73c3375ee067a799b4bd
2013-08-13XubString->OUStringCaolán McNamara
Change-Id: I1db6254b23c5203c20c168989656d320f86a3bb9
2013-07-28reduce use of UniString from ResID ctorCaolán McNamara
Change-Id: I8d7619e7807ff2d400ec5c7fd181375130245728
2013-07-28sidebar: SidebarGraphicPanel conversion to .uiPrashant Pandey
Change-Id: Iac55960a2f0fd586961abc5cbf239e06a97e088c
2013-07-26Resolves: fdo#67344 wrong relative menu positionCaolán McNamara
Change-Id: I4a0cc610cc3c6a9c4164a69d40a9b0230aa702a4
2013-07-25Remove some unused code form unusedcode.easyMarcos Paulo de Souza
Change-Id: Ib9f0bc7416c7f05684802ba2bb5f014a340fb2e8 Reviewed-on: https://gerrit.libreoffice.org/5068 Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org> Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
2013-07-19callcatcher: update unused codeCaolán McNamara
ResId loaders begining to melt away Change-Id: Ied10d95f6561f24b2305d202847b7e7c39eb63c3
2013-07-17sidebar: A FIXME comment; I don't want to spend any more time on this.Jan Holesovsky
Change-Id: I91af1e9d053f3d27074ec0d20c8f2517f71849cc
2013-07-17sidebar: InsertPropertyPanel conversion to .uiPrashant Pandey
Change-Id: I51df7ade7b5f83124a2a103db3028fbb0b5ea8cc
2013-07-16sidebar: PosSizePropertyPanel follow-up fixes.Jan Holesovsky
Change-Id: I80309119e7d0e217b3fd29535543987ac7140994
2013-07-16sidebar: PosSizePropertyPanel conversion to .uiPrashant Pandey
Change-Id: I18716dec85c257d2df3ed8973591d831b86e018f