Home
last modified time | relevance | path

Searched refs:pRect (Results 51 – 58 of 58) sorted by relevance

123

/trunk/main/vcl/source/window/
H A Dwinproc.cxx1393 const Rectangle* pRect = pChild->GetCursorRect(); in ImplHandleExtTextInputPos() local
1394 if ( pRect ) in ImplHandleExtTextInputPos()
1395 rRect = pChild->ImplLogicToDevicePixel( *pRect ); in ImplHandleExtTextInputPos()
H A Dwindow.cxx5831 void Window::SetCursorRect( const Rectangle* pRect, long nExtTextInputWidth ) in SetCursorRect() argument
5838 if ( pRect ) in SetCursorRect()
5839 *pWinData->mpCursorRect = *pRect; in SetCursorRect()
5848 if ( pRect ) in SetCursorRect()
5849 pWinData->mpCursorRect = new Rectangle( *pRect ); in SetCursorRect()
/trunk/main/svx/inc/svx/
H A Dsvdpage.hxx542 …const SdrPageGridFrameList* GetGridFrameList(const SdrPageView* pPV, const Rectangle* pRect) const;
H A Ddlgctrl.hxx109 …void SetFocusRect( const Rectangle* pRect = NULL ); // pRect == NULL -> calculate rectangle in…
/trunk/main/embedserv/source/inprocserv/
H A Dinprocembobj.cxx969 LPCRECT pRect ) in DoVerb() argument
984 hr = pOleObject->DoVerb( iVerb, pMsg, pActiveSite, nLong, hWin, pRect ); in DoVerb()
/trunk/main/sw/source/core/text/
H A Dinftxt.hxx478 void CalcRect( const SwLinePortion& rPor, SwRect* pRect, SwRect* pIntersect = 0 ) const;
/trunk/main/vcl/inc/vcl/
H A Dwindow.hxx712 void SetCursorRect( const Rectangle* pRect = NULL, long nExtTextInputWidth = 0 );
/trunk/main/sw/source/ui/docvw/
H A Dedtwin.cxx316 SwRect* pRect = &aRect; in UpdatePointer() local
326 0 !=(pFmt = rSh.GetFmtFromObj( rLPt, &pRect )) && in UpdatePointer()
330 Rectangle aTmp( pRect->SVRect() ); in UpdatePointer()

Completed in 144 milliseconds

123