Searched refs:rbValue (Results 1 – 4 of 4) sorted by relevance
373 bool ScfPropSetHelper::ReadValue( bool& rbValue ) in ReadValue() argument377 rbValue = ScUnoHelpFunctions::GetBoolFromAny( aAny ); in ReadValue()397 void ScfPropSetHelper::WriteValue( const bool& rbValue ) in WriteValue() argument400 ScUnoHelpFunctions::SetBoolInAny( *pAny, rbValue ); in WriteValue()
277 bool ReadValue( bool& rbValue );296 void WriteValue( const bool& rbValue );
769 bool SfxOleSection::GetBoolValue( bool& rbValue, sal_Int32 nPropId ) const in GetBoolValue() argument775 rbValue = pProp->GetValue(); in GetBoolValue()
292 bool GetBoolValue( bool& rbValue, sal_Int32 nPropId ) const;
Completed in 39 milliseconds