Searched refs:writeBooleanItem (Results 1 – 4 of 4) sorted by relevance
66 void writeBooleanItem( const String& rName, sal_uInt8 nBool );
163 void writeBooleanItem( const String& rName, sal_uInt8 nBool );
401 void BiffObjectBase::writeBooleanItem( const String& rName, sal_uInt8 nBool ) in writeBooleanItem() function in oox::dump::biff::BiffObjectBase560 writeBooleanItem( rName( "boolean" ), nBool ); in dumpBoolean()591 case 1: writeBooleanItem( "value", nData ); break; in dumpFormulaResult()3371 writeBooleanItem( "boolean", nValue ); in dumpBoolErr()
132 void RecordObjectBase::writeBooleanItem( const String& rName, sal_uInt8 nBool ) in writeBooleanItem() function in oox::dump::xlsb::RecordObjectBase181 writeBooleanItem( rName( "boolean" ), nBool ); in dumpBoolean()
Completed in 67 milliseconds