summaryrefslogtreecommitdiff
path: root/fpicker/source
AgeCommit message (Collapse)Author
2012-11-27fdo#46808: Missing adaptions to XFolderPicker2Stephan Bergmann
c988da288ec473a28f61ebb53aa3ff82bab11ef4 "fdo#46808, Adapt ui::dialogs::FolderPicker UNO service to new style" had left some FolderPicker implementations at XFolderPicker, so creating them caused DeploymentExceptions. Change-Id: I3463161f9bb87a69a2777c331eb5b93d487790b0
2012-11-22one more GetUILocale leftoverEike Rathke
Change-Id: Ic3bd623f4c87f36bee9042f6a29039ade1f3372e
2012-11-21SvtURLBox derives from ComboBox not EditCaolán McNamara
so should use ComboBox in .src file once that's done we can remove the dummy Edit's which seem to exist only to get the right size/position onto the SvtURLBox. All of this removes the resource assert spew on loading the built-in filepicker Change-Id: I9e6249bc34ee563fc73784c46bb733901d4d55d6
2012-11-16Fix the Windows build breakage by reorganizing svtools headers.Kohei Yoshida
Also removed a fair amount of implicit inline methods to promote use of more forward declaration. Change-Id: I5ad21f0d7abc85281708b7e87f1036b02a053627
2012-10-30cppCheck: avoid obvious 'redundantAssignment'jailletc36
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>
2012-10-24Related fdo#46808: Adapt Windows-only code to previous changesStephan Bergmann
Change-Id: I115fa92ecf0cbcd6159d0de900e5174fe3c96d18
2012-10-24fix fpicker build errorPeter Foley
Change-Id: I29026261bcc3a31ad9226016a65e8efa4dea79f2
2012-10-23fdo#46808, Adapt ui::dialogs::FolderPicker UNO service to new styleNoel Grandin
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
2012-10-19Merge SvListEntry and SvLBoxEntry into SvTreeListEntry.Kohei Yoshida
Change-Id: I89cfc8c1288c00674fe64e791c149743d377d5ee
2012-10-04Fixes/improvements on previous commitStephan Bergmann
* 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
2012-10-04fdo#46808, Adapt task::InteractionHandler UNO service to new styleNoel Grandin
Since we don't need to expose XInitialisation, we can make the new-style service implement XInteractionHandler2. Change-Id: Ib27beed1c12df17592c6472d6f58c233d2c41558
2012-10-02Use prefixTor Lillqvist
Change-Id: Ifbe8796e3af2e7544cf7d47bacb0632d36202433
2012-09-25replace remaining InterlockedCount() with inlined versionNorbert Thiebaud
Change-Id: Ifcfa48fc87f905a91470a5b0fd597b02f220784c Reviewed-on: https://gerrit.libreoffice.org/671 Tested-by: Norbert Thiebaud <nthiebaud@gmail.com> Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
2012-09-17Missing semicolonStephan Bergmann
Change-Id: I1b673e8ae1a8487feaa41d827664d06e7ea3aaaf
2012-09-17Attempt at adapting Windows-only code to ucbhelper::Content changesStephan Bergmann
Change-Id: Ib17e2153746da9e097cccef1bd70bbbd349c7920
2012-09-14Improvement on previous commit, UCB clean upStephan Bergmann
* 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
2012-08-24fdo#49441: don't overwrite the first element in the sequenceIvan Timofeev
regression from 399e425fc9b9a89045bb1653769f581ed5fa5028 Change-Id: I2907a03ca731f43630e5f36cf78682de8a364924
2012-08-22more old module-description xml filesMatúš Kukan
Change-Id: I9ac503b073ee3f9b8e7958264ffcc26d9446c220
2012-08-22 fpicker/source/office/iodlg.src.originalDave Richards
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>
2012-08-18fix TDE FTBFSTimothy Pearson
Change-Id: Icde6310d922a3d5e2822789a23403b9f188efaf4
2012-08-10fpicker: remove bizarre #pragma message "SendMessageW wrapper..."Michael Stahl
Change-Id: I04ae269d4712b8fcfc7e882c9f53edd91317d02c
2012-08-08missing "Workplace" string for STR_SVT_MIMETYPE_CNT_FSYSBOXIvan Timofeev
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
2012-08-08reduce ascii noise and useless commentsThomas Arnhold
Change-Id: I317058e3b25cebb7c1d89361636261c5f16a84d4
2012-08-08remove include comments and boxesThomas Arnhold
Change-Id: I9ccf664e8f75a68b1b87c2b29ae617a90d0741a7
2012-08-03Move PlaceEditDialog class and resources to svtools.Rafael Dominguez
- Update fpicker files that include them. - Separate Place class into its own header and move it to svtools. Change-Id: I83a285d4c7fc21d6e76e4d7e47e347dac2bb4344
2012-07-30remove unnecessary includes of svl/svarray.hxxCaolán McNamara
Change-Id: Ifec201efc4e97baf2d36d66c4ae6967eadd6134c
2012-07-28having a stab at silencing this warningCaolán McNamara
i.e. use same pattern as 079c042d1994b6a8532e72e55aaaa617a7acd387 Change-Id: I149ed933567fcdc5e404589b2b77bba7e02c5b37
2012-07-28WaE: ignoring #pragma GCC diagnosticTor Lillqvist
Change-Id: I45db1175d18a5284cbbb6b9e34534cf2c25728d2
2012-07-28WaE: deprecationsTor Lillqvist
Change-Id: Iadd6283d0441511d0824f013e731fdc023ab417b
2012-07-25delete svl/svstdarr.hxxMichael Stahl
Change-Id: Ia3d1d8dbe100443410b80c3881f10ab51b2d0419
2012-07-13fpicker: moved + and - buttons in the places list controlCédric Bosdonnat
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
2012-07-13fpicker: added a splitter to resize the places listCédric Bosdonnat
Change-Id: I9ae8b7066721c7e5a8ebb75f26949e874d72c982
2012-07-13Search for char instead of 1 char long string, when possible.Christophe JAILLET
It is faster and even avoid memory allocation somtimes. Change-Id: Ic12ff70e95953de44ef5798131150669d07a5445
2012-07-13Remove unused debugging macrosThomas Arnhold
Change-Id: Ib9cebcf3680e1761c25be03715423845de78bb92
2012-07-11fpicker: don't edit local places with double-clickCédric Bosdonnat
Change-Id: Ibb8330dd088f6b630058fc023ad7efdea59e08bf
2012-07-11fpicker: fixed delete button (dis)enablingCédric Bosdonnat
Change-Id: I94fff429507da5f9d3fa4b6fcdb33c600a7a5b5b
2012-07-11fpicker: Add place dialog, added CMIS repositories listCédric Bosdonnat
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
2012-07-09some UniString->rtl::OUStringCaolán McNamara
Change-Id: Ie69b30094da25df23a36baca2c7723d6a41f48c3
2012-07-06re-base on ALv2 code. Includes:Michael Meeks
mingwport35: i#117796: MinGW fix to VistaFilePickerImpl.cxx Patch contributed by Takashi Ono http://svn.apache.org/viewvc?view=revision&revision=1172092
2012-07-03ditch String::CreateFromAsciiCaolán McNamara
Change-Id: I2b482bd323ac510629c5ee31868010b7cd6ce691
2012-07-02Remove unused definesThomas Arnhold
Some of them were commented out for documentation purpose. Change-Id: I29a6b2cbe774b527f0c3a0be5675160817a7f3ce
2012-07-02UCP CMIS + fpicker: SharePoint binding URLs contain ?, encoded themCédric Bosdonnat
Change-Id: I256220ab48b13ac28ff14d3b24d7a67332f871dc
2012-07-02Remove unused definesThomas Arnhold
Change-Id: Ibc46eb4565d4df88e83882045b2ed6d31e487d16
2012-07-01Remove unused definesThomas Arnhold
Change-Id: Ic36b131ee9964a6671f7f41e1cad1631c43ad565
2012-06-29Remove include guardsThomas Arnhold
Change-Id: Ib4ba76d0083e5bd75cc589a55318089c004f591f
2012-06-29Remove UNO includes commentsThomas Arnhold
Change-Id: I48e193322967fb75e93eaf81e9e2110d3056f92a
2012-06-28Remove some unused localsThomas Arnhold
Change-Id: I91282512f15122d0d7187fea7f6ab5a98933a07f
2012-06-27fpicker: when selecting a place, update the URL outside the selection handlerCédric Bosdonnat
If the file view URL open happens during the selection, that protentially lengthy and blocking process (auth dialog) will block the arrival of the MouseButtonUp even... and thus allowing to select items in the places list box simply by placing the mouse over them. To fix that, the URL is updated in the file view after the MouseButtonUp even. Change-Id: I0fddeb303ec9c91aef2b46592198540d6ac5c4c3
2012-06-27Remove unused include filesThomas Arnhold
Those never get included at any point in the code. Change-Id: I17736e005635b9e57759cfc95176a99e7c5e8988
2012-06-26re-base on ALv2 code.Michael Meeks