Home
last modified time | relevance | path

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

/trunk/main/ucb/source/ucp/webdav/
H A DCurlInputStream.cxx41 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()
H A DCurlInputStream.hxx48 sal_Int64 mPos; member in http_dav_ucp::CurlInputStream
/trunk/main/vcl/source/app/
H A Dhelp.cxx710 Point mPos( pHelpWin->GetParent()->ImplGetFrameWindow()->GetPointerPosPixel() ); in ImplSetHelpWindowPos() local
711 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 46 milliseconds