Home
last modified time | relevance | path

Searched refs:orValue (Results 1 – 5 of 5) sorted by relevance

/trunk/main/oox/inc/oox/helper/
H A Dpropertyset.hxx94 inline bool getProperty( Type& orValue, sal_Int32 nPropId ) const in getProperty() argument
95 { return getAnyProperty( nPropId ) >>= orValue; } in getProperty()
134 …bool implGetPropertyValue( ::com::sun::star::uno::Any& orValue, const ::rtl::OUStri…
/trunk/main/oox/source/helper/
H A Dpropertyset.cxx146 bool PropertySet::implGetPropertyValue( Any& orValue, const OUString& rPropName ) const in implGetPropertyValue() argument
150 orValue = mxPropSet->getPropertyValue( rPropName ); in implGetPropertyValue()
/trunk/main/oox/source/ole/
H A Daxbinaryreader.cxx286 void AxBinaryPropertyReader::readStringProperty( OUString& orValue ) in readStringProperty() argument
291 … maLargeProps.push_back( ComplexPropVector::value_type( new StringProperty( orValue, nSize ) ) ); in readStringProperty()
/trunk/main/sc/source/ui/vba/
H A Dvbasheetobjects.cxx49 inline bool lclGetProperty( Type& orValue, const uno::Reference< beans::XPropertySet >& rxPropSet, … in lclGetProperty() argument
53 return rxPropSet->getPropertyValue( rPropName ) >>= orValue; in lclGetProperty()
/trunk/main/oox/inc/oox/ole/
H A Daxbinaryreader.hxx159 void readStringProperty( ::rtl::OUString& orValue );

Completed in 36 milliseconds