Searched defs:bCol16Bit (Results 1 – 3 of 3) sorted by relevance
/aoo41x/main/sc/source/filter/excel/ |
H A D | xladdress.cxx | 33 void XclAddress::Read( XclImpStream& rStrm, bool bCol16Bit ) in Read() 59 void XclRange::Read( XclImpStream& rStrm, bool bCol16Bit ) in Read() 100 void XclRangeList::Read( XclImpStream& rStrm, bool bCol16Bit ) in Read()
|
/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() 132 void BinAddress::write( BiffOutputStream& rStrm, bool bCol16Bit, bool bRow32Bit ) const in write() 157 void BinRange::read( BiffInputStream& rStrm, bool bCol16Bit, bool bRow32Bit ) in read() 165 void BinRange::write( BiffOutputStream& rStrm, bool bCol16Bit, bool bRow32Bit ) const in write() 205 void BinRangeList::read( BiffInputStream& rStrm, bool bCol16Bit, bool bRow32Bit ) in read() 213 void BinRangeList::write( BiffOutputStream& rStrm, bool bCol16Bit, bool bRow32Bit ) const in write() 218 …writeSubList( BiffOutputStream& rStrm, size_t nBegin, size_t nCount, bool bCol16Bit, bool bRow32Bi… in writeSubList()
|
/aoo41x/main/oox/source/dump/ |
H A D | biffdumper.cxx | 366 sal_Int32 BiffObjectBase::readCol( bool bCol16Bit ) in readCol() 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() 603 sal_Int32 BiffObjectBase::dumpColIndex( const String& rName, bool bCol16Bit ) in dumpColIndex() 617 sal_Int32 BiffObjectBase::dumpColRange( const String& rName, bool bCol16Bit ) in dumpColRange() 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 40 milliseconds