Searched refs:bRelativeAsOffset (Results 1 – 3 of 3) sorted by relevance
| /trunk/main/oox/source/xls/ |
| H A D | formulaparser.cxx | 517 … pushReferenceOperand( const BinSingleRef2d& rRef, bool bDeleted, bool bRelativeAsOffset ); 518 … pushReferenceOperand( const BinComplexRef2d& rRef, bool bDeleted, bool bRelativeAsOffset ); 521 …t LinkSheetRange& rSheetRange, const BinSingleRef2d& rRef, bool bDeleted, bool bRelativeAsOffset ); 522 … LinkSheetRange& rSheetRange, const BinComplexRef2d& rRef, bool bDeleted, bool bRelativeAsOffset ); 543 …nvertColRow( SingleReference& orApiRef, const BinSingleRef2d& rRef, bool bRelativeAsOffset ) const; 544 …ngleReference& orApiRef, const BinSingleRef2d& rRef, bool bDeleted, bool bRelativeAsOffset ) const; 545 … BinSingleRef2d& rRef1, const BinSingleRef2d& rRef2, bool bDeleted, bool bRelativeAsOffset ) const; 546 …ngleReference& orApiRef, const BinSingleRef2d& rRef, bool bDeleted, bool bRelativeAsOffset ) const; 547 … BinSingleRef2d& rRef1, const BinSingleRef2d& rRef2, bool bDeleted, bool bRelativeAsOffset ) const; 548 …nSheet, bool bSameSheet, const BinSingleRef2d& rRef, bool bDeleted, bool bRelativeAsOffset ) const; [all …]
|
| H A D | formulabase.cxx | 71 void BinSingleRef2d::setBiff12Data( sal_uInt16 nCol, sal_Int32 nRow, bool bRelativeAsOffset ) in setBiff12Data() argument 77 if( bRelativeAsOffset && mbColRel && (mnCol > (BIFF12_TOK_REF_COLMASK >> 1)) ) in setBiff12Data() 79 if( bRelativeAsOffset && mbRowRel && (mnRow > (BIFF12_TOK_REF_ROWMASK >> 1)) ) in setBiff12Data() 83 void BinSingleRef2d::setBiff2Data( sal_uInt8 nCol, sal_uInt16 nRow, bool bRelativeAsOffset ) in setBiff2Data() argument 89 if( bRelativeAsOffset && mbColRel && (mnCol >= 0x80) ) in setBiff2Data() 91 if( bRelativeAsOffset && mbRowRel && (mnRow > (BIFF_TOK_REF_ROWMASK >> 1)) ) in setBiff2Data() 95 void BinSingleRef2d::setBiff8Data( sal_uInt16 nCol, sal_uInt16 nRow, bool bRelativeAsOffset ) in setBiff8Data() argument 101 if( bRelativeAsOffset && mbColRel && (mnCol > (BIFF_TOK_REF_COLMASK >> 1)) ) in setBiff8Data() 103 if( bRelativeAsOffset && mbRowRel && (mnRow >= 0x8000) ) in setBiff8Data() 107 void BinSingleRef2d::readBiff12Data( SequenceInputStream& rStrm, bool bRelativeAsOffset ) in readBiff12Data() argument [all …]
|
| /trunk/main/oox/inc/oox/xls/ |
| H A D | formulabase.hxx | 238 void setBiff12Data( sal_uInt16 nCol, sal_Int32 nRow, bool bRelativeAsOffset ); 239 void setBiff2Data( sal_uInt8 nCol, sal_uInt16 nRow, bool bRelativeAsOffset ); 240 void setBiff8Data( sal_uInt16 nCol, sal_uInt16 nRow, bool bRelativeAsOffset ); 242 void readBiff12Data( SequenceInputStream& rStrm, bool bRelativeAsOffset ); 243 void readBiff2Data( BiffInputStream& rStrm, bool bRelativeAsOffset ); 244 void readBiff8Data( BiffInputStream& rStrm, bool bRelativeAsOffset ); 255 void readBiff12Data( SequenceInputStream& rStrm, bool bRelativeAsOffset ); 256 void readBiff2Data( BiffInputStream& rStrm, bool bRelativeAsOffset ); 257 void readBiff8Data( BiffInputStream& rStrm, bool bRelativeAsOffset );
|