Searched refs:orValue (Results 1 – 5 of 5) sorted by relevance
94 inline bool getProperty( Type& orValue, sal_Int32 nPropId ) const in getProperty() argument95 { return getAnyProperty( nPropId ) >>= orValue; } in getProperty()134 …bool implGetPropertyValue( ::com::sun::star::uno::Any& orValue, const ::rtl::OUStri…
146 bool PropertySet::implGetPropertyValue( Any& orValue, const OUString& rPropName ) const in implGetPropertyValue() argument150 orValue = mxPropSet->getPropertyValue( rPropName ); in implGetPropertyValue()
286 void AxBinaryPropertyReader::readStringProperty( OUString& orValue ) in readStringProperty() argument291 … maLargeProps.push_back( ComplexPropVector::value_type( new StringProperty( orValue, nSize ) ) ); in readStringProperty()
49 inline bool lclGetProperty( Type& orValue, const uno::Reference< beans::XPropertySet >& rxPropSet, … in lclGetProperty() argument53 return rxPropSet->getPropertyValue( rPropName ) >>= orValue; in lclGetProperty()
159 void readStringProperty( ::rtl::OUString& orValue );
Completed in 28 milliseconds