summaryrefslogtreecommitdiff
path: root/svx
AgeCommit message (Collapse)Author
2013-08-18Use subfolder names from <config_folders.h>Tor Lillqvist
Change all instances of hardcoded "program", "share" etc subfolder names to use those from <config_folders.h> instead. In normal builds, the end result will not change. Change-Id: I91c95cd8e482818be67307e889ae6df887763f53
2013-08-18don't unconditionally enable buttons on switching to accept/reject pageCaolán McNamara
we want to disable all of them when switch to the options page and *restore* the original enable/disable state when switching back i.e. don't enable them if they were disabled due to change tracking password protection regression since 8655095a4910ca795dfd182e6796d9375727a694 Change-Id: I2dd6c83fd9613adf42571684a08bff81b86c9ee1
2013-08-18WaE: unhandled enumCaolán McNamara
Change-Id: I55f14068fcba2a53785160b8cd03a7cd94d56623
2013-08-18WaE: unhandled enumCaolán McNamara
Change-Id: I4a26045901cdaf26666fd8cecf0a24e9d22cbbfd
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-17WaE: unused variable 'aEmpty'Matteo Casalin
Change-Id: I677596779606621f201d9ba3c45bc6dca8c92bef
2013-08-17add SvxRectCtl::SetControlSettings and restore original settingsCaolán McNamara
Change-Id: Ie307b3acb3e87bd87ec578e042b1cea29ab4839d
2013-08-17String to OUStringMatteo Casalin
Change-Id: I0e090c41831a40cec0bad8fe2c3fe262fefba762 Reviewed-on: https://gerrit.libreoffice.org/5462 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
2013-08-17SvTabListBox::GetToken: sal_Unicode* to OUString + OUString::getTokenMatteo Casalin
Change-Id: I1006b33aaf4ba31cfbd38dd2a39b06cb7a381af6 Reviewed-on: https://gerrit.libreoffice.org/5461 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
2013-08-17SvxRedlinTable::InsertEntry(s): reuse codeMatteo Casalin
Change-Id: I5171d01aa3136286bfb007c71ccfdbd73cda07b9 Reviewed-on: https://gerrit.libreoffice.org/5460 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
2013-08-17No need for pointers here, use referencesMatteo Casalin
Change-Id: If00f4f6248f40e3a8feb0c11b3d46b85748a97bc Reviewed-on: https://gerrit.libreoffice.org/5459 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
2013-08-17sal_Bool to bool and early bail outMatteo Casalin
Change-Id: I2cac3cdd24a1e9ad322724e0819aa43cad63855e Reviewed-on: https://gerrit.libreoffice.org/5458 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
2013-08-17SvxRedlinTable::IsValidEntry/IsValidComment: reuse codeMatteo Casalin
Change-Id: If2d54aeea160b64601c14624f2e00c5234fe4bc9 Reviewed-on: https://gerrit.libreoffice.org/5457 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
2013-08-17remove various unused dialogsCaolán McNamara
Change-Id: If639745db976671a3b6e3405253dfb3bc5783363
2013-08-17fdo#68186: prevent integer underflowIvan Timofeev
since commit eb1ecd8bc2936e28be852722d6cb0c9fb0baeac4 the Basic Latin subset starts at 0, previously it started at 0x20. Change-Id: I2fe0ee66438b8f11775b1bb8feab547b564622f0
2013-08-16svx: remove NOOPT for EnhancedCustomShapeFunctionParserMichael Stahl
SunStudio is not really a C++ compiler anyway, Linux/PPC has had the workaround accidentally disabled since OOo 3.4 and the hope is the last Apple toolchain that suffered here was the no longer supported GCC 4.0.1. Change-Id: If8addee9e2efe0db36059cbecfb9b9ffc78ffe88
2013-08-16convert frame type page to .uiCaolán McNamara
Change-Id: Id2be1940652e0d26efe4fdb92b750039744632de
2013-08-16callcatcher: update unused code listCaolán McNamara
Change-Id: I84f693aa6747f639bd4ae60a02dd4d8c30b7d029
2013-08-16Related: fdo#38838 ToInt64 and a EqualsIgnoreCaseAscii variant are now unusedCaolán McNamara
Change-Id: I2a2cc56cf005f564c798b8d43ef7e8c4b7f9eeff
2013-08-15convert include/svtools/transfer.hxx from String to OUStringNoel Grandin
Change-Id: Ie80c29a73db295ccc8fe975f8fe7027b9a1eb79a
2013-08-15Reduce scopeJulien Nabet
Change-Id: If9941ea3cc7133397b9867b01d576529cc1e8f0b
2013-08-15Better fix for msvc 2012 build fix.Thorsten Behrens
Don't sprinkle code base with random defines, this is all done in sal/config.hxx. Nominally, that file needs to always be included first. Change-Id: Iafa851ea6fd1ba5457dab497566d39d0226e5ecb
2013-08-14Fix Windows build for Visual Studio 2012Jesús Corrius
For more information see: http://msdn.microsoft.com/en-us/library/4hwaceh6(v=vs.110).aspx Also it looks like limits includes math somehow so move the include lower. Change-Id: Ifec3a59370f7ad0e4bdc58c470e4f14f7db33660 Reviewed-on: https://gerrit.libreoffice.org/5423 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
2013-08-14fix warning: multi-line comment [-Werror=comment]Michael Stahl
Change-Id: Ifec7cdefb48bca1a6e025cdd3e5f0c9285c5fb95
2013-08-14bnc#654532: Make a regular octagon loaded from .ppt actually regularTor Lillqvist
See source code for extensive comment. Change-Id: Ic6ce18ca8aec95d2ffb480ae403a1c10cb8980e7
2013-08-14XubString->OUStringCaolán McNamara
Change-Id: I9ccb06134dfadd9bf1ecb8e5edcd24c02980b754
2013-08-14XubString->OUStringCaolán McNamara
Change-Id: I178f9eb702afb6143c583d5fd54003a427d895fa
2013-08-13add a seconds unitCaolán McNamara
Change-Id: I3507caab5cd61c282102ab21bf034ec54e497af3
2013-08-13fdo#59981 Rearrange Ruler Tab StopsJoel Madero
Per request by user rearranged ruler tab stop order in order to put least used one at the bottom of the list. Previously the order was Left, Right, Decimal, Center, now it is Left, Right, Center, Decimal modified: include/svtools/ruler.hxx modified: include/svx/dialogs.hrc modified: svx/source/dialog/ruler.src Change-Id: I1e59dcad4ee476d2d67339e973eedc96f406ec28 Reviewed-on: https://gerrit.libreoffice.org/5381 Reviewed-by: Tor Lillqvist <tml@iki.fi> Tested-by: Tor Lillqvist <tml@iki.fi>
2013-08-13XubString->OUStringCaolán McNamara
Change-Id: I1db6254b23c5203c20c168989656d320f86a3bb9
2013-08-12XubString->OUStringCaolán McNamara
Change-Id: Ibcb2dd5861ad14e286596999b757ca5c41137626
2013-08-12convert vcl/graphicfilter.hxx from String to OUStringNoel Grandin
Change-Id: I41997c49e6332fc378a3173616112a3a26e336ae
2013-08-12XubString->OUStringCaolán McNamara
Change-Id: I04c7da143425a9d8cc4fae155ad45a469df953c1
2013-08-11callcatcher: another layer of unused methodsCaolán McNamara
Change-Id: I70e84f691bcf1b1e1025fd5a534c275633f865d1
2013-08-10callcatcher: update unused codeCaolán McNamara
mostly ResId using ctors left stranded post .ui conversion Change-Id: I06689eea30ee9146ba05294f52056c0d263695f5
2013-08-09metric strings loaded from wrong .srcCaolán McNamara
Change-Id: I5261a699a44bc7eb6ecca1842f2390a0778d7b09
2013-08-09XubString->OUStringCaolán McNamara
Change-Id: I888537cbaec11ef52b1e89b61f7351c6b7769819
2013-08-08vcl, sw: fix the inheritance of SwComboBox from ComboBox a bitMichael Stahl
Remove the silly overloading, and introduce virtual methods. Change-Id: If54a6a3fb7464283f80d3387ae23db234690f8a3
2013-08-08fdo#67871: Revert "coverity#705731 Resource leak"Ivan Timofeev
... and delete pContourPolyPolygon instead. Otherwise there is a null pointer dereference. This reverts commit e3258713793f03d6cf96c19ff4c5d15a0cd666f1. Change-Id: Id9d8c514c786b42233a35a9ade55d0c05986fb08
2013-08-04fdo#67235 adapt form control code to time nanosecond API change, step 3Lionel Elie Mamane
Change-Id: I4899c89ee5b2a54c9c05b531ab284365f1558e3d Reviewed-on: https://gerrit.libreoffice.org/5270 Tested-by: Lionel Elie Mamane <lionel@mamane.lu> Reviewed-by: Lionel Elie Mamane <lionel@mamane.lu>
2013-08-02got the ctors the wrong way around, fix resid loaded previewsCaolán McNamara
Change-Id: I0a00a5bbd4616fd72e947cacd72ef23d38147638
2013-08-02Convert line tab page to widget UIOlivier Hallot
Change-Id: I26ee6e0b5b6d17dfb9a65d16aaee0db1b64f5e05 Reviewed-on: https://gerrit.libreoffice.org/5244 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2013-08-02get rid of last use of UniString in LibreOfficeCaolán McNamara
of raw "UniString" :-), the rest use the #define UniString String alias Change-Id: I6c4ca3a6c2b425b9214691e03deda5dd1a8a11bf
2013-08-02fdo#67235 adapt form control code to time nanosecond API changeLionel Elie Mamane
Conflicts: offapi/type_reference/offapi.rdb Change-Id: If68ecf0691919d71d06d7b97d46db115013f9805 Reviewed-on: https://gerrit.libreoffice.org/5149 Reviewed-by: Lionel Elie Mamane <lionel@mamane.lu> Tested-by: Lionel Elie Mamane <lionel@mamane.lu>
2013-07-31convert vcl/sttus.hxx from XubString to OUStringNoel Grandin
Change-Id: I173179068d59e0fbdae66186df1e2e010ecb6112
2013-07-30Related: fdo#67378 rows missing HIG 6pixel spacingCaolán McNamara
Change-Id: I6d4767c3159c1e9ebef19978a94ad994aab6ff4b
2013-07-30fdo#55955 select first column if possibleLionel Elie Mamane
Change-Id: I131cb0395c481d9cc1de210abc207221dab14bf4
2013-07-29cppcheck: Prefer prefix ++/-- operators for non-primitive typesJulien Nabet
Change-Id: If1bd91f28a96bd0eb53e4057e51db900f8b2c52b
2013-07-29fdo#67274 Always embed images from gallerySamuel Mehrbrodt
This patch removes the options to link images from the gallery. Users should never link to the gallery. The links wouldn't work anymore if you just change the operating system, because the gallery is on a different place. Changes: * Removed option in "Bullets and Numbering" dialog to link graphical bullets * Change the Gallery image context menu. Before: Insert Copy Link Background Page Paragraph ... Now: Insert Insert as Background Page Paragraph ... Change-Id: I699042a7d7a27369775f9ee4c14c4a6964489a92 Reviewed-on: https://gerrit.libreoffice.org/5141 Reviewed-by: Luboš Luňák <l.lunak@suse.cz> Tested-by: Luboš Luňák <l.lunak@suse.cz>
2013-07-29let the pixel control find parent tabpage in layoutCaolán McNamara
Change-Id: I3097e7d33bdf1331a71621af6dee823a803a17b7