summaryrefslogtreecommitdiffstats
path: root/connectivity
Commit message (Collapse)AuthorAgeFilesLines
* rework this in terms of read_uInt8s_AsOStringCaolán McNamara2011-09-191-9/+6
|
* use read_uInt8s_AsOString and comphelper::string::padToLengthCaolán McNamara2011-09-171-23/+14
| | | | which allows us to simplify the read in DTable.cxx quite a bit
* memcpy is of the same length as preceding memsetCaolán McNamara2011-09-171-1/+0
|
* Make this compile with MSVC and _DEBUGTor Lillqvist2011-09-151-16/+4
|
* We can't #define _HAS_ITERATOR_DEBUGGING 0 in just some of the source filesTor Lillqvist2011-09-151-7/+0
| | | | | | | | | | | | It seems that _HAS_ITERATOR_DEBUGGING affects the layout of some classes, which of course means horrible breakage if some of the source files are compiled with it, the rest not. http://msdn.microsoft.com/en-us/library/aa985939%28v=vs.80%29.aspx http://connect.microsoft.com/VisualStudio/feedback/details/334315/has-iterator-debugging-0-causes-crash I will just have to fix the code in this handful of source files so that it compiles with _DEBUG defined. If I can be bothered.
* shouldEscapeDateTime() controls ODBC syntax for date literals, not ## formatLionel Elie Mamane2011-09-071-1/+1
|
* [cppchecker] unread Variable warning suppressedPierre-André Jacquod2011-09-061-3/+0
|
* IBM jni.h has non-const SetByteArrayRegion final argCaolán McNamara2011-09-062-2/+2
|
* Fixes fdo#36594 Syntax error in SQL on "--" comment (and "//" and "/**/")Jenei Gábor2011-09-031-1/+65
| | | | | | | | | | | | | The SQL parser implementation does not handle comments. Temporarily remove "-- ..." and "// ..." end-of-line comments and "/* ... */" inline comments of a query and append comments after recomposition of the query. NOTE: The original comment positions are not preserved, all comments are appended to the query! Based on the original patch further development was done for inline comments and preserving comments' line order.
* More #define _HAS_ITERATOR_DEBUGGING 0 to fix _DEBUG MSVC buildsTor Lillqvist2011-08-291-0/+2
|
* Don't do the undef-redef dance for "MINIMAL_PROFILEDISCOVER"Tor Lillqvist2011-08-241-22/+24
|
* Again, avoid debugging MSVC std::equal_range issueTor Lillqvist2011-08-241-0/+5
|
* convert tools::Config to rtl::OStringCaolán McNamara2011-08-191-1/+1
|
* drop it completelyCaolán McNamara2011-08-1928-6297/+0
|
* registered but uninstalled database drivers break address book wizardCaolán McNamara2011-08-181-2/+1
| | | | | | among other things undoubtedly. The idea was IIRC to drop adabas support, so lets not register the uninstalled components, and while we're at it not build it either.
* Fixed build breakage.Kohei Yoshida2011-08-181-1/+3
|
* add a getToken wrapper for extracting a single token painlesslyCaolán McNamara2011-08-151-6/+8
|
* ByteString->rtl::OStringCaolán McNamara2011-08-151-2/+2
|
* =class OTableHelper: typo in private member name: refreshFor*gei*nKeysLionel Elie Mamane2011-08-142-3/+3
|
* callcatcher: ditch some more methodsCaolán McNamara2011-08-082-14/+0
|
* delete/delete[] mismatch, thanks to Terrence EngerCaolán McNamara2011-08-051-1/+1
|
* fixed typoTakeshi Abe2011-08-041-1/+1
|
* Deliver also static librariesTor Lillqvist2011-08-011-0/+1
|
* Related: fdo#35404 survive nil xTableCaolán McNamara2011-07-271-1/+3
|
* resyncing to masterBjoern Michaelsen2011-07-2146-172/+137
|\
| * Generate correctly named import library for WNTGCCTor Lillqvist2011-07-211-0/+4
| |
| * Add a few casts to fix MinGW compilation errorsTor Lillqvist2011-07-202-3/+3
| |
| * Win32 header names need to be in lowercase as that is how they are in MinGWTor Lillqvist2011-07-201-1/+1
| |
| * MinGW needs -fpermissive for <adoint.h>Tor Lillqvist2011-07-201-0/+4
| |
| * Keep this one component_getImplementationEnvironment methodMatúš Kukan2011-07-122-0/+9
| |
| * Remove component_getImplementationEnvironment methodsMatúš Kukan2011-07-1239-178/+0
| |
| * Deliver also static archives, as built for iOSTor Lillqvist2011-07-061-0/+1
| |
| * ByteString::CreateFromInt32->rtl::OString::valueOfCaolán McNamara2011-07-022-7/+7
| |
* | Merge branch 'master' into feature/gnumake4Bjoern Michaelsen2011-06-19869-3915/+4664
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: connectivity/source/cpool/Zregistration.cxx connectivity/source/drivers/evoab/LCatalog.cxx connectivity/source/drivers/evoab/LColumnAlias.cxx connectivity/source/drivers/evoab/LColumnAlias.hxx connectivity/source/drivers/evoab/LColumns.cxx connectivity/source/drivers/evoab/LColumns.hxx connectivity/source/drivers/evoab/LConfigAccess.cxx connectivity/source/drivers/evoab/LConfigAccess.hxx connectivity/source/drivers/evoab/LConnection.cxx connectivity/source/drivers/evoab/LConnection.hxx connectivity/source/drivers/evoab/LDatabaseMetaData.cxx connectivity/source/drivers/evoab/LDatabaseMetaData.hxx connectivity/source/drivers/evoab/LDriver.cxx connectivity/source/drivers/evoab/LDriver.hxx connectivity/source/drivers/evoab/LFolderList.cxx connectivity/source/drivers/evoab/LFolderList.hxx connectivity/source/drivers/evoab/LNoException.cxx connectivity/source/drivers/evoab/LPreparedStatement.cxx connectivity/source/drivers/evoab/LPreparedStatement.hxx connectivity/source/drivers/evoab/LResultSet.cxx connectivity/source/drivers/evoab/LResultSet.hxx connectivity/source/drivers/evoab/LServices.cxx connectivity/source/drivers/evoab/LStatement.cxx connectivity/source/drivers/evoab/LStatement.hxx connectivity/source/drivers/evoab/LTable.cxx connectivity/source/drivers/evoab/LTable.hxx connectivity/source/drivers/evoab/LTables.cxx connectivity/source/drivers/evoab/LTables.hxx connectivity/source/drivers/evoab/evoab.xml connectivity/source/drivers/evoab/makefile.mk editeng/Library_editeng.mk framework/Library_fwe.mk framework/test/test.cxx idl/prj/d.lst idl/util/idlpch.cxx linguistic/Makefile linguistic/Module_linguistic.mk linguistic/inc/linguistic/lngdllapi.h linguistic/inc/linguistic/lngprophelp.hxx linguistic/inc/linguistic/misc.hxx linguistic/prj/build.lst linguistic/prj/d.lst linguistic/qa/unoapi/Test.java linguistic/source/grammarchecker.cxx linguistic/source/grammarchecker.hxx linguistic/source/hyphdta.cxx linguistic/source/lngprophelp.cxx linguistic/source/makefile.mk linguistic/source/spelldta.cxx sfx2/Library_qstart.mk sfx2/Library_sfx.mk sfx2/inc/sfx2/qswin32.h sfx2/prj/build.lst sfx2/qa/cppunit/makefile.mk xmlscript/inc/xmlscript/xcrdllapi.h xmlscript/prj/d.lst xmlscript/util/makefile.mk
| * unused bufferCaolán McNamara2011-06-141-3/+0
| |
| * remove unused filler and widthCaolán McNamara2011-06-143-3/+0
| |
| * Merge remote-tracking branch 'origin/libreoffice-3-4'Jan Holesovsky2011-06-061-2/+1
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: connectivity/qa/makefile.mk sfx2/source/appl/appdata.cxx sfx2/source/appl/appinit.cxx sfx2/source/inc/appdata.hxx sysui/desktop/productversion.mk xmloff/source/forms/elementimport.cxx
| | * fix build in connectivity/qa with system-hsqldbRene Engelhard2011-05-311-1/+7
| | |
| | * fix compile with Bison 2.5Kelly Anderson2011-05-312-2/+2
| | | | | | | | | | | | Signed-off-by: Luboš Luňák <l.lunak@suse.cz>
| * | Removed commented codeChristina Rossmanith2011-06-043-41/+0
| | |
| * | Drop %_EXT% which was always emptyTor Lillqvist2011-06-031-49/+49
| | |
| * | this is overly static for little gainCaolán McNamara2011-06-011-9/+5
| | |
| * | WaE: unused return valueCaolán McNamara2011-06-011-0/+1
| | |
| * | fix compile with Bison 2.5Kelly Anderson2011-05-312-2/+2
| | | | | | | | | | | | Signed-off-by: Luboš Luňák <l.lunak@suse.cz>
| * | Merge remote-tracking branch 'origin/integration/dev300_m106'Jan Holesovsky2011-05-2732-132/+797
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| | * \ Merge commit 'ooo/DEV300_m106' into integration/dev300_m106Thorsten Behrens2011-04-2832-130/+795
| | |\ \ | | | |/ | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| | * | those TRUE->sal_True conversions look really wrongCaolán McNamara2011-04-151-2/+2
| | | |
| * | | Drop OS2Tor Lillqvist2011-05-2113-50/+7
| | | |
| * | | remove double space from en-US messageAndras Timar2011-04-261-1/+1
| | | |
| * | | Easyhack: Add visibility markup to all component_get* functionsJulien Nabet2011-04-2113-26/+15
| | | |