Lines Matching refs:nRet
61 sal_uInt16 nRet(0); in GetSetCount() local
69 if(a & 0x80) nRet++; in GetSetCount()
70 if(a & 0x40) nRet++; in GetSetCount()
71 if(a & 0x20) nRet++; in GetSetCount()
72 if(a & 0x10) nRet++; in GetSetCount()
73 if(a & 0x08) nRet++; in GetSetCount()
74 if(a & 0x04) nRet++; in GetSetCount()
75 if(a & 0x02) nRet++; in GetSetCount()
76 if(a & 0x01) nRet++; in GetSetCount()
80 return nRet; in GetSetCount()
87 sal_uInt16 nRet(0); in GetSetBit() local
97 nRet = i - 1; in GetSetBit()
99 return sal_uInt8(nRet); in GetSetBit()
111 sal_uInt16 nRet(0); in GetClearBit() local
121 nRet = i - 1; in GetClearBit()
123 return sal_uInt8(nRet); in GetClearBit()
372 sal_uIntPtr nRet=SDRLAYER_NOTFOUND; in GetLayerPos() local
374 nRet=aLayer.GetPos(pLayer); in GetLayerPos()
375 if (nRet==CONTAINER_ENTRY_NOTFOUND) { in GetLayerPos()
376 nRet=SDRLAYER_NOTFOUND; in GetLayerPos()
379 return sal_uInt16(nRet); in GetLayerPos()
405 SdrLayerID nRet=SDRLAYER_NOTFOUND; in GetLayerID() local
407 if (pLay!=NULL) nRet=pLay->GetID(); in GetLayerID()
408 return nRet; in GetLayerID()