Home
last modified time | relevance | path

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

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

/trunk/main/sd/source/ui/func/
H A Dfuconcs.cxx322 Rectangle aRect( rRectangle ); in CreateDefaultObject() local
324 ImpForceQuadratic( aRect ); in CreateDefaultObject()
325 pObj->SetLogicRect( aRect ); in CreateDefaultObject()
/trunk/main/embedserv/source/embed/
H A Dsyswinwrapper.cxx427 RECT aRect = phw->m_aTracker.m_rect; in HatchWndProc() local
428 TransformRect(&aRect,hWnd,GetParent(hWnd)); in HatchWndProc()
429 phw->m_pDocHolder->OnPosRectChanged(&aRect); in HatchWndProc()
/trunk/main/sc/source/filter/html/
H A Dhtmlexp2.cxx86 Rectangle aRect; in FillGraphList() local
88 aRect = pDoc->GetMMRect( nStartCol, nStartRow, nEndCol, nEndRow, nTab ); in FillGraphList()
94 if ( bAll || aRect.IsInside( aObjRect ) ) in FillGraphList()
/trunk/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()
/trunk/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()
/trunk/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()
/trunk/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()
/trunk/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()
/trunk/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()
/trunk/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()
/trunk/main/vcl/source/control/
H A Dbutton.cxx451 Rectangle aRect = Rectangle( Point(), rSize ); in ImplDrawAlignedImage() local
464 aRect.Left() += 3 * nSymbolHeight / 2; in ImplDrawAlignedImage()
486 aRect.Right() -= ( aImageSize.Width() + nImageSep ); in ImplDrawAlignedImage()
498 aRect = pDev->GetTextRect( aRect, aText, nTextStyle ); in ImplDrawAlignedImage()
499 aTextSize = aRect.GetSize(); in ImplDrawAlignedImage()
1100 Rectangle aRect( aPoint, aOutSz ); in ImplDrawPushButton() local
1101 Rectangle aInRect = aRect; in ImplDrawPushButton()
1545 Rectangle aRect( aPos, aSize ); in Draw() local
1578 aRect = aDecoView.DrawButton( aRect, nButtonStyle ); in Draw()
1580 ImplDrawPushButtonContent( pDev, nFlags, aRect, false, true ); in Draw()
[all …]
/trunk/main/vcl/unx/gtk/window/
H A Dgtkframe.cxx2485 GdkRectangle aRect; in UnionClipRegion() local
2486 aRect.x = nX; in UnionClipRegion()
2487 aRect.y = nY; in UnionClipRegion()
2488 aRect.width = nWidth; in UnionClipRegion()
2489 aRect.height = nHeight; in UnionClipRegion()
2491 gdk_region_union_with_rect( m_pRegion, &aRect ); in UnionClipRegion()
2999 GdkRectangle aRect; in signalConfigure() local
3001 pThis->maGeometry.nTopDecoration = y - aRect.y; in signalConfigure()
3002 pThis->maGeometry.nBottomDecoration = aRect.y + aRect.height - y - pEvent->height; in signalConfigure()
3003 pThis->maGeometry.nLeftDecoration = x - aRect.x; in signalConfigure()
[all …]
/trunk/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()
/trunk/main/vcl/aqua/source/window/
H A Dsalframeview.mm151 NSRect aRect = NSMakeRect( pFrame->maGeometry.nX, pFrame->maGeometry.nY,
153 pFrame->VCLToCocoa( aRect );
154 …NSWindow* pNSWindow = [super initWithContentRect: aRect styleMask: mpFrame->getStyleMask() backing…
456 …const NSRect aRect = { NSZeroPoint, NSMakeSize( mpFrame->maGeometry.nWidth, mpFrame->maGeometry.nH…
457 [self addCursorRect: aRect cursor: mpFrame->getCurrentCursor()];
496 -(void)drawRect: (NSRect)aRect
509 const CGRect aCGRect = {{aRect.origin.x,aRect.origin.y},{aRect.size.width,aRect.size.height}};
519 mpFrame->mpGraphics->UpdateWindow( aRect );
/trunk/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()
/trunk/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()
/trunk/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()
/trunk/main/filter/source/graphicfilter/ipict/
H A Dipict.cxx1229 Rectangle aRect; in ReadData() local
1232 ReadRectangle(aRect); in ReadData()
1238 aRect.setWidth(aRect.getWidth()+1); in ReadData()
1239 aRect.setHeight(aRect.getHeight()+1); in ReadData()
1240 pVirDev->SetClipRegion( Region( aRect ) ); in ReadData()
/trunk/main/canvas/source/vcl/
H A Dcanvashelper.cxx964 const Rectangle aRect( ::vcl::unotools::rectangleFromIntegerRectangle2D(rect) ); in getData() local
972 Bitmap aBitmap( rOutDev.GetBitmap(aRect.TopLeft(), in getData()
973 aRect.GetSize()) ); in getData()
1026 const Rectangle aRect( ::vcl::unotools::rectangleFromIntegerRectangle2D(rect) ); in setData() local
1049 Bitmap aBitmap( aRect.GetSize(), nBitCount, pPalette ); in setData()
1136 rOutDev.DrawBitmap(aRect.TopLeft(), aBitmap); in setData()
H A Dcanvashelper_texturefill.cxx705 ::basegfx::B2DRectangle aRect(0.0, 0.0, 1.0, 1.0); in gradientFill()
709 aRect, in gradientFill()
717 ::vcl::unotools::rectangleFromB2DRectangle( aRect )); in gradientFill()
830 const ::basegfx::B2DRectangle aRect(0.0, 0.0, 1.0, 1.0); in fillTexturedPolyPolygon() local
833 aRect, in fillTexturedPolyPolygon()
/trunk/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()
/trunk/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()
/trunk/main/canvas/source/directx/
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()
/trunk/main/canvas/source/tools/
H A Dverifyinput.cxx820 const ::basegfx::B2IRange aRect( in verifyIndexRange() local
824 if( aRect.getMinX() < 0 || in verifyIndexRange()
825 aRect.getMaxX() > size.Width || in verifyIndexRange()
826 aRect.getMinY() < 0 || in verifyIndexRange()
827 aRect.getMaxY() > size.Height ) in verifyIndexRange()

Completed in 174 milliseconds

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