Home
last modified time | relevance | path

Searched refs:dumpBin (Results 1 – 2 of 2) sorted by last modified time

/trunk/main/oox/source/dump/
H A Dxlsbdumper.cxx1020 sal_uInt32 nUsedRows = dumpBin< sal_uInt32 >( "used-rows" ); in implDumpRecordBody()
1024 dumpBin< sal_uInt16 >( "used-columns" ); in implDumpRecordBody()
/trunk/main/oox/inc/oox/dump/
H A Ddumperbase.hxx1623 Type dumpBin( const String& rName, const NameListWrapper& rListWrp = NO_LIST );
1638 …Type1 dumpBin( bool bType1, const String& rName, const NameListWrapper& rListWrp = N…
1687 Type InputObjectBase::dumpBin( const String& rName, const NameListWrapper& rListWrp ) in dumpBin() function in oox::dump::InputObjectBase
1741 Type1 InputObjectBase::dumpBin( bool bType1, const String& rName, const NameListWrapper& rListWrp ) in dumpBin() function in oox::dump::InputObjectBase
1743 …return bType1 ? dumpBin< Type1 >( rName, rListWrp ) : static_cast< Type1 >( dumpBin< Type2 >( rNam… in dumpBin()

Completed in 34 milliseconds