summaryrefslogtreecommitdiffstats
path: root/fpicker
Commit message (Collapse)AuthorAgeFilesLines
* mass removal of rtl:: prefixes for O(U)String*Luboš Luňák2013-04-0742-349/+334
| | | | | | | | 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
* new module i18nlangtagEike Rathke2013-04-053-3/+3
| | | | | | | | | | | Moved portions from module i18npool, all of former i18nisolang1 library that now is i18nlangtag. Included are languagetag, isolang and mslangid. This i18nlangtag code is now even used by module comphelper, so disentangling i18npool and making this an own module was needed to not create circular module dependencies. Change-Id: Ib887c3d6dde667403fd22d382310ba5f1a9b0015
* Replace `compareTo(...) == 0` with ==Ashish Banerjee2013-04-055-5/+5
| | | | | | | | | | | Proposed patch for the following issue: https://bugs.freedesktop.org/show_bug.cgi?id=62096 Change-Id: Ib83a9051ea12c53642f781e5427a6ca728049a7f Reviewed-on: https://gerrit.libreoffice.org/3198 Reviewed-by: Thomas Arnhold <thomas@arnhold.org> Reviewed-by: Luboš Luňák <l.lunak@suse.cz> Tested-by: Miklos Vajna <vmiklos@suse.cz>
* Library_fps_aqua needs i18nisolang1Tor Lillqvist2013-04-011-0/+1
| | | | Change-Id: I4f555c40e6b103e7dcc7486dc612f74a54c05954
* remove local css definitionsThomas Arnhold2013-03-302-16/+0
| | | | | | follow-up of 66a175834c39ccde9475eac3adb72a843110d01f Change-Id: I1c495041ccc4db4dd9554d49b6324e989fa46c60
* ResMgr with LanguageTagEike Rathke2013-03-292-1/+2
| | | | Change-Id: Ie5ce9157a7ea59db7b0509fbaec61d07f8f9edf0
* -Werror,-Wunused-macrosStephan Bergmann2013-03-271-28/+0
| | | | Change-Id: Ia4560cd9726f64d85325c0bb28b7cff9774bc173
* -Werror,-Wunused-macrosStephan Bergmann2013-03-271-5/+0
| | | | Change-Id: I8df5248894a91981192e531610dbb8a387483aa1
* remove external include guardsThomas Arnhold2013-03-253-12/+0
| | | | Change-Id: If5758e02baa8e019923355b6c97043b306223fdd
* There are many ships in the port of Hamburg but "ownership" is not oneTor Lillqvist2013-03-252-15/+15
| | | | Change-Id: I971390d084b08293b21fdc35beb74482a1560bb8
* Introduce HAVE_GCC_PRAGMA_DIAGNOSTIC_{MODIFY,SCOPE}Stephan Bergmann2013-03-253-12/+12
| | | | | | | | | | | | | ...replacing hard-coded GCC version checks. Those checks that guard #pragma GCC diagnostic ignored "-Wnon-virtual-dtor" appear relevant only for GCC itself, not Clang (which used to fail the old guards because it typically announces itself with a rather low __GNUC__/__GNUC_MINOR__ version), see 6e67c03dc0225fc66343546b14e902b9d238b1a3 "Enable -Wnon-virtual-dtor for GCC 4.6" Change-Id: I6bfa4d5caa6192e7a203ce829682bf6bb8d61a1b
* Replace String with OUString (unotools)Chr. Rossmanith2013-03-201-7/+7
| | | | | | | Change-Id: I9a0677cb36805d0a27514824c937901f73fee1c8 Reviewed-on: https://gerrit.libreoffice.org/2864 Reviewed-by: Noel Power <noel.power@suse.com> Tested-by: Noel Power <noel.power@suse.com>
* removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStrings declarationsThomas Arnhold2013-03-198-34/+34
| | | | | | | | | 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>
* Simplify equalsIgnoreAsciiCaseAscii[L] callsStephan Bergmann2013-03-191-7/+7
| | | | Change-Id: If5201bd772aed245e8f7f8b900d76ffe4ca57b49
* automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStringsThomas Arnhold2013-03-1912-44/+44
| | | | | | | | | | | 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>
* remove legacy build.pl prj/build.lst files.Michael Meeks2013-03-141-2/+0
|
* fdo#38838: Converting String/UniString to OUStringelixir2013-03-111-3/+4
| | | | | | | Change-Id: If64db96005fcd8a42e4fa24041867b99183965f9 Reviewed-on: https://gerrit.libreoffice.org/2586 Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org> Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
* fdo#60691 add modelines to *.src and *.hrc filesBorim2013-03-083-0/+6
| | | | | | | | | 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
* doubled includesThomas Arnhold2013-03-043-4/+0
| | | | Change-Id: I70ec796188e2388e1e4d699126f7ae817f5ff86e
* Related to fdo#60724: correct spellingThomas Arnhold2013-03-035-12/+12
| | | | | | | | Using the autocorrect list of LibreOffice extras/source/autotext/lang/en-US/acor/DocumentList.xml Change-Id: I8b93969bc0742c2e95b8b7db3c4c37691e8d3657 Script: http://pastebin.ca/2327716
* Typo fix: informations -> information and a few other adjacent typos.Gregg King2013-03-021-1/+1
| | | | | | | | | FDO:60724 Change-Id: I73ad9f1c37cbbcf28d996ed73c75cf09553e499b Reviewed-on: https://gerrit.libreoffice.org/2479 Reviewed-by: Eike Rathke <erack@redhat.com> Tested-by: Eike Rathke <erack@redhat.com>
* remove all d.lstMichael Stahl2013-02-281-0/+0
| | | | Change-Id: Icba4218c5f9fe89d183d25ea82a8eae52881f885
* loplugin: unused variablesThomas Arnhold2013-02-251-1/+0
| | | | Change-Id: I63553a09eec81e5ae28aa79ee1d3281053b23d06
* loplugin: unused variablesThomas Arnhold2013-02-241-1/+0
| | | | Change-Id: I7fc203900256839e679bf73b717d121fedc42087
* Fix typo seperated/separatedJulien Nabet2013-02-231-1/+1
| | | | Change-Id: I133423de994b1befe246b6c921802428a3528202
* Fix typo "sucessfully" -> "successfully"Julien Nabet2013-02-231-1/+1
| | | | Change-Id: I01c85e4d3853c44fa05acc3019bc35c56c4f655e
* [Uu]sefull -> [Uu]sefulJulien Nabet2013-02-221-1/+1
| | | | Change-Id: I5dad83789ff9b6815561208679a5e19821041e1f
* s/heigth/height/Tor Lillqvist2013-02-221-1/+1
| | | | Change-Id: Idfc117f3026d45845dcce64d31aad6fc0af9c00a
* fix for fdo#61187Noel Grandin2013-02-221-8/+17
| | | | | | | | | | ... "CRASH when click 'Add' in EXTENSIONS Manager to open LibO File Dialog" This one must have been broken for a long while, because it didn't even implement XFilePicker before. Change-Id: I7c5d4e4c3ba14f4c6dffa91a25a745e6ca51ec37 Signed-off-by: Stephan Bergmann <sbergman@redhat.com>
* s/the the/the/Tor Lillqvist2013-02-221-1/+1
| | | | Change-Id: Iadacffaad832c6ff06757e8567e24f929f24a4c3
* more fixes for my FilePicker changesNoel Grandin2013-02-201-2/+3
| | | | | | | in 4b51374a7021d52f7f1be1861e2ee6a011b30ecd "fdo#46808, Adapt ui::dialogs::FilePicker UNO service to new style" Change-Id: Ie23b49d9eb6e491b543d44da124e50efa5b65376
* fix mid-air collision of commitsNoel Grandin2013-02-191-1/+0
| | | | Change-Id: I72a267045dd532a341d062cf13b7393779f579c6
* and let's try actually including the relevant headers...Noel Grandin2013-02-192-0/+2
| | | | Change-Id: I38733bb04013250290b00ec99f358403060d1a89
* Include the XInitialization headerTor Lillqvist2013-02-192-0/+2
| | | | Change-Id: I662dc0615d6fae752a22000bea750e7d59f98472
* fix up some of my fdo#46808 changesNoel Grandin2013-02-192-4/+6
| | | | | | ... It turns out removing XInitialisation was a bad idea. Change-Id: I6a08f3f769ffc9017e94e8463a97cb18d39aa677
* Removed several useless macros: UNISTRING, USTR, USTR_ASCII, ASCII_STR, ↵Jean-Noël Rouvignac2013-02-141-2/+2
| | | | | | | | | ASCII_STRING, CONST_ASCII, ASCSTR, ASCII, DEFINE_CONST_UNICODE, DEFINE_CONST_OUSTRING Change-Id: I96d690bf9f9b319e9eeafcf218ec5ce87f21215f Reviewed-on: https://gerrit.libreoffice.org/1954 Reviewed-by: Tor Lillqvist <tml@iki.fi> Tested-by: Tor Lillqvist <tml@iki.fi>
* fix ambiguous base-class problemNoel Grandin2013-02-121-7/+9
| | | | Change-Id: I7cf34ceebc656e0ca507521bfdaaf8beac67644c
* fix unused parameter warningNoel Grandin2013-02-121-2/+1
| | | | Change-Id: I8acec495df9ef9cd077ca36bde3fac07a3586b8c
* use a typedef to reduce code duplicationNoel Grandin2013-02-122-8/+7
| | | | Change-Id: I915b88ad0683cecaf2018a529fb904753a4f27c0
* Fix compilation of MS-Windows FilePickerNoel Grandin2013-02-122-12/+11
| | | | | | | ...broken by 4b51374a7021d52f7f1be1861e2ee6a011b30ecd "fdo#46808, Adapt ui::dialogs::FilePicker UNO service to new style." Change-Id: Ie57b08ea16c9f8e350177c050a6d9ff952fd7332
* Fix compilation of MacOS FilePickerNoel Grandin2013-02-123-9/+5
| | | | | | | | | ...broken by 4b51374a7021d52f7f1be1861e2ee6a011b30ecd "fdo#46808, Adapt ui::dialogs::FilePicker UNO service to new style." Also remove unused field while we're there. Change-Id: If7e2057b9383edf4ee2fa581df984dea0e04e430
* fdo#46808, Adapt ui::dialogs::FilePicker UNO service to new styleNoel Grandin2013-02-125-56/+21
| | | | Change-Id: I1cafbfc53994e5d74241042dbd1d292ddbda67d5
* delete unused stringsJoren De Cuyper2013-02-052-12/+0
| | | | | | | Change-Id: Ic24e0453786d64b8c082c4d7ca4a22b853827d0e Reviewed-on: https://gerrit.libreoffice.org/1955 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
* "Fix" bnc#777788Tor Lillqvist2013-02-051-8/+1
| | | | | | | | | | Always call IFileDialog::SetFolder() in VistaFilePickerImpl::impl_sta_SetFileName() as that seems to be what the customer wants. And overall, it is a more reasonable behavior. Change-Id: I53807847d1d8f954caefe7d9e4b4e4807e6dcbfb
* fdo#43157 - Clean up OSL_ASSERT, DBG_ASSERTRadu Ioan2013-01-314-91/+92
| | | | | | | | | - replaced OSL_TRACE with SAL_INFO Change-Id: I4d63df493e85bc095b8a11e3842b0d69c5217c96 Reviewed-on: https://gerrit.libreoffice.org/1804 Reviewed-by: Luboš Luňák <l.lunak@suse.cz> Tested-by: Luboš Luňák <l.lunak@suse.cz>
* gbuild: do not copy boost headers aroundMichael Stahl2013-01-264-0/+8
| | | | | | | | | - 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
* Changed SetText() / GetText() to take/return OUStringChr. Rossmanith2013-01-211-2/+2
| | | | | | | | | 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>
* fdo#46808, use new method OConfigurationTreeRoot::createWithComponentContextNoel Grandin2013-01-091-2/+2
| | | | | | | .. everywhere that was using createWithServiceFactory, and delete the old method. Change-Id: I02cb2bfbcc2390494383579d2f14caa4fc5b8014
* Replace GUIBASE checks with equivalent OS checksTor Lillqvist2012-12-181-1/+1
| | | | | | | | | | | | | | | | | | | | | The idea is to get rid of GUIBASE and GUI checks as much as possible. GUIBASE=aqua <=> OS=MACOSX GUIBASE=WIN <=> OS=WNT GUIBASE=cocoatouch <=> OS=IOS GUIBASE=android <=> OS=ANDROID Don't set GUIBASE to these values any more in configure.ac either. GUIBASE_FOR_BUILD is not used anywhere. Conflicts: configure.ac postprocess/packcomponents/makefile.mk postprocess/packregistry/makefile.mk Change-Id: Ie0526b40e1073f2328ba6c333e28752104b0fed3
* rtl:: removal in fpickerRadu Ioan2012-12-1024-348/+345
| | | | | | | | | | | - remove rtl prefix - remove RTL_CONSTASCII_USTRINGPARAM - correct some misspells Change-Id: Ifd2eb59ff7d70fd3df42f063fcca781ef89b7d12 Reviewed-on: https://gerrit.libreoffice.org/1270 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>