Home
last modified time | relevance | path

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

/trunk/main/basic/source/sbx/
H A Dsbxarray.cxx153 SetError( SbxERR_BOUNDS ); in GetRef32()
171 SetError( SbxERR_BOUNDS ); in GetRef()
636 eRes = SbxERR_BOUNDS; in AddDimImpl32()
680 SetError( SbxERR_BOUNDS ); rub = rlb = 0; return sal_False; in GetDim32()
698 SetError( SbxERR_BOUNDS ); in GetDim()
723 SetError( SbxERR_BOUNDS ); nPos = 0; in Offset32()
742 SetError( SbxERR_BOUNDS ); nPos = 0; in Offset()
784 SetError( SbxERR_BOUNDS ); return 0; in Offset32()
799 SetError( SbxERR_BOUNDS ); nPos = 0; in Offset32()
809 SetError( SbxERR_BOUNDS ); nPos = 0; in Offset()
/trunk/main/basic/inc/basic/
H A Dsbxdef.hxx234 #define SbxERR_BOUNDS ERRCODE_SBX_BOUNDS macro