Home
last modified time | relevance | path

Searched refs:_rValue (Results 1 – 25 of 186) sorted by relevance

12345678

/trunk/main/forms/source/component/
H A Dformcontrolfont.cxx237 _rValue = m_aTextColor; in getFastPropertyValue()
245 _rValue <<= m_nFontRelief; in getFastPropertyValue()
249 _rValue = m_aTextLineColor; in getFastPropertyValue()
368 m_aTextColor = _rValue; in setFastPropertyValue_NoBroadcast()
372 m_aTextLineColor = _rValue; in setFastPropertyValue_NoBroadcast()
380 _rValue >>= m_nFontRelief; in setFastPropertyValue_NoBroadcast()
384 _rValue >>= m_aFont; in setFastPropertyValue_NoBroadcast()
388 _rValue >>= m_aFont.Name; in setFastPropertyValue_NoBroadcast()
416 _rValue >>= m_aFont.Pitch; in setFastPropertyValue_NoBroadcast()
420 _rValue >>= m_aFont.Type; in setFastPropertyValue_NoBroadcast()
[all …]
H A DComboBox.cxx196 _rValue <<= m_eListSourceType; in getFastPropertyValue()
200 _rValue <<= m_aListSource; in getFastPropertyValue()
204 _rValue <<= m_bEmptyIsNull; in getFastPropertyValue()
208 _rValue <<= m_aDefaultText; in getFastPropertyValue()
212 _rValue <<= getStringItemList(); in getFastPropertyValue()
216 OBoundControlModel::getFastPropertyValue(_rValue, _nHandle); in getFastPropertyValue()
229 _rValue >>= m_eListSourceType; in setFastPropertyValue_NoBroadcast()
235 _rValue >>= m_aListSource; in setFastPropertyValue_NoBroadcast()
249 _rValue >>= m_bEmptyIsNull; in setFastPropertyValue_NoBroadcast()
255 _rValue >>= m_aDefaultText; in setFastPropertyValue_NoBroadcast()
[all …]
H A Drefvaluecomponent.cxx81 …void SAL_CALL OReferenceValueComponent::getFastPropertyValue( Any& _rValue, sal_Int32 _nHandle ) c… in getFastPropertyValue() argument
85 case PROPERTY_ID_REFVALUE: _rValue <<= m_sReferenceValue; break; in getFastPropertyValue()
86 case PROPERTY_ID_DEFAULT_STATE: _rValue <<= (sal_Int16)m_eDefaultChecked; break; in getFastPropertyValue()
90 _rValue <<= m_sNoCheckReferenceValue; in getFastPropertyValue()
94 OBoundControlModel::getFastPropertyValue( _rValue, _nHandle ); in getFastPropertyValue()
104 OSL_VERIFY( _rValue >>= m_sReferenceValue ); in setFastPropertyValue_NoBroadcast()
110 OSL_VERIFY( _rValue >>= m_sNoCheckReferenceValue ); in setFastPropertyValue_NoBroadcast()
116 OSL_VERIFY( _rValue >>= nDefaultChecked ); in setFastPropertyValue_NoBroadcast()
123 OBoundControlModel::setFastPropertyValue_NoBroadcast( _nHandle, _rValue ); in setFastPropertyValue_NoBroadcast()
134 bModified = tryPropertyValue( _rConvertedValue, _rOldValue, _rValue, m_sReferenceValue ); in convertFastPropertyValue()
[all …]
H A DListBox.cxx264 _rValue <<= m_aBoundColumn; in getFastPropertyValue()
268 _rValue <<= m_eListSourceType; in getFastPropertyValue()
280 _rValue <<= m_aDefaultSelectSeq; in getFastPropertyValue()
284 _rValue <<= getStringItemList(); in getFastPropertyValue()
298 …DBG_ASSERT((_rValue.getValueType().getTypeClass() == TypeClass_SHORT) || (_rValue.getValueType().g… in setFastPropertyValue_NoBroadcast()
300 m_aBoundColumn = _rValue; in setFastPropertyValue_NoBroadcast()
306 _rValue >>= m_eListSourceType; in setFastPropertyValue_NoBroadcast()
313 OSL_VERIFY( _rValue >>= aListSource ); in setFastPropertyValue_NoBroadcast()
345 _rValue >>= m_aDefaultSelectSeq; in setFastPropertyValue_NoBroadcast()
349 setControlValue( _rValue, eOther ); in setFastPropertyValue_NoBroadcast()
[all …]
H A DFormComponent.cxx1014 _rValue <<= m_aName; in getFastPropertyValue()
1017 _rValue <<= m_aTag; in getFastPropertyValue()
1020 _rValue <<= m_nClassId; in getFastPropertyValue()
1023 _rValue <<= m_nTabIndex; in getFastPropertyValue()
1026 _rValue <<= (sal_Bool)m_bNativeLook; in getFastPropertyValue()
1033 _rValue <<= (sal_uInt16)m_nObjIDinMSO; in getFastPropertyValue()
1090 _rValue >>= m_aName; in setFastPropertyValue_NoBroadcast()
1095 _rValue >>= m_aTag; in setFastPropertyValue_NoBroadcast()
1100 _rValue >>= m_nTabIndex; in setFastPropertyValue_NoBroadcast()
1843 if (!_rValue.hasValue()) in convertFastPropertyValue()
[all …]
H A DHidden.cxx84 void OHiddenModel::getFastPropertyValue(Any& _rValue, sal_Int32 _nHandle) const in IMPLEMENT_DEFAULT_CLONING()
88 case PROPERTY_ID_HIDDEN_VALUE : _rValue <<= m_sHiddenValue; break; in IMPLEMENT_DEFAULT_CLONING()
90 OControlModel::getFastPropertyValue(_rValue, _nHandle); in IMPLEMENT_DEFAULT_CLONING()
95 void OHiddenModel::setFastPropertyValue_NoBroadcast(sal_Int32 _nHandle, const Any& _rValue) throw (… in setFastPropertyValue_NoBroadcast() argument
100 …DBG_ASSERT(_rValue.getValueType().getTypeClass() == TypeClass_STRING, "OHiddenModel::setFastProper… in setFastPropertyValue_NoBroadcast()
101 _rValue >>= m_sHiddenValue; in setFastPropertyValue_NoBroadcast()
104 OControlModel::setFastPropertyValue_NoBroadcast(_nHandle, _rValue); in setFastPropertyValue_NoBroadcast()
110 Any& _rConvertedValue, Any& _rOldValue, sal_Int32 _nHandle, const Any& _rValue) in convertFastPropertyValue() argument
117 bModified = tryPropertyValue(_rConvertedValue, _rOldValue, _rValue, m_sHiddenValue); in convertFastPropertyValue()
120 …odified = OControlModel::convertFastPropertyValue(_rConvertedValue, _rOldValue, _nHandle, _rValue); in convertFastPropertyValue()
H A Dspinbutton.cxx116 void OSpinButtonModel::getFastPropertyValue( Any& _rValue, sal_Int32 _nHandle ) const in getFastPropertyValue() argument
121 _rValue <<= m_nDefaultSpinValue; in getFastPropertyValue()
125 OBoundControlModel::getFastPropertyValue( _rValue, _nHandle ); in getFastPropertyValue()
130 …void OSpinButtonModel::setFastPropertyValue_NoBroadcast( sal_Int32 _nHandle, const Any& _rValue ) … in setFastPropertyValue_NoBroadcast() argument
135 OSL_VERIFY( _rValue >>= m_nDefaultSpinValue ); in setFastPropertyValue_NoBroadcast()
140 OBoundControlModel::setFastPropertyValue_NoBroadcast( _nHandle, _rValue ); in setFastPropertyValue_NoBroadcast()
146 Any& _rConvertedValue, Any& _rOldValue, sal_Int32 _nHandle, const Any& _rValue ) in convertFastPropertyValue() argument
153 bModified = tryPropertyValue( _rConvertedValue, _rOldValue, _rValue, m_nDefaultSpinValue ); in convertFastPropertyValue()
157 … = OBoundControlModel::convertFastPropertyValue( _rConvertedValue, _rOldValue, _nHandle, _rValue ); in convertFastPropertyValue()
/trunk/main/extensions/source/propctrlr/
H A Dstringrepresentation.cxx320 return _rValue; in operator ()()
367 _rValue >>= _rStringRep; in convertGenericValueToString()
375 _rValue >>= bValue; in convertGenericValueToString()
440 _rValue >>= aUnoDate; in convertGenericValueToString()
506 _rValue <<= _rStringRep; in convertStringToGenericValue()
531 _rValue <<= aElements; in convertStringToGenericValue()
538 _rValue <<= aElements; in convertStringToGenericValue()
545 _rValue <<= aElements; in convertStringToGenericValue()
552 _rValue <<= aElements; in convertStringToGenericValue()
559 _rValue <<= aElements; in convertStringToGenericValue()
[all …]
H A Dstandardcontrol.cxx93 if ( !( _rValue >>= aUNOTime ) ) in setValue()
198 _rValue >>= nValue; in setValue()
206 _rValue >>= sText; in setValue()
288 if ( !_rValue.hasValue() ) in setValue()
612 if ( !_rValue.hasValue() ) in setValue()
721 if ( _rValue.hasValue() ) in setValue()
847 if ( !_rValue.hasValue() ) in setValue()
852 _rValue >>= sSelection; in setValue()
919 _rValue >>= sText; in setValue()
1392 if ( !( _rValue >>= sText ) && _rValue.hasValue() ) in setValue()
[all …]
/trunk/main/forms/source/xforms/
H A Ddatatypes.cxx759 normalizeValue( _rValue, fValue ); in typedValueAsHumanReadableString()
766 OSL_VERIFY( _rValue >>= _rDoubleValue ); in normalizeValue()
815 return Convert::get().toXSD( _rValue ); in typedValueAsHumanReadableString()
822 OSL_VERIFY( _rValue >>= aValue ); in normalizeValue()
857 return Convert::get().toXSD( _rValue ); in typedValueAsHumanReadableString()
864 OSL_VERIFY( _rValue >>= aValue ); in normalizeValue()
887 ::Date( _rValue.Day, _rValue.Month, _rValue.Year ), in lcl_normalizeDateTime()
888 ::Time( _rValue.Hours, _rValue.Minutes, _rValue.Seconds, _rValue.HundredthSeconds ) in lcl_normalizeDateTime()
929 OSL_VERIFY( _rValue >>= aValue ); in normalizeValue()
970 OSL_VERIFY( _rValue >>= nValue ); in typedValueAsHumanReadableString()
[all …]
/trunk/main/comphelper/source/misc/
H A Dtypes.cxx167 sal_Bool bSuccess = _rValue >>= _rOut; in tryCompare()
194 *reinterpret_cast<const Any*>(_rValue.getValue())); in compare_impl()
199 _rValue); in compare_impl()
293 bConversionSuccess = _rValue >>= aTemp; in compare_impl()
325 bConversionSuccess = _rValue >>= aTemp; in compare_impl()
337 bConversionSuccess = _rValue >>= aTemp; in compare_impl()
349 bConversionSuccess = _rValue >>= aTemp; in compare_impl()
361 bConversionSuccess = _rValue >>= aTemp; in compare_impl()
373 bConversionSuccess = _rValue >>= aTemp; in compare_impl()
385 bConversionSuccess = _rValue >>= aTemp; in compare_impl()
[all …]
/trunk/main/dbaccess/source/core/api/
H A DWrappedResultSet.cxx172 if(_rValue.isBound() && _rValue.isModified()) in updateColumn()
174 if(_rValue.isNull()) in updateColumn()
179 switch(_rValue.getTypeKind()) in updateColumn()
192 if ( _rValue.isSigned() ) in updateColumn()
202 if ( _rValue.isSigned() ) in updateColumn()
208 if ( _rValue.isSigned() ) in updateColumn()
211 _xParameter->updateInt(nPos,_rValue); in updateColumn()
214 if ( _rValue.isSigned() ) in updateColumn()
215 _xParameter->updateInt(nPos,_rValue); in updateColumn()
227 _xParameter->updateDate(nPos,_rValue); in updateColumn()
[all …]
H A DBookmarkSet.cxx188 if(_rValue.isBound() && _rValue.isModified()) in updateColumn()
190 if(_rValue.isNull()) in updateColumn()
195 switch(_rValue.getTypeKind()) in updateColumn()
208 if ( _rValue.isSigned() ) in updateColumn()
218 if ( _rValue.isSigned() ) in updateColumn()
224 if ( _rValue.isSigned() ) in updateColumn()
227 _xParameter->updateInt(nPos,_rValue); in updateColumn()
230 if ( _rValue.isSigned() ) in updateColumn()
231 _xParameter->updateInt(nPos,_rValue); in updateColumn()
243 _xParameter->updateDate(nPos,_rValue); in updateColumn()
[all …]
H A DTableDeco.cxx263 xProp->setPropertyValue(PROPERTY_CATALOGNAME,_rValue); in setFastPropertyValue_NoBroadcast()
269 xProp->setPropertyValue(PROPERTY_SCHEMANAME,_rValue); in setFastPropertyValue_NoBroadcast()
275 xProp->setPropertyValue(PROPERTY_NAME,_rValue); in setFastPropertyValue_NoBroadcast()
281 xProp->setPropertyValue(PROPERTY_DESCRIPTION,_rValue); in setFastPropertyValue_NoBroadcast()
287 xProp->setPropertyValue(PROPERTY_TYPE,_rValue); in setFastPropertyValue_NoBroadcast()
306 _rValue <<= m_nPrivileges; in getFastPropertyValue()
337 ODataSettings::getFastPropertyValue(_rValue, _nHandle); in getFastPropertyValue()
342 _rValue = xProp->getPropertyValue(PROPERTY_CATALOGNAME); in getFastPropertyValue()
348 _rValue = xProp->getPropertyValue(PROPERTY_SCHEMANAME); in getFastPropertyValue()
354 _rValue = xProp->getPropertyValue(PROPERTY_NAME); in getFastPropertyValue()
[all …]
/trunk/main/connectivity/source/commontools/
H A Ddbtools.cxx1570 _rValue >>= aInnerValue; in implUpdateObject()
1642 _rValue >>= xStream; in implUpdateObject()
1671 _rValue >>= aInnerValue; in implSetObject()
1737 _rValue >>= xStream; in implSetObject()
1916 if ( _rValue.isNull() ) in setObjectWithInfo()
1933 Any x(_rValue.makeAny()); in setObjectWithInfo()
1952 if ( _rValue.isSigned() ) in setObjectWithInfo()
1979 Any x(_rValue.makeAny()); in setObjectWithInfo()
2008 if ( _rValue.isSigned() ) in setObjectWithInfo()
2014 if ( _rValue.isSigned() ) in setObjectWithInfo()
[all …]
/trunk/main/xmloff/source/forms/
H A Delementimport.cxx611 m_sName = _rValue; in handleAttribute()
741 m_sControlId = _rValue; in handleAttribute()
761 m_sBindingID = _rValue; in handleAttribute()
779 m_sSubmissionID = _rValue; in handleAttribute()
807 aProp.Value <<= _rValue; in handleAttribute()
1226 const ::rtl::OUString& _rValue) in handleAttribute()
1231 m_sReferringControls = _rValue; in handleAttribute()
1258 if (_rValue.getLength() >= 1) in handleAttribute()
1727 aListSource.Value <<= _rValue; in handleAttribute()
1755 _rValue, in handleAttribute()
[all …]
H A Dcontrolpropertyhdl.cxx150 if (_rValue >>= nFontEmphasis) in exportXML()
214 _rValue <<= (sal_Int16)nEmphasis; in importXML()
248 _rValue <<= nStyle; in importXML()
258 _rValue <<= (sal_Int32)aColor.GetColor(); in importXML()
278 bSuccess = (_rValue >>= nBorder) in exportXML()
285 if ( _rValue >>= nBorderColor ) in exportXML()
313 …sal_Bool OFontWidthHandler::importXML( const ::rtl::OUString& _rStrImpValue, Any& _rValue, const S… in importXML() argument
318 _rValue <<= (sal_Int16)nWidth; in importXML()
328 if (_rValue >>= nWidth) in exportXML()
352 _rValue <<= (float)fValue; in importXML()
[all …]
H A Dpropertyexport.cxx544 ::rtl::OUString OPropertyExport::implConvertAny(const Any& _rValue) in implConvertAny() argument
547 switch (_rValue.getValueTypeClass()) in implConvertAny()
552 _rValue >>= sCurrentValue; in implConvertAny()
561 aBuffer = getBOOL(_rValue) ? m_sValueTrue : m_sValueFalse; in implConvertAny()
577 ::cppu::enum2int(nValue, _rValue); in implConvertAny()
587 if (_rValue >>= aDate) in implConvertAny()
593 else if (_rValue >>= aTime) in implConvertAny()
598 else if (_rValue >>= aDateTime) in implConvertAny()
656 m_rContext.getGlobalContext().AddAttribute(_nPrefix, _pName, _rValue); in AddAttribute()
665 m_rContext.getGlobalContext().AddAttribute( _nPrefix, _rName, _rValue ); in AddAttribute()
[all …]
H A Dpropertyexport.hxx327 const ::com::sun::star::uno::Any& _rValue);
346 void AddAttribute(sal_uInt16 _nPrefix, const sal_Char* _pName, const ::rtl::OUString& _rValue);
347 …AddAttribute( sal_uInt16 _nPrefix, const ::rtl::OUString& _rName, const ::rtl::OUString& _rValue );
349 …tribute(sal_uInt16 _nPrefix, ::xmloff::token::XMLTokenEnum _eName, const ::rtl::OUString& _rValue);
353 …line void AddAttribute(sal_uInt16 _nPrefix, const sal_Char* _pName, const ::rtl::OUString& _rValue) in AddAttribute() argument
354 { m_rContext.getGlobalContext().AddAttribute(_nPrefix, _pName, _rValue); } in AddAttribute()
355 … AddAttribute( sal_uInt16 _nPrefix, const ::rtl::OUString& _rName, const ::rtl::OUString& _rValue ) in AddAttribute() argument
356 { m_rContext.getGlobalContext().AddAttribute( _nPrefix, _rName, _rValue ); } in AddAttribute()
359 …ttribute(sal_uInt16 _nPrefix, ::xmloff::token::XMLTokenEnum _eName, const ::rtl::OUString& _rValue) in AddAttribute() argument
360 { m_rContext.getGlobalContext().AddAttribute(_nPrefix, _eName, _rValue); } in AddAttribute()
/trunk/main/comphelper/source/property/
H A Dpropertycontainerhelper.cxx236 aErrorMessage.append( _rValue.getValueType().getTypeName() ); in lcl_throwIllegalPropertyValueTypeException()
270 Any aNewRequestedValue( _rValue ); in convertFastPropertyValue()
300 lcl_throwIllegalPropertyValueTypeException( *aPos, _rValue ); in convertFastPropertyValue()
342 const Any* pNewValue = &_rValue; in convertFastPropertyValue()
344 if (!_rValue.getValueType().equals(aPos->aProperty.Type)) in convertFastPropertyValue()
354 const_cast<void*>(_rValue.getValue()), _rValue.getValueType().getTypeLibType(), in convertFastPropertyValue()
407 m_aHoldProperties[aPos->aLocation.nOwnClassVectorIndex] = _rValue; in setFastPropertyValue()
411 *reinterpret_cast< Any* >(aPos->aLocation.pDerivedClassMember) = _rValue; in setFastPropertyValue()
421 const_cast< void* >( _rValue.getValue() ), _rValue.getValueType().getTypeLibType(), in setFastPropertyValue()
451 _rValue = m_aHoldProperties[aPos->aLocation.nOwnClassVectorIndex]; in getFastPropertyValue()
[all …]
/trunk/main/fpicker/source/office/
H A DOfficeControlAccess.cxx513 _rValue >>= aEntry; in implDoListboxAction()
522 _rValue >>= aTemplateList; in implDoListboxAction()
535 if ( _rValue >>= nPos ) in implDoListboxAction()
566 if ( _rValue >>= sText ) in implSetControlProperty()
580 if ( _rValue >>= bEnabled ) in implSetControlProperty()
594 if ( _rValue >>= bVisible ) in implSetControlProperty()
608 if ( _rValue >>= sHelpURL ) in implSetControlProperty()
625 if ( _rValue >>= aItems ) in implSetControlProperty()
655 if ( _rValue >>= sSelected ) in implSetControlProperty()
672 if ( _rValue >>= nPos ) in implSetControlProperty()
[all …]
/trunk/main/dbaccess/source/ui/uno/
H A Dtextconnectionsettings_uno.cxx95 virtual void implInitialize( const com::sun::star::uno::Any& _rValue );
197 void OTextConnectionSettingsDialog::implInitialize(const Any& _rValue) in implInitialize() argument
199 OTextConnectionSettingsDialog_BASE::implInitialize( _rValue ); in implInitialize()
203 …Dialog::setFastPropertyValue_NoBroadcast( sal_Int32 _nHandle, const Any& _rValue ) throw(Exception) in setFastPropertyValue_NoBroadcast() argument
208 pos->second->setPropertyValue( _rValue ); in setFastPropertyValue_NoBroadcast()
212 OTextConnectionSettingsDialog::setFastPropertyValue_NoBroadcast( _nHandle, _rValue ); in setFastPropertyValue_NoBroadcast()
225 _rConvertedValue = _rValue; in convertFastPropertyValue()
231 …nectionSettingsDialog::convertFastPropertyValue( _rConvertedValue, _rOldValue, _nHandle, _rValue ); in convertFastPropertyValue()
238 …void SAL_CALL OTextConnectionSettingsDialog::getFastPropertyValue( Any& _rValue, sal_Int32 _nHandl… in getFastPropertyValue() argument
243 pos->second->getPropertyValue( _rValue ); in getFastPropertyValue()
[all …]
/trunk/main/forms/source/richtext/
H A Drichtextmodel.cxx327 void SAL_CALL ORichTextModel::getFastPropertyValue( Any& _rValue, sal_Int32 _nHandle ) const in getFastPropertyValue() argument
331 OPropertyContainerHelper::getFastPropertyValue( _rValue, _nHandle ); in getFastPropertyValue()
335 FontControlModel::getFastPropertyValue( _rValue, _nHandle ); in getFastPropertyValue()
339 OControlModel::getFastPropertyValue( _rValue, _nHandle ); in getFastPropertyValue()
350 …opertyContainerHelper::convertFastPropertyValue( _rConvertedValue, _rOldValue, _nHandle, _rValue ); in convertFastPropertyValue()
354 …ed = FontControlModel::convertFastPropertyValue( _rConvertedValue, _rOldValue, _nHandle, _rValue ); in convertFastPropertyValue()
358 …ified = OControlModel::convertFastPropertyValue( _rConvertedValue, _rOldValue, _nHandle, _rValue ); in convertFastPropertyValue()
369 OPropertyContainerHelper::setFastPropertyValue( _nHandle, _rValue ); in setFastPropertyValue_NoBroadcast()
406 FontControlModel::setFastPropertyValue_NoBroadcast( _nHandle, _rValue ); in setFastPropertyValue_NoBroadcast()
420 ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "WritingMode" ) ), _rValue ); in setFastPropertyValue_NoBroadcast()
[all …]
/trunk/main/xmloff/inc/xmloff/
H A Dcontrolpropertyhdl.hxx53 …rtXML( const ::rtl::OUString& _rStrImpValue, ::com::sun::star::uno::Any& _rValue, const SvXMLUnitC…
54 …rtXML( ::rtl::OUString& _rStrExpValue, const ::com::sun::star::uno::Any& _rValue, const SvXMLUnitC…
65 …rtXML( const ::rtl::OUString& _rStrImpValue, ::com::sun::star::uno::Any& _rValue, const SvXMLUnitC…
66 …rtXML( ::rtl::OUString& _rStrExpValue, const ::com::sun::star::uno::Any& _rValue, const SvXMLUnitC…
83 …rtXML( const ::rtl::OUString& _rStrImpValue, ::com::sun::star::uno::Any& _rValue, const SvXMLUnitC…
84 …rtXML( ::rtl::OUString& _rStrExpValue, const ::com::sun::star::uno::Any& _rValue, const SvXMLUnitC…
98 …rtXML( const ::rtl::OUString& _rStrImpValue, ::com::sun::star::uno::Any& _rValue, const SvXMLUnitC…
99 …rtXML( ::rtl::OUString& _rStrExpValue, const ::com::sun::star::uno::Any& _rValue, const SvXMLUnitC…
/trunk/main/connectivity/source/drivers/odbcbase/
H A DOTools.cxx665 ::rtl::OUString &_rValue, in GetInfo() argument
675 _rValue = ::rtl::OUString(aValue,nValueLen,_nTextEncoding); in GetInfo()
681 sal_Int32 &_rValue, in GetInfo() argument
685_rValue = 0; // in case the driver uses only 16 of the 32 bits (as it does, for example, for SQL_C… in GetInfo()
687 …on->getOdbcFunction(ODBC3SQLGetInfo))(_aConnectionHandle,_nInfo,&_rValue,sizeof _rValue,&nValueLen… in GetInfo()
694 SQLUINTEGER &_rValue, in GetInfo() argument
700 …on->getOdbcFunction(ODBC3SQLGetInfo))(_aConnectionHandle,_nInfo,&_rValue,sizeof _rValue,&nValueLen… in GetInfo()
707 SQLUSMALLINT &_rValue, in GetInfo() argument
713 …on->getOdbcFunction(ODBC3SQLGetInfo))(_aConnectionHandle,_nInfo,&_rValue,sizeof _rValue,&nValueLen… in GetInfo()
720 sal_Bool &_rValue, in GetInfo() argument
[all …]

Completed in 180 milliseconds

12345678