Home
last modified time | relevance | path

Searched refs:aRect (Results 551 – 575 of 608) sorted by relevance

1...<<2122232425

/trunk/main/svx/source/dialog/
H A Drubydialog.cxx859 Rectangle aRect(Point(0, 0), aWinSize); in Paint() local
862 DrawRect(aRect); in Paint()
/trunk/main/sw/source/ui/docvw/
H A DPostItMgr.cxx1542 Rectangle aRect; in IsHit() local
1544 aRect = mPages[nPageNum-1]->eSidebarPosition == sw::sidebarwindows::SIDEBAR_LEFT in IsHit()
1547 if (aRect.IsInside(aPoint)) in IsHit()
/trunk/main/desktop/source/deployment/gui/
H A Ddp_gui_extlistbox.cxx401 Rectangle aRect = GetTextRect( Rectangle( Point(), aSize ), aText, in CalcActiveHeight() local
403 aTextHeight += aRect.GetHeight(); in CalcActiveHeight()
/trunk/main/sc/source/filter/xcl97/
H A Dxcl97rec.cxx96 Rectangle aRect( 0, 0, 0, 0 ); in XclExpObjList() local
97 mrEscherEx.EnterGroup( &aRect ); in XclExpObjList()
/trunk/main/vcl/inc/aqua/
H A Dsalframeview.h91 -(void)drawRect: (NSRect)aRect; in drawRect:()
/trunk/main/embedserv/source/inc/
H A Ddocholder.hxx198 HRESULT SetObjectRects(LPCRECT aRect, LPCRECT aClip);
/trunk/main/sd/source/ui/inc/
H A DView.hxx70 Rectangle aRect; member
/trunk/main/svtools/inc/svtools/
H A Dsvicnvw.hxx65 Rectangle aRect; // Bounding-Rect des Entries member in SvIcnVwDataEntry
/trunk/main/sd/source/ui/view/
H A Ddrviewse.cxx1559 Rectangle aRect(aPos, GetActiveWindow()->GetOutputSizePixel() ); in InsertURLField() local
1560 aPos = aRect.Center(); in InsertURLField()
/trunk/main/sw/source/ui/misc/
H A Doutline.cxx1082 Rectangle aRect(Point(0,0), aSize); in Paint() local
1091 pVDev->DrawRect(aRect); in Paint()
/trunk/main/extensions/source/propctrlr/
H A Dstandardcontrol.cxx1226 ::Rectangle aRect(aMePos,aSize); in ShowDropDown()
1229 m_pFloatingEdit->StartPopupMode( aRect, FLOATWIN_POPUPMODE_DOWN ); in ShowDropDown()
/trunk/main/embeddedobj/test/Container1/
H A DEmbedContApp.java886 com.sun.star.awt.Rectangle aRect = new com.sun.star.awt.Rectangle( in createVclWindow() local
892 m_aBitmapPainter = new BitmapPainter( m_xMainThreadExecutor, m_xVCLWindow, m_xBitmap, aRect ); in createVclWindow()
/trunk/main/sc/inc/
H A Dchartuno.hxx69 const ::com::sun::star::awt::Rectangle& aRect,
/trunk/main/sw/source/filter/ww8/
H A DWW8TableInfo.hxx124 CellInfo(const SwRect & aRect, WW8TableNodeInfo * pNodeInfo);
H A Dwrtww8.cxx2428 SwRect aRect( pFmt->FindLayoutRect( false, &aPt ) ); in GetTablePageSize() local
2429 if ( aRect.IsEmpty() ) in GetTablePageSize()
2436 aRect = pParentFmt->FindLayoutRect(true); in GetTablePageSize()
2437 if ( 0 == ( nPageSize = aRect.Width() ) ) in GetTablePageSize()
2446 nPageSize = aRect.Width(); in GetTablePageSize()
/trunk/main/extensions/source/activex/msidl/
H A Dso_activex.idl71 HRESULT invalidateRect( [in] IDispatch* aRect, [in] short nFlags );
/trunk/main/xmloff/source/chart/
H A DSchXMLExport.cxx2286 awt::Rectangle aRect( xDiaPos->calculateDiagramPositionExcludingAxes() ); in exportCoordinateRegion() local
2287 addPosition( awt::Point(aRect.X,aRect.Y) ); in exportCoordinateRegion()
2288 addSize( awt::Size(aRect.Width,aRect.Height) ); in exportCoordinateRegion()
/trunk/main/sc/source/ui/app/
H A Dinputhdl.cxx928 Rectangle aRect( aPos, aPos ); in ShowTip() local
931 nTipVisible = Help::ShowTip(pTipVisibleParent, aRect, rText, nAlign); in ShowTip()
953 Rectangle aRect( aPos, aPos ); in ShowTipBelow() local
955 nTipVisibleSec = Help::ShowTip(pTipVisibleSecParent, aRect, rText, nAlign); in ShowTipBelow()
H A Dinputwin.cxx1675 Rectangle aRect( aPos, aPos ); in Modify() local
1679 nTipVisible = Help::ShowTip(pWin, aRect, aText, nAlign); in Modify()
/trunk/main/sw/source/core/text/
H A Dtxtftn.cxx264 SwRect aRect( pAnchoredObj->GetObjRect() ); in lcl_GetFtnLower() local
269 const SwTwips nBottom = (aRect.*fnRect->fnGetBottom)(); in lcl_GetFtnLower()
/trunk/main/sd/inc/
H A Dsdpage.hxx213 …toLayoutShape(SdrObject* pObj, PresObjKind eObjKind, bool bVertical, Rectangle aRect, bool bInit );
/trunk/main/svx/source/svdraw/
H A Dsvdopath.cxx1734 aRect = Rectangle(aPoint0, aPoint1); in ImpForceLineWink()
1735 aRect.Justify(); in ImpForceLineWink()
1800 aRect = ImpGetBoundRect(GetPathPoly()); in ImpForceKind()
2541 aRect = ImpGetBoundRect(GetPathPoly()); // fuer SdrTextObj# in NbcSetPoint()
/trunk/main/toolkit/inc/toolkit/awt/
H A Dvclxgraphics.hxx125 …virtual void SAL_CALL clear( const ::com::sun::star::awt::Rectangle& aRect ) throw (::com::sun::st…
/trunk/main/dbaccess/source/ui/browser/
H A Dsbagrid.cxx1553 Rectangle aRect = GetCellRect(nRow, nCol, sal_False); in AcceptDrop() local
1554 if (!aRect.IsInside(rEvt.maPosPixel)) in AcceptDrop()
/trunk/main/starmath/source/
H A Dnode.cxx793 SmRect aRect = (SmRect(aTmpDev, &rFormat, C2S("a"), in Arrange() local
798 nFormulaBaseline += aRect.GetBaseline() - aRect.GetAlignM(); in Arrange()

Completed in 217 milliseconds

1...<<2122232425