Home
last modified time | relevance | path

Searched refs:aParentRect (Results 1 – 16 of 16) sorted by last modified time

/aoo41x/main/vcl/win/source/window/
H A Dsalframe.cxx1492 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 …]
/aoo41x/main/vcl/source/control/
H A Dilstbox.cxx2913 Rectangle aParentRect( Point( 0, 0 ), pWin->GetSizePixel() ); in ImplDraw() local
2914 pWin->DrawNativeControl( CTRL_LISTBOX, PART_ENTIRE_CONTROL, aParentRect, in ImplDraw()
/aoo41x/main/toolkit/source/awt/
H A Dvclxaccessiblecomponent.cxx814 Rectangle aParentRect = pParent->GetWindowExtentsRelative( NULL ); in implGetBounds() local
815 awt::Point aParentScreenLoc = AWTPoint( aParentRect.TopLeft() ); in implGetBounds()
/aoo41x/main/sw/source/filter/ww8/
H A Dwrtw8nds.cxx2664 SwRect aParentRect(rNd.FindLayoutRect(false, &aOffset)), in OutWW6FlyFrmsInCntnt() local
2667 aOffset = aFlyRect.Pos() - aParentRect.Pos(); in OutWW6FlyFrmsInCntnt()
/aoo41x/main/svx/source/accessibility/
H A Dcharmapacc.cxx178 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 DGraphCtlAccessibleContext.cxx880 Rectangle aParentRect = pParent->GetWindowExtentsRelative (NULL); in GetBoundingBox() local
881 aBounds -= aParentRect.TopLeft(); in GetBoundingBox()
/aoo41x/main/svtools/source/control/
H A Dtoolbarmenuacc.cxx919 Rectangle aParentRect( aOrigin, mpParent->mrMenu.GetOutputSizePixel() ); in getBounds() local
921 aRect.Intersection( aParentRect ); in getBounds()
H A Dvalueacc.cxx1186 Rectangle aParentRect( aOrigin, mpParent->mrParent.GetOutputSizePixel() ); in getBounds() local
1188 aRect.Intersection( aParentRect ); in getBounds()
/aoo41x/main/starmath/source/
H A Daccessibility.cxx90 Rectangle aParentRect = pParent->GetWindowExtentsRelative( NULL ); in lcl_GetBounds() local
91 awt::Point aParentScreenLoc( aParentRect.Left(), aParentRect.Top() ); in lcl_GetBounds()
/aoo41x/main/sc/source/ui/Accessibility/
H A DAccessiblePreviewCell.cxx256 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 DAccessiblePreviewHeaderCell.cxx363 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()
/aoo41x/main/filter/source/msfilter/
H A Dmsdffimp.cxx6428 rpShape = ImportObj( rStCtrl, &rData, rData.aParentRect, rData.aParentRect ); in GetShape()
/aoo41x/main/filter/inc/filter/msfilter/
H A Dmsdffimp.hxx262 Rectangle aParentRect;// Rectangle der umgebenden Gruppe member
269 :aParentRect( rParentRect ) in SvxMSDffImportData()
273 sal_Bool HasParRect() const { return aParentRect.IsEmpty(); } in HasParRect()
/aoo41x/main/editeng/source/accessibility/
H A DAccessibleImageBullet.cxx271 …Rectangle aParentRect = rCacheTF.GetParaBounds( static_cast< sal_uInt16 >( GetParagraphIndex() ) ); in getBounds() local
280 aRect.Move( -aParentRect.Left(), -aParentRect.Top() ); in getBounds()
/aoo41x/main/basctl/source/accessibility/
H A Daccessibledialogcontrolshape.cxx166 Rectangle aParentRect( Point( 0, 0 ), m_pDialogWindow->GetSizePixel() ); in GetBounds() local
167 aRect = aRect.GetIntersection( aParentRect ); in GetBounds()
H A Daccessibledialogwindow.cxx260 Rectangle aParentRect( Point( 0, 0 ), m_pDialogWindow->GetSizePixel() ); in IsChildVisible() local
261 if ( aParentRect.IsOver( aRect ) ) in IsChildVisible()

Completed in 165 milliseconds