Searched defs:bRow32Bit (Results 1 – 2 of 2) sorted by relevance
/aoo41x/main/oox/source/xls/ |
H A D | addressconverter.cxx | 97 inline sal_uInt8 lclGetBiffAddressSize( bool bCol16Bit, bool bRow32Bit ) in lclGetBiffAddressSize() 102 inline sal_uInt8 lclGetBiffRangeSize( bool bCol16Bit, bool bRow32Bit ) in lclGetBiffRangeSize() 126 void BinAddress::read( BiffInputStream& rStrm, bool bCol16Bit, bool bRow32Bit ) in read() 157 void BinRange::read( BiffInputStream& rStrm, bool bCol16Bit, bool bRow32Bit ) in read() 205 void BinRangeList::read( BiffInputStream& rStrm, bool bCol16Bit, bool bRow32Bit ) in read()
|
/aoo41x/main/oox/source/dump/ |
H A D | biffdumper.cxx | 371 sal_Int32 BiffObjectBase::readRow( bool bRow32Bit ) in readRow() 376 void BiffObjectBase::readAddress( Address& orAddress, bool bCol16Bit, bool bRow32Bit ) in readAddress() 382 void BiffObjectBase::readRange( Range& orRange, bool bCol16Bit, bool bRow32Bit ) in readRange() 390 void BiffObjectBase::readRangeList( RangeList& orRanges, bool bCol16Bit, bool bRow32Bit ) in readRangeList() 610 sal_Int32 BiffObjectBase::dumpRowIndex( const String& rName, bool bRow32Bit ) in dumpRowIndex() 625 sal_Int32 BiffObjectBase::dumpRowRange( const String& rName, bool bRow32Bit ) in dumpRowRange() 633 Address BiffObjectBase::dumpAddress( const String& rName, bool bCol16Bit, bool bRow32Bit ) in dumpAddress() 641 Range BiffObjectBase::dumpRange( const String& rName, bool bCol16Bit, bool bRow32Bit ) in dumpRange() 649 void BiffObjectBase::dumpRangeList( const String& rName, bool bCol16Bit, bool bRow32Bit ) in dumpRangeList()
|
Completed in 34 milliseconds