summaryrefslogtreecommitdiff
path: root/svtools
AgeCommit message (Collapse)AuthorFilesLines
2013-01-30remove useless macrosLuboš Luňák3-5/+0
created by incorrect replacements in the previous commit Change-Id: I15a56ecd201ce202fe933c7d24908923bedc6708
2013-01-30Removed several useless macros: A2OU, A2S, C2U, C2S, OUSTR, OUSTRINGJean-Noël Rouvignac4-44/+40
Change-Id: Ie859cb2dfdc7103c379fce56be88eef8fe390afd Reviewed-on: https://gerrit.libreoffice.org/1924 Tested-by: Luboš Luňák <l.lunak@suse.cz> Reviewed-by: Luboš Luňák <l.lunak@suse.cz>
2013-01-29Resolving crash in wizards fdo#59931 by NULL checkingArnaud Versini1-1/+4
Change-Id: Iccc3f3b2913f21a3831ce55c706aa4dd1da53ad6 Reviewed-on: https://gerrit.libreoffice.org/1909 Reviewed-by: Stephan Bergmann <sbergman@redhat.com> Tested-by: Stephan Bergmann <sbergman@redhat.com>
2013-01-28fdo#46808, Convert SvNumberFormatter to use XComponentContextNoel Grandin1-1/+1
Change-Id: If4e8312dae6bc5eb8bb7655cf250f06ab37b7e5c
2013-01-26gbuild: do not copy boost headers aroundMichael Stahl6-0/+11
- do not use gb_UnpackedTarball_copy_header_files for boost - adapt the optimization in concat-deps.c for new path - use boost_headers in all LinkTargets that require it - add explicit include paths to mysqlc, mysqlcppconn, libvisio, liborcus Change-Id: I0c43e73ed43cc9d2e6bce8faf55e992d655a0bb9
2013-01-26unify the spelling of 'Kazakh' language nameAndras Timar1-1/+1
While 'Kazakh' can be written as 'Kazak' or 'Qazaq', the 'Kazakh' form is the most widespread according to online sources (Wikipedia, LCID list from Microsoft). Also the 'Kazakh' form is preferred by a Kazakh contributor, see http://listarchives.libreoffice.org/global/l10n/msg05444.html In LibreOffice both 'Kazak' and 'Kazakh' was used at different places. Change-Id: Ief83eb05e92af16cb5b795f2bbb1e3d6f7c9659a
2013-01-24Change GetSavedValue() to return OUStringChr. Rossmanith2-2/+2
removed temporarily added OUString(...GetSavedValue()...) constructs again Change-Id: I11477654d217a5ae127c1ef1b19cbff56ed052a6
2013-01-22Hopefully fix windows buildKorrawit Pruegsanusak1-1/+1
Change-Id: Ib4ca01df58da4129d5262c344c7c092925e19caa
2013-01-21Changed SetText() / GetText() to take/return OUStringChr. Rossmanith20-53/+52
replaced lots of Len() with isEmpty() Change-Id: I6b82d48245ee2a0782e05a326f7934e9357227d0 Reviewed-on: https://gerrit.libreoffice.org/1795 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
2013-01-21Replaced O[U]String::valueOf( static_cast<> ) with O[U]String::number()Jean-Noël Rouvignac5-7/+7
Change-Id: I2f11f2f15a652a9edc3c7e5b67c854debeed20de Reviewed-on: https://gerrit.libreoffice.org/1784 Reviewed-by: Luboš Luňák <l.lunak@suse.cz> Tested-by: Luboš Luňák <l.lunak@suse.cz>
2013-01-20Some cppcheck cleaningJulien Nabet1-3/+1
Change-Id: Ie975903daa84ddafb2ba7d58e18b8ef20b331596
2013-01-18add a border property to ValueSetCaolán McNamara1-2/+12
Change-Id: Iedd9f23a57e4c9153a6b10c4d5d060664c545553
2013-01-17Const correct-ness in one place...Kohei Yoshida4-8/+8
And an avalanche of changes that ensued. Change-Id: I7f882b621ba5af4cd01b2ac7f482ee3eed24e3d5
2013-01-17sal_Bool to bool.Kohei Yoshida2-34/+33
Change-Id: I6ad0385041618ebff879ec8533c13ef0ddbe239c
2013-01-17Proper construction of the impl class, using initializer.Kohei Yoshida2-136/+161
And make sure the whole thing still builds. Change-Id: I49d3c01d288df800e3261ce7d4f07080be2a4098
2013-01-17Unindent the class declaration.Kohei Yoshida1-77/+78
Indenting on namespace scopes is too much. Change-Id: I1d22103c02c16a128e627f53859cc09006fb02f1
2013-01-17String cleanup.Kohei Yoshida2-3/+3
Change-Id: I3ae62993a1b753927af236b3a7923eacbb4c8cc0
2013-01-15Resolves: fdo#37449 apparent access into empty codepage bitsetCaolán McNamara1-3/+12
Change-Id: I2efc3ea10cd4313eaa1894fdfbffd113a125e2ba
2013-01-15split out border page and adapt codeCaolán McNamara1-0/+6
Change-Id: I1c6b8c0fdbd82d54920e168afbe5c33a29244202
2013-01-15teach ValueSet to calc an optimal sizeCaolán McNamara2-2/+36
Change-Id: Ibb0eb8caf61a8310850f6b9889cdb1304c5be5e4
2013-01-15fdo#59158 About dialog Website button link fix for zh-CN and zh-TWAndras Timar1-5/+12
Change-Id: I85007bf689bb6c7119a4971f0bd925beccb8bd30
2013-01-15fdo#46808, fixes for windows buildNoel Grandin1-2/+2
Change-Id: I338b83c7803af019d9581c3a50e2afe9d2f5c014
2013-01-15fdo#46808, Adapt ui::AddressBookSourceDialog UNO service to new styleNoel Grandin1-1/+28
The service already existed, it just did not have an IDL file. Change-Id: I34f9c29b7d5c91735cf1763b74d02516466bc78c
2013-01-14we only ever want the preferred window size from GetOptimalSizeCaolán McNamara8-34/+16
so remove the MAX and MIN options and simplify the whole lot Change-Id: Iaaf350c37e01f7fce434af760bcddb9b7d7135ea
2013-01-13fix the previous commitIvan Timofeev1-3/+5
Change-Id: Ibbdf8212e8336817eaacf5d125472804d7678905
2013-01-13fdo#38838 Some removal/replacement of the String/UniString with OUStringJean-Noël Rouvignac3-50/+42
Change-Id: Ibce0f8542aa398147d74f7acf53b2898dc3e4eff
2013-01-12default spinbuttons to left alignCaolán McNamara1-32/+5
Change-Id: Idccab2fcf985ede4f07897131e9cae3499030b0f
2013-01-11QUARTZ is equivalent to MACOSXTor Lillqvist2-3/+3
So just check MACOSX in the sources, and don't pass any -DQUARTZ to compilations. Change-Id: Ia1de6024810f81f1eea01b8eb0b885d9d1ee8e20
2013-01-10include PCH headers for headers changesLuboš Luňák1-28/+3
Change-Id: Id94a4322428e27010757ef36b166f8b01697778f
2013-01-07allow menu items to be referred to by a nameCaolán McNamara1-1/+1
Change-Id: I8bb1c082e3948f919232b81e0f1f869b88fcd852
2013-01-07Cleanup: #include <tools/gen.hxx>Matteo Casalin4-3/+5
Change-Id: Ic547b4a59102afc8bdbc85ec95ac312e32ef2530 Reviewed-on: https://gerrit.libreoffice.org/1484 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
2013-01-04Make LO buildable again after the GraphicFilter move.Jan Holesovsky11-49/+15
Change-Id: I3455a7294b136400f32163626d5a7a7f2bfa898c
2013-01-04Move GraphicFilter class to vcl.Jan Holesovsky105-24429/+0
Change-Id: I2318eeda59cee1cfdb074f9a90fd7d8d80aab19f
2013-01-01remove use of #pragma optimizeLuboš Luňák3-27/+0
All these are years old, guessing from some comments as old as Windows 9x support. These workarounds do not seem to be needed now. Change-Id: If67baa5cdefcec33b28696c764b1ed96143b7ccd
2013-01-01Minimal fix fdo#58766 Macro Recorder opt not savedLeMoyne Castle1-11/+12
Load of the last Misc. config item is skipped due to its index == # of strings in array in GetPropertyNames. Omission in middle drops last item - never gets to the Enable Macro Recorder option. Change-Id: If99e0aa89e82ffc362f5e4bda712881a546e510a Reviewed-on: https://gerrit.libreoffice.org/1523 Reviewed-by: Tor Lillqvist <tml@iki.fi> Tested-by: Tor Lillqvist <tml@iki.fi>
2012-12-27convert icu to gbuild and add to tail_buildPeter Foley1-0/+1
Change-Id: Id7d8bc05b1393cc2bae4a531c8a47f62df24b1d6 Reviewed-on: https://gerrit.libreoffice.org/1488 Reviewed-by: Tor Lillqvist <tml@iki.fi> Tested-by: Tor Lillqvist <tml@iki.fi>
2012-12-27Sigh, my git grep regexps missed some casesTor Lillqvist1-1/+1
Change-Id: I085f14f40fb83cba171b35b14cf7c0d99091fc00
2012-12-26ignore #include inside #ifLubos Lunak1-3/+1
2012-12-26PCH for Library_svtLubos Lunak4-1/+522
2012-12-25Get rid of (most uses of) GUITor Lillqvist1-1/+1
GUI only takes values UNX or WNT, so it is fairly pointless. One can check whether OS is WNT or not instead. Change-Id: I78ae32c03536a496a563e5deeb0fca78aebf9c34 Reviewed-on: https://gerrit.libreoffice.org/1304 Reviewed-by: Peter Foley <pefoley2@verizon.net> Tested-by: Peter Foley <pefoley2@verizon.net>
2012-12-21fdo#46808, Convert frame::Desktop to new style service.Noel Grandin4-51/+24
I had to drop XEventBroadcaster from the merged interface because it introduced method name conflicts (addEventListener). Shouldn't be an issue since it was scheduled to be dropped anyhow, and the service implementation still implements it, so existing clients will be fine. I dropped the interface XPropertySet from the combined IDL because nobody seems to be using it, and it's primary purpose appears to be to set weird flags. I dropped the optional interfaces XStatusIndicatorFactory XDispatchInformationProvider from the combined IDL because the service does not implement them, and nobody seems to be using them. I suspect they were mistakenly copied from XFrame. I also did not convert the Title, UserDefinedAttributes and LayoutManager properties to attributes, again because no-one is using them. Change-Id: I678a00006ed2cca2d6c37c4e39465811442c33af
2012-12-20Partially reverted 786f15e605867668d88ab23d66cabb18f18bdcf9Cédric Bosdonnat10-0/+2045
This dialog is still of some use with some Writer Wizards and templates. Re-added the dialog, but moved the menu entry to Tools menu in Writer. The menu entry has not been added back in the other applications. Conflicts: sfx2/sdi/appslots.sdi sfx2/source/appl/appserv.cxx sfx2/source/doc/docvor.cxx sfx2/source/doc/docvor.hrc sfx2/source/doc/docvor.src Change-Id: I1388d955752e99ab6d39dfc81bb41a97b33bdfcd
2012-12-20Removed File > Templates > Address Book Source... menu entry and its codeCédric Bosdonnat10-2044/+0
Conflicts: basctl/uiconfig/basicide/menubar/menubar.xml extensions/source/bibliography/uiconfig/sbibliography/menubar/menubar.xml framework/uiconfig/startmodule/menubar/menubar.xml sc/uiconfig/scalc/menubar/menubar.xml sd/uiconfig/sdraw/menubar/menubar.xml sd/uiconfig/simpress/menubar/menubar.xml sfx2/sdi/appslots.sdi sfx2/source/appl/appserv.cxx sfx2/source/doc/docvor.cxx sfx2/source/doc/docvor.hrc sfx2/source/doc/docvor.src svtools/source/dialogs/addresstemplate.cxx sw/uiconfig/sglobal/menubar/menubar.xml sw/uiconfig/sweb/menubar/menubar.xml sw/uiconfig/swform/menubar/menubar.xml sw/uiconfig/swreport/menubar/menubar.xml sw/uiconfig/swriter/menubar/menubar.xml sw/uiconfig/swxform/menubar/menubar.xml Change-Id: Iaec660c2d8da109bd644f5c88213fdb0c51a9c0f
2012-12-20The LineListBox drew lines wider than can fit in its text areaCaolán McNamara1-2/+9
it takes the outputsize of the entire widget and take a little (not enough) off that as the line width. The line is always wider that space available, so with widget-layout enabled it will request more space. On the next update of the lines it repeats, so listbox grows ever wider. Change-Id: Ib43239d297bb0ba0dc1096acf347ef17b5e41273
2012-12-20convert columns dialog (and sections/frame/page tab page) to .uiCaolán McNamara1-0/+12
Change-Id: I7ce64b63acba1581754e5a75ea48e3df654973ae
2012-12-20fdo#56970 Fixed insert new sheet button for different directionalityIssa Alkurtass1-2/+6
Fixed position of insert new sheet button (+) when using a sheet with a different directionality than that of the interface. Change-Id: Ifc7020c4eb7a1686c23b4d827c47494b88a236b5 Reviewed-on: https://gerrit.libreoffice.org/1385 Tested-by: Lior Kaplan <kaplanlior@gmail.com> Reviewed-by: Eike Rathke <erack@redhat.com>
2012-12-18split out description info page and convert to .uiCaolán McNamara1-5/+3
Change-Id: I502a51018f7281c9e4bc42d6f9ae76e6cd6a3d86
2012-12-18File picker: add Path field for CMIS like other protocolsCédric Bosdonnat3-84/+118
Change-Id: I9745831da13646d351858f221b1367374ebf737f
2012-12-17fdo#58196 Viewing: Reenable mirroring for scaled-down imagesWerner Koerner1-2/+12
commit I6feb744712956a92d6140d079dc3a85ee8511930 (Stepwise rebuild bitmap rendering from scratch to avoid rendering bugs) missed horizontal and vertical flipping for images scaled down by more than about 60%. Change-Id: I68241792d2b43edde33f478c998d447debd8fd13 Reviewed-on: https://gerrit.libreoffice.org/1332 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
2012-12-17Resolves: fdo#58373 restore label for font is printer/both or unavailableCaolán McNamara2-4/+104
I removed it because it only refers to the Western font and not the two other categories. But apparently there's demand for it, so better to restore it as misleading as it is for non-Western Change-Id: I84c0cf858c16a9cadcba8d0c3993f0b0b7ad5a45