summaryrefslogtreecommitdiffstats
path: root/fpicker
Commit message (Collapse)AuthorAgeFilesLines
* typo fixes in commentsAndras Timar2014-02-061-1/+1
| | | | Change-Id: Idd49478d59cd062118fbf8e99d1c8bc5250013fc
* Typo: seam(s) -> seem(s)Julien Nabet2014-02-061-1/+1
| | | | Change-Id: I840d120644760b61a39ad88b4095056f0f753bb7
* bool improvementsStephan Bergmann2014-01-281-5/+5
| | | | Change-Id: Ice58633418dad12ee55b77aa56c6bd7d37ebbcf3
* Window::Notify should return bool, reduxStephan Bergmann2014-01-171-1/+1
| | | | Change-Id: Ib41ed9ace428081e1948cf109de095ea9e7c45c2
* Window::Notify should return boolStephan Bergmann2014-01-172-6/+6
| | | | Change-Id: I72081b1022582c8b6f95a611e21d9c78f7581efe
* Linux file pickers are not here anymoreMaxim Monastirsky2014-01-071-1/+1
| | | | | | | Change-Id: I0748afe45c2ff42c840e792df9ceba980dcdbed6 Reviewed-on: https://gerrit.libreoffice.org/7289 Reviewed-by: Tor Lillqvist <tml@collabora.com> Tested-by: Tor Lillqvist <tml@collabora.com>
* Bin mysterious FIXME comment and 'if (0) return 0;' lineTor Lillqvist2014-01-061-3/+0
| | | | Change-Id: I41a29ec89b848ea0bfeb9975cd675357a2fcc69f
* WaE: unused variablesTor Lillqvist2013-12-261-4/+0
| | | | Change-Id: I95f0afc4b71dd62c7635f0a56b0917463db08c35
* typo fixesAndras Timar2013-12-201-2/+2
| | | | Change-Id: Ia5f104bfd707bcf4e159c78ca2764c861fb0b6d9
* Adapt all (non-extension, SharedLibrary) .components to environment="..."Stephan Bergmann2013-12-173-6/+6
| | | | Change-Id: I56f38bd786f3a026cb2908f28540dc9c4003af83
* should be a l10n targetCaolán McNamara2013-12-171-1/+1
| | | | Change-Id: If6f7540ba59dc518f258b3b322299432f9b34a7d
* move this QueryFolderName into fpickerCaolán McNamara2013-12-162-8/+48
| | | | Change-Id: I1b7b26ceef86e0dcc642d760b8413a822c125a2b
* convert query folder dialog to .uiCaolán McNamara2013-12-167-82/+172
| | | | Change-Id: I844b45b4cc9834550d0d187dfdbc69686e512e5d
* widht -> widthJulien Nabet2013-11-231-3/+3
| | | | Change-Id: I661eeb167a95540a223ce72aac51789daf3767dc
* fpicker: cleanup async requests, dung out comments.Michael Meeks2013-11-202-28/+21
| | | | Change-Id: I016145d315ae1c4b5376e43583e2546a2b7f7b07
* Windows: Require at least Windows XP SP2Thomas Arnhold2013-11-202-8/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Windows XP SP2 is 0x0502, see http://msdn.microsoft.com/en-us/library/aa383745.aspx * If a module changes the Windows SDK version setting, this is done module wide now. So the overall behavior is as before. This seems to be the best compromise for now. * We need at least SP2 because of the bluetooth stuff used in sd/source/ui/remotecontrol. * Now, we require at least Internet Explorer 7.0. IE6 has been outdated for a long time. * Leave StdAfx.h file definitions, as those are Microsoft project specific precompiled header files. * All local definitions of WINVER are removed, because the global WINVER setting makes them obsolete now. To the relation of the three macros: Setting _WIN32_WINNT sets WINVER and NTDDI_VERSION automatically to the same value as _WIN32_WINNT. WINVER and NTDDI_VERSION can be set idenpendently each for itself. Change-Id: Ibcc12493aae4fcaf7bcfda88be99c1b61bc326cb Reviewed-on: https://gerrit.libreoffice.org/6496 Reviewed-by: Thorsten Behrens <thb@documentfoundation.org> Tested-by: Thorsten Behrens <thb@documentfoundation.org>
* remove unnecessary use of OUString constructor when assigningNoel Grandin2013-11-195-8/+8
| | | | | | | | | change code like aStr = OUString("xxxx"); to aStr = "xxxx"; Change-Id: Ib981a5cc735677ec5dba76ef9279a107d22e99d4
* remove most use of RTL_CONSTASCII_USTRINGPARAM macroNoel Grandin2013-11-199-23/+21
| | | | | | This is largely unnecessary when working with OUString Change-Id: I3cf4d68357a43665d01162ef4a2d5346a45da9be
* make l10n buildable separatelyBjoern Michaelsen2013-11-141-1/+4
| | | | | | | | | | | | | | | | | | | | | - this renames the 'almost' module target to non-l10n - and adds a l10n target which is intended to only build l10n parts of the product - packagers should then be able to build l10n and non-l10n parts of the product independently, thus: - enable quicker rebuilds - distribution of load - updates to l10n without a full rebuild - security fixes to binaries without rebuilding all l10n - the new targets are called build-l10n-only and build-non-l10n-only - note this is not intended to move a concept of split packages upstream -- while this exsists in distros, the number of test scenarios for this would explode upstream Change-Id: Ib8ccc9bc52718d9b0ebbfee76ad93dc29c260863 Conflicts: filter/Module_filter.mk
* -Werror,-Wunused-member-functionStephan Bergmann2013-11-141-14/+0
| | | | Change-Id: If52a2614cfa9697e9aa5ec7af21577edef06b2f8
* -Werror,-Wunused-member-functionStephan Bergmann2013-11-141-9/+0
| | | | Change-Id: Ib2427bc58d1b7eea059f917db583179449ac62cf
* remove unnecessary sal_Unicode casts in various placesNoel Grandin2013-11-141-1/+1
| | | | Change-Id: Ibf04062ca86ed866202d748c3b62a210d30ed6ec
* xub_StrLen->sal_Int32Caolán McNamara2013-11-131-2/+2
| | | | Change-Id: If287d83f636c2aa585559299be7039cad6208ae2
* fdo#59542 smaller +/- buttons will not be truncated at the bottomAndras Timar2013-11-131-2/+2
| | | | Change-Id: If937d72e5b10bfbf055cf5b9909d50bbf5ddac81
* remove unnecessary use of OUString constructorNoel Grandin2013-11-113-5/+5
| | | | Change-Id: Ifb220af71857ddacd64e8204fb6d3e4aad8eef71
* fdo#60698: Move generic fpicker to svtoolsMarcos Paulo de Souza2013-11-044-285/+0
| | | | | | | | Signed-off-by: Stephan Bergmann <sbergman@redhat.com> Conflicts: dictionaries Change-Id: I6af478d7d6952e0e8f6c8f1b0575fcd50f2ba0e4
* remove redundant calls to OUString constructorNoel Grandin2013-11-041-1/+1
| | | | | | | | | Change code like this: aStr = OUString("xxxx"); into this: aStr = "xxxx"; Change-Id: I31cb92e21658d57bb9e14b65c179536eae8096f6
* Windows XP is 0x0501Thomas Arnhold2013-10-301-2/+2
| | | | | | | | See http://msdn.microsoft.com/en-us/library/aa383745.aspx And as we support only XP as minimum change this. Change-Id: Iad51b0dd4bb960ed5a270b0b701ec3e0b28ab4e2
* fpicker: warning C4018: '<': signed/unsigned mismatchMichael Stahl2013-10-281-1/+2
| | | | Change-Id: I51652d573f59e6ca3b00385790bf14d478f03074
* Resolves: #i123544# Prevent accessing empty filters' vectorAriel Constenla-Haile2013-10-271-5/+8
| | | | | | (cherry picked from commit 3b16c98449d120b07ca4f2f312e31127ac655482) Change-Id: Ieb71209d9c299ef7f050e00ccf010aca87ee2ab7
* typoStephan Bergmann2013-10-221-1/+1
| | | | Change-Id: I7bb89ac8acf42183e9d7ffaf942365ffa9da9815
* fdo#54938: Adapt supportsService implementations..Marcos Paulo de Souza2013-10-222-30/+4
| | | | | | | | | to cppu::supportsService Change-Id: I0b03d3910f094f2183bf9859db9d5bcaf35d1f14 Reviewed-on: https://gerrit.libreoffice.org/6370 Reviewed-by: Stephan Bergmann <sbergman@redhat.com> Tested-by: Stephan Bergmann <sbergman@redhat.com>
* post String conversion cleanupThomas Arnhold2013-10-211-1/+1
| | | | Change-Id: I9747817edc76973af4a4ffdbf542b8d1467d7f08
* String -> OUStringStephan Bergmann2013-10-201-8/+4
| | | | Change-Id: I18b79fa866c21a8036a25c05fbc13c1d72e542aa
* Missing includeStephan Bergmann2013-10-201-0/+1
| | | | Change-Id: I5674385df64bb47813f551fb666ffef7d7434728
* drop unnecessary tools/string includesCaolán McNamara2013-10-204-4/+1
| | | | Change-Id: I4278999b9b7d184c26036bbe9e3b98420f461e8c
* cleanupThomas Arnhold2013-10-161-2/+0
| | | | Change-Id: I7bfd221f89718ba8634417c93a26b3a199178694
* fdo#54938: Adapt supportsService implementations to cppu::supportsServiceMarcos Paulo de Souza2013-10-075-50/+10
| | | | | | | Change-Id: I683c0d30c3286ed5d725d4eefe8b3977b82ee316 Reviewed-on: https://gerrit.libreoffice.org/6035 Reviewed-by: Stephan Bergmann <sbergman@redhat.com> Tested-by: Stephan Bergmann <sbergman@redhat.com>
* -Werror,-Wunused-functionStephan Bergmann2013-10-021-18/+0
| | | | Change-Id: I36275580d20098b9f643a5380805026fb79f0dbf
* convert fpicker module from String to OUStringNoel Grandin2013-10-018-217/+214
| | | | Change-Id: I665facff9f37f089f97e91f71e45578ad03e0653
* Related: fdo#38838 remove UniString::SearchBackwardCaolán McNamara2013-09-271-6/+6
| | | | Change-Id: Ia474ee07b1bd411eae8cd1ddd55c4fa83dbd5f47
* We need <tools/string.hxx>Tor Lillqvist2013-09-251-0/+1
| | | | Change-Id: I0fbdd76fd12a242834e1690ff93558cc885d1768
* drop worthless _VECTOR_/_MAP_ header guardsCaolán McNamara2013-09-251-6/+0
| | | | Change-Id: I54be19847b8fb609f0b08a528cc06dbae9f579d5
* Related: fdo#38838 remove UniString::EqualsIgnoreCaseAsciiCaolán McNamara2013-09-251-8/+8
| | | | Change-Id: Ib5c3a2daa4a48bc286b14fa2cebb3306ea0012bc
* Related: fdo#38838 remove UniString::CompareIgnoreCaseToAsciiCaolán McNamara2013-09-221-5/+5
| | | | Change-Id: I4a9b34d63d2534a35aa9a878b8c2bec15262c2be
* String to OUStringThomas Arnhold2013-09-133-13/+13
| | | | | | | | | | | | | | | This removes nearly all ToLowerAscii() calls. Conflicts: linguistic/source/convdic.cxx linguistic/source/convdiclist.cxx linguistic/source/dlistimp.cxx sc/source/filter/html/htmlexp.cxx Change-Id: Iddcaacfb7383e1df3d2f13751a3c788eba953fdd Reviewed-on: https://gerrit.libreoffice.org/5895 Tested-by: Caolán McNamara <caolanm@redhat.com> Reviewed-by: Caolán McNamara <caolanm@redhat.com>
* Related: fdo#38838 String::GetBufferAccess is now no moreCaolán McNamara2013-09-081-5/+5
| | | | Change-Id: I9fdd600fd0a530c0763875109eee6600e4a77879
* fdo#42155: Replace the only use of CAutoUnicodeBuffer end partJulien Nabet2013-09-083-229/+0
| | | | | | | Change-Id: Id1c00a24cdc1914693d8cadeeee64923af3db786 Reviewed-on: https://gerrit.libreoffice.org/5829 Reviewed-by: Thomas Arnhold <thomas@arnhold.org> Tested-by: Thomas Arnhold <thomas@arnhold.org>
* remove duplicate includeThomas Arnhold2013-09-051-1/+0
| | | | Change-Id: I1809d186b9eabb03c8d388cc9361014d16a3080d
* fpicker: try to fix headers to make tinderbox happyMichael Stahl2013-09-051-2/+3
| | | | Change-Id: If0de9b31b4d754dfda4f135a8ffa6df21d7b4314