Home
last modified time | relevance | path

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

/aoo42x/main/sc/source/filter/excel/
H A Dxeformula.cxx1782 inline bool lclIsRefDel2D( const ScSingleRefData& rRefData ) in lclIsRefDel2D() function
1792 inline bool lclIsRefDel2D( const ScComplexRefData& rRefData ) in lclIsRefDel2D() function
1794 return lclIsRefDel2D( rRefData.Ref1 ) || lclIsRefDel2D( rRefData.Ref2 ); in lclIsRefDel2D()
1925 (lclIsRefDel2D( aRefData ) ? EXC_TOKID_REFERR : EXC_TOKID_REF); in ProcessCellRef()
1935 sal_uInt8 nBaseId = lclIsRefDel2D( aRefData ) ? EXC_TOKID_REFERR3D : EXC_TOKID_REF3D; in ProcessCellRef()
1970 (lclIsRefDel2D( aRefData ) ? EXC_TOKID_AREAERR : EXC_TOKID_AREA); in ProcessRangeRef()
1981 sal_uInt8 nBaseId = lclIsRefDel2D( aRefData ) ? EXC_TOKID_AREAERR3D : EXC_TOKID_AREA3D; in ProcessRangeRef()
2018 sal_uInt8 nBaseId = lclIsRefDel2D( aRefData ) ? EXC_TOKID_REFERR3D : EXC_TOKID_REF3D; in ProcessExternalCellRef()
2055 sal_uInt8 nBaseId = lclIsRefDel2D( aRefData ) ? EXC_TOKID_AREAERR3D : EXC_TOKID_AREA3D; in ProcessExternalRangeRef()

Completed in 34 milliseconds