Home
last modified time | relevance | path

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

/aoo41x/main/sc/source/filter/excel/
H A Dxipivot.cxx108 else if( const bool* pbValue = GetBool() ) in WriteToSource() local
109 lclSetValue( rRoot, rScPos, *pbValue ? 1.0 : 0.0, NUMBERFORMAT_LOGICAL ); in WriteToSource()
H A Dxepivot.cxx194 else if( const bool* pbValue = GetBool() ) in WriteBody() local
196 rStrm << static_cast< sal_uInt16 >( *pbValue ? 1 : 0 ); in WriteBody()

Completed in 46 milliseconds