summaryrefslogtreecommitdiffstats
path: root/ucbhelper
Commit message (Expand)AuthorAgeFilesLines
* ucbhelper: sal_Bool -> boolStephan Bergmann2014-02-1711-192/+192
* fdo#54938 Convert dtrans, remoteb., reportd., ucbhelper to cppu::supportsSer..Alexandre Vicenzi2014-02-042-235/+12
* bool improvementsStephan Bergmann2014-01-292-9/+9
* bool improvementsStephan Bergmann2014-01-281-3/+3
* Using pre-cached type_infos provided by the typeid operator seems to work nowTor Lillqvist2013-12-271-23/+0
* Hacky workaround for non-working C++/UNO bridge for arm64 iOSTor Lillqvist2013-12-241-1/+26
* typo fixesAndras Timar2013-12-201-2/+2
* Default OMultiTypeInferfaceContainerHelperVar equalImpl parameterStephan Bergmann2013-12-062-36/+2
* remove unnecessary sal_Unicode casts in various placesNoel Grandin2013-11-142-15/+9
* remove unnecessary use of OUString constructor in UCBHELPER moduleNoel Grandin2013-11-072-17/+17
* remove redundant calls to OUString constructorNoel Grandin2013-11-041-1/+1
* drop worthless _VECTOR_/_MAP_ header guardsCaolán McNamara2013-09-251-2/+0
* WaE: Unreachable code: Use SAL_WNOUNREACHABLE_CODE_PUSH/POPTor Lillqvist2013-09-041-2/+5
* WaE: Unreachable codeTor Lillqvist2013-09-031-0/+4
* CMIS: add document ID when saving.Cao Cuong Ngo2013-09-021-2/+4
* finish deprecation of O(U)String::valueOf()Luboš Luňák2013-08-211-1/+1
* remove OUString wrap for string literalsThomas Arnhold2013-06-291-2/+2
* Fix support for "dummy" content providersStephan Bergmann2013-06-141-21/+25
* Remove unused ContentProviderRegistrationInfoStephan Bergmann2013-06-141-10/+1
* use uno::Reference#clear() method...Noel Grandin2013-06-051-1/+1
* fdo#46808, Convert XMultiServiceFactory in ucb moduleNoel Grandin2013-06-051-10/+4
* fix build, bad mergeCaolán McNamara2013-06-041-5/+8
* Resolves: #i122273# - Avoid using tmpfile()Ariel Constenla-Haile2013-06-041-47/+32
* gbuild: drop uses of removed packagesDavid Tardon2013-04-241-2/+0
* execute move of global headersBjoern Michaelsen2013-04-2331-6678/+0
* fdo#60724 correct spellingThomas Arnhold2013-04-152-2/+2
* remove needless forward rtl::OUString declarationsLuboš Luňák2013-04-073-5/+0
* mass removal of rtl:: prefixes for O(U)String*Luboš Luňák2013-04-0736-420/+417
* More "compareToAscii(RTL_CONSTASCII_STRINGPARAM(s)) != compareTo(s)" fixesStephan Bergmann2013-03-191-1/+1
* remove legacy build.pl prj/build.lst files.Michael Meeks2013-03-141-3/+0
* Remove RTL_CONSTASCII_USTRINGPARAM in ucb/ucbhelperChr. Rossmanith2013-03-122-5/+3
* fdo#60724 change spelling error REMOVEABLE -> REMOVABLEKenneth Beck2013-03-061-5/+5
* Typo fix: informations -> information and a few other adjacent typos.Gregg King2013-03-021-1/+1
* No need for a command IDStephan Bergmann2013-02-281-26/+3
* remove all d.lstMichael Stahl2013-02-281-0/+0
* Fix typos retreive/retrieve furture/futureJulien Nabet2013-02-231-2/+2
* [Uu]sefull -> [Uu]sefulJulien Nabet2013-02-221-1/+1
* s/the the/the/Tor Lillqvist2013-02-222-3/+3
* spelling: otherwhise -> otherwiseIvan Timofeev2013-02-171-1/+1
* Add parenthesis to calm down cppcheckJulien Nabet2013-02-131-1/+2
* gbuild: do not copy boost headers aroundMichael Stahl2013-01-261-0/+2
* c++ API: use css alias in generated headers, adds global css declThorsten Behrens2012-11-305-11/+0
* fdo#46808, remove some more XMultiServiceFactory fieldsNoel Grandin2012-11-304-21/+16
* fdo#46808, use service constructor for ucb::CachedDynamicResultSetStubFactoryNoel Grandin2012-11-302-13/+9
* fdo#46808, convert ucbhelper::ResultSet to XComponentContextNoel Grandin2012-11-302-17/+12
* fdo#46808, remove some more XMultiServiceFactory fieldsNoel Grandin2012-11-283-17/+4
* fdo#46808, use service constructor for ucb::SortedDynamicResultSetFactoryNoel Grandin2012-11-281-6/+4
* fdo#46808: Work around cyclic comphelper use in ucbhelperStephan Bergmann2012-11-056-4/+94
* fdo#46808,remove unnecessary MSF field from ucbhelper::ContentIdentifierNoel Grandin2012-11-053-25/+4
* fdo#46808, use service constructor for ucb::PropertiesManagerNoel Grandin2012-11-054-32/+28