Home
last modified time | relevance | path

Searched refs:aRect (Results 326 – 350 of 610) sorted by relevance

1...<<11121314151617181920>>...25

/aoo41x/main/sdext/source/pdfimport/wrapper/
H A Dwrapper.cxx385 geometry::RealRectangle2D aRect; in readChar() local
387 readDouble(aRect.X1); in readChar()
388 readDouble(aRect.Y1); in readChar()
389 readDouble(aRect.X2); in readChar()
390 readDouble(aRect.Y2); in readChar()
403 aRect, aUnoMatrix ); in readChar()
/aoo41x/main/accessibility/source/extended/
H A Dtextwindowaccessibility.cxx241 ::css::awt::Rectangle aRect(m_xDocument->retrieveParagraphBounds(this, in containsPoint()
243 return rPoint.X >= 0 && rPoint.X < aRect.Width in containsPoint()
244 && rPoint.Y >= 0 && rPoint.Y < aRect.Height; in containsPoint()
269 ::css::awt::Rectangle aRect(m_xDocument->retrieveParagraphBounds(this, in getLocation()
271 return ::css::awt::Point(aRect.X, aRect.Y); in getLocation()
279 ::css::awt::Rectangle aRect(m_xDocument->retrieveParagraphBounds(this, in getLocationOnScreen()
281 return ::css::awt::Point(aRect.X, aRect.Y); in getLocationOnScreen()
289 ::css::awt::Rectangle aRect(m_xDocument->retrieveParagraphBounds(this, in getSize()
291 return ::css::awt::Size(aRect.Width, aRect.Height); in getSize()
/aoo41x/main/vcl/unx/headless/
H A Dsvpbmp.cxx94 B2IRange aRect( 0, 0, aSize.getX(), aSize.getY() ); in Create() local
95 m_aBitmap->drawBitmap( rSrcBmp, aRect, aRect, DrawMode_PAINT ); in Create()
/aoo41x/main/sw/source/ui/frmdlg/
H A Dcolumn.cxx122 SwRect aRect; in SwColumnDlg() local
123 rWrtShell.CalcBoundRect(aRect, FLY_AS_CHAR); in SwColumnDlg()
125 nSelectionWidth = aRect.Width(); in SwColumnDlg()
1445 Rectangle aRect = rUDEvt.GetRect(); in UserDraw() local
1447 long nRectWidth = aRect.GetWidth(); in UserDraw()
1448 long nRectHeight = aRect.GetHeight(); in UserDraw()
1450 Point aBLPos = aRect.TopLeft(); in UserDraw()
/aoo41x/main/oox/source/export/
H A Ddrawingml.cxx1255 Rectangle aRect( rPoly.GetBoundRect() ); in WritePolyPolygon() local
1259 XML_w, I64S( aRect.GetWidth() ), in WritePolyPolygon()
1260 XML_h, I64S( aRect.GetHeight() ), in WritePolyPolygon()
1268 XML_x, I64S( rPoly[ 0 ].X() - aRect.Left() ), in WritePolyPolygon()
1269 XML_y, I64S( rPoly[ 0 ].Y() - aRect.Top() ), in WritePolyPolygon()
1287 XML_x, I64S( rPoly[j].X() - aRect.Left() ), in WritePolyPolygon()
1288 XML_y, I64S( rPoly[j].Y() - aRect.Top() ), in WritePolyPolygon()
/aoo41x/main/editeng/source/accessibility/
H A DAccessibleEditableTextPara.cxx1094 Rectangle aRect( Point(aTmpRect.X, aTmpRect.Y), Size(aTmpRect.Width, aTmpRect.Height) ); in containsPoint() local
1097 return aRect.IsInside( aPoint ); in containsPoint()
1124 Rectangle aRect = aBulletInfo.aBounds; in getAccessibleAtPoint() local
1126 if( aRect.IsInside( aLogPoint ) ) in getAccessibleAtPoint()
1145 … Rectangle aRect = rCacheTF.GetParaBounds( static_cast< sal_uInt16 >( GetParagraphIndex() ) ); in getBounds() local
1148 Rectangle aScreenRect = AccessibleEditableTextPara::LogicToPixel( aRect, in getBounds()
1167 awt::Rectangle aRect = getBounds(); in getLocation() local
1169 return awt::Point( aRect.X, aRect.Y ); in getLocation()
1225 awt::Rectangle aRect = getBounds(); in getSize() local
1227 return awt::Size( aRect.Width, aRect.Height ); in getSize()
[all …]
/aoo41x/main/sc/source/ui/view/
H A Dpreview.cxx1094 Rectangle aRect(0,0,10000,10000); in MouseButtonUp() local
1095 Paint( aRect ); in MouseButtonUp()
1192 Rectangle aRect(0,0,10000,10000); in MouseButtonUp() local
1193 Paint( aRect ); in MouseButtonUp()
1537 …Rectangle aRect( nDragPos, -aOffset.Y(), nDragPos + 1,(long)( ( nHeight * HMM_PER_TWIPS ) - aOffse… in DrawInvert() local
1538 Invert( aRect,INVERT_50 ); in DrawInvert()
1542 …Rectangle aRect( -aOffset.X(), nDragPos,(long)( ( nWidth * HMM_PER_TWIPS ) - aOffset.X() ), nDragP… in DrawInvert() local
1543 Invert( aRect,INVERT_50 ); in DrawInvert()
H A Dviewfun4.cxx563 Rectangle aRect( Point( 0, 0 ), Point( 0, 0 ) ); in DoSheetConversion() local
564 pEditView->SetOutputArea( aRect ); in DoSheetConversion()
567 pEngine->SetPaperSize( aRect.GetSize() ); in DoSheetConversion()
694 Rectangle aRect( rPos, Size(0,0) ); in PasteFile() local
696 GetRange( GetViewData()->GetTabNo(), aRect ); in PasteFile()
/aoo41x/main/vcl/source/gdi/
H A Doutdev.cxx1168 Rectangle aRect = LogicToPixel( rRect ); in IntersectClipRegion() local
1169 maRegion.Intersect( aRect ); in IntersectClipRegion()
1752 Rectangle aRect( ImplLogicToDevicePixel( rRect ) ); in DrawRect() local
1754 if ( aRect.IsEmpty() ) in DrawRect()
1756 aRect.Justify(); in DrawRect()
1774 mpGraphics->DrawRect( aRect.Left(), aRect.Top(), aRect.GetWidth(), aRect.GetHeight(), this ); in DrawRect()
/aoo41x/main/vcl/source/window/
H A Dtoolbox2.cxx375 Rectangle aRect; in GetDropDownRect() local
378 aRect = maRect; in GetDropDownRect()
381 aRect.Top() = aRect.Bottom() - mnDropDownArrowWidth; in GetDropDownRect()
384 aRect.Left() = aRect.Right() - mnDropDownArrowWidth; in GetDropDownRect()
386 return aRect; in GetDropDownRect()
1839 Rectangle aRect( mnLeftBorder, mnTopBorder, mnDX-mnRightBorder, mnDY-mnBottomBorder ); in IsItemReallyVisible() local
1843 !pItem->maRect.IsEmpty() && aRect.IsOver( pItem->maRect ) ) in IsItemReallyVisible()
/aoo41x/main/sw/source/ui/dbui/
H A Dcreateaddresslistdialog.cxx81 void MakeVisible(const Rectangle& aRect);
278 Rectangle aRect(pEdit->GetPosPixel(), pEdit->GetSizePixel()); in IMPL_LINK() local
279 MakeVisible(aRect); in IMPL_LINK()
330 Rectangle aRect(pEdit->GetPosPixel(), pEdit->GetSizePixel()); in SetCursorTo() local
331 MakeVisible(aRect); in SetCursorTo()
/aoo41x/main/sw/source/ui/fldui/
H A Dfldtdlg.cxx182 Rectangle aRect = GetDesktopRectPixel(); in Initialize() local
183 aPoint.X() = aRect.Right() - aSize.Width(); in Initialize()
184 aPoint.Y() = aRect.Bottom() - aSize.Height(); in Initialize()
/aoo41x/main/sc/source/ui/Accessibility/
H A DAccessiblePreviewCell.cxx235 Rectangle aRect = pWindow->GetWindowExtentsRelative(NULL); in GetBoundingBoxOnScreen() local
236 aCellRect.setX(aCellRect.getX() + aRect.getX()); in GetBoundingBoxOnScreen()
237 aCellRect.setY(aCellRect.getY() + aRect.getY()); in GetBoundingBoxOnScreen()
/aoo41x/main/accessibility/source/standard/
H A Dvclxaccessibletextcomponent.cxx263 awt::Rectangle aRect; in getCharacterBounds() local
266 aRect = AWTRectangle( pControl->GetCharacterBounds( nIndex ) ); in getCharacterBounds()
268 return aRect; in getCharacterBounds()
/aoo41x/main/extensions/source/activex/main/
H A DSOActiveX.cpp1011 RECT aRect; in OnDrawAdvanced() local
1012 ::GetWindowRect( mOffWin, &aRect ); in OnDrawAdvanced()
1014 if( aRect.left != di.prcBounds->left || aRect.top != di.prcBounds->top in OnDrawAdvanced()
1015 || aRect.right != di.prcBounds->right || aRect.bottom != di.prcBounds->bottom ) in OnDrawAdvanced()
/aoo41x/main/extensions/source/bibliography/
H A Dgeneral.cxx750 awt::Rectangle aRect = aControls[i]->getPosSize(); in IMPL_LINK() local
751 long nX = aRect.X; in IMPL_LINK()
752 long nY = aRect.Y; in IMPL_LINK()
769 awt::Rectangle aRect = xCtrWin->getPosSize(); in focusGained() local
770 long nX = aRect.X; in focusGained()
783 long nY = aRect.Y; in focusGained()
H A Dtoolbar.cxx246 Rectangle aRect=GetItemRect(TBC_FT_SOURCE); in BibToolBar() local
248 aFtSource.SetSizePixel(aRect.GetSize()); in BibToolBar()
252 aRect=GetItemRect(TBC_FT_QUERY); in BibToolBar()
254 aFtQuery.SetSizePixel(aRect.GetSize()); in BibToolBar()
/aoo41x/main/sw/source/core/view/
H A Dvprint.cxx93 SwRect aRect; member in SwQueuedPaint
98 aRect( rRect ) in SwQueuedPaint()
125 pPt->aRect.Union( rNew ); in Add()
157 pSh->Paint( pPt->aRect.SVRect() ); in Repaint()
/aoo41x/main/xmloff/inc/xmloff/
H A DVisAreaExport.hxx42 const Rectangle& aRect, const MapUnit aMapUnit);
45 const com::sun::star::awt::Rectangle& aRect, const sal_Int16 nMeasureUnit );
/aoo41x/main/sw/source/core/text/
H A Dporfly.cxx256 SwRect aRect( GetFlyFrm()->Frm() ); in Paint() local
258 aRect._Intersection( aRepaintRect ); in Paint()
264 GetFlyFrm()->Paint( aRect ); in Paint()
/aoo41x/main/tools/inc/tools/
H A Dgen.hxx693 Rectangle aRect( rRect.nLeft + rPt.X(), rRect.nTop + rPt.Y(), in operator +() local
696 return aRect; in operator +()
701 Rectangle aRect( rRect.nLeft - rPt.X(), in operator -() local
705 return aRect; in operator -()
/aoo41x/main/canvas/source/directx/
H A Ddx_impltools.cxx336 RECT aRect = {rRect.getMinX(), in gdiRectFromB2IRect() local
341 return aRect; in gdiRectFromB2IRect()
540 const Gdiplus::Rect aRect( 0,0,aBmpData.Width,aBmpData.Height ); in drawRGBABits() local
541 if( Gdiplus::Ok != pBitmap->LockBits( &aRect, in drawRGBABits()
H A Ddx_9rm.cxx940 RECT aRect = in flip() local
947 HRESULT hr(mpSwapChain->Present(&aRect,&aRect,NULL,NULL,0)); in flip()
978 if(SUCCEEDED(mpSwapChain->Present(&aRect,&aRect,NULL,NULL,0))) in flip()
/aoo41x/main/svtools/source/svhtml/
H A Dhtmlout.cxx655 Rectangle aRect( pRectObj->GetRectangle() ); in Out_ImageMap() local
657 ByteString::CreateFromInt32(aRect.Left())) += ',') in Out_ImageMap()
658 += ByteString::CreateFromInt32(aRect.Top())) += ',') in Out_ImageMap()
659 += ByteString::CreateFromInt32(aRect.Right())) += ',') in Out_ImageMap()
660 += ByteString::CreateFromInt32(aRect.Bottom()); in Out_ImageMap()
/aoo41x/main/sc/source/ui/unoobj/
H A Dchartuno.cxx177 const awt::Rectangle& aRect, in addNewByName() argument
228 Point aRectPos( aRect.X, aRect.Y ); in addNewByName()
232 Size aRectSize( aRect.Width, aRect.Height ); in addNewByName()

Completed in 189 milliseconds

1...<<11121314151617181920>>...25