| /aoo41x/main/forms/source/component/ | 
| H A D | formcontrolfont.cxx | 237 			_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 D | ComboBox.cxx | 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() 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 D | refvaluecomponent.cxx | 81 …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 D | Hidden.cxx | 84 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 D | ListBox.cxx | 264             _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 D | FormComponent.cxx | 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() 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 D | spinbutton.cxx | 116     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 D | Date.cxx | 186 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()
  | 
| H A D | Time.cxx | 183 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()
  | 
| /aoo41x/main/extensions/source/propctrlr/ | 
| H A D | stringrepresentation.cxx | 320             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 D | standardcontrol.cxx | 93         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 …] 
 | 
| /aoo41x/main/comphelper/source/misc/ | 
| H A D | types.cxx | 167 	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 …] 
 | 
| /aoo41x/main/forms/source/xforms/ | 
| H A D | datatypes.cxx | 759         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 …] 
 | 
| /aoo41x/main/dbaccess/source/core/api/ | 
| H A D | WrappedResultSet.cxx | 172 	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 D | BookmarkSet.cxx | 198 	if(_rValue.isBound() && _rValue.isModified())  in updateColumn() 200 		if(_rValue.isNull())  in updateColumn() 205 			switch(_rValue.getTypeKind())  in updateColumn() 218 					if ( _rValue.isSigned() )  in updateColumn() 228 					if ( _rValue.isSigned() )  in updateColumn() 234 					if ( _rValue.isSigned() )  in updateColumn() 237 						_xParameter->updateInt(nPos,_rValue);  in updateColumn() 240 					if ( _rValue.isSigned() )  in updateColumn() 241 						_xParameter->updateInt(nPos,_rValue);  in updateColumn() 253 					_xParameter->updateDate(nPos,_rValue);  in updateColumn() [all …] 
 | 
| H A D | TableDeco.cxx | 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() 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 …] 
 | 
| /aoo41x/main/connectivity/source/commontools/ | 
| H A D | dbtools.cxx | 1570 			_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 …] 
 | 
| /aoo41x/main/xmloff/source/forms/ | 
| H A D | elementimport.cxx | 611 				m_sName = _rValue;  in handleAttribute() 740                 m_sControlId = _rValue;  in handleAttribute() 760             m_sBindingID = _rValue;  in handleAttribute() 778             m_sSubmissionID = _rValue;  in handleAttribute() 806 			aProp.Value <<= _rValue;  in handleAttribute() 1225 		const ::rtl::OUString& _rValue)  in handleAttribute() 1230 			m_sReferringControls = _rValue;  in handleAttribute() 1257 			if (_rValue.getLength() >= 1)  in handleAttribute() 1726 				aListSource.Value <<= _rValue;  in handleAttribute() 1754                 _rValue,  in handleAttribute() [all …] 
 | 
| H A D | controlpropertyhdl.cxx | 150 		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 D | propertyexport.cxx | 544 	::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 D | propertyexport.hxx | 327 			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()
  | 
| /aoo41x/main/comphelper/source/property/ | 
| H A D | propertycontainerhelper.cxx | 236         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 …] 
 | 
| /aoo41x/main/dbaccess/source/ui/uno/ | 
| H A D | textconnectionsettings_uno.cxx | 95         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 …] 
 | 
| /aoo41x/main/fpicker/source/office/ | 
| H A D | OfficeControlAccess.cxx | 513 				_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 …] 
 | 
| /aoo41x/main/xmloff/inc/xmloff/ | 
| H A D | controlpropertyhdl.hxx | 53 …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…
  |