Home
last modified time | relevance | path

Searched refs:ReadValue (Results 1 – 2 of 2) sorted by relevance

/aoo42x/main/sc/source/filter/inc/
H A Dfapihelper.hxx269 bool ReadValue( Type& rValue );
271 bool ReadValue( UnoAny& rAny );
273 bool ReadValue( String& rString );
275 bool ReadValue( Color& rColor );
277 bool ReadValue( bool& rbValue );
319 bool ScfPropSetHelper::ReadValue( Type& rValue ) in ReadValue() function in ScfPropSetHelper
335 rPropSetHelper.ReadValue( rValue ); in operator >>()
/aoo42x/main/sc/source/filter/ftools/
H A Dfapihelper.cxx349 bool ScfPropSetHelper::ReadValue( UnoAny& rAny ) in ReadValue() function in ScfPropSetHelper
357 bool ScfPropSetHelper::ReadValue( String& rString ) in ReadValue() function in ScfPropSetHelper
360 bool bRet = ReadValue( aOUString ); in ReadValue()
365 bool ScfPropSetHelper::ReadValue( Color& rColor ) in ReadValue() function in ScfPropSetHelper
368 bool bRet = ReadValue( nApiColor ); in ReadValue()
373 bool ScfPropSetHelper::ReadValue( bool& rbValue ) in ReadValue() function in ScfPropSetHelper
376 bool bRet = ReadValue( aAny ); in ReadValue()

Completed in 23 milliseconds