Searched refs:rPropValue (Results 1 – 13 of 13) sorted by relevance
/aoo42x/main/sfx2/source/doc/ |
H A D | doctemplates.cxx | 244 const Any& rPropValue ); 247 Any& rPropValue ); 1001 Any aPropValue( rPropValue ); in setProperty() 1025 if ( rPropValue >>= aValue ) in setProperty() 1033 if ( rPropValue >>= aValues ) in setProperty() 1062 Any& rPropValue ) in getProperty() argument 1079 rPropValue = rContent.getPropertyValue( rPropName ); in getProperty() 1086 if ( rPropValue >>= aValue ) in getProperty() 1089 rPropValue = makeAny( aValue ); in getProperty() 1094 if ( rPropValue >>= aValues ) in getProperty() [all …]
|
H A D | doctempl.cxx | 312 OUString& rPropValue ); 2701 OUString& rPropValue ) in getTextProperty_Impl() argument 2720 aAnyValue >>= rPropValue; in getTextProperty_Impl() 2725 aRelocImpl.makeAbsoluteURL( rPropValue ); in getTextProperty_Impl()
|
/aoo42x/main/svtools/source/filter/ |
H A D | FilterConfigItem.cxx | 270 …figItem::WritePropertyValue( Sequence< PropertyValue >& rPropSeq, const PropertyValue& rPropValue ) in WritePropertyValue() argument 273 if ( rPropValue.Name.getLength() ) in WritePropertyValue() 278 if ( rPropSeq[ i ].Name == rPropValue.Name ) in WritePropertyValue() 284 rPropSeq[ i ] = rPropValue; in WritePropertyValue()
|
/aoo42x/main/chart2/source/controller/main/ |
H A D | DrawCommandDispatch.cxx | 70 bool operator() ( const beans::PropertyValue& rPropValue, const ::rtl::OUString& rName ) const in operator ()() 72 return rPropValue.Name.equals( rName ); in operator ()() 74 … bool operator() ( const ::rtl::OUString& rName, const beans::PropertyValue& rPropValue ) const in operator ()() 76 return rName.equals( rPropValue.Name ); in operator ()()
|
/aoo42x/main/extensions/source/update/check/ |
H A D | updatehdl.hxx | 145 const com::sun::star::uno::Any &rPropValue ); 156 … const int nIndex, const rtl::OUString &rPropName, const com::sun::star::uno::Any &rPropValue ) in setProperty() argument 157 … { rProps[ nIndex ].Name = rPropName; rProps[ nIndex ].Value = rPropValue; } in setProperty()
|
H A D | updatehdl.cxx | 774 const uno::Any &rPropValue ) in setControlProperty() argument 784 xPropSet->setPropertyValue( rPropName, rPropValue ); in setControlProperty()
|
/aoo42x/main/chart2/source/inc/ |
H A D | PropertyHelper.hxx | 181 bool operator() ( const ::com::sun::star::beans::PropertyValue & rPropValue ) in operator ()() 183 return rPropValue.Name.equals( m_aName ); in operator ()()
|
/aoo42x/main/ucbhelper/source/provider/ |
H A D | propertyvalueset.cxx | 849 const ::com::sun::star::beans::PropertyValue& rPropValue in appendPropertySet() local 856 if ( rProp.Name == rPropValue.Name ) in appendPropertySet() 859 appendObject( rProp, rPropValue.Value ); in appendPropertySet()
|
/aoo42x/main/ucb/source/ucp/webdav/ |
H A D | webdavresponseparser.cxx | 993 http_dav_ucp::DAVPropertyValue& rPropValue, in parseWebDAVPropNameResponse() argument 1033 rPropValue = pWebDAVResponseParser->getResult_Lock(); in parseWebDAVPropNameResponse()
|
/aoo42x/main/svtools/inc/svtools/ |
H A D | FilterConfigItem.hxx | 59 const ::com::sun::star::beans::PropertyValue& rPropValue );
|
/aoo42x/main/filter/inc/filter/msfilter/ |
H A D | escherex.hxx | 1193 sal_Bool GetOpt( sal_uInt16 nPropertyID, sal_uInt32& rPropValue ) const; 1195 sal_Bool GetOpt( sal_uInt16 nPropertyID, EscherPropSortStruct& rPropValue ) const;
|
/aoo42x/main/sfx2/source/appl/ |
H A D | appuno.cxx | 309 const ::com::sun::star::beans::PropertyValue& rPropValue = pPropsVal[n]; in TransformParameters() local 318 if ( rPropValue.Name.compareToAscii( pName ) == COMPARE_EQUAL ) in TransformParameters() 323 if ( pItem->PutValue( rPropValue.Value, nSubId ) ) in TransformParameters() 342 aStr += ByteString( String(rPropValue.Name), RTL_TEXTENCODING_UTF8 ); in TransformParameters()
|
/aoo42x/main/filter/source/msfilter/ |
H A D | escherex.cxx | 264 sal_Bool EscherPropertyContainer::GetOpt( sal_uInt16 nPropId, sal_uInt32& rPropValue ) const in GetOpt() 270 rPropValue = aPropStruct.nPropValue; in GetOpt() 276 sal_Bool EscherPropertyContainer::GetOpt( sal_uInt16 nPropId, EscherPropSortStruct& rPropValue ) co… in GetOpt() 282 rPropValue = pSortStruct[ i ]; in GetOpt()
|
Completed in 143 milliseconds