summaryrefslogtreecommitdiff
path: root/svtools/source/dialogs
AgeCommit message (Collapse)AuthorFilesLines
2013-11-19Add data for Alfresco Cloud CMIS connectionCédric Bosdonnat1-1/+4
Change-Id: Ie5374f2e81e1429294805f05ae432fba86cc50df
2013-11-19remove unnecessary use of OUString constructor when assigningNoel Grandin3-13/+13
change code like aStr = OUString("xxxx"); to aStr = "xxxx"; Change-Id: Ib981a5cc735677ec5dba76ef9279a107d22e99d4
2013-11-07OAuth2 application keys shouldn't be in the code.Cédric Bosdonnat1-2/+10
The GDrive OAuth2 key is now defined at configure time. If either the client secret or client id is missing, the Google Drive connectivity will be disabled at runtime. Tinderboxes can set up a GDrive key, but they need to make sure it's not persisting in the build log. Change-Id: I09bc748641ec14eae890f273f05bffe4ed421dbb
2013-11-05fixincludeguards.sh: svtoolsThomas Arnhold1-3/+3
Change-Id: I7db0d4a7bd948204ff6efd7e61c80efd413967cd
2013-11-04remove redundant calls to OUString constructorNoel Grandin1-6/+4
Change code like this: aStr = OUString("xxxx"); into this: aStr = "xxxx"; Change-Id: I31cb92e21658d57bb9e14b65c179536eae8096f6
2013-10-01desktop: stop replacing %PRODUCTNAME %PRODUCTXMLFILEFORMATVERSIONMichael Stahl1-9/+9
... and %PRODUCTXMLFILEFORMATNAME at runtime and hard-code OpenOffice.org 1.0 for these too. Change-Id: Id96390506d2a0f367f932e85d3115362ad483bc3
2013-09-30merge queue_layout and queue_resizeCaolán McNamara1-1/+1
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-28route wizards child queue_resize requests to preexisting layoutCaolán McNamara1-3/+26
As an interim measure, until wizards can only be constructed from .ui and then always contain layout widgets, implement listening for layout widget children announcing layout change requests and route that to pre-existing original positioning code. That allows e.g. the mail merge output page in writer to show/hide the alternative descriptions on selecting letter/email. Change-Id: I086921f4d46b29756cf4f4fccdf3bdf632ea70b8
2013-09-27convert mailmerge select page to .uiCaolán McNamara1-0/+7
Change-Id: I34f527ff8e1e9819f4e6ac728efa1e31f8bc3d48
2013-09-20Turn sidebar back to non-experimentalCaolán McNamara1-3/+0
This reverts commit 7ce2a89f4f8fa84232896766276cb3433ada239c. Change-Id: I53f572777e84f66fd4c3d18fb686dac09095804a revert d38cb53e3bcf3fd95a75e03b01c3b7a209d07b46 Change-Id: I5b243b69e50084316aaeab250d6b01079c12b718 Revert "sidebar: disable impress task pane if sidebar is enabled." This reverts commit ee1726bfdba483623d496a3bcc09089e8b55cd65. revert 54d820a7815af03a248c1aa424fae9bf9a4881f4 Change-Id: Ie7c83d88f5427a7e42fa50879280a0c4a7c2cdd1 Revert "Only register and use the Sidebar if it is globally enabled." This reverts commit 66a5cc468cef0c6db8b42b7f25367f04208e6f2e. Conflicts: sfx2/source/view/viewfrm.cxx Change-Id: I17fe702996c4adf7f387573d36ea993f8cc32c96 Revert "disable sidebar menu option if it is disabled." This reverts commit 05f0eb57618d090fa45011120a907a3b1157accb. Revert "finally get the taskpane rendering again" This reverts commit 228bb7ffe0d404ba1225f7b4d26ca71e098577d9. Conflicts: officecfg/registry/data/org/openoffice/Office/Impress.xcu sd/source/ui/framework/factories/TaskPanelFactory.cxx sd/source/ui/framework/tools/FrameworkHelper.cxx Change-Id: I248cc9a769695cde19e78774d42ce666dc685599 Revert "don't throw up the sidebar on start." This reverts commit 645db9a2bd9b1eec381de60c491e6b7f9ee7a7b4. Conflicts: officecfg/registry/data/org/openoffice/Office/Views.xcu Change-Id: I911859757e2e019836e8ed5213d2ba69ff82aec8 Revert "update to the right service name for new URLs." This reverts commit 55f49970f4085e3a1498961edabd5303bd6bea6c. Conflicts: sd/source/ui/framework/tools/FrameworkHelper.cxx Change-Id: I1ba2762a4c969a9125ff8354a9b6035813290021 Revert "tentatively restore more UNO / task-pane goo ..." This reverts commit 052ac10a6f9b28b9b06884dd3ed41879722be6c9. Conflicts: officecfg/registry/data/org/openoffice/Office/Impress.xcu Change-Id: I7e62f27329af033df811549436718648a6447dea Revert "more reverts, first cut at making sidebar optional." This reverts commit a65a423e22fc03d0b7850bbf20dfc30f6cfa34dd. Revert "add experimental option for sidebar to 'Advanced' pane." This reverts commit 54d820a7815af03a248c1aa424fae9bf9a4881f4. Conflicts: cui/source/options/optjava.cxx sd/source/ui/framework/module/ImpressModule.cxx Change-Id: I09a6c0f7834c8ef330d05a014505aaaf09ae096f Revert "Restore FrameworkHelper taskpane URLs." This reverts commit e9c2d5b26b1e1b52bdf87192a76314b7362fa80c. more foo Change-Id: I2eaa2fbd74dc7a2f7ba937d310472cee6b5a0b57 really go to town on it Change-Id: I885dc03cd0286bbfdf05c05da9f0bbea2b78bcf4
2013-09-17fdo#63926: remove extra include paths in svtools/ and sfx2/Marcos Paulo de Souza2-4/+4
Change-Id: I0b47849ba0fa0dfaf4a481779a5ece09be496c1e Reviewed-on: https://gerrit.libreoffice.org/5973 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
2013-09-17convert SVTOOLS module from String to OUStringNoel Grandin1-1/+1
Change-Id: I647e952769c79b95e11af778b07d64d3a6fbe226
2013-09-16Resolves: fdo#69236 route size request to layout widget, not hard-coded valueCaolán McNamara1-1/+3
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-08-22convert svtools/source/dialogs/* from String to OUStringNoel Grandin3-31/+31
Change-Id: Ib868e94bb73f244fcb5b1b47962ded0118023a26
2013-08-22convert include/svtools/addresstemplate.hxx from String to OUStringNoel Grandin1-2/+2
and make the local field protected->private, because nothing else needs to access them. Change-Id: I4411b98cacb06f3e80a7ab2108917b497dc63625
2013-08-21finish deprecation of O(U)String::valueOf()Luboš Luňák1-1/+1
Compiler plugin to replace with matching number(), boolean() or OUString ctor, ran it, few manual tweaks, mark as really deprecated. Change-Id: I4a79bdbcf4c460d21e73b635d2bd3725c22876b2
2013-08-16make svtools XubString freeCaolán McNamara1-37/+37
Change-Id: I27fc5b954ad90bebfd895d8b45f0c37875df6cdd
2013-08-15Revert "fdo#63926 - remove extra include paths in svtools/ and sfx2/"Michael Stahl9-23/+23
This reverts commit 389bdc162415abff78971b1ce7c5d47482e1d37b. Sadly this was going in the wrong direction...
2013-08-15convert include/svtools/insdlg.hxx from String to OUStringNoel Grandin1-5/+5
Change-Id: I72c5e3e47040e78976f46f585b50ab6c12f84986
2013-08-15convert include/svtools/roadmapwizard.hxx from String to OUStringNoel Grandin1-3/+3
Change-Id: I1b5a0c3f5946aac9d353550091616cf5a31e6f82
2013-08-15convert include/svtools/wizardmachine.hxx from String to OUStringNoel Grandin1-2/+2
Change-Id: I8adc23b10f23a8a25e93be671ce16845a44fa57f
2013-08-12XubString->OUStringCaolán McNamara1-4/+4
Change-Id: Ibcb2dd5861ad14e286596999b757ca5c41137626
2013-08-12Try to robustify addresstemplate a bitJulien Nabet1-4/+7
Change-Id: Ib685747e249e0ea25ab770d4f3ad70d0f8066dcf Reviewed-on: https://gerrit.libreoffice.org/5353 Reviewed-by: Tor Lillqvist <tml@iki.fi> Tested-by: Tor Lillqvist <tml@iki.fi>
2013-08-06fdo#63926 - remove extra include paths in svtools/ and sfx2/Radu Ioan9-23/+23
- removed some paths from include - more of this kind will follow Change-Id: Ia5c410a5b9a7a0dfa5610dd50d82c8b23fcf43b2 Reviewed-on: https://gerrit.libreoffice.org/5288 Reviewed-by: Miklos Vajna <vmiklos@suse.cz> Tested-by: Miklos Vajna <vmiklos@suse.cz>
2013-07-26targetted clean of redundant header piece from 62badf3828Michael Meeks1-3/+0
Change-Id: Ic1240114d667fb7797afae4847427cc889f3cb48
2013-07-08-Werror,-Wdeprecated-register (Clang trunk towards 3.4)Stephan Bergmann1-3/+3
Change-Id: I64e4933f7a0a8026ccc7ce98804bfc497d3f0eed
2013-07-05cleanup src filesThomas Arnhold1-23/+0
Those items are unused. Change-Id: If4fce0f91309d2ca09cbb636d4a5d9f86f38eb9a
2013-06-29remove OUString wrap for string literalsThomas Arnhold2-3/+3
For some functions and all kinds of Exceptions. CannotConvertException CloseVetoException DisposedException EmptyUndoStackException ErrorCodeIOException Exception GridInvalidDataException GridInvalidModelException IOException IllegalAccessException IllegalArgumentException IllegalTypeException IndexOutOfBoundsException NoMasterException NoSuchElementException NoSupportException PropertyVetoException RuntimeException SAXException ScannerException StorageWrappedTargetException UnsupportedFlavorException VetoException WrappedTargetException ZipIOException throwGenericSQLException throwIllegallArgumentException createInstance createInstanceWithContext forName getByName getPackageManager getPropertyValue getUnpackedValueOrDefault getValueByName hasPropertyByName openKey setName setPropertyValue supportsService bash command: for i in `cat list`; do git grep "$i\s*(\s*OUString(\s*\"" -- '*.[hc]xx' | cut -d ':' -f1 | sort -u | xargs sed -i -e "s/\(\<$i\s*(\)\s*OUString(\s*\(\"[^\")\\]*\"\)\s*)\s*/\1\2/g" -e "s/\($i.*\)\"+ /\1\" + /g"; done Change-Id: Iaf8e641b0abf28c082906014f87a183517630535 Reviewed-on: https://gerrit.libreoffice.org/4624 Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org> Reviewed-by: Thomas Arnhold <thomas@arnhold.org> Tested-by: Thomas Arnhold <thomas@arnhold.org>
2013-06-07XubString->OUStringCaolán McNamara1-1/+1
Change-Id: I9404ef0d53a74e09a0db9781d004fcd0c573dd78
2013-06-06remove unused BMP_OLEOBJ image and define.Michael Meeks1-4/+0
Change-Id: I809cca8dab246c7b528309fd74fb73a9d0bd418f
2013-05-31prompt to restart office when required for experimental featuresCaolán McNamara1-0/+3
Change-Id: I43051ec6b0efeaebcf4a28940f70913423b8ea9f
2013-04-30Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks1-23/+4
2013-04-27Bin ugly (ab)use of preprocessor in headersTor Lillqvist1-2/+0
The time when it made sense to use "clever" #ifdefs to, for performance or compiler reasons, conditionally bypass private parts of a class declaration passed a decade or longer ago. Still more of this in sw and sc. People working on those modules might want to do it too, or not. Change-Id: I1053139ca5e5e2631f7b22d99d3bada54fc337be Reviewed-on: https://gerrit.libreoffice.org/3627 Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org> Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
2013-04-22Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks1-21/+5
2013-04-20Remove pass-through header file sot/inc/sot/clsids.hxxMichael Dunphy1-1/+1
Change-Id: I122669d4ffaf72fb1d5f6fccc98e8a648f31aa23 Reviewed-on: https://gerrit.libreoffice.org/3490 Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org> Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
2013-04-08convert address template dialog to .uiCaolán McNamara3-426/+209
seeing as it's an obscure dialog I didn't invest time in moving all the entries into the .ui and rework the scrolling logic Change-Id: If1dccbf01901bf4f754e49d5b38baf2033316410
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák7-159/+158
Modules sal, salhelper, cppu, cppuhelper, codemaker (selectively) and odk have kept them, in order not to break external API (the automatic using declaration is LO-internal). Change-Id: I588fc9e0c45b914f824f91c0376980621d730f09
2013-04-01svtools: re-add filedlg2 to ResTarget, and remove un-used resourcesMichael Stahl1-48/+0
Change-Id: I4e06e2d021e61d9816cf785322c13b80844f7415
2013-04-01svtools: restore filedlg2.hrc/srcMichael Stahl1-0/+83
This was removed in f7f9b74163acd6811ccfaabb2a1d762225258e15 but is still used in Mac-only fps_aqua library. Change-Id: I227c6962906b533754ec999f36a2f9224465ce22
2013-03-29replace PathDialog to xFolderPicker, remmove obsoleted PathDialog classAndras Timar4-930/+0
and at the same time we got rid of tools/fsys.hxx dependency in svtools Change-Id: I5237529681a8b6ec32f41086af41ac575fbcff9b
2013-03-19removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStrings declarationsThomas Arnhold3-7/+7
s/(OUString\s+[a-zA-Z_][A-Za-z0-9_]*\s*)\(\s*RTL_CONSTASCII_USTRINGPARAM\s*\((\s*"[^")]*?"\s*)\)\s*\)/$1\($2\)/gms Change-Id: Iad20f242c80c4bdc69df17e2d7a69d58ea53654b Reviewed-on: https://gerrit.libreoffice.org/2835 Reviewed-by: Thomas Arnhold <thomas@arnhold.org> Tested-by: Thomas Arnhold <thomas@arnhold.org>
2013-03-19automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStringsThomas Arnhold4-13/+13
Done with a perl regex: s/OUString\s*\(\s*RTL_CONSTASCII_USTRINGPARAM\s*\((\s*"[^")]*?"\s*)\)\s*\)/OUString\($1\)/gms Change-Id: Idf28320817cdcbea6d0f7ec06a9bf51bd2c3b3ec Reviewed-on: https://gerrit.libreoffice.org/2832 Reviewed-by: Thomas Arnhold <thomas@arnhold.org> Tested-by: Thomas Arnhold <thomas@arnhold.org>
2013-03-13fix incorrect code alignmentLuboš Luňák1-1/+3
Change-Id: I71985c728ea4ecc415f76641dcf89c3cbce38248
2013-03-08fdo#60691 add modelines to *.src and *.hrc filesBorim6-0/+17
use solenv/bin/add-modulelines script for the task and remove all UTF bom from *.src and *.hrc files svx/source/dialog/hdft.src Change-Id: I745d4f0fe9b05436a142a03f8512970f91c41bd4
2013-03-08make use of startsWith()Thomas Arnhold1-1/+1
Change-Id: Ie70097de550ddd1cddc6714f8f86f9723cb36679 Reviewed-on: https://gerrit.libreoffice.org/2599 Tested-by: Fridrich Strba <fridrich@documentfoundation.org> Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org>
2013-03-07fdo#46808, Convert ui::dialogs::AddressBookSourceDialog to new styleNoel Grandin1-16/+11
The service already existed, it just needed an IDL file. Change-Id: I6b9a5a5fd02985bfdd29bb42f032265d0b5498c7
2013-03-04remove unused and commented out codeThomas Arnhold2-5/+0
This code gets never called. Change-Id: I59228cba1444b7b09f74eb5cf8da9b755c7c32f7
2013-03-03Related to fdo#60724: correct spellingThomas Arnhold1-2/+2
Using the autocorrect list of LibreOffice extras/source/autotext/lang/en-US/acor/DocumentList.xml Change-Id: I8b93969bc0742c2e95b8b7db3c4c37691e8d3657 Script: http://pastebin.ca/2327716
2013-03-01Useless assignment + use setWidthJulien Nabet1-3/+1
See http://nabble.documentfoundation.org/Cppcheck-reports-nMaxWidth-is-assigned-a-value-never-used-svtools-module-td4036771.html Change-Id: I987f1c6b107291b93875cc169f2a72e249fe2ad5
2013-02-25loplugin: improve indentationThomas Arnhold1-2/+2
Change-Id: Idb847766d93dc222d6c55889616da21eeac212ee