Searched refs:pbValue (Results 1 – 2 of 2) sorted by relevance
108 else if( const bool* pbValue = GetBool() ) in WriteToSource() local109 lclSetValue( rRoot, rScPos, *pbValue ? 1.0 : 0.0, NUMBERFORMAT_LOGICAL ); in WriteToSource()
194 else if( const bool* pbValue = GetBool() ) in WriteBody() local196 rStrm << static_cast< sal_uInt16 >( *pbValue ? 1 : 0 ); in WriteBody()
Completed in 28 milliseconds