Searched refs:mPos (Results 1 – 3 of 3) sorted by relevance
41 mPos( 0 ) in SerfInputStream()88 sal_Int32 theBytesLeft = sal::static_int_cast<sal_Int32>(mLen - mPos); in readBytes()97 aData.getArray(), mInputBuffer.getConstArray() + mPos, theBytes2Read ); in readBytes()100 mPos += theBytes2Read; in readBytes()129 mPos += nBytesToSkip; in skipBytes()130 if ( mPos >= mLen ) in skipBytes()131 mPos = mLen; in skipBytes()143 return sal::static_int_cast<sal_Int32>(mLen - mPos); in available()168 mPos = location; in seek()180 return mPos; in getPosition()
48 sal_Int64 mPos; member in http_dav_ucp::SerfInputStream
710 Point mPos( pHelpWin->GetParent()->ImplGetFrameWindow()->GetPointerPosPixel() ); in ImplSetHelpWindowPos() local711 mPos = pHelpWin->GetParent()->ImplGetFrameWindow()->OutputToAbsoluteScreenPixel( mPos ); in ImplSetHelpWindowPos()729 if ( aPos == mPos ) in ImplSetHelpWindowPos()794 if( aHelpRect.IsInside( mPos ) ) in ImplSetHelpWindowPos()798 Point pTest( mPos - pSize - delta ); in ImplSetHelpWindowPos()802 aPos = mPos + delta; in ImplSetHelpWindowPos()
Completed in 16 milliseconds