Searched refs:ReadValue (Results 1 – 2 of 2) sorted by relevance
269 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 ScfPropSetHelper335 rPropSetHelper.ReadValue( rValue ); in operator >>()
349 bool ScfPropSetHelper::ReadValue( UnoAny& rAny ) in ReadValue() function in ScfPropSetHelper357 bool ScfPropSetHelper::ReadValue( String& rString ) in ReadValue() function in ScfPropSetHelper360 bool bRet = ReadValue( aOUString ); in ReadValue()365 bool ScfPropSetHelper::ReadValue( Color& rColor ) in ReadValue() function in ScfPropSetHelper368 bool bRet = ReadValue( nApiColor ); in ReadValue()373 bool ScfPropSetHelper::ReadValue( bool& rbValue ) in ReadValue() function in ScfPropSetHelper376 bool bRet = ReadValue( aAny ); in ReadValue()
Completed in 12 milliseconds