Home
last modified time | relevance | path

Searched refs:aWin (Results 1 – 8 of 8) sorted by relevance

/trunk/main/sw/source/ui/docvw/
H A Dedtdd.cxx366 Rectangle aWin(aPoint,GetOutputSizePixel()); in AcceptDrop() local
368 aWin.Left() += nMargin; in AcceptDrop()
369 aWin.Top() += nMargin; in AcceptDrop()
370 aWin.Right() -= nMargin; in AcceptDrop()
371 aWin.Bottom() -= nMargin; in AcceptDrop()
372 if(!aWin.IsInside(aPixPt)) { in AcceptDrop()
383 if(aPixPt.X() > aWin.Right()) aPixPt.X() += nMargin; in AcceptDrop()
384 if(aPixPt.X() < aWin.Left()) aPixPt.X() -= nMargin; in AcceptDrop()
385 if(aPixPt.Y() > aWin.Bottom()) aPixPt.Y() += nMargin; in AcceptDrop()
386 if(aPixPt.Y() < aWin.Top()) aPixPt.Y() -= nMargin; in AcceptDrop()
/trunk/main/sd/source/ui/view/
H A Doutlnvsh.cxx317 Rectangle aWin(Point(0,0), pWindow->GetOutputSizePixel()); in ArrangeGUIElements() local
320 aWin = pWindow->PixelToLogic(aWin); in ArrangeGUIElements()
321 pOutlinerView->SetOutputArea(aWin); in ArrangeGUIElements()
328 aText.Bottom() += aWin.GetHeight(); in ArrangeGUIElements()
330 if (!aWin.IsEmpty()) // nicht beim Oeffnen in ArrangeGUIElements()
1236 Rectangle aWin(Point(0,0), pWindow->GetOutputSizePixel()); in SetZoom() local
1237 aWin = pWindow->PixelToLogic(aWin); in SetZoom()
1238 pOutlinerView->SetOutputArea(aWin); in SetZoom()
1261 Rectangle aWin(Point(0,0), pWindow->GetOutputSizePixel()); in SetZoomRect() local
1262 aWin = pWindow->PixelToLogic(aWin); in SetZoomRect()
[all …]
H A Doutlview.cxx974 Rectangle aWin(Point(0,0), pWin->GetOutputSizePixel()); in IMPL_LINK() local
975 aWin = pWin->PixelToLogic(aWin); in IMPL_LINK()
979 aText.Bottom() += aWin.GetHeight(); in IMPL_LINK()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/mod/_svtools/
H A DAccessibleTabBar.java122 final XWindow aWin = xWindow; in createTestEnvironment() local
127 aWin.setPosSize(100,100, 500, 500, PosSize.POSSIZE); in createTestEnvironment()
/trunk/main/sc/source/ui/view/
H A Dviewfun4.cxx112 Window aWin( pActWin ); in PasteRTF() local
113 EditView aEditView( pEngine, &aWin ); in PasteRTF()
/trunk/main/starmath/source/
H A Ddialog.cxx820 Window * __READONLY_DATA aWin[4][2] = in SetCategory() local
851 FixedText *pFT = (FixedText * const) aWin[i][0]; in SetCategory()
852 MetricField *pMF = (MetricField * const) aWin[i][1]; in SetCategory()
/trunk/main/vcl/unx/gtk/gdi/
H A Dsalnativewidgets-gtk.cxx491 XLIB_Window aWin = None; in copyBits() local
498 aWin = GDK_WINDOW_XWINDOW(pWin); in copyBits()
499 if( aWin != None ) in copyBits()
501 aWin, in copyBits()
508 aWin, in copyBits()
/trunk/main/vcl/unx/gtk/window/
H A Dgtkframe.cxx3214 XLIB_Window aWin = GDK_WINDOW_XWINDOW(pWin); in signalStyleSet() local
3215 if( aWin != None ) in signalStyleSet()
3217 aWin, in signalStyleSet()

Completed in 110 milliseconds