summaryrefslogtreecommitdiff
path: root/ucb
AgeCommit message (Collapse)Author
2011-10-07state *what* is missingCaolán McNamara
2011-10-05remove const sal_Char * casts of rtl::OUStringToOString results, fixes ucbMichael Meeks
2011-10-05use getStr now after the cast operator changeCaolán McNamara
2011-10-05Fix MinGW build.Jan Holesovsky
2011-10-05need getStr here as wellCaolán McNamara
2011-10-05Deliver the right thingFridrich Štrba
2011-10-05Fix Windows build and enable CMIS inconditionallyFridrich Štrba
Since the provider should now build everywhere, enable it inconditionally to catch minor problems
2011-10-05Use the old way to build libcmis and cmis ucp ATMFridrich Štrba
2011-10-05use getStr instead of castCaolán McNamara
2011-10-04WaE: unreferenced local variableTor Lillqvist
2011-10-04Check ENABLE_CMIS harderTor Lillqvist
2011-10-04Revert "Don't bother with libcmis on Windows for now"Cédric Bosdonnat
This reverts commit 0dd1e3b1240e4d5a2c9ac6de0348658918e012a8. Use --disable-cmis now to avoid building all CMIS-related code.
2011-10-04Added --disable-cmis flag for use while the feature is too unstableCédric Bosdonnat
2011-10-03Don't bother with libcmis on Windows for nowTor Lillqvist
It obviously doesn't build as autoconf and libtool have little clue about MSVC. Thus make the cmis UCP Unix-only as well. Looking forward to coming gbuildification of more 3rd-party modules.
2011-10-02add --with-system-libcmisRene Engelhard
2011-10-01CMIS UCP: get the document content streamCédric Bosdonnat
2011-10-01Cmis: Fixed the installation of the new UCP provider and libcmisCédric Bosdonnat
2011-10-01CMIS: added libcmis module and created empty cmis UCP shellCédric Bosdonnat
2011-09-27Removed uses of rtl::O[U]String[Buffer]::operator sal_{char|Unicode} const *().Stephan Bergmann
2011-09-26Do as the comment says: use the pragma for gcc >= 4.2.1Tor Lillqvist
2011-09-22just silence the auto_ptr deprecations in isolationCaolán McNamara
2011-09-19Fix build with MinGW.Jan Holesovsky
2011-09-15I forgot the directory separatorTor Lillqvist
2011-09-15Improve the Windows code a bitTor Lillqvist
2011-08-29chmod -xTor Lillqvist
2011-08-29Add comphelperlib for isdigitAscii etcTor Lillqvist
Despite these being marked as inline, needed when linking at least in a WNTMSC build with --enable-dbgutil, possibly always with WNTMSC.
2011-08-29merge together 5 or ascii isalpha/isalnum/isdigit implementationsCaolán McNamara
2011-08-27fix debug build for nowMarkus Mohrhard
2011-08-22callcatcher: remove unused methodsCaolán McNamara
2011-08-16Related: fdo#39376/fdo#34880 short fread isn't an error when its eofCaolán McNamara
2011-08-10prefer makefile-gmake-mode to plain makefile-modeTakeshi Abe
2011-08-05reflect gmake flavorTakeshi Abe
2011-08-05Emacs mode line compatible with vi's oneTakeshi Abe
2011-08-03make these less noisyCaolán McNamara
2011-07-31Some cppcheck cleaningJulien Nabet
2011-07-30Add consistent Emacs and vim mode linesTor Lillqvist
2011-07-21resyncing to masterBjoern Michaelsen
2011-07-20Fix build of our odma_lib library with MinGWTor Lillqvist
2011-07-12Remove component_getImplementationEnvironment methodsMatúš Kukan
2011-07-11catch by const referenceCaolán McNamara
2011-06-24main must return int in mingw32Jesús Corrius
2011-06-22gnumake4: adjust ucb to gbuildBjoern Michaelsen
2011-06-20catch by const referenceCaolán McNamara
2011-06-20catch by const referenceCaolán McNamara
2011-06-15Link with zlib in case the internal libcurl has been built staticallyTor Lillqvist
2011-06-13createFromAscii -> RTL_CONSTASCII_USTRINGPARAMCaolán McNamara
2011-06-03Drop %_EXT% which was always emptyTor Lillqvist
2011-05-27Merge remote-tracking branch 'origin/integration/dev300_m106'Jan Holesovsky
Conflicts: basic/source/classes/sbunoobj.cxx basic/source/inc/runtime.hxx basic/source/runtime/step1.cxx desktop/source/deployment/dp_services.cxx drawinglayer/prj/d.lst drawinglayer/source/primitive2d/makefile.mk sfx2/source/appl/appinit.cxx sfx2/source/appl/appquit.cxx sfx2/source/inc/appdata.hxx sfx2/source/view/viewfrm.cxx svx/source/fmcomp/gridctrl.cxx vbahelper/source/vbahelper/vbahelper.cxx
2011-05-23fdo#35727: reenable ucb.UniversalContentBroker::...::XContentProviderManagerBjoern Michaelsen
* renable ucb.UniversalContentBroker::com::sun::star::ucb::XContentProviderManager
2011-05-16Always link with WS2_32LIB, not WSOCK32LIBTor Lillqvist