summaryrefslogtreecommitdiff
path: root/include/svx
AgeCommit message (Collapse)Author
2013-11-01Remove dead declaration w/o a definitionStephan Bergmann
Change-Id: Ic0a1f07a2e16695fafbd63414397a8565d7c6861
2013-10-30fixincludeguards.sh: svx/itextprovider.hxxThomas Arnhold
Change-Id: I32ebe61a8431e357ffdc057b019fdd3b75dd68a8
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-24fdo#69079 - fix multiple user gallery creations.Michael Meeks
Change-Id: I0539e2708b973b8bea7bd63488277f00201c6c46
2013-10-23fixincludeguards.sh: include/svxThomas Arnhold
Change-Id: I2c280be12f36c1538e922286745aabc62482423d
2013-10-22imapdlg.hxx: cleanupThomas Arnhold
Change-Id: I27240d18099f73e6a327ad1c259ddc3f32a02ce6 Reviewed-on: https://gerrit.libreoffice.org/6387 Reviewed-by: Thomas Arnhold <thomas@arnhold.org> Tested-by: Thomas Arnhold <thomas@arnhold.org>
2013-10-22Bin comments that claim to say why some header is includedTor Lillqvist
They are practically always useless, often misleading or obsolete. Change-Id: I2d32182a31349c9fb3b982498fd22d93e84c0c0c
2013-10-21remove unnecessary tools/string.hxx includesCaolán McNamara
Change-Id: I8ed341aeef90584dfc545a794f999e3adc08dd72
2013-10-21remove uses of COMPARE_*Caolán McNamara
Change-Id: Icdc36b4b24d2f399f481065df3200feb98025135
2013-10-17remove some unused codeThomas Arnhold
Change-Id: If3e7c03aedf7b953c7bd3017534b3d5fbeeb6192
2013-10-16Resolves: #i122738# corrected update of FillStyle/FillAttribute UI elementsArmin Le Grand
(cherry picked from commit 2fc5d2946561258b012b80443cac025d851afda8) Conflicts: svx/inc/svx/fillctrl.hxx svx/source/tbxctrls/fillctrl.cxx Change-Id: I3be23f7ec199c49beb7c5cecfb835977e2bedcea
2013-10-16remove some stuffThomas Arnhold
Change-Id: I766c01c3ea4c03f4c76ef70fd16037d8196242a1
2013-10-12Unicode is Unocode on all platformsTor Lillqvist
Change-Id: Iea8065f8d0f8e305cf2b1f56ba7ddd4189306ad2
2013-10-09update unusedcode listCaolán McNamara
Change-Id: I201985753fc53f037807e7870c6786a442717d6e
2013-10-08Resolves: #i123350# Added Clear() implementation to SdrUndoManager...Armin Le Grand
to only delete text edit part of the undo stack (cherry picked from commit 81e916525fa63b188b2a3b9bb7030e4d451a4808) Conflicts: svx/inc/svx/sdrundomanager.hxx Change-Id: I19594e4cfa52a24dbcb95639ac3c6b9f39908cc7
2013-10-07define colors as hexadecimalIvan Timofeev
Change-Id: I31ac3c6bf09e18bb4bcd95c004a76045ad50cc92
2013-10-07change default line color to Tango: Sky Blue 2Ivan Timofeev
Change-Id: I3e2139cb1d12fe1849d87b438ab3f55fc21fa574
2013-10-06RulerItem: indent and cleanupTomaž Vajngerl
Change-Id: Ice76e03b6cac32263fb1909175b105ccc544e234
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-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-29Kill internationaloptions page, it has been unused for years.Jan Holesovsky
Change-Id: Ia528bf60a8af81b17ca18ad5eb305bed59818d05
2013-09-25Related: fdo#38838 remove UniString::EqualsIgnoreCaseAsciiCaolán McNamara
Change-Id: Ib5c3a2daa4a48bc286b14fa2cebb3306ea0012bc
2013-09-22add mode lines to new files (and idls) since last runCaolán McNamara
Change-Id: Id1e74f18c90e69d1a781c8f02e30dc3c005ed4fd
2013-09-20Use consistent spacing in this madness at leastTor Lillqvist
Change-Id: Icee043f43072244e28405e4dff3ce4b51fbb3cd9
2013-09-20Move one block to maintain numeric orderTor Lillqvist
No, I didn't check if all the others are in correct order. Change-Id: Ic676fa79ea864d75abd183df2662007f05cca75d
2013-09-15cleanup ruler items (rulritem.hxx) - remove comments, identationTomaž Vajngerl
Change-Id: I450ebe3ceab0acf03221970b33c8da4cbb2c6a52
2013-09-15Use vector instead of scoped_array to hold ruler itemsTomaž Vajngerl
Change-Id: I51f8d1d22da5f869e9937813de9649fddae1ffda
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-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-10CID#738542 uninitialized memberCaolán McNamara
Change-Id: I77a08ab89aa4cdc5895fdd5152154ede8de10ba2
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-09unify strip previews optimal size in one placeCaolán McNamara
Change-Id: I6ae1073d013c9d9bbca39c505955436cd4950d1b
2013-09-09Convert dimension lines tab page to widget UIOlivier Hallot
Change-Id: I1d5176609e2acd0d70991a541196e2b9857576f8 Reviewed-on: https://gerrit.libreoffice.org/5879 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2013-09-09Seems an explicit destructor is neededTor Lillqvist
Otherwise it is unresolved in an optimising Clang build when linking libsc. Change-Id: I5f4d3facfe79793607396b83722ebd65ad8bb2ba
2013-09-06Resolves: #i122985# Various speedups for graphic object swappingArmin Le Grand
(cherry picked from commit f18ad6132d79540431bf04f090a7472e21a23e49) Conflicts: svtools/source/filter/jpeg/jpeg.cxx svx/inc/svx/svdundo.hxx svx/source/svdraw/svdograf.cxx vcl/source/gdi/pngread.cxx Change-Id: I733551fa9447eb8f45e9163a9c0189f013b03e82
2013-09-05ColorControl.hxx: header guards still necessary in 21st centuryMichael Stahl
Change-Id: I27e773327cdcdc80d7cee0591741a7e1f439afbf
2013-09-05svx: new InteropGrabBag UNO prop in Shape serviceAndres Gomez
Added the new InteropGrabBag property to the Shape service and modified the JUnit UNO unit tests for it. Added specific implementation in the svx module for the SvxShape class. This new property is intended by now for its usage on preserving OOX's Smart-Art but it could also be used for preserving other attributes for interoperability among document formats. Change-Id: Idc7a8e91592399ff05effd4da6eaa2935f8f4d42 Reviewed-on: https://gerrit.libreoffice.org/5769 Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk> Tested-by: Miklos Vajna <vmiklos@collabora.co.uk>
2013-09-05XubString to OUStringThomas Arnhold
And simplify: SdrMarkView::ImpTakeDescriptionStr SdrUndoObj::GetDescriptionStringForObject ImpTakeDescriptionStr checks for %1 occurence first, this seems to me like an optimization. So I left it in. Change-Id: I2d0ecfdf2b83a9a535bd893578837e549dd691c1
2013-09-05convert svx/source/dialog/*.cxx from String to OUStringNoel Grandin
Change-Id: Icba1afdaf0d6ec16d2d09788ed3346160cb7564d
2013-09-05convert svx/source/sidebar/*.cxx from String to OUStringNoel Grandin
Change-Id: I57bd0ade23a17cd2c8edfd2549ae131d80ab7592
2013-09-05convert svx/source/svdraw/*.cxx from String to OUStringNoel Grandin
Change-Id: I081cc5220fb0f55af2c08ae24bb92e4bf8d3f546
2013-09-05convert include/svx/ParseContext.hxx from String to OUStringNoel Grandin
Change-Id: I0e7c003ea86dc7b3e9f698e1abd9a246d26d76e9
2013-09-05convert include/svx/SpellDialogChildWindow.hxx from String to OUStringNoel Grandin
Change-Id: I6fe9e996b67dc689f4fc2abc1cf63cb4af39084f
2013-09-05convert include/svx/XPropertyEntry.hxx from String to OUStringNoel Grandin
Change-Id: Ie112b2e8af32eba60f67f767dd6a098980d907b4
2013-09-05convert include/svx/checklbx.hxx from String to OUStringNoel Grandin
Change-Id: If632dc3e2fc13379ab3f2bb3f63f1e48a5119a57