Home
last modified time | relevance | path

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

/trunk/main/basic/source/sbx/
H A Dsbxarray.cxx34 sal_Int32 nLbound, nUbound; // Begrenzungen member
603 AddDim32( p->nLbound, p->nUbound ); in operator =()
640 p->nLbound = lb; in AddDimImpl32()
686 rlb = p->nLbound; in GetDim32()
715 if( nIdx < p->nLbound || nIdx > p->nUbound ) in Offset32()
719 nPos = nPos * p->nSize + nIdx - p->nLbound; in Offset32()
734 if( nIdx < p->nLbound || nIdx > p->nUbound ) in Offset()
738 nPos = nPos * p->nSize + nIdx - p->nLbound; in Offset()
791 if( nIdx < p->nLbound || nIdx > p->nUbound ) in Offset32()
795 nPos = nPos * p->nSize + nIdx - p->nLbound; in Offset32()

Completed in 17 milliseconds