summaryrefslogtreecommitdiff
path: root/svx/source
AgeCommit message (Collapse)Author
2013-10-08Smiley face now smiles!Ahmad H. Al Harthi
Change-Id: I5f74c866327bfc51c31694db93a9f7f2dad79858 Reviewed-on: https://gerrit.libreoffice.org/6161 Reviewed-by: Faisal al-otaibi <fmalotaibi@kacst.edu.sa> Tested-by: Faisal al-otaibi <fmalotaibi@kacst.edu.sa> Reviewed-by: Tor Lillqvist <tml@collabora.com> Tested-by: Tor Lillqvist <tml@collabora.com>
2013-10-07fix string conversionIvan Timofeev
Change-Id: I1fbb5d4c8a279d572fe1ff0d9f06c3eeb7d9a0de
2013-10-07CID#704124 wrong operator used, harmless thoughCaolán McNamara
Change-Id: I029a8df204ea4faf16e801ff90cd715adfe8e713
2013-10-06RulerItem: indent and cleanupTomaž Vajngerl
Change-Id: Ice76e03b6cac32263fb1909175b105ccc544e234
2013-10-04fdo#46374 replace stardiv in comments where applicableThomas Arnhold
Change-Id: Icd07fba84735325408741ad10864c63ea32a6481
2013-10-04fdo#39674 fix some spellingThomas Arnhold
Change-Id: I72e497fb97edf8782c69000576f42896594e1556
2013-10-02toolkit: avoid deadlock in UnoControl::setDesignMode()Michael Stahl
Avoid deadlock by disposing the accesibility context without the Mutex locked, since it will eventually try to acquire the SolarMutex... Thread 1 in UnoControl::getPosSize() calling from sdr::contact::ControlHolder::getPosSize() Thread 2 calling from UnoControl::setDesignMode() trying to get SolarMutex in VCLXWindow::disposing() Change-Id: I7d0ffe4fa0f8cd0c48e9b9b5e923ce229f97ca57
2013-10-02-Werror,-Wunused-variableStephan Bergmann
Change-Id: Iad2385d0c061ac91f4a15ef613549cd1cba94dcc
2013-10-02-Werror,-Wunused-variableStephan Bergmann
Change-Id: I091b873e47a5b947ee7fea96fd4f079012c7278a
2013-10-02-Werror,-Wunused-variableStephan Bergmann
Change-Id: I025391e04167e66783df785af960609ec0f1ceb6
2013-10-02-Werror,-Wunused-variableStephan Bergmann
Change-Id: I8efdd18b98831efc5d0ba8d3b25555dfca557543
2013-10-02-Werror,-Wunused-const-variableStephan Bergmann
Change-Id: I629a17a03b9c5fcd6630a2dbab992f89956f12e7
2013-10-02-Werror,-Wunused-const-variableStephan Bergmann
Change-Id: I48b1a515ada0fe10e58bacddb0118d520274611c
2013-10-02-Werror,-Wunused-const-variableStephan Bergmann
Change-Id: I4feed2237f71ab4baeee44ca1404072f52e5eca4
2013-10-01Convert change password dialog to widget UIManal Alhassoun
Change-Id: I0ff0eda77b849927fe6cffe5cf203c46ba9ef340 Reviewed-on: https://gerrit.libreoffice.org/6089 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2013-10-01convert remnants of String in SVX to StringNoel Grandin
Change-Id: I66fd6387c3fcd33c6ae0b431810abf6679345767
2013-10-01convert SvxNumberFormatShell::SetComment4Entry from String to OUStringNoel Grandin
I seemed to have missed this in my earlier conversion process. Change-Id: I9266fac26425d552520ce68bdcce9b8f4cdbe9a6
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-29fix undefined behavior with out-of-bounds substring accessMarkus Mohrhard
Change-Id: Ie40d3dd2947d41b62eae84f20cfe457d69cc4bfe
2013-09-29Kill internationaloptions page, it has been unused for years.Jan Holesovsky
Change-Id: Ia528bf60a8af81b17ca18ad5eb305bed59818d05
2013-09-26typo fixes in commentsAndras Timar
Change-Id: Iaadec33715f8e0e0c6595c5e684606905274fdab
2013-09-25Related: fdo#38838 remove UniString::EqualsIgnoreCaseAsciiCaolán McNamara
Change-Id: Ib5c3a2daa4a48bc286b14fa2cebb3306ea0012bc
2013-09-22insert on-the-fly-ID if select requestedEike Rathke
Change-Id: I2935b211aaee345827d89c63de207c7e4fbc78f4
2013-09-20fdo#39881 change Find All behaviour in CalcMatúš Kukan
Allow to search in all sheets. Find all now creates new dialog describing all matching cells. Change-Id: I36a9bee314b620384937fff074680022397c8c5f Reviewed-on: https://gerrit.libreoffice.org/5886 Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com> Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
2013-09-20String to OUString in itemwin.cxxLaurent Balland-Poirier
Change-Id: If82112acaecbdbb05d2499b2c0eaf2066b707571
2013-09-18[Sidebar]: Fix the vague behaviour of color fill toolbox in DrawPrashant Pandey
Currently, in 'Draw' when we make any object, say a rectangle and fill color inside it, then in the sidebar 'Fill and Controls', the color of the rectangle made is shown over the entire button. This is vague and the color is to be shown such that it is only filled inside the color- button appropriately. Change-Id: I31502a2931364d83569ff04f9ee8429bfe2225ad Reviewed-on: https://gerrit.libreoffice.org/5930 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2013-09-17fdo#64455 Handle unknown color in color lineLaurent Balland-Poirier
Change-Id: Ice4205056cc64ae50bd3c8136aeae6f648adbd0b
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-16fdo#39468 Translate German comments in itemwin.cxxLaurent BP
Change-Id: Iee5b21c728071769335b7315d93b13fd8239f922
2013-09-15Use the shorter GetScaledWidth() methodZolnai Tamás
Change-Id: Id3ad483d3830310b8d13c86e407ff88d9a709464
2013-09-15use rtl::math::round for rounding, std:round is C++11Tomaž Vajngerl
Change-Id: Ibba1a3e712de56844be454a87a0bb65c26ae4fe1
2013-09-15include cmathTomaž Vajngerl
Change-Id: I34fd87a7599884340adbf6e3ae7df321cfc85e23
2013-09-15cleanup ruler items (rulritem.hxx) - remove comments, identationTomaž Vajngerl
Change-Id: I450ebe3ceab0acf03221970b33c8da4cbb2c6a52
2013-09-15remove CalcOrtho "redeclaration"Tomaž Vajngerl
Change-Id: I3a0d74e0232fedc8a3beabebadca45fa8ad841fb
2013-09-15Use vector instead of scoped_array to hold ruler itemsTomaž Vajngerl
Change-Id: I51f8d1d22da5f869e9937813de9649fddae1ffda
2013-09-15Fix ruler margin dragging in vertical modeTomaž Vajngerl
Change-Id: I4727bbb304059859f3f5b4a96f834b41191c0bab
2013-09-15ruler: RTL fixes for indents in tables and columnsTomaž Vajngerl
Change-Id: I6c0a819e4a294fcf50c96a51bb9eea3ddef84c57
2013-09-15Ruler: disable snapping, tooltipsTomaž Vajngerl
It is now possible to disable snapping of the ruler at dragging with holding the ALT key and coarse snapping with ALT+SHIFT key. Tooltips are shown when hovering over indents and borders. Change-Id: Ib1e9639e1e2824f2a75b5abd35765bbbd02c87f7
2013-09-15SvxColumnItem: indents, useless comments, clean-upTomaž Vajngerl
Change-Id: Ib1eb99e9e43526422e7e90e72cdbdaaeed678955
2013-09-14fdo#68874: Highlighter icon doesn't change color if no text is selectedIvan Timofeev
the problem is that bChoiceFromPalette becomes false too early when StateChanged is called with nSID=SID_ATTR_CHAR_COLOR_BACKGROUND_EXT (we don't handle it in the switch) and the following call with nSID=SID_ATTR_CHAR_COLOR_BACKGROUND (which we actually want to handle) is no-op. Change-Id: I024f6a443535411648bda44576e838c3d863e7de
2013-09-14callcatcher: update unused code listCaolán McNamara
No TriStateBoxes are loaded from .res files anymore. Change-Id: Ie897dc9a46a4e09e7fb1160a5bd4a65c63ba7979
2013-09-12Convert connector tab page to widget UIOlivier Hallot
Also: * Rename dimensionline.ui to dimensionlinetabpage for naming consistency * Fix connector and measure dialogs for connectors and dimension lines Change-Id: I921890b33a5f9807a6e12341ef7f374312abfc8b Reviewed-on: https://gerrit.libreoffice.org/5920 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2013-09-12CID#705986 avoid tmpnamCaolán McNamara
Change-Id: I47fa843284a074ef77da8631f4e4de914f4d0cf7
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-11convert include/editeng/editobj.hxx from String to OUStringNoel Grandin
Change-Id: I076ae20fb21accf8ff7e7fad096534e97ba7dab4
2013-09-11convert include/editeng/outliner.hxx from String to OUStringNoel Grandin
Change-Id: I53a9f334845e163625ed245859bdeb030ae61baa
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