summaryrefslogtreecommitdiff
path: root/fpicker/source/office
AgeCommit message (Collapse)AuthorFilesLines
2012-06-12Convert SV_DECL_PTRARR_DEL(ImageItemListDescriptor) to boost::ptr_vectorNoel Grandin3-16/+13
Change-Id: Ic3b06e179d182d68288c7c6832149309160cd637
2012-06-11remove EraseLeadingChars and EraseTrailingCharsCaolán McNamara1-3/+2
Change-Id: Ib9797fe97cd008cc6508ce8cec47dc5373416892
2012-06-06drop String::ReverseCaolán McNamara1-4/+3
Change-Id: Ie06635dc1f242241d48f9d6de4f592898e605bf2
2012-06-04nuke unused definesTakeshi Abe1-18/+0
Change-Id: I7924da4bff73ca8f82c76eb8cb211401530acdeb
2012-06-04CMIS UCP: changed URLs to have hierarchical pathCédric Bosdonnat1-34/+14
Hierarchical path is assumed in loads of places, changed the URLs to the following: * Binding URL is encoded in the authority part, the repository ID is set as a fragment of the binding URL. * The hierarchical path reflects one of the path to the document on the server :x Change-Id: I8214daeb1d9c9b0f6ab86bdf60875e7e4e5369f4
2012-06-04CMIS UCP: Fixed folder creation and nodes renamingCédric Bosdonnat3-2/+56
Change-Id: I2c49b95279d90ebb06f38ed83061a5f1a905a555
2012-06-04fpicker: folder creation dialog fixesCédric Bosdonnat2-4/+5
Change-Id: I9122de6c04561f72c633b05983590871d9ec3a73
2012-06-04fpicker: Added CMIS protocol for Experimental featuresCédric Bosdonnat6-1/+133
Change-Id: I Ib254cfbe2743b67bc19c2c9033908bc0bedc430c
2012-06-01nuke unused namespaceTakeshi Abe1-1/+0
Change-Id: Ic00cdfce4172af0a2f0aa1aa33ef5e386d407976
2012-05-29targetted SAL_N_ELEMENTS reversion.Michael Meeks2-7/+7
Change-Id: I30be93ccaeb1f9fd17cbe9e3ed3165e094810b2e
2012-05-27break dep. cycle between vcl and fpickerDavid Tardon1-1/+1
Change-Id: I04c68440d7c5e5b6c620b406ff52b1cca9e2fbfb
2012-05-15WaE: unsafe mix of bool and sal_BoolCaolán McNamara1-4/+4
Change-Id: I0b52eead997b8d6937088aade660be78d600b8b4
2012-05-04fpicker: fixed build problems for macos and windowsCédric Bosdonnat1-1/+0
Change-Id: I34a7d62f8ee55cbc7f8506c1bdc4b12fe6e5d7bf
2012-05-04fpicker: make the place edition dialog workingCédric Bosdonnat13-206/+948
Change-Id: If290ea4c1418162902e00bcc29c3afe69685ec5d
2012-04-30make ResId::toString a non-static memberCaolán McNamara2-2/+4
Change-Id: I756c0a19bea7b1cc0e290d9f382a04d655819bfb
2012-04-27NOINITIALSELECTION important for Save AsStephan Bergmann1-1/+1
...as otherwise the initial selection would overwrite the passed-in directory where to save to. Change-Id: Iafb3aa8a120a777f9bf15c00ab3b9c0379bd3b2c
2012-04-25refactor ImpSvtDataCaolán McNamara1-1/+1
2012-04-24OSL_DEBUG_LEVEL > 0 -> defined DBG_UTILStephan Bergmann1-1/+1
2012-04-10fdo#48496 Decode file URL path segment dispalyed as "place" nameStephan Bergmann1-1/+2
2012-04-08Replaced a few equal calls with ==Szabolcs Dezsi1-2/+2
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi1-2/+1
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi2-4/+4
Pattern used: find . -name "*.cxx" -exec sed -i 's/\( *\)\(else if\|if\) *( *\([^!()|&]*\)\.equalsAsciiL( *RTL_CONSTASCII_STRINGPARAM *( *\([^)]*\) ) *) *)$/\1\2 ( \3 == \4 )/' \{\} \;
2012-04-05SvtFileDialogURLSelector::OpenURL can go apparentlyCaolán McNamara2-9/+0
2012-04-05callcatcher: update list, add README, remove some newly unused codeCaolán McNamara5-127/+0
2012-04-02Internal fpicker cleanup and reworkCédric Bosdonnat10-177/+155
Changes: * Use SvHeaderTabListBox for the places list to get a nicer list * Remove the "Default Directory" button: it's in the places * Remove the Up and New Folder icons: look ugly beside the edit field * Added proper icons for places
2012-04-02fpicker: a list of bookmarks in the file pickerMartin Richard11-76/+961
under dual licences MPLv1+/LGPLv3+ Authors: Martin Richard <martius@martiusweb.net> Julien Levesy <jlevesy@gmail.com>
2012-03-20remove ToDouble/ToFloatCaolán McNamara1-3/+3
2012-03-14Enable -Wnon-virtual-dtor for GCC 4.6Stephan Bergmann1-0/+6
...which has the necessary features to support it. Change a lot of classes to either contain a protected non-virtual dtor (which is backwards compatible, so even works for cppumaker-generated UNO headers) or a public virtual one. cppuhelper/propertysetmixin.hxx still needs to disable the warning, as the relevant class has a non-virtual dtor but friends, which would still cause GCC to warn. Includes a patch for libcmis, intended to be upstreamed.
2012-03-01New IMPL_LINK_NOARG to work around SAL_UNUSED_PARAMETER problemStephan Bergmann3-12/+12
...see ebe26f72e90337da2d14f3029de148904e3e30b6 "WaE: 'unused' attribute ignored when parsing type" for the problem.
2012-02-23Get rid of CREATEVERSIONRESMGR[_NAME]Stephan Bergmann2-2/+2
2012-01-26Replace SvtInetOptions with (simplified) direct configuration access.Stephan Bergmann1-1/+0
2012-01-21Removed some unused parameters; added SAL_UNUSED_PARAMETER.Stephan Bergmann1-1/+1
SAL_UNUSED_PARAMETER (expanding to __attribute__ ((unused)) for GCC) is used to annotate legitimately unused parameters, so that static analysis tools can tell legitimately unused parameters from truly unnecessary ones. To that end, some patches for external modules are also added, that are only applied when compiling with GCC and add necessary __attribute__ ((unused)) in headers.
2012-01-17Replaced SAL_INFO with SAL_WARN were applicable.Marcel Metz3-7/+7
2012-01-16Replaced DBG_ERRORFILE with SAL_INFO.Marcel Metz3-8/+7
2012-01-11SvStringsDtor->std::vectorAugust Sodora2-47/+8
2012-01-11SvStringsDtor->std::vectorAugust Sodora4-78/+22
2012-01-10Remove _SVSTDARR_STRINGSISORTDTORAugust Sodora4-16/+0
2012-01-10simplify LocalFileHelper::ConvertURLToPhysicalNameCaolán McNamara1-2/+2
2012-01-05Removed unnecessary tools includes.Marcel Metz1-1/+0
2012-01-05Removed unnecessary tools includes.Marcel Metz1-1/+0
2012-01-05add a comphelper::string::getTokenCountCaolán McNamara1-25/+24
suitable for conversion from [Byte]String::GetTokenCount converted low-hanging variants to rtl::O[UString]::getToken loops added unit test
2011-12-29EasyHack fdo#42454, remove code associated with unused iconsGustavo Buzzatti Pacheco2-23/+5
2011-12-27fpicker: convert to gbuildMatúš Kukan1-96/+0
2011-12-26Fix for fdo43460 Part XIX getLength() to isEmpty()Olivier Hallot6-16/+16
Part XIX Module formula and fpicker
2011-12-22"*.*" is not "all files" (bnc#738021)Luboš Luňák1-1/+1
Not on any Unix, at least. I have no idea how deep entrenched is this mistake all over the code, so I'll play safe and just fix the KDE4 fpicker (GNOME/KDE3 seem to handle it fine), but at least in the UI show just "All files" instead of "All files (*.*)").
2011-12-14shrinked useless constants/definesTakeshi Abe1-4/+0
2011-12-14catch exception by constant referenceTakeshi Abe2-6/+6
2011-11-27remove include of pch header from fpickerNorbert Thiebaud10-20/+0
2011-11-01eliminate SvUShorts typeDaniel Di Marco1-1/+0
2011-09-15Rewrite a bit so that Windows dbgutils build does not shoutFridrich Štrba1-8/+8