summaryrefslogtreecommitdiffstats
path: root/fpicker
Commit message (Collapse)AuthorAgeFilesLines
* Fix the Windows build breakage by reorganizing svtools headers.Kohei Yoshida2012-11-161-0/+1
| | | | | | | Also removed a fair amount of implicit inline methods to promote use of more forward declaration. Change-Id: I5ad21f0d7abc85281708b7e87f1036b02a053627
* Get rid of vcl::unohelper::GetMultiServiceFactoryStephan Bergmann2012-10-311-2/+2
| | | | | | | | | | | | | ...which effectively is just a glorious wrapper around comphelper::getProcessServiceFactory. In turn gets also rid of ImplSVAppData's mxMSF and mpMSFTempFileName and the rSMgr parameter to InitVCL. All the VCL users "soffice", "spadmin", and "unopkg gui" appear to still work fine. Change-Id: I797d48f7d0d8c35bb82124c9ab0ee63850c4d863
* cppCheck: avoid obvious 'redundantAssignment'jailletc362012-10-301-1/+0
| | | | | | | | Change-Id: Ib819c1664dc1643b0d8bf9f516fc0b328f201bff Signed-off-by: jailletc36 <christophe.jaillet@wanadoo.fr> Reviewed-on: https://gerrit.libreoffice.org/944 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
* Related fdo#46808: Adapt Windows-only code to previous changesStephan Bergmann2012-10-242-3/+4
| | | | Change-Id: I115fa92ecf0cbcd6159d0de900e5174fe3c96d18
* fix fpicker build errorPeter Foley2012-10-241-1/+1
| | | | Change-Id: I29026261bcc3a31ad9226016a65e8efa4dea79f2
* fdo#46808, Adapt ui::dialogs::FolderPicker UNO service to new styleNoel Grandin2012-10-231-5/+4
| | | | | | | Create a merged XFolderPicker2 interface for this service to implement. Which is backwards-compatible, but does not require creating a new service. Change-Id: I4a2c2a8d491a8d5633c19ddcea547f0efe75b91d
* drop rdbmaker completelyMatúš Kukan2012-10-221-1/+1
| | | | Change-Id: I313afb391562adae4f91c55480a036c228e0b540
* Merge SvListEntry and SvLBoxEntry into SvTreeListEntry.Kohei Yoshida2012-10-192-4/+4
| | | | Change-Id: I89cfc8c1288c00674fe64e791c149743d377d5ee
* Fixes/improvements on previous commitStephan Bergmann2012-10-042-8/+6
| | | | | | | | | | | | | | | * UUIInteractionHandler still needs to implement XInitialization. * Moved ambiguating InteractionHandler typedef out of the way. * Removed InteractionHandler.createDefault, as it was originally stated that "it is strongly recommended that [the "Parent"] property is supplied." * Added back documentation about Parent and Context. * Simplified some call-sites to directly use XInteractionHandler2. Change-Id: I1029b8f3cf079171c75920cafaaa44b5bbada883
* fdo#46808, Adapt task::InteractionHandler UNO service to new styleNoel Grandin2012-10-042-11/+9
| | | | | | | Since we don't need to expose XInitialisation, we can make the new-style service implement XInteractionHandler2. Change-Id: Ib27beed1c12df17592c6472d6f58c233d2c41558
* Use prefixTor Lillqvist2012-10-028-8/+8
| | | | Change-Id: Ifbe8796e3af2e7544cf7d47bacb0632d36202433
* gbuild: invert handling of standard system libraries:Michael Stahl2012-09-285-10/+0
| | | | | | | Always link in gb_STDLIBS, except when the library explicitly opts out with gb_LinkTarget_disable_standard_system_libs. Change-Id: I489a99114fbfa46d0421a27cf6c7b899dc268a4a
* gbuild: gb_Library_PLAINLIBS_NONE cleanup for WNT:Michael Stahl2012-09-281-1/+4
| | | | | | | add a new gb_LinkTarget_use_system_win32_libs to abstract different linker options on MSVC and GCC. Change-Id: Ic9bf2545f59bf7871e6fc06b290c486ddfbec03d
* gbuild: clean up Mac OS X framework handling:Michael Stahl2012-09-281-3/+3
| | | | | | | | | | | There are currently 3 different mechanisms being used for frameworks, which is of course intolerable so we invent a 4th one and standardize on it: gb_LinkTarget_use_darwin_frameworks (This doesn't mean using add_libs or externals was wrong, it was just inconsistent... and i don't see an obvious benefit of using externals here) Change-Id: I5de9020402c87e7236c6a358c47f02fa56642d3d
* gbuild: replace direct gb_STDLIBS use with ...Michael Stahl2012-09-285-5/+10
| | | | | | ... new gb_LinkTarget_add_standard_system_libs Change-Id: Ib2bc843098db3d8c6822b45a3d21724e67f57d69
* gbuild: split uwinapi out of gb_STDLIBSMichael Stahl2012-09-284-0/+4
| | | | Change-Id: I53316e0b9369d806197bccb42cf22d3497af43e7
* replace remaining InterlockedCount() with inlined versionNorbert Thiebaud2012-09-252-3/+3
| | | | | | | Change-Id: Ifcfa48fc87f905a91470a5b0fd597b02f220784c Reviewed-on: https://gerrit.libreoffice.org/671 Tested-by: Norbert Thiebaud <nthiebaud@gmail.com> Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
* Missing semicolonStephan Bergmann2012-09-171-1/+1
| | | | Change-Id: I1b673e8ae1a8487feaa41d827664d06e7ea3aaaf
* Attempt at adapting Windows-only code to ucbhelper::Content changesStephan Bergmann2012-09-172-7/+9
| | | | Change-Id: Ib17e2153746da9e097cccef1bd70bbbd349c7920
* Improvement on previous commit, UCB clean upStephan Bergmann2012-09-142-14/+8
| | | | | | | | | | | | | | | | | | | | | | | | | * As UCB is only ever initialized with "Local"/"Office", remove this configuration vector completely. The "create" ctor creates an instance internally initialized with those "Local"/"Office" keys. Special (test) code can still instantiate an uninitialized one via plain createInstance. And for backwards compatilibity process startup still ensures to create an initialized instance early, in case there is still code out there (in extensions) that later calls plain createInstance and expects to get the already-initialized (single) instance. * XInitialization is an "implementation detail" of the UniversalContentBroker service, do not expose in XUniversalContentBroker. * ucbhelper/configurationkeys.hxx is no longer needed and is removed. * ucbhelper/contentbroker.hxx is an empty wrapper and is removed; however, that requires ucbhelper::Content constructors to take explicit XComponentContext arguments now. * The only remaining code in ucbhelper/source/client/contentbroker.cxx is Android-only InitUCBHelper. Is that relevant still? Change-Id: I3f7bddd0456bffbcd13590c66d9011915c760f28
* fdo#49441: don't overwrite the first element in the sequenceIvan Timofeev2012-08-241-1/+1
| | | | | | regression from 399e425fc9b9a89045bb1653769f581ed5fa5028 Change-Id: I2907a03ca731f43630e5f36cf78682de8a364924
* more old module-description xml filesMatúš Kukan2012-08-225-254/+0
| | | | Change-Id: I9ac503b073ee3f9b8e7958264ffcc26d9446c220
* fpicker/source/office/iodlg.src.originalDave Richards2012-08-221-2/+2
| | | | | | | | | | | fpicker/source/office/iodlg.src.original fpicker/source/office/iodlg.src.original Change-Id: I5b2bf2a3900a729581d184931efdc98f39067813 Reviewed-on: https://gerrit.libreoffice.org/457 Reviewed-by: Andras Timar <atimar@suse.com> Tested-by: Andras Timar <atimar@suse.com>
* fix TDE FTBFSTimothy Pearson2012-08-181-2/+6
| | | | Change-Id: Icde6310d922a3d5e2822789a23403b9f188efaf4
* fpicker: remove bizarre #pragma message "SendMessageW wrapper..."Michael Stahl2012-08-101-6/+0
| | | | Change-Id: I04ae269d4712b8fcfc7e882c9f53edd91317d02c
* missing "Workplace" string for STR_SVT_MIMETYPE_CNT_FSYSBOXIvan Timofeev2012-08-081-1/+1
| | | | | | | No one hit upon an idea to hold the "Up One Level" button in the file picker to notice this? :) Only the bug in MenuButton has helped to discover. Change-Id: I760eff05dd19c3fdeb4b2052c0c20dbde6f6d2ed
* reduce ascii noise and useless commentsThomas Arnhold2012-08-0826-103/+0
| | | | Change-Id: I317058e3b25cebb7c1d89361636261c5f16a84d4
* remove include comments and boxesThomas Arnhold2012-08-0856-245/+0
| | | | Change-Id: I9ccf664e8f75a68b1b87c2b29ae617a90d0741a7
* Move PlaceEditDialog class and resources to svtools.Rafael Dominguez2012-08-0311-1376/+27
| | | | | | | - Update fpicker files that include them. - Separate Place class into its own header and move it to svtools. Change-Id: I83a285d4c7fc21d6e76e4d7e47e347dac2bb4344
* remove unnecessary includes of svl/svarray.hxxCaolán McNamara2012-07-301-1/+0
| | | | Change-Id: Ifec201efc4e97baf2d36d66c4ae6967eadd6134c
* having a stab at silencing this warningCaolán McNamara2012-07-281-1/+6
| | | | | | i.e. use same pattern as 079c042d1994b6a8532e72e55aaaa617a7acd387 Change-Id: I149ed933567fcdc5e404589b2b77bba7e02c5b37
* WaE: ignoring #pragma GCC diagnosticTor Lillqvist2012-07-281-2/+6
| | | | Change-Id: I45db1175d18a5284cbbb6b9e34534cf2c25728d2
* WaE: deprecationsTor Lillqvist2012-07-282-0/+4
| | | | Change-Id: Iadd6283d0441511d0824f013e731fdc023ab417b
* delete svl/svstdarr.hxxMichael Stahl2012-07-255-5/+0
| | | | Change-Id: Ia3d1d8dbe100443410b80c3881f10ab51b2d0419
* fpicker: moved + and - buttons in the places list controlCédric Bosdonnat2012-07-138-52/+59
| | | | | | | | It is visually more logical to have them in the control than ouside it and it also avoids weird display when moving the splitter too far on the left. Change-Id: I1183b1e81eb0135d376dce5a728c6be9f4250b19
* fpicker: added a splitter to resize the places listCédric Bosdonnat2012-07-135-3/+53
| | | | Change-Id: I9ae8b7066721c7e5a8ebb75f26949e874d72c982
* Search for char instead of 1 char long string, when possible.Christophe JAILLET2012-07-131-2/+2
| | | | | | It is faster and even avoid memory allocation somtimes. Change-Id: Ic12ff70e95953de44ef5798131150669d07a5445
* Remove unused debugging macrosThomas Arnhold2012-07-131-36/+0
| | | | Change-Id: Ib9cebcf3680e1761c25be03715423845de78bb92
* fpicker: don't edit local places with double-clickCédric Bosdonnat2012-07-111-23/+23
| | | | Change-Id: Ibb8330dd088f6b630058fc023ad7efdea59e08bf
* fpicker: fixed delete button (dis)enablingCédric Bosdonnat2012-07-112-4/+5
| | | | Change-Id: I94fff429507da5f9d3fa4b6fcdb33c600a7a5b5b
* fpicker: Add place dialog, added CMIS repositories listCédric Bosdonnat2012-07-117-18/+181
| | | | | | | | Users don't have to open the XML file to know what repository they want to use... we are now doing it for them and showing the repositories in a dropdown listbox Change-Id: I7c20c5a2880061d1ede35a17001e2a75c49a6e88
* some UniString->rtl::OUStringCaolán McNamara2012-07-092-6/+7
| | | | Change-Id: Ie69b30094da25df23a36baca2c7723d6a41f48c3
* re-base on ALv2 code. Includes:Michael Meeks2012-07-0679-1705/+1142
| | | | | | mingwport35: i#117796: MinGW fix to VistaFilePickerImpl.cxx Patch contributed by Takashi Ono http://svn.apache.org/viewvc?view=revision&revision=1172092
* ditch String::CreateFromAsciiCaolán McNamara2012-07-031-1/+1
| | | | Change-Id: I2b482bd323ac510629c5ee31868010b7cd6ce691
* Remove unused definesThomas Arnhold2012-07-021-2/+0
| | | | | | Some of them were commented out for documentation purpose. Change-Id: I29a6b2cbe774b527f0c3a0be5675160817a7f3ce
* targetted improvement of UNO API includes / usageMichael Meeks2012-07-025-20/+5
|
* UCP CMIS + fpicker: SharePoint binding URLs contain ?, encoded themCédric Bosdonnat2012-07-021-1/+1
| | | | Change-Id: I256220ab48b13ac28ff14d3b24d7a67332f871dc
* Remove unused definesThomas Arnhold2012-07-021-23/+0
| | | | Change-Id: Ibc46eb4565d4df88e83882045b2ed6d31e487d16
* Remove unused definesThomas Arnhold2012-07-014-19/+0
| | | | Change-Id: Ic36b131ee9964a6671f7f41e1cad1631c43ad565
* Remove include guardsThomas Arnhold2012-06-292-5/+0
| | | | Change-Id: Ib4ba76d0083e5bd75cc589a55318089c004f591f