Home
last modified time | relevance | path

Searched refs:getPosSize (Results 26 – 50 of 144) sorted by relevance

123456

/aoo42x/main/avmedia/source/java/
H A DPlayerWindow.java430 public synchronized com.sun.star.awt.Rectangle getPosSize() in getPosSize() method in PlayerWindow
432 return( ( maFrame != null ) ? maFrame.getPosSize() : new com.sun.star.awt.Rectangle() ); in getPosSize()
/aoo42x/main/avmedia/source/gstreamer/
H A Dgstwindow.cxx160 awt::Rectangle aRect = getPosSize(); in implLayoutVideoWindow()
389 awt::Rectangle SAL_CALL Window::getPosSize() in getPosSize() function in avmedia::gst::Window
/aoo42x/main/sdext/source/presenter/
H A DPresenterNotesView.cxx495 awt::Rectangle aWindowBox (mxParentWindow->getPosSize()); in Layout()
602 awt::Rectangle aWindowBox (mxParentWindow->getPosSize()); in PaintToolBar()
H A DPresenterSlideSorter.cxx398 const awt::Rectangle aWindowBox (mxWindow->getPosSize()); in PresenterSlideSorter()
792 const awt::Rectangle aWindowBox (mxWindow->getPosSize()); in UpdateLayout()
956 const awt::Rectangle aWindowBox (mxWindow->getPosSize()); in ClearBackground()
1146 geometry::RealPoint2D(mxWindow->getPosSize().Width, mnSeparatorY), in Paint()
/aoo42x/main/UnoControls/source/base/
H A Dbasecontrol.cxx580 Rectangle SAL_CALL BaseControl::getPosSize() throw( RuntimeException ) in getPosSize() function in unocontrols::BaseControl
935 pDescriptor->Bounds = getPosSize () ; in impl_getWindowDescriptor()
/aoo42x/main/avmedia/source/win/
H A Dwindow.cxx229 awt::Rectangle aRect = getPosSize(); in ImplLayoutVideoWindow()
481 awt::Rectangle SAL_CALL Window::getPosSize() in getPosSize() function in avmedia::win::Window
/aoo42x/main/toolkit/source/controls/
H A Dunocontrol.cxx804 awt::Rectangle UnoControl::getPosSize( ) throw(RuntimeException) in getPosSize() function in UnoControl
815 aRect = xWindow->getPosSize(); in getPosSize()
1173 aDescr.Bounds = getPosSize(); in createPeer()
/aoo42x/main/UnoControls/source/controls/
H A Dprogressmonitor.cxx509 Rectangle aTempRectangle = xProgressBarWindow->getPosSize (); in getPreferredSize()
632 Rectangle aBasePosSize = getPosSize () ; in setPosSize()
/aoo42x/main/avmedia/inc/avmedia/
H A Dmediawindow.hxx88 Rectangle getPosSize() const;
/aoo42x/main/qadevOOo/tests/java/mod/_sc/
H A DScAccessibleDocument.java109 Rectangle rect = xDocWin.getPosSize(); in createTestEnvironment()
/aoo42x/main/qadevOOo/tests/java/mod/_sch/
H A DAccessibleDocumentView.java82 Rectangle rect = xDocWin.getPosSize(); in createTestEnvironment()
/aoo42x/main/qadevOOo/tests/java/mod/_toolkit/
H A DAccessibleStatusBar.java162 Rectangle newPosSize = xWindow.getPosSize(); in createTestEnvironment()
H A DAccessibleWindow.java188 Rectangle newPosSize = xWin.getPosSize(); in createTestEnvironment()
/aoo42x/main/chart2/source/controller/main/
H A DChartFrameloader.cxx178 awt::Rectangle aRect( xComponentWindow->getPosSize() ); in load()
/aoo42x/main/qadevOOo/objdsc/forms/
H A Dcom.sun.star.comp.form.ONavigationBarControl.csv21 "ONavigationBarControl";"com::sun::star::awt::XWindow";"getPosSize()"
H A Dcom.sun.star.comp.forms.OGroupBoxControl.csv21 "OGroupBoxControl";"com::sun::star::awt::XWindow";"getPosSize()"
H A Dcom.sun.star.comp.forms.OImageControlControl.csv26 "OImageControlControl";"com::sun::star::awt::XWindow";"getPosSize()"
/aoo42x/main/qadevOOo/objdsc/toolkit/
H A Dcom.sun.star.awt.UnoControlGroupBox.csv21 "UnoControlGroupBox";"com::sun::star::awt::XWindow";"getPosSize()"
H A Dcom.sun.star.awt.UnoControlImageControl.csv24 "UnoControlImageControl";"com::sun::star::awt::XWindow";"getPosSize()"
H A Dcom.sun.star.awt.UnoControlFixedText.csv28 "UnoControlFixedText";"com::sun::star::awt::XWindow";"getPosSize()"
H A Dcom.sun.star.awt.UnoControlButton.csv24 "UnoControlButton";"com::sun::star::awt::XWindow";"getPosSize()"
H A Dcom.sun.star.awt.UnoControlRadioButton.csv29 "UnoControlRadioButton";"com::sun::star::awt::XWindow";"getPosSize()"
/aoo42x/main/toolkit/qa/complex/toolkit/accessibility/
H A D_XAccessibleEventBroadcaster.java73 Rectangle newPosSize = xWindow.getPosSize(); in fireEvent()
/aoo42x/main/wizards/com/sun/star/wizards/ui/
H A DDocumentPreview.java149 Rectangle r = controlWindow.getPosSize(); in createPreviewFrame()
/aoo42x/main/wizards/com/sun/star/wizards/report/
H A DDataimport.java182 calculateDialogPosition(CurReportDocument.getFrame().getComponentWindow().getPosSize()); in showProgressDisplay()

Completed in 119 milliseconds

123456