Home
last modified time | relevance | path

Searched refs:Rectangle (Results 351 – 375 of 2178) sorted by relevance

1...<<11121314151617181920>>...88

/aoo41x/main/sc/source/ui/Accessibility/
H A DAccessiblePageHeaderArea.cxx279 Rectangle ScAccessiblePageHeaderArea::GetBoundingBoxOnScreen(void) const in GetBoundingBoxOnScreen()
282 Rectangle aRect; in GetBoundingBoxOnScreen()
290 …aRect = Rectangle(VCLPoint(xComp->getLocationOnScreen()), VCLRectangle(xComp->getBounds()).GetSize… in GetBoundingBoxOnScreen()
296 Rectangle ScAccessiblePageHeaderArea::GetBoundingBox(void) const in GetBoundingBox()
299 Rectangle aRect; in GetBoundingBox()
307 Rectangle aNewRect(Point(0, 0), VCLRectangle(xComp->getBounds()).GetSize()); in GetBoundingBox()
H A DAccessiblePreviewCell.cxx226 Rectangle ScAccessiblePreviewCell::GetBoundingBoxOnScreen() const throw (uno::RuntimeException) in GetBoundingBoxOnScreen()
228 Rectangle aCellRect; in GetBoundingBoxOnScreen()
235 Rectangle aRect = pWindow->GetWindowExtentsRelative(NULL); in GetBoundingBoxOnScreen()
243 Rectangle ScAccessiblePreviewCell::GetBoundingBox() const throw (uno::RuntimeException) in GetBoundingBox()
245 Rectangle aCellRect; in GetBoundingBox()
256 Rectangle aParentRect (VCLRectangle(xAccParentComp->getBounds())); in GetBoundingBox()
/aoo41x/main/vcl/source/control/
H A Dcombobox.cxx136 Rectangle aCtrlRegion( Point( 0, 0 ), Size( 10, 10 ) ); in ImplCalcEditHeight()
137 Rectangle aBoundRegion, aContentRegion; in ImplCalcEditHeight()
648 Rectangle aContent, aBound; in Resize()
651 Rectangle aArea( aPoint, pBorder->GetOutputSizePixel() ); in Resize()
1250 Rectangle aRect( aPos, aSize ); in Draw()
1299 Rectangle aClip( aPos, aSize ); in Draw()
1306 Rectangle aTextRect( aPos, aSize ); in Draw()
1497 Rectangle ComboBox::GetDropDownPosSizePixel() const in GetDropDownPosSizePixel()
1504 Rectangle ComboBox::GetListPosSizePixel() const in GetListPosSizePixel()
1559 Rectangle ComboBox::GetBoundingRectangle( sal_uInt16 nItem ) const in GetBoundingRectangle()
[all …]
/aoo41x/main/svtools/source/control/
H A Dtoolbarmenu.cxx744 pEntry->maRect = Rectangle( aControlPos, aControlSize ); in implCalcSize()
748 pEntry->maRect = Rectangle( Point( 0, nY ), pEntry->maSize ); in implCalcSize()
905 Rectangle aItemRect( Point( nX, nY ), Size( aSz.Width(), pEntry->maSize.Height() ) ); in implHighlightEntry()
917 Rectangle aCtrlRect( Point( nX, 0 ), Size( aPxSize.Width()-nX, aPxSize.Height() ) ); in implHighlightEntry()
1333 Rectangle aNativeBounds; in ImplGetNativeCheckAndRadioSize()
1334 Rectangle aNativeContent; in ImplGetNativeCheckAndRadioSize()
1336 Rectangle aCtrlRegion( tmp, Size( 100, 15 ) ); in ImplGetNativeCheckAndRadioSize()
1444 Rectangle aRect( aTopLeft, Size( aOutSz.Width(), pEntry->maSize.Height() ) ); in implPaint()
1489Rectangle aCheckRect( aTmpPos, Size( nCtrlHeight, nCtrlHeight ) ); in implPaint()
1510 Rectangle aRect( aTmpPos, aSymbolSize ); in implPaint()
[all …]
H A Dtabbar.cxx58 Rectangle maRect;
137 virtual void Paint( const Rectangle& rRect );
199 void ImplTabSizer::Paint( const Rectangle& ) in Paint() argument
1020 void TabBar::Paint( const Rectangle& ) in Paint() argument
1132 Rectangle aRect = pItem->maRect; in Paint()
1870 return Rectangle(); in GetPageRect()
2074 Rectangle aPaintRect; in SelectPageRange()
2158 Rectangle aRect = GetPageRect( mnEditId ); in StartEditMode()
2624 Rectangle aRect( nX-1, nY1, nX+3, nY2 ); in HideDropPos()
2636 Rectangle aRect( nX-2, nY1, nX+1, nY2 ); in HideDropPos()
[all …]
/aoo41x/main/oox/source/xls/
H A Ddrawingmanager.cxx509 const Reference< XShapes >& rxShapes, const Rectangle* pParentRect ) const in convertAndInsert()
516 Rectangle aShapeRect = maAnchor.calcAnchorRectHmm( getDrawPageSize() ); in convertAndInsert()
939 const Reference< XShapes >& /*rxShapes*/, const Rectangle& /*rShapeRect*/ ) const in implConvertAndInsert()
987 const Reference< XShapes >& rxShapes, const Rectangle& rShapeRect ) const in implConvertAndInsert()
1041 const Reference< XShapes >& rxShapes, const Rectangle& rShapeRect ) const in implConvertAndInsert()
1113 const Reference< XShapes >& rxShapes, const Rectangle& rShapeRect ) const in implConvertAndInsert()
1131 const Reference< XShapes >& rxShapes, const Rectangle& rShapeRect ) const in implConvertAndInsert()
1173 const Reference< XShapes >& rxShapes, const Rectangle& rShapeRect ) const in implConvertAndInsert()
1240 Point lclGetPolyPoint( const Rectangle& rAnchorRect, const Point& rPoint ) in lclGetPolyPoint()
1251 const Reference< XShapes >& rxShapes, const Rectangle& rShapeRect ) const in implConvertAndInsert()
[all …]
/aoo41x/main/vcl/qa/complex/persistent_window_states/
H A DDocumentHandle.java26 import com.sun.star.awt.Rectangle;
68 public Rectangle loadDocument(String docName, boolean hidden) in loadDocument()
126 public Rectangle getDocumentPosSize() { in getDocumentPosSize()
139 Rectangle newPosSize = xWin.getPosSize(); in resizeDocument()
152 public boolean resizeDocument(Rectangle newPosSize){ in resizeDocument()
H A DPersistentWindowTest.java33 import com.sun.star.awt.Rectangle;
167 Rectangle rect1 = handle.getDocumentPosSize(); in checkPersistentWindowState()
172 Rectangle rect2 = handle.getDocumentPosSize(); in checkPersistentWindowState()
187 Rectangle newRect = handle.getDocumentPosSize(); in checkPersistentWindowState()
398 private boolean compareRectangles(Rectangle rect1, Rectangle rect2) in compareRectangles()
/aoo41x/main/accessibility/source/extended/
H A DAccessibleBrowseBoxHeaderCell.cxx129Rectangle getRectangle(IAccessibleTableProvider* _pBrowseBox,sal_Int32 _nRowColIndex, sal_Bool _bO… in getRectangle()
139 Rectangle aRet(_pBrowseBox->GetFieldRectPixelAbs( nRow , nCol, sal_True, _bOnScreen)); in getRectangle()
140 return Rectangle(aRet.TopLeft() - Point(0,aRet.GetHeight()),aRet.GetSize()); in getRectangle()
144 Rectangle AccessibleBrowseBoxHeaderCell::implGetBoundingBox() in implGetBoundingBox()
150 Rectangle AccessibleBrowseBoxHeaderCell::implGetBoundingBoxOnScreen() in implGetBoundingBoxOnScreen()
/aoo41x/main/cui/source/dialogs/
H A Dhangulhanjadlg.cxx118 Rectangle* _pPrimaryLocation = NULL, Rectangle* _pSecondaryLocation = NULL,
132Rectangle* _pPrimaryLocation, Rectangle* _pSecondaryLocation, ::vcl::ControlLayoutData* _pLayoutDa… in Paint()
147 Rectangle aSecondaryRect; in Paint()
236 virtual void Paint( const Rectangle& _rRect );
248 void RubyRadioButton::Paint( const Rectangle& ) in Paint() argument
258 Rectangle aOverallRect( Point( 0, 0 ), GetOutputSizePixel() ); in Paint()
261 Rectangle aTextRect( aOverallRect ); in Paint()
288 Rectangle aPrimaryTextLocation, aSecondaryTextLocation; in Paint()
292 Rectangle aCombinedRect( aPrimaryTextLocation ); in Paint()
298 Rectangle aImageLocation( Point( 0, 0 ), aImageSize ); in Paint()
[all …]
/aoo41x/main/vcl/source/window/
H A Dtoolbox2.cxx373 Rectangle ImplToolItem::GetDropDownRect( sal_Bool bHorz ) const in GetDropDownRect()
375 Rectangle aRect; in GetDropDownRect()
424 Invalidate( Rectangle( mnLeftBorder, mnTopBorder, in ImplInvalidate()
455 Invalidate( Rectangle( mnLeftBorder, mnTopBorder, in ImplUpdateItem()
1150 Rectangle aScreen = GetDesktopRectPixel(); in ImplGetPopupPosition()
1207 Rectangle ToolBox::GetItemRect( sal_uInt16 nItemId ) const in GetItemRect()
1218 Rectangle ToolBox::GetItemPosRect( sal_uInt16 nPos ) const in GetItemPosRect()
1226 return Rectangle(); in GetItemPosRect()
1249 return Rectangle(); in GetItemPosDropDownRect()
1254 Rectangle ToolBox::GetMenubuttonRect() const in GetMenubuttonRect()
[all …]
H A Ddockwin.cxx81 Rectangle maDockRect;
184 maDockRect = Rectangle( maDockPos, mpDockWin->GetSizePixel() ); in IMPL_LINK()
500Rectangle aRect( Point( mnTrackX, mnTrackY ), Size( mnTrackWidth, mnTrackHeight ) ); in Tracking()
510 …EndDocking( Rectangle( Point( mnTrackX, mnTrackY ), Size( mnTrackWidth, mnTrackHeight ) ), mbLastF… in Tracking()
514 …EndDocking( Rectangle( Point( mnTrackX, mnTrackY ), Size( mnTrackWidth, mnTrackHeight ) ), mbLastF… in Tracking()
535 Rectangle aTrackRect( aFramePos, Size( mnTrackWidth, mnTrackHeight ) ); in Tracking()
536 Rectangle aCompRect = aTrackRect; in Tracking()
586 Rectangle aShowTrackRect = aTrackRect; in Tracking()
667 sal_Bool DockingWindow::Docking( const Point&, Rectangle& ) in Docking() argument
674 void DockingWindow::EndDocking( const Rectangle& rRect, sal_Bool bFloatMode ) in EndDocking()
/aoo41x/main/sd/source/ui/accessibility/
H A DAccessiblePageShape.cxx114 awt::Rectangle SAL_CALL AccessiblePageShape::getBounds (void) in getBounds()
119 awt::Rectangle aBoundingBox; in getBounds()
163 ::Rectangle aBBox ( in getBounds()
166 ::Rectangle aParentBBox (0,0, aParentSize.Width, aParentSize.Height); in getBounds()
168 aBoundingBox = awt::Rectangle ( in getBounds()
175 aBoundingBox = awt::Rectangle ( in getBounds()
/aoo41x/main/sd/source/ui/dlg/
H A Ddocprev.cxx127 pVDev->DrawRect(Rectangle( Point(0,0 ), pVDev->GetOutputSize())); in ImpPaint()
131 pVDev->DrawRect(Rectangle(aPoint, aSize)); in ImpPaint()
137 void SdDocPreviewWin::Paint( const Rectangle& rRect ) in Paint()
253 const Rectangle aClipRect( aNewOrg, aNewSize ); in updateViewSettings()
263 const Rectangle aRedrawRectangle = Rectangle( Point(), aNewSize ); in updateViewSettings()
/aoo41x/main/wizards/com/sun/star/wizards/reportbuilder/layout/
H A DTabular.java25 import com.sun.star.awt.Rectangle;
73 Rectangle aRect = new Rectangle(); in insertDetailFields()
123 Rectangle aRect = new Rectangle(); in insertDetailFieldTitles()
H A DInBlocksLabelsAbove.java25 import com.sun.star.awt.Rectangle;
72 Rectangle aRectLabels = new Rectangle(); in insertDetailFields()
73 Rectangle aRectFields = new Rectangle(); in insertDetailFields()
/aoo41x/main/extensions/source/update/ui/
H A Dupdatecheckui.cxx107 Rectangle maTitleRect;
108 Rectangle maTextRect;
120 virtual void Paint( const Rectangle& rRect );
580 Rectangle aIconRect = mpIconMBar->GetMenuBarButtonRectPixel( mnIconID ); in GetBubbleWindow()
771 Rectangle aIconRect = mpIconMBar->GetMenuBarButtonRectPixel( mnIconID ); in IMPL_LINK()
852 Rectangle aRect( 0, TIP_HEIGHT, aSize.Width(), aSize.Height() - TIP_HEIGHT ); in Resize()
884 void BubbleWindow::Paint( const Rectangle& ) in Paint() argument
913 Rectangle aTitleRect = maTitleRect; in Paint()
918 Rectangle aTextRect = maTextRect; in Paint()
992 maTitleRect = GetTextRect( Rectangle( Point( 0, 0 ), maMaxTextSize ), in RecalcTextRects()
[all …]
/aoo41x/main/vcl/inc/vcl/
H A Dfloatwin.hxx77 Rectangle maFloatRect;
116 const Rectangle& rRect, sal_uLong nFlags,
119 SAL_DLLPRIVATE Rectangle& ImplGetItemEdgeClipRect();
137 void StartPopupMode( const Rectangle& rRect, sal_uLong nFlags = 0 );
154 …static Point CalcFloatingPosition( Window* pWindow, const Rectangle& rRect, sal_uLong nFlags, s…
/aoo41x/main/sd/source/ui/slidesorter/inc/controller/
H A DSlideSorterController.hxx93 Rectangle Resize (const Rectangle& rAvailableSpace);
106 Rectangle Rearrange (bool bForce = false);
134 void Paint (const Rectangle& rRect, ::Window* pWin);
286 Rectangle maTotalWindowArea;
/aoo41x/main/sd/source/ui/slidesorter/inc/view/
H A DSlideSorterView.hxx97 void RequestRepaint (const Rectangle& rRepaintBox);
100 Rectangle GetModelArea (void);
143 void Paint (OutputDevice& rDevice, const Rectangle& rRepaintArea);
167 void SetInsertionMarker (const Rectangle& rBBox);
177 void SetSelectionRectangle (const Rectangle& rBox);
/aoo41x/main/dbaccess/source/ui/browser/
H A Ddataview.cxx121 void ODataView::resizeDocumentView( Rectangle& /*_rPlayground*/ ) in resizeDocumentView() argument
126 void ODataView::Paint( const Rectangle& _rRect ) in Paint()
140 void ODataView::resizeAll( const Rectangle& _rPlayground ) in resizeAll()
142 Rectangle aPlayground( _rPlayground ); in resizeAll()
157 resizeAll( Rectangle( Point( 0, 0), GetSizePixel() ) ); in Resize()
/aoo41x/main/svtools/inc/svtools/
H A Dheadbar.hxx276 SVT_DLLPRIVATE Rectangle ImplGetItemRect( sal_uInt16 nPos ) const;
282 const Rectangle& rItemRect,
283 const Rectangle* pRect,
287 const Rectangle* pRect = NULL );
303 virtual void Paint( const Rectangle& rRect );
341 Rectangle GetItemRect( sal_uInt16 nItemId ) const;
/aoo41x/main/filter/source/svg/
H A Dsvgwriter.hxx129 …void AddGradientDef( const Rectangle& rObjRect,const Gradient& rGradient, ::rtl…
131 … const Rectangle* pObjBoundRect = NULL, const Gradient* pFillGradient = NULL );
197 Rectangle& ImplMap( const Rectangle& rRect, Rectangle& rDstRect ) const;
203 void ImplWriteRect( const Rectangle& rRect, long nRadX = 0, long nRadY = 0,
/aoo41x/main/svx/inc/svx/
H A Dsvdograf.hxx99 Rectangle aCropRect; // Wenn aCropRect nicht Empty ist, dann enthaelt es den sichtbaren
131 SdrGrafObj(const Graphic& rGrf, const Rectangle& rRect);
191 virtual void NbcSetSnapRect(const Rectangle& rRect);
192 virtual void NbcSetLogicRect(const Rectangle& rRect);
208 virtual void AdjustToMaxRect( const Rectangle& rMaxRect, bool bShrinkOnly = false );
/aoo41x/main/sc/source/ui/cctrl/
H A Dcbuttonw.cxx83 Rectangle aBtnRect( rAt, rSize ); in Draw()
84 Rectangle aInnerRect = aBtnRect; in Draw()
127 void ScDDComboBoxButton::ImpDrawArrow( const Rectangle& rRect, in ImpDrawArrow()
132 Rectangle aPixRect = rRect; in ImpDrawArrow()
144 Rectangle aTempRect = aPixRect; in ImpDrawArrow()

Completed in 199 milliseconds

1...<<11121314151617181920>>...88