Home
last modified time | relevance | path

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

/aoo41x/main/ucb/source/ucp/webdav/
H A DSerfInputStream.cxx41 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()
H A DSerfInputStream.hxx48 sal_Int64 mPos; member in http_dav_ucp::SerfInputStream
/aoo41x/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 20 milliseconds