Searched refs:mPos (Results 1 – 3 of 3) sorted by relevance
41 mPos( 0 ), in CurlInputStream()96 sal_Int32 theBytesLeft = sal::static_int_cast<sal_Int32>(mLen - mPos); in readBytes()105 aData.getArray(), mInputBuffer.getConstArray() + mPos, theBytes2Read ); in readBytes()108 mPos += theBytes2Read; in readBytes()137 mPos += nBytesToSkip; in skipBytes()138 if ( mPos >= mLen ) in skipBytes()139 mPos = mLen; in skipBytes()151 return sal::static_int_cast<sal_Int32>(mLen - mPos); in available()176 mPos = location; in seek()188 return mPos; in getPosition()
48 sal_Int64 mPos; member in http_dav_ucp::CurlInputStream
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 23 milliseconds