Searched refs:readBool (Results 1 – 4 of 4) sorted by relevance
251 case XLS_TOKEN( b ): aItem.readBool( rAttribs ); break; in onCreateContext()321 case BIFF12_ID_PCITEM_BOOL: aItem.readBool( rStrm ); break; in importPCRecordItem()439 case BIFF_ID_PCITEM_BOOL: aItem.readBool( rStrm ); break; in importRecord()
193 void PivotCacheItem::readBool( const AttributeList& rAttribs ) in readBool() function in oox::xls::PivotCacheItem237 void PivotCacheItem::readBool( SequenceInputStream& rStrm ) in readBool() function in oox::xls::PivotCacheItem287 void PivotCacheItem::readBool( BiffInputStream& rStrm ) in readBool() function in oox::xls::PivotCacheItem331 case XLS_TOKEN( b ): rItem.readBool( rAttribs ); break; in importItem()357 case BIFF12_ID_PCITEMA_BOOL: rItem.readBool( rStrm ); break; in importItem()377 case BIFF_ID_PCITEM_BOOL: createItem().readBool( rStrm ); break; in importItemList()
59 void readBool( const AttributeList& rAttribs );72 void readBool( SequenceInputStream& rStrm );87 void readBool( BiffInputStream& rStrm );
86 sal_Bool readBool( const rtl::OString& rSection, const rtl::OString& rEntry, sal_Bool bDefault ) in readBool() function in osl::Profile
Completed in 36 milliseconds