Home
last modified time | relevance | path

Searched refs:bRow32Bit (Results 1 – 4 of 4) sorted by relevance

/trunk/main/oox/source/xls/
H A Daddressconverter.cxx99 return (bCol16Bit ? 2 : 1) + (bRow32Bit ? 4 : 2); in lclGetBiffAddressSize()
102 inline sal_uInt8 lclGetBiffRangeSize( bool bCol16Bit, bool bRow32Bit ) in lclGetBiffRangeSize() argument
104 return 2 * lclGetBiffAddressSize( bCol16Bit, bRow32Bit ); in lclGetBiffRangeSize()
128 mnRow = bRow32Bit ? rStrm.readInt32() : rStrm.readuInt16(); in read()
134 if( bRow32Bit ) in write()
159 maFirst.mnRow = bRow32Bit ? rStrm.readInt32() : rStrm.readuInt16(); in read()
160 maLast.mnRow = bRow32Bit ? rStrm.readInt32() : rStrm.readuInt16(); in read()
167 if( bRow32Bit ) in write()
210 aIt->read( rStrm, bCol16Bit, bRow32Bit ); in read()
215 writeSubList( rStrm, 0, size(), bCol16Bit, bRow32Bit ); in write()
[all …]
/trunk/main/oox/inc/oox/dump/
H A Dbiffdumper.hxx156 sal_Int32 readRow( bool bRow32Bit );
157 …void readAddress( Address& orAddress, bool bCol16Bit = true, bool bRow32Bit = false…
158 void readRange( Range& orRange, bool bCol16Bit = true, bool bRow32Bit = false );
159 …void readRangeList( RangeList& orRanges, bool bCol16Bit = true, bool bRow32Bit = fa…
199 sal_Int32 dumpRowIndex( const String& rName = EMPTY_STRING, bool bRow32Bit = false );
201 sal_Int32 dumpRowRange( const String& rName = EMPTY_STRING, bool bRow32Bit = false );
203 … dumpAddress( const String& rName = EMPTY_STRING, bool bCol16Bit = true, bool bRow32Bit = false );
204 … dumpRange( const String& rName = EMPTY_STRING, bool bCol16Bit = true, bool bRow32Bit = false );
205 …dumpRangeList( const String& rName = EMPTY_STRING, bool bCol16Bit = true, bool bRow32Bit = false );
/trunk/main/oox/inc/oox/xls/
H A Daddressconverter.hxx69 … void read( BiffInputStream& rStrm, bool bCol16Bit = true, bool bRow32Bit = false );
70 …void write( BiffOutputStream& rStrm, bool bCol16Bit = true, bool bRow32Bit = false …
134 … void read( BiffInputStream& rStrm, bool bCol16Bit = true, bool bRow32Bit = false );
135 …void write( BiffOutputStream& rStrm, bool bCol16Bit = true, bool bRow32Bit = false …
179 … void read( BiffInputStream& rStrm, bool bCol16Bit = true, bool bRow32Bit = false );
180 …void write( BiffOutputStream& rStrm, bool bCol16Bit = true, bool bRow32Bit = false …
182 … size_t nBegin, size_t nCount, bool bCol16Bit = true, bool bRow32Bit = false ) const;
/trunk/main/oox/source/dump/
H A Dbiffdumper.cxx371 sal_Int32 BiffObjectBase::readRow( bool bRow32Bit ) in readRow() argument
378 orAddress.mnRow = readRow( bRow32Bit ); in readAddress()
384 orRange.maFirst.mnRow = readRow( bRow32Bit ); in readRange()
385 orRange.maLast.mnRow = readRow( bRow32Bit ); in readRange()
396 readRange( *aIt, bCol16Bit, bRow32Bit ); in readRangeList()
612 sal_Int32 nRow = readRow( bRow32Bit ); in dumpRowIndex()
627 sal_Int32 nRow1 = readRow( bRow32Bit ); in dumpRowRange()
628 sal_Int32 nRow2 = readRow( bRow32Bit ); in dumpRowRange()
636 readAddress( aPos, bCol16Bit, bRow32Bit ); in dumpAddress()
644 readRange( aRange, bCol16Bit, bRow32Bit ); in dumpRange()
[all …]

Completed in 42 milliseconds