Commit Graph

1982 Commits

Author SHA1 Message Date
Eike Rathke
fc2207ecfd Silence down ne_lock gcc WaE
Wraps this
/usr/include/neon/ne_locks.h:125:51: warning: 'int ne_lock(ne_session*, ne_lock*)'
hides constructor for 'struct ne_lock' [-Wshadow]
into a system header guard.
2011-11-04 13:49:41 +01:00
Cédric Bosdonnat
228051c11a Reapply "CMIS: use another name to show than the one extracted from the base URL
This reverts commit 4901bdf4c4.
2011-10-18 11:01:27 +02:00
Luboš Luňák
4901bdf4c4 Revert "CMIS: use another name to show than the one extracted from the base URL"
The commit makes LO unusable, it fails during startup, smoketest fails as well.
This reverts commit cd1a12dc55.
2011-10-17 17:12:17 +02:00
Cédric Bosdonnat
cd1a12dc55 CMIS: use another name to show than the one extracted from the base URL
In CMIS, the URL is only providing an easy access to the CMIS
interface and doesn't reflect the public path on the server. A new
property has been added in the SfxMedium items to hold the document
name on the server and set it as the window title.
2011-10-17 11:36:22 +02:00
Fridrich Štrba
5f981343a5 When building with system libcmis, look for headers where they are 2011-10-08 15:14:03 +02:00
Caolán McNamara
6a0fdcc0b7 state *what* is missing 2011-10-07 08:43:10 +01:00
Michael Meeks
6c2d66e525 remove const sal_Char * casts of rtl::OUStringToOString results, fixes ucb 2011-10-05 14:00:34 +01:00
Caolán McNamara
b04d2681c2 use getStr now after the cast operator change 2011-10-05 13:55:03 +01:00
Jan Holesovsky
a8f868af45 Fix MinGW build. 2011-10-05 14:44:37 +02:00
Caolán McNamara
b1e0e4297d need getStr here as well 2011-10-05 13:38:30 +01:00
Fridrich Štrba
2d5ce4cfcc Deliver the right thing 2011-10-05 14:26:40 +02:00
Fridrich Štrba
3b53c579ce Fix Windows build and enable CMIS inconditionally
Since the provider should now build everywhere,
enable it inconditionally to catch minor problems
2011-10-05 13:05:01 +02:00
Fridrich Štrba
0bd11cfd85 Use the old way to build libcmis and cmis ucp ATM 2011-10-05 11:31:58 +02:00
Caolán McNamara
08f312431e use getStr instead of cast 2011-10-05 09:29:02 +01:00
Tor Lillqvist
73a038df37 WaE: unreferenced local variable 2011-10-04 18:07:56 +03:00
Tor Lillqvist
a34dbd394f Check ENABLE_CMIS harder 2011-10-04 14:54:05 +03:00
Cédric Bosdonnat
5bd2890a56 Added --disable-cmis flag for use while the feature is too unstable 2011-10-04 09:38:36 +02:00
Cédric Bosdonnat
14a03abcd3 CMIS UCP: get the document content stream 2011-10-01 16:04:47 +02:00
Cédric Bosdonnat
a43730b4df Cmis: Fixed the installation of the new UCP provider and libcmis 2011-10-01 16:04:38 +02:00
Cédric Bosdonnat
61db713ee5 CMIS: added libcmis module and created empty cmis UCP shell 2011-10-01 15:59:50 +02:00
Stephan Bergmann
6671fa81db Removed uses of rtl::O[U]String[Buffer]::operator sal_{char|Unicode} const *(). 2011-09-27 20:22:03 +02:00
Tor Lillqvist
dd5f1c2333 Do as the comment says: use the pragma for gcc >= 4.2.1 2011-09-26 16:11:21 +03:00
Caolán McNamara
871426533f just silence the auto_ptr deprecations in isolation 2011-09-22 15:01:05 +01:00
Jan Holesovsky
1b428599a3 Fix build with MinGW. 2011-09-19 03:14:32 +02:00
Tor Lillqvist
7d64f8ac5d I forgot the directory separator 2011-09-15 21:20:13 +03:00
Tor Lillqvist
31526bc15e Improve the Windows code a bit 2011-09-15 17:07:08 +03:00
Tor Lillqvist
8b5a850b04 chmod -x 2011-08-29 15:27:55 +03:00
Tor Lillqvist
0b1b496c0b Add comphelperlib for isdigitAscii etc
Despite these being marked as inline, needed when linking at least in
a WNTMSC build with --enable-dbgutil, possibly always with WNTMSC.
2011-08-29 15:23:53 +03:00
Caolán McNamara
3829892dbc merge together 5 or ascii isalpha/isalnum/isdigit implementations 2011-08-29 09:56:08 +01:00
Markus Mohrhard
888a4519c3 fix debug build for now 2011-08-27 02:00:41 +02:00
Caolán McNamara
af6752b88e callcatcher: remove unused methods 2011-08-22 09:39:15 +01:00
Caolán McNamara
3ae98a0ca5 Related: fdo#39376/fdo#34880 short fread isn't an error when its eof 2011-08-16 11:19:29 +01:00
Caolán McNamara
c8eede4ee3 make these less noisy 2011-08-03 10:33:56 +01:00
Julien Nabet
1f7b66104d Some cppcheck cleaning 2011-07-31 00:02:18 +02:00
Tor Lillqvist
855fd72c80 Fix build of our odma_lib library with MinGW 2011-07-20 20:19:48 +03:00
Matúš Kukan
a90983bd65 Remove component_getImplementationEnvironment methods 2011-07-12 17:59:13 +02:00
Caolán McNamara
9b213c1196 catch by const reference 2011-07-11 10:57:56 +01:00
Jesús Corrius
60acd685b2 main must return int in mingw32 2011-06-24 11:18:14 +02:00
Caolán McNamara
c4ed8d4548 catch by const reference 2011-06-20 11:01:54 +01:00
Caolán McNamara
051e6eea5a catch by const reference 2011-06-20 11:01:54 +01:00
Tor Lillqvist
f435610010 Link with zlib in case the internal libcurl has been built statically 2011-06-15 19:11:48 +03:00
Caolán McNamara
80ec3cb611 createFromAscii -> RTL_CONSTASCII_USTRINGPARAM 2011-06-13 11:43:07 +01:00
Jan Holesovsky
9df8682ced Merge remote-tracking branch 'origin/integration/dev300_m106'
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-27 20:46:20 +02:00
Tor Lillqvist
e548d6364f Always link with WS2_32LIB, not WSOCK32LIB 2011-05-16 15:58:18 +03:00
Christina Rossmanith
9cc6dfd98f remove Attribute_XXX in favor of osl_File_Attribute_XXX (desktop) 2011-04-30 17:43:17 +02:00
Francois Tigeot
b1cc998d9a Remove some OS/2 code 2011-04-30 09:02:07 +02:00
Thorsten Behrens
f51c3f66b1 Merge commit 'ooo/DEV300_m106' into integration/dev300_m106
Conflicts:
	avmedia/source/gstreamer/gstframegrabber.cxx
	avmedia/source/gstreamer/gstplayer.cxx
	avmedia/source/gstreamer/gstplayer.hxx
	basic/inc/basic/sbxdef.hxx
	basic/source/classes/sbxmod.cxx
	basic/source/comp/makefile.mk
	basic/source/comp/sbcomp.cxx
	basic/source/inc/namecont.hxx
	basic/source/inc/scriptcont.hxx
	basic/source/runtime/methods.cxx
	basic/source/runtime/runtime.cxx
	basic/source/runtime/stdobj.cxx
	basic/source/runtime/step1.cxx
	basic/source/uno/namecont.cxx
	basic/util/makefile.mk
	connectivity/source/commontools/predicateinput.cxx
	connectivity/source/drivers/dbase/DNoException.cxx
	connectivity/source/drivers/dbase/DTable.cxx
	connectivity/source/drivers/file/fcomp.cxx
	connectivity/source/drivers/jdbc/JConnection.cxx
	connectivity/source/drivers/odbcbase/OResultSet.cxx
	connectivity/source/drivers/odbcbase/OStatement.cxx
	connectivity/source/parse/sqlnode.cxx
	desktop/source/app/app.cxx
	drawinglayer/inc/drawinglayer/primitive2d/drawinglayer_primitivetypes2d.hxx
	drawinglayer/source/processor2d/vclprocessor2d.cxx
	formula/inc/formula/token.hxx
	formula/source/core/api/token.cxx
	fpicker/source/win32/filepicker/VistaFilePickerImpl.hxx
	fpicker/source/win32/filepicker/platform_vista.h
	framework/source/helper/persistentwindowstate.cxx
	framework/source/uielement/menubarmanager.cxx
	oovbaapi/ooo/vba/XFoundFiles.idl
	oovbaapi/ooo/vba/excel/XApplication.idl
	oovbaapi/ooo/vba/msforms/XCheckBox.idl
	oovbaapi/ooo/vba/msforms/XComboBox.idl
	oovbaapi/ooo/vba/msforms/XControl.idl
	oovbaapi/ooo/vba/msforms/XGroupBox.idl
	oovbaapi/ooo/vba/msforms/XLabel.idl
	oovbaapi/ooo/vba/msforms/XListBox.idl
	oovbaapi/ooo/vba/msforms/XNewFont.idl
	oovbaapi/ooo/vba/msforms/XRadioButton.idl
	oovbaapi/ooo/vba/msforms/XTextBox.idl
	oovbaapi/ooo/vba/msforms/XToggleButton.idl
	scripting/source/dlgprov/dlgevtatt.cxx
	sfx2/source/control/unoctitm.cxx
	sfx2/source/doc/objstor.cxx
	sfx2/source/doc/objxtor.cxx
	svx/inc/svx/svdograf.hxx
	svx/source/form/fmpage.cxx
	svx/source/form/fmpgeimp.cxx
	svx/source/svdraw/svdedtv.cxx
	svx/source/svdraw/svdfmtf.cxx
	svx/source/svdraw/svdograf.cxx
	svx/source/svdraw/svdouno.cxx
	svx/source/xml/xmlgrhlp.cxx
	uui/source/iahndl-ssl.cxx
	vbahelper/Library_msforms.mk
	vbahelper/Library_vbahelper.mk
	vbahelper/inc/vbahelper/vbahelper.hxx
	vbahelper/prj/build.lst
	vbahelper/source/msforms/vbacombobox.cxx
	vbahelper/source/msforms/vbacontrol.cxx
	vbahelper/source/msforms/vbacontrols.cxx
	vbahelper/source/msforms/vbaframe.cxx
	vbahelper/source/msforms/vbaframe.hxx
	vbahelper/source/msforms/vbalabel.cxx
	vbahelper/source/msforms/vbalabel.hxx
	vbahelper/source/msforms/vbalistbox.cxx
	vbahelper/source/msforms/vbalistbox.hxx
	vbahelper/source/msforms/vbamultipage.cxx
	vbahelper/source/msforms/vbatogglebutton.cxx
	vbahelper/source/msforms/vbauserform.cxx
	vbahelper/source/vbahelper/vbacommandbar.cxx
	vbahelper/source/vbahelper/vbacommandbarcontrol.cxx
	vbahelper/source/vbahelper/vbacommandbarcontrols.hxx
	vbahelper/source/vbahelper/vbahelper.cxx
	vbahelper/source/vbahelper/vbawindowbase.cxx
	xmloff/source/meta/xmlmetai.cxx
	xmloff/source/style/PageMasterExportPropMapper.cxx
	xmloff/source/style/PageMasterStyleMap.cxx
	xmloff/source/text/txtexppr.cxx
	xmloff/source/text/txtprmap.cxx
2011-04-28 00:12:58 +02:00
Júlio Hoffimann
147824a979 left arrow comments removed // <-- 2011-04-22 14:51:26 +02:00
Júlio Hoffimann
3fac91723b all bogus comments finally removed 2011-04-22 14:07:18 +02:00
Julien Nabet
561192cfc9 Easyhack: Add visibility markup to all component_get* functions 2011-04-21 00:27:41 +02:00