Home
last modified time | relevance | path

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

/AOO41X/main/svl/source/items/
H A Dnranges.cxx319 const NUMTYPE * pRB = rRanges._pRanges; in operator +=() local
325 if (pRA[0] > pRB[0]) in operator +=()
326 Swap_Impl(pRA, pRB); in operator +=()
336 while (pRB[1] <= pRA[1]) in operator +=()
338 pRB += 2; in operator +=()
341 if (!pRB[0]) in operator +=()
343 Swap_Impl(pRA, pRB); in operator +=()
350 if (pRB[0] > pRA[1] + 1) in operator +=()
362 Swap_Impl(pRA, pRB); in operator +=()
372 for (; pRB[0]; pRB += 2) in operator +=()
[all …]
/AOO41X/main/filter/source/msfilter/
H A Dmsocximex.cxx810 void RBGroup::add(OCX_Control* pRB) in add() argument
814 if ( pRB->mnTabPos < mRBGroupPos ) in add()
816 mRBGroupPos = pRB->mnTabPos; in add()
823 mpControls.push_back( pRB ); in add()
/AOO41X/main/filter/inc/filter/msfilter/
H A Dmsocximex.hxx510 void add(OCX_Control* pRB);