Home
last modified time | relevance | path

Searched refs:aBound (Results 26 – 40 of 40) sorted by relevance

12

/trunk/main/reportdesign/source/ui/report/
H A DViewsWindow.cxx800 Rectangle aBound; in alignMarkedObjects() local
802 …oundResizeRect(aSortRectangles,_nControlModification,_bAlignAtSection,_bBoundRects,aBound,aResize); in alignMarkedObjects()
815 Point aCenter(aBound.Center()); in alignMarkedObjects()
858 aGetFun(&aTest) = aGetFun(&aBound); in alignMarkedObjects()
874 *pValue = aGetFun(&aBound) - aGetFun(&aObjRect); in alignMarkedObjects()
/trunk/main/filter/source/msfilter/
H A Deschesdo.cxx266 Rectangle aBound = pObj->GetCurrentBoundRect(); in ImplWriteShape() local
267 Point aPosition( ImplMapPoint( aBound.TopLeft() ) ); in ImplWriteShape()
268 Size aSize( ImplMapSize( aBound.GetSize() ) ); in ImplWriteShape()
/trunk/main/vcl/source/control/
H A Dcombobox.cxx648 Rectangle aContent, aBound; in Resize() local
654 aArea, 0, aControlValue, rtl::OUString(), aBound, aContent) ) in Resize()
664 aArea, 0, aControlValue, rtl::OUString(), aBound, aContent) ) in Resize()
H A Dbutton.cxx1279 Rectangle aBound, aCont; in ImplSetDefButton() local
1290 aBound, aCont ) ) in ImplSetDefButton()
1292 dLeft = aCont.Left() - aBound.Left(); in ImplSetDefButton()
1293 dTop = aCont.Top() - aBound.Top(); in ImplSetDefButton()
1294 dRight = aBound.Right() - aCont.Right(); in ImplSetDefButton()
1295 dBottom = aBound.Bottom() - aCont.Bottom(); in ImplSetDefButton()
H A Dedit.cxx2873 Rectangle aContent, aBound; in CalcMinimumSize() local
2876 aRect, 0, aControlValue, rtl::OUString(), aBound, aContent) ) in CalcMinimumSize()
2878 if( aBound.GetHeight() > aSize.Height() ) in CalcMinimumSize()
2879 aSize.Height() = aBound.GetHeight(); in CalcMinimumSize()
/trunk/main/vcl/source/window/
H A Dstatus.cxx1763 Rectangle aBound, aContent; in CalcWindowSizePixel() local
1766 aNatRgn, 0, aControlValue, rtl::OUString(), aBound, aContent) ) in CalcWindowSizePixel()
1769 ( aBound.GetHeight() - aContent.GetHeight() ) / 2; in CalcWindowSizePixel()
H A Dtoolbox.cxx214 Rectangle aContent, aBound; in ImplGetDragWidth() local
218 aArea, 0, aControlValue, rtl::OUString(), aBound, aContent) ) in ImplGetDragWidth()
/trunk/main/sc/source/ui/app/
H A Dtransobj.cxx112 Rectangle aBound( aPoint, pDev->GetOutputSize() ); //! use size from clip area? in PaintToDev() local
121 ScPrintFunc::DrawToDev( pDoc, pDev, nPrintFactor, aBound, &aViewData, bMetaFile ); in PaintToDev()
/trunk/main/sw/source/core/text/
H A Dtxtdrop.cxx183 Boundary aBound = in GetDropLen() local
187 nEnd = (xub_StrLen)aBound.endPos; in GetDropLen()
/trunk/main/sw/source/core/layout/
H A Dwsfrm.cxx2101 const SwRect aBound( pAnchoredObj->GetObjRectWithSpaces() ); in ShrinkFrm() local
2103 if( aBound.Left() > aRect.Right() ) in ShrinkFrm()
2106 if( aBound.IsOver( aRect ) ) in ShrinkFrm()
/trunk/main/svx/source/svdraw/
H A Dsvdcrtv.cxx615 Rectangle aBound; in MovCreateObj() local
/trunk/main/sd/source/filter/eppt/
H A Depptso.cxx4405 Rectangle aBound = pObj->GetCurrentBoundRect(); in ImplWritePage() local
4406 maPosition = ImplMapPoint( ::com::sun::star::awt::Point( aBound.Left(), aBound.Top() ) ); in ImplWritePage()
4407 … maSize = ImplMapSize( ::com::sun::star::awt::Size ( aBound.GetWidth(), aBound.GetHeight() ) ); in ImplWritePage()
/trunk/main/sw/source/core/access/
H A Daccpara.hxx456 sal_Bool tabCharInWord(sal_Int32 nIndex, com::sun::star::i18n::Boundary& aBound);
/trunk/main/sc/source/ui/Accessibility/
H A DAccessibleDocument.cxx1751 Rectangle aBound(VCLRectangle(xComp->getBounds())); in getAccessibleAtPoint() local
1752 if (aBound.IsInside(VCLPoint(rPoint))) in getAccessibleAtPoint()
/trunk/main/sw/source/core/frmedt/
H A Dfeshview.cxx1710 SwRect aBound( rBound ); in ImpEndCreate() local
1713 if( pTmp->Frm().IsInside( aBound ) ) in ImpEndCreate()

Completed in 191 milliseconds

12