/trunk/main/sc/source/ui/Accessibility/ |
H A D | AccessiblePreviewCell.cxx | 256 Rectangle aParentRect (VCLRectangle(xAccParentComp->getBounds())); in GetBoundingBox() local 257 aCellRect.setX(aCellRect.getX() - aParentRect.getX()); in GetBoundingBox() 258 aCellRect.setY(aCellRect.getY() - aParentRect.getY()); in GetBoundingBox()
|
H A D | AccessiblePreviewHeaderCell.cxx | 363 Rectangle aParentRect (VCLRectangle(xAccParentComp->getBounds())); in GetBoundingBox() local 364 aCellRect.setX(aCellRect.getX() - aParentRect.getX()); in GetBoundingBox() 365 aCellRect.setY(aCellRect.getY() - aParentRect.getY()); in GetBoundingBox()
|
/trunk/main/svx/source/accessibility/ |
H A D | charmapacc.cxx | 178 Rectangle aParentRect = pParent->GetWindowExtentsRelative( NULL ); in implGetBounds() local 179 ::com::sun::star::awt::Point aParentScreenLoc = AWTPoint( aParentRect.TopLeft() ); in implGetBounds() 816 Rectangle aParentRect( aOrigin, mpParent->mrParent.GetOutputSizePixel() ); in implGetBounds() local 818 aRect.Intersection( aParentRect ); in implGetBounds()
|
H A D | GraphCtlAccessibleContext.cxx | 880 Rectangle aParentRect = pParent->GetWindowExtentsRelative (NULL); in GetBoundingBox() local 881 aBounds -= aParentRect.TopLeft(); in GetBoundingBox()
|
/trunk/main/editeng/source/accessibility/ |
H A D | AccessibleImageBullet.cxx | 271 Rectangle aParentRect = rCacheTF.GetParaBounds( GetParagraphIndex() ); in getBounds() local 280 aRect.Move( -aParentRect.Left(), -aParentRect.Top() ); in getBounds()
|
/trunk/main/vcl/win/source/window/ |
H A D | salframe.cxx | 1492 RECT aParentRect; in SetPosSize() local 1493 GetClientRect( ImplGetParentHwnd( mhWnd ), &aParentRect ); in SetPosSize() 1495 nX = (aParentRect.right - aParentRect.left) - nWidth-1 - nX; in SetPosSize() 1555 RECT aParentRect; in SetPosSize() local 1556 GetWindowRect( hWndParent, &aParentRect ); in SetPosSize() 1557 int nParentWidth = aParentRect.right-aParentRect.left; in SetPosSize() 1558 int nParentHeight = aParentRect.bottom-aParentRect.top; in SetPosSize() 1565 nX = aParentRect.left+nOff; in SetPosSize() 1566 nY = aParentRect.top+nOff; in SetPosSize() 1570 nX = (nParentWidth-nWidth)/2 + aParentRect.left; in SetPosSize() [all …]
|
/trunk/main/filter/inc/filter/msfilter/ |
H A D | msdffimp.hxx | 262 Rectangle aParentRect;// Rectangle der umgebenden Gruppe member 269 :aParentRect( rParentRect ) in SvxMSDffImportData() 273 sal_Bool HasParRect() const { return aParentRect.IsEmpty(); } in HasParRect()
|
/trunk/main/basctl/source/accessibility/ |
H A D | accessibledialogcontrolshape.cxx | 166 Rectangle aParentRect( Point( 0, 0 ), m_pDialogWindow->GetSizePixel() ); in GetBounds() local 167 aRect = aRect.GetIntersection( aParentRect ); in GetBounds()
|
H A D | accessibledialogwindow.cxx | 260 Rectangle aParentRect( Point( 0, 0 ), m_pDialogWindow->GetSizePixel() ); in IsChildVisible() local 261 if ( aParentRect.IsOver( aRect ) ) in IsChildVisible()
|
/trunk/main/svtools/source/control/ |
H A D | toolbarmenuacc.cxx | 919 Rectangle aParentRect( aOrigin, mpParent->mrMenu.GetOutputSizePixel() ); in getBounds() local 921 aRect.Intersection( aParentRect ); in getBounds()
|
H A D | valueacc.cxx | 1186 Rectangle aParentRect( aOrigin, mpParent->mrParent.GetOutputSizePixel() ); in getBounds() local 1188 aRect.Intersection( aParentRect ); in getBounds()
|
/trunk/main/toolkit/source/awt/ |
H A D | vclxaccessiblecomponent.cxx | 814 Rectangle aParentRect = pParent->GetWindowExtentsRelative( NULL ); in implGetBounds() local 815 awt::Point aParentScreenLoc = AWTPoint( aParentRect.TopLeft() ); in implGetBounds()
|
/trunk/main/starmath/source/ |
H A D | accessibility.cxx | 90 Rectangle aParentRect = pParent->GetWindowExtentsRelative( NULL ); in lcl_GetBounds() local 91 awt::Point aParentScreenLoc( aParentRect.Left(), aParentRect.Top() ); in lcl_GetBounds()
|
/trunk/main/vcl/source/control/ |
H A D | ilstbox.cxx | 2913 Rectangle aParentRect( Point( 0, 0 ), pWin->GetSizePixel() ); in ImplDraw() local 2914 pWin->DrawNativeControl( CTRL_LISTBOX, PART_ENTIRE_CONTROL, aParentRect, in ImplDraw()
|
/trunk/main/sw/source/filter/ww8/ |
H A D | wrtw8nds.cxx | 2664 SwRect aParentRect(rNd.FindLayoutRect(false, &aOffset)), in OutWW6FlyFrmsInCntnt() local 2667 aOffset = aFlyRect.Pos() - aParentRect.Pos(); in OutWW6FlyFrmsInCntnt()
|
/trunk/main/filter/source/msfilter/ |
H A D | msdffimp.cxx | 6474 rpShape = ImportObj( rStCtrl, &rData, rData.aParentRect, rData.aParentRect ); in GetShape()
|