Home
last modified time | relevance | path

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

12345678

/AOO41X/main/forms/source/component/
H A Dformcontrolfont.cxx232 void FontControlModel::getFastPropertyValue( Any& _rValue, sal_Int32 _nHandle ) const in getFastPropertyValue() argument
237 _rValue = m_aTextColor; in getFastPropertyValue()
241 _rValue <<= m_nFontEmphasis; in getFastPropertyValue()
245 _rValue <<= m_nFontRelief; in getFastPropertyValue()
249 _rValue = m_aTextLineColor; in getFastPropertyValue()
253 _rValue = makeAny( m_aFont ); in getFastPropertyValue()
257 _rValue = lcl_extractFontDescriptorAggregate( _nHandle, m_aFont ); in getFastPropertyValue()
264 sal_Int32 _nHandle, const Any& _rValue ) throw( IllegalArgumentException ) in convertFastPropertyValue() argument
270 …bModified = tryPropertyValue( _rConvertedValue, _rOldValue, _rValue, m_aTextColor, ::getCppuType( … in convertFastPropertyValue()
274 …bModified = tryPropertyValue( _rConvertedValue, _rOldValue, _rValue, m_aTextLineColor, ::getCppuTy… in convertFastPropertyValue()
[all …]
H A DComboBox.cxx191 void OComboBoxModel::getFastPropertyValue(Any& _rValue, sal_Int32 _nHandle) const in getFastPropertyValue() argument
196 _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()
221 void OComboBoxModel::setFastPropertyValue_NoBroadcast(sal_Int32 _nHandle, const Any& _rValue) in setFastPropertyValue_NoBroadcast() argument
227 … DBG_ASSERT(_rValue.getValueType().equals(::getCppuType(reinterpret_cast<ListSourceType*>(NULL))), in setFastPropertyValue_NoBroadcast()
229 _rValue >>= m_eListSourceType; 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()
99 …ponent::setFastPropertyValue_NoBroadcast( sal_Int32 _nHandle, const Any& _rValue ) throw (Exceptio… in setFastPropertyValue_NoBroadcast() argument
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()
[all …]
H A DListBox.cxx259 void OListBoxModel::getFastPropertyValue(Any& _rValue, sal_Int32 _nHandle) const in getFastPropertyValue() argument
264 _rValue <<= m_aBoundColumn; in getFastPropertyValue()
268 _rValue <<= m_eListSourceType; in getFastPropertyValue()
272 _rValue <<= lcl_convertToStringSequence( m_aListSourceValues ); in getFastPropertyValue()
276 _rValue <<= lcl_convertToStringSequence( m_aBoundValues ); in getFastPropertyValue()
280 _rValue <<= m_aDefaultSelectSeq; in getFastPropertyValue()
284 _rValue <<= getStringItemList(); in getFastPropertyValue()
288 OBoundControlModel::getFastPropertyValue(_rValue, _nHandle); in getFastPropertyValue()
293 …void OListBoxModel::setFastPropertyValue_NoBroadcast(sal_Int32 _nHandle, const Any& _rValue) throw… in setFastPropertyValue_NoBroadcast() argument
298 …DBG_ASSERT((_rValue.getValueType().getTypeClass() == TypeClass_SHORT) || (_rValue.getValueType().g… in setFastPropertyValue_NoBroadcast()
[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 DFormComponent.cxx1009 void OControlModel::getFastPropertyValue( Any& _rValue, sal_Int32 _nHandle ) const in getFastPropertyValue() argument
1014 _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()
1030 _rValue <<= (sal_Int16)m_nControlTypeinMSO; in getFastPropertyValue()
1033 _rValue <<= (sal_uInt16)m_nObjIDinMSO; in getFastPropertyValue()
1037 m_aPropertyBagHelper.getDynamicFastPropertyValue( _nHandle, _rValue ); in getFastPropertyValue()
1039 OPropertySetAggregationHelper::getFastPropertyValue( _rValue, _nHandle ); in getFastPropertyValue()
[all …]
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()
H A DTime.cxx183 void SAL_CALL OTimeModel::getFastPropertyValue(Any& _rValue, sal_Int32 _nHandle ) const in getFastPropertyValue() argument
188 getFormatKeyPropertyValue(_rValue); in getFastPropertyValue()
191 _rValue <<= getFormatsSupplier(); in getFastPropertyValue()
194 OEditBaseModel::getFastPropertyValue(_rValue, _nHandle); in getFastPropertyValue()
201 sal_Int32 _nHandle, const Any& _rValue ) throw(IllegalArgumentException) in convertFastPropertyValue() argument
204 return convertFormatKeyPropertyValue(_rConvertedValue, _rOldValue, _rValue); in convertFastPropertyValue()
206 … return OEditBaseModel::convertFastPropertyValue(_rConvertedValue, _rOldValue, _nHandle, _rValue ); in convertFastPropertyValue()
210 void SAL_CALL OTimeModel::setFastPropertyValue_NoBroadcast(sal_Int32 _nHandle, const Any& _rValue) … in setFastPropertyValue_NoBroadcast() argument
213 setFormatKeyPropertyValue(_rValue); in setFastPropertyValue_NoBroadcast()
215 OEditBaseModel::setFastPropertyValue_NoBroadcast(_nHandle, _rValue); in setFastPropertyValue_NoBroadcast()
H A DDate.cxx186 void SAL_CALL ODateModel::getFastPropertyValue(Any& _rValue, sal_Int32 _nHandle ) const in getFastPropertyValue() argument
191 getFormatKeyPropertyValue(_rValue); in getFastPropertyValue()
194 _rValue <<= getFormatsSupplier(); in getFastPropertyValue()
197 OEditBaseModel::getFastPropertyValue(_rValue, _nHandle); in getFastPropertyValue()
204 sal_Int32 _nHandle, const Any& _rValue ) throw(IllegalArgumentException) in convertFastPropertyValue() argument
207 return convertFormatKeyPropertyValue(_rConvertedValue, _rOldValue, _rValue); in convertFastPropertyValue()
209 … return OEditBaseModel::convertFastPropertyValue(_rConvertedValue, _rOldValue, _nHandle, _rValue ); in convertFastPropertyValue()
213 void SAL_CALL ODateModel::setFastPropertyValue_NoBroadcast(sal_Int32 _nHandle, const Any& _rValue) … in setFastPropertyValue_NoBroadcast() argument
216 setFormatKeyPropertyValue(_rValue); in setFastPropertyValue_NoBroadcast()
218 OEditBaseModel::setFastPropertyValue_NoBroadcast(_nHandle, _rValue); in setFastPropertyValue_NoBroadcast()
/AOO41X/main/extensions/source/propctrlr/
H A Dstringrepresentation.cxx113 const uno::Any& _rValue,
127 uno::Any& _rValue,
136 ::rtl::OUString convertSimpleToString( const uno::Any& _rValue );
143 …uno::Any convertStringToSimple( const ::rtl::OUString& _rValue,const uno::TypeClass& _ePropertyTyp…
266 ::rtl::OUString StringRepresentation::convertSimpleToString( const uno::Any& _rValue ) in convertSimpleToString() argument
269 if ( m_xTypeConverter.is() && _rValue.hasValue() ) in convertSimpleToString()
276 if ( _rValue >>= nConstantValue ) in convertSimpleToString()
282 if ( (*pIter)->getConstantValue() == _rValue ) in convertSimpleToString()
293 m_xTypeConverter->convertToSimpleType( _rValue, uno::TypeClass_STRING ) >>= sReturn; in convertSimpleToString()
318 ::rtl::OUString operator()( const ::rtl::OUString& _rValue ) const in operator ()()
[all …]
H A Dstandardcontrol.cxx90 …void SAL_CALL OTimeControl::setValue( const Any& _rValue ) throw (IllegalTypeException, RuntimeExc… in setValue() argument
93 if ( !( _rValue >>= aUNOTime ) ) in setValue()
144 …void SAL_CALL ODateControl::setValue( const Any& _rValue ) throw (IllegalTypeException, RuntimeExc… in setValue() argument
147 if ( !( _rValue >>= aUNODate ) ) in setValue()
192 …void SAL_CALL OEditControl::setValue( const Any& _rValue ) throw (IllegalTypeException, RuntimeExc… in setValue() argument
198 _rValue >>= nValue; in setValue()
206 _rValue >>= sText; in setValue()
286 …void SAL_CALL ODateTimeControl::setValue( const Any& _rValue ) throw (IllegalTypeException, Runtim… in setValue() argument
288 if ( !_rValue.hasValue() ) in setValue()
295 OSL_VERIFY( _rValue >>= aUNODateTime ); in setValue()
[all …]
/AOO41X/main/forms/source/xforms/
H A Ddatatypes.cxx237 sal_uInt16 OXSDDataType::_validate( const ::rtl::OUString& _rValue ) in _validate() argument
240 ::rtl::OUString sConverted = Convert::convertWhitespace( _rValue, m_nWST ); in _validate()
253 if ( !lcl_matchString( *m_pPatternMatcher.get(), _rValue ) ) in _validate()
261 …( Any& _rConvertedValue, Any& _rOldValue, sal_Int32 _nHandle, const Any& _rValue ) throw(IllegalAr… in convertFastPropertyValue() argument
264 … !OXSDDataType_PBase::convertFastPropertyValue( _rConvertedValue, _rOldValue, _nHandle, _rValue ) ) in convertFastPropertyValue()
281 …taType::setFastPropertyValue_NoBroadcast( sal_Int32 _nHandle, const Any& _rValue ) throw (Exceptio… in setFastPropertyValue_NoBroadcast() argument
283 OXSDDataType_PBase::setFastPropertyValue_NoBroadcast( _nHandle, _rValue ); in setFastPropertyValue_NoBroadcast()
378 …sal_Int32 _nHandle, const ::com::sun::star::uno::Any& _rValue ) throw (::com::sun::star::uno::Exce… in setFastPropertyValue_NoBroadcast()
380 OXSDDataType::setFastPropertyValue_NoBroadcast( _nHandle, _rValue ); in setFastPropertyValue_NoBroadcast()
756 ::rtl::OUString ODecimalType::typedValueAsHumanReadableString( const Any& _rValue ) const in typedValueAsHumanReadableString()
[all …]
/AOO41X/main/comphelper/source/misc/
H A Dtypes.cxx165 sal_Bool tryCompare(const void* _pData, const Any& _rValue, sal_Bool& _bIdentical, TYPE& _rOut) in tryCompare() argument
167 sal_Bool bSuccess = _rValue >>= _rOut; in tryCompare()
173 sal_Bool tryCompare(const void* _pData, const Any& _rValue, sal_Bool& _bIdentical, sal_Unicode& _rO… in tryCompare() argument
175 sal_Bool bSuccess = ( _rValue.getValueTypeClass() == TypeClass_CHAR ); in tryCompare()
177 _rOut = *static_cast< const sal_Unicode* >( _rValue.getValue() ); in tryCompare()
183 sal_Bool compare_impl(const Type& _rType, const void* pData, const Any& _rValue) in compare_impl() argument
190 if (_rValue.getValueType().getTypeClass() == TypeClass_ANY) in compare_impl()
194 *reinterpret_cast<const Any*>(_rValue.getValue())); in compare_impl()
199 _rValue); in compare_impl()
202 || (_rValue.getValueType().getTypeClass() == TypeClass_VOID) in compare_impl()
[all …]
/AOO41X/main/dbaccess/source/core/api/
H A DWrappedResultSet.cxx169 …ltSet::updateColumn(sal_Int32 nPos,Reference< XRowUpdate > _xParameter,const ORowSetValue& _rValue) in updateColumn() argument
172 if(_rValue.isBound() && _rValue.isModified()) in updateColumn()
174 if(_rValue.isNull()) in updateColumn()
179 switch(_rValue.getTypeKind()) in updateColumn()
183 … _xParameter->updateNumericObject(nPos,_rValue.makeAny(),m_xSetMetaData->getScale(nPos)); in updateColumn()
189 _xParameter->updateString(nPos,_rValue); in updateColumn()
192 if ( _rValue.isSigned() ) in updateColumn()
193 _xParameter->updateLong(nPos,_rValue); in updateColumn()
195 _xParameter->updateString(nPos,_rValue); in updateColumn()
199 _xParameter->updateBoolean(nPos,_rValue); in updateColumn()
[all …]
H A DBookmarkSet.cxx195 …rkSet::updateColumn(sal_Int32 nPos,Reference< XRowUpdate > _xParameter,const ORowSetValue& _rValue) in updateColumn() argument
198 if(_rValue.isBound() && _rValue.isModified()) in updateColumn()
200 if(_rValue.isNull()) in updateColumn()
205 switch(_rValue.getTypeKind()) in updateColumn()
209 … _xParameter->updateNumericObject(nPos,_rValue.makeAny(),m_xSetMetaData->getScale(nPos)); in updateColumn()
215 _xParameter->updateString(nPos,_rValue); in updateColumn()
218 if ( _rValue.isSigned() ) in updateColumn()
219 _xParameter->updateLong(nPos,_rValue); in updateColumn()
221 _xParameter->updateString(nPos,_rValue); in updateColumn()
225 _xParameter->updateBoolean(nPos,_rValue); in updateColumn()
[all …]
H A DTableDeco.cxx225 void ODBTableDecorator::setFastPropertyValue_NoBroadcast(sal_Int32 _nHandle, const Any& _rValue) th… in setFastPropertyValue_NoBroadcast() argument
258 ODataSettings::setFastPropertyValue_NoBroadcast(_nHandle, _rValue); in setFastPropertyValue_NoBroadcast()
263 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()
293 void ODBTableDecorator::getFastPropertyValue(Any& _rValue, sal_Int32 _nHandle) const in getFastPropertyValue() argument
306 _rValue <<= m_nPrivileges; in getFastPropertyValue()
337 ODataSettings::getFastPropertyValue(_rValue, _nHandle); in getFastPropertyValue()
[all …]
/AOO41X/main/connectivity/source/commontools/
H A Ddbtools.cxx1562 …const sal_Int32 _nColumnIndex, const Any& _rValue) SAL_THROW ( ( SQLException, RuntimeException ) ) in implUpdateObject() argument
1565 switch (_rValue.getValueTypeClass()) in implUpdateObject()
1570 _rValue >>= aInnerValue; in implUpdateObject()
1580 _rxUpdatedObject->updateString(_nColumnIndex, *(rtl::OUString*)_rValue.getValue()); in implUpdateObject()
1584 _rxUpdatedObject->updateBoolean(_nColumnIndex, *(sal_Bool *)_rValue.getValue()); in implUpdateObject()
1588 _rxUpdatedObject->updateByte(_nColumnIndex, *(sal_Int8 *)_rValue.getValue()); in implUpdateObject()
1593 _rxUpdatedObject->updateShort(_nColumnIndex, *(sal_Int16*)_rValue.getValue()); in implUpdateObject()
1597 …_rxUpdatedObject->updateString(_nColumnIndex,::rtl::OUString((sal_Unicode *)_rValue.getValue(),1)); in implUpdateObject()
1602 _rxUpdatedObject->updateInt(_nColumnIndex, *(sal_Int32*)_rValue.getValue()); in implUpdateObject()
1608 OSL_VERIFY( _rValue >>= nValue ); in implUpdateObject()
[all …]
/AOO41X/main/xmloff/source/forms/
H A Delementimport.cxx553 …te( sal_uInt16 _nNamespaceKey, const ::rtl::OUString& _rLocalName, const ::rtl::OUString& _rValue ) in tryGenericAttribute() argument
581 if ( handler->getPropertyValues( _rValue, aValues ) ) in tryGenericAttribute()
601 …bute(sal_uInt16 _nNamespaceKey, const ::rtl::OUString& _rLocalName, const ::rtl::OUString& _rValue) in handleAttribute() argument
611 m_sName = _rValue; in handleAttribute()
618 const SvXMLStyleContext* pStyleContext = m_rContext.getStyleElement( _rValue ); in handleAttribute()
626 if ( tryGenericAttribute( _nNamespaceKey, _rLocalName, _rValue ) ) in handleAttribute()
630 return OPropertyImport::handleAttribute(_nNamespaceKey, _rLocalName, _rValue); in handleAttribute()
732 …bute(sal_uInt16 _nNamespaceKey, const ::rtl::OUString& _rLocalName, const ::rtl::OUString& _rValue) in handleAttribute() argument
740 m_sControlId = _rValue; in handleAttribute()
746 m_sControlId = _rValue; in handleAttribute()
[all …]
H A Dcontrolpropertyhdl.cxx145 …xtEmphasisHandler::exportXML( ::rtl::OUString& _rStrExpValue, const Any& _rValue, const SvXMLUnitC… in exportXML() argument
150 if (_rValue >>= nFontEmphasis) in exportXML()
172 …xtEmphasisHandler::importXML( const ::rtl::OUString& _rStrImpValue, Any& _rValue, const SvXMLUnitC… in importXML() argument
214 _rValue <<= (sal_Int16)nEmphasis; in importXML()
230 …sal_Bool OControlBorderHandler::importXML( const ::rtl::OUString& _rStrImpValue, Any& _rValue, con… in importXML() argument
248 _rValue <<= nStyle; in importXML()
258 _rValue <<= (sal_Int32)aColor.GetColor(); in importXML()
268 …sal_Bool OControlBorderHandler::exportXML( ::rtl::OUString& _rStrExpValue, const Any& _rValue, con… in exportXML() argument
278 bSuccess = (_rValue >>= nBorder) in exportXML()
285 if ( _rValue >>= nBorderColor ) in exportXML()
[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()
558 … m_rContext.getGlobalContext().GetMM100UnitConverter().convertDouble(aBuffer, getDouble(_rValue)); in implConvertAny()
561 aBuffer = getBOOL(_rValue) ? m_sValueTrue : m_sValueFalse; in implConvertAny()
567 … m_rContext.getGlobalContext().GetMM100UnitConverter().convertNumber(aBuffer, getINT32(_rValue)); 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()
[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 …ine 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()
/AOO41X/main/comphelper/source/property/
H A Dpropertycontainerhelper.cxx229 …throwIllegalPropertyValueTypeException( const PropertyDescription& _rProperty, const Any& _rValue ) in lcl_throwIllegalPropertyValueTypeException() argument
236 aErrorMessage.append( _rValue.getValueType().getTypeName() ); in lcl_throwIllegalPropertyValueTypeException()
246 …Any& _rConvertedValue, Any& _rOldValue, sal_Int32 _nHandle, const Any& _rValue ) SAL_THROW( (Illeg… in convertFastPropertyValue() argument
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()
367 lcl_throwIllegalPropertyValueTypeException( *aPos, _rValue ); in convertFastPropertyValue()
392 void OPropertyContainerHelper::setFastPropertyValue(sal_Int32 _nHandle, const Any& _rValue) SAL_THR… in setFastPropertyValue() argument
[all …]
/AOO41X/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()
217 …( Any& _rConvertedValue, Any& _rOldValue, sal_Int32 _nHandle, const Any& _rValue) throw(IllegalArg… in convertFastPropertyValue() argument
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
[all …]
/AOO41X/main/fpicker/source/office/
H A DOfficeControlAccess.cxx281 …rControlName, const ::rtl::OUString& _rControlProperty, const ::com::sun::star::uno::Any& _rValue ) in setControlProperty() argument
294 implSetControlProperty( nControlId, pControl, aPropDesc->nPropertyId, _rValue, sal_False ); in setControlProperty()
359 …id OControlAccess::setValue( sal_Int16 _nControlId, sal_Int16 _nControlAction, const Any& _rValue ) in setValue() argument
398 … implDoListboxAction( static_cast< ListBox* >( pControl ), _nControlAction, _rValue ); in setValue()
405 implSetControlProperty( _nControlId, pControl, nPropertyId, _rValue ); in setValue()
506 …rolAccess::implDoListboxAction( ListBox* _pListbox, sal_Int16 _nControlAction, const Any& _rValue ) in implDoListboxAction() argument
513 _rValue >>= aEntry; in implDoListboxAction()
522 _rValue >>= aTemplateList; in implDoListboxAction()
535 if ( _rValue >>= nPos ) in implDoListboxAction()
550 …_Int16 _nControlId, Control* _pControl, sal_Int16 _nProperty, const Any& _rValue, sal_Bool _bIgnor… in implSetControlProperty() argument
[all …]
/AOO41X/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…

12345678