Home
last modified time | relevance | path

Searched refs:aRect (Results 501 – 525 of 610) sorted by relevance

1...<<2122232425

/aoo41x/main/sc/source/ui/drawfunc/
H A Dfutext.cxx767 Rectangle aRect = pObj->GetLogicRect(); in SetInEditMode() local
768 Point aPnt = aRect.Center(); in SetInEditMode()
/aoo41x/main/vcl/inc/aqua/
H A Dsalnsmenu.h33 -(void)drawRect: (NSRect)aRect; in drawRect:()
H A Daquaprintview.h52 -(NSPoint)locationOfPrintRect: (NSRect)aRect; in locationOfPrintRect:()
/aoo41x/main/sw/source/core/draw/
H A Ddcontact.cxx1095 SwRect aRect( pDrawVirtObj->GetAnchoredObj()->GetObjRectWithSpaces() ); in NotifyBackgrdOfAllVirtObjs() local
1097 if( aRect.HasArea() ) in NotifyBackgrdOfAllVirtObjs()
1100 SwPageFrm* pPg = (SwPageFrm*)::FindPage( aRect, pPage ); in NotifyBackgrdOfAllVirtObjs()
1103 ::Notify_Background( pDrawVirtObj, pPg, aRect, in NotifyBackgrdOfAllVirtObjs()
/aoo41x/main/sw/source/core/crsr/
H A Dcrsrsh.cxx1241 SwRect aRect( rRect ); in Paint() local
1245 if( pVisCrsr->IsVisible() && !aRect.IsOver( aCharRect ) ) //JP 18.06.97: ??? in Paint()
1265 pAktCrsr->Invalidate( aRect ); in Paint()
1903 SwRect aRect( aMk, aPt ); in RefreshBlockCursor() local
1904 aRect.Justify(); in RefreshBlockCursor()
1907 if( GetLayout()->FillSelection( aSelList, aRect ) ) in RefreshBlockCursor()
/aoo41x/main/reportdesign/source/ui/inspection/
H A DGeometryHandler.cxx1641 const ::Rectangle aRect = aSourceRect.GetIntersection(aBoundRect); in checkPosAndSize() local
1642 … if ( !aRect.IsEmpty() && (aRect.Left() != aRect.Right() && aRect.Top() != aRect.Bottom() ) ) in checkPosAndSize()
/aoo41x/main/sw/source/core/layout/
H A Dvirtoutp.hxx45 SwRect aRect; member in SwLayVout
/aoo41x/main/sc/source/ui/inc/
H A Dnotemark.hxx53 Rectangle aRect; member in ScNoteMarker
/aoo41x/main/toolkit/source/awt/
H A Dvclxgraphics.cxx317 const awt::Rectangle& aRect ) in clear() argument
324 const ::Rectangle aVCLRect = VCLUnoHelper::ConvertToVCLRect( aRect ); in clear()
/aoo41x/main/sw/source/ui/dialog/
H A DSwSpellDialogChildWindow.cxx830 Rectangle aRect( aPt, aSize ); in FindNextDrawTextError_Impl() local
831 pOutlView->SetOutputArea( aRect ); in FindNextDrawTextError_Impl()
/aoo41x/main/svtools/inc/svtools/
H A Dbrwbox.hxx151 Rectangle aRect; member in BrowseEvent
166 const Rectangle& GetRect() const { return aRect; } in GetRect()
/aoo41x/main/embeddedobj/source/commonembedding/
H A Dmiscobj.cxx303 void OCommonEmbeddedObject::requestPositioning( const awt::Rectangle& aRect ) in requestPositioning() argument
316 xInplaceClient->changedPlacement( aRect ); in requestPositioning()
/aoo41x/main/canvas/source/directx/
H A Ddx_canvashelper.cxx629 Gdiplus::Rect aRect( 0, 0, in drawBitmapModulated() local
647 aRect, in drawBitmapModulated()
/aoo41x/main/dbaccess/source/ui/querydesign/
H A DTableWindow.cxx347 Rectangle aRect( Point(0,0), GetOutputSizePixel() ); in Paint() local
349 Draw3DBorder( aRect ); in Paint()
/aoo41x/main/sw/source/core/frmedt/
H A Dfefly1.cxx1398 SwRect aRect; in GetFlyRect() local
1399 return aRect; in GetFlyRect()
1420 SwRect aRect; in GetObjRect() local
1421 return aRect; in GetObjRect()
/aoo41x/main/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/
H A DJavaWindowPeerFake.java76 public void invalidateRect(com.sun.star.awt.Rectangle aRect,short nFlags) in invalidateRect() argument
/aoo41x/main/embeddedobj/test/Container1/
H A DJavaWindowPeerFake.java85 public void invalidateRect( com.sun.star.awt.Rectangle aRect,short nFlags ) in invalidateRect() argument
/aoo41x/main/svx/source/xoutdev/
H A D_xpoly.cxx1862 Rectangle aRect; in GetBoundRect() local
1867 aRect.Union( pXPoly->GetBoundRect() ); in GetBoundRect()
1870 return aRect; in GetBoundRect()
/aoo41x/main/sd/source/ui/unoidl/
H A Dunopage.cxx533 …Rectangle aRect( eObjKind == PRESOBJ_TITLE ? GetPage()->GetTitleRect() : GetPage()->GetLayoutRect(… in _CreateSdrObject() local
535 const awt::Point aPos( aRect.Left(), aRect.Top() ); in _CreateSdrObject()
538 const awt::Size aSize( aRect.GetWidth(), aRect.GetHeight() ); in _CreateSdrObject()
555 pPresObj = GetPage()->CreatePresObj( eObjKind, sal_False, aRect, sal_True ); in _CreateSdrObject()
/aoo41x/main/odk/examples/OLE/activex/
H A DSOComWindowPeer.h106 /* [in] */ IDispatch __RPC_FAR *aRect, in invalidateRect() argument
/aoo41x/main/sd/source/ui/annotations/
H A Dannotationwindow.cxx770 …Rectangle aRect(LogicToPixel(maRectMetaButton.BottomLeft()),LogicToPixel(maRectMetaButton.BottomLe… in MouseButtonDown() local
771 mrManager.ExecuteAnnotationContextMenu( mxAnnotation, (::Window*)this, aRect, true ); in MouseButtonDown()
/aoo41x/main/sd/source/ui/view/
H A Ddrviewsb.cxx602 Rectangle aRect( aPos, GetActiveWindow()->GetOutputSizePixel() ); in FuTemp02() local
603 aPos = aRect.Center(); in FuTemp02()
/aoo41x/main/framework/source/uielement/
H A Dstatusbarmanager.cxx658 awt::Rectangle aRect( rUDEvt.GetRect().Left(), in UserDraw() local
663 xController->paint( xGraphics, aRect, rUDEvt.GetStyle() ); in UserDraw()
/aoo41x/main/cui/source/tabpages/
H A Dtphatch.cxx581 Rectangle aRect( aLbHatchings.GetPosPixel(), aLbHatchings.GetSizePixel() ); in IMPL_LINK() local
584 Invalidate( aRect ); in IMPL_LINK()
/aoo41x/main/cui/source/options/
H A Doptdict.cxx354 Rectangle aRect(aEditDictsBox.GetPosPixel(),aEditDictsBox.GetSizePixel()); in Paint() local
357 aDecoView.DrawButton( aRect, nStyle); in Paint()

Completed in 184 milliseconds

1...<<2122232425