Home
last modified time | relevance | path

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

/trunk/main/sc/source/filter/excel/
H A Dxeformula.cxx1780 inline bool lclIsRefDel2D( const ScSingleRefData& rRefData ) in lclIsRefDel2D() function
1790 inline bool lclIsRefDel2D( const ScComplexRefData& rRefData ) in lclIsRefDel2D() function
1792 return lclIsRefDel2D( rRefData.Ref1 ) || lclIsRefDel2D( rRefData.Ref2 ); in lclIsRefDel2D()
1923 (lclIsRefDel2D( aRefData ) ? EXC_TOKID_REFERR : EXC_TOKID_REF); in ProcessCellRef()
1933 sal_uInt8 nBaseId = lclIsRefDel2D( aRefData ) ? EXC_TOKID_REFERR3D : EXC_TOKID_REF3D; in ProcessCellRef()
1968 (lclIsRefDel2D( aRefData ) ? EXC_TOKID_AREAERR : EXC_TOKID_AREA); in ProcessRangeRef()
1979 sal_uInt8 nBaseId = lclIsRefDel2D( aRefData ) ? EXC_TOKID_AREAERR3D : EXC_TOKID_AREA3D; in ProcessRangeRef()
2016 sal_uInt8 nBaseId = lclIsRefDel2D( aRefData ) ? EXC_TOKID_REFERR3D : EXC_TOKID_REF3D; in ProcessExternalCellRef()
2053 sal_uInt8 nBaseId = lclIsRefDel2D( aRefData ) ? EXC_TOKID_AREAERR3D : EXC_TOKID_AREA3D; in ProcessExternalRangeRef()