Home
last modified time | relevance | path

Searched refs:rPropValue (Results 1 – 13 of 13) sorted by relevance

/trunk/main/sfx2/source/doc/
H A Ddoctemplates.cxx244 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 Ddoctempl.cxx312 OUString& rPropValue );
2701 OUString& rPropValue ) in getTextProperty_Impl() argument
2720 aAnyValue >>= rPropValue; in getTextProperty_Impl()
2725 aRelocImpl.makeAbsoluteURL( rPropValue ); in getTextProperty_Impl()
/trunk/main/svtools/source/filter/
H A DFilterConfigItem.cxx270 …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()
/trunk/main/chart2/source/controller/main/
H A DDrawCommandDispatch.cxx70 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 ()()
/trunk/main/extensions/source/update/check/
H A Dupdatehdl.hxx145 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 Dupdatehdl.cxx776 const uno::Any &rPropValue ) in setControlProperty() argument
786 xPropSet->setPropertyValue( rPropName, rPropValue ); in setControlProperty()
/trunk/main/chart2/source/inc/
H A DPropertyHelper.hxx181 bool operator() ( const ::com::sun::star::beans::PropertyValue & rPropValue ) in operator ()()
183 return rPropValue.Name.equals( m_aName ); in operator ()()
/trunk/main/ucbhelper/source/provider/
H A Dpropertyvalueset.cxx849 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()
/trunk/main/ucb/source/ucp/webdav/
H A Dwebdavresponseparser.cxx993 http_dav_ucp::DAVPropertyValue& rPropValue, in parseWebDAVPropNameResponse() argument
1033 rPropValue = pWebDAVResponseParser->getResult_Lock(); in parseWebDAVPropNameResponse()
/trunk/main/svtools/inc/svtools/
H A DFilterConfigItem.hxx59 const ::com::sun::star::beans::PropertyValue& rPropValue );
/trunk/main/filter/inc/filter/msfilter/
H A Descherex.hxx1193 sal_Bool GetOpt( sal_uInt16 nPropertyID, sal_uInt32& rPropValue ) const;
1195 sal_Bool GetOpt( sal_uInt16 nPropertyID, EscherPropSortStruct& rPropValue ) const;
/trunk/main/sfx2/source/appl/
H A Dappuno.cxx309 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()
/trunk/main/filter/source/msfilter/
H A Descherex.cxx264 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 122 milliseconds