Home
last modified time | relevance | path

Searched refs:xControlWindow (Results 1 – 10 of 10) sorted by relevance

/aoo42x/main/extensions/source/propctrlr/
H A Dpropertycontrolextender.cxx68 Reference< XWindow > xControlWindow; member
81 m_pData->xControlWindow.set( m_pData->xControl->getControlWindow(), UNO_SET_THROW ); in PropertyControlExtender()
82 m_pData->xControlWindow->addKeyListener( this ); in PropertyControlExtender()
98 …OSL_ENSURE( _event.Source == m_pData->xControlWindow, "PropertyControlExtender::keyPressed: where … in keyPressed()
133 …OSL_ENSURE( Source.Source == m_pData->xControlWindow, "PropertyControlExtender::disposing: where d… in disposing()
135 m_pData->xControlWindow.clear(); in disposing()
H A Ddefaulthelpprovider.cxx173 Reference< XWindow > xControlWindow( _rxControl->getControlWindow(), UNO_QUERY_THROW ); in impl_getVclControlWindow_nothrow() local
174 pControlWindow = VCLUnoHelper::GetWindow( xControlWindow ); in impl_getVclControlWindow_nothrow()
/aoo42x/main/drawinglayer/source/primitive2d/
H A Dcontrolprimitive2d.cxx99 uno::Reference< awt::XWindow > xControlWindow(rXControl, uno::UNO_QUERY); in createBitmapDecomposition() local
101 if(xControlWindow.is()) in createBitmapDecomposition()
138 xControlWindow->setPosSize(0, 0, nSizeX, nSizeY, awt::PosSize::POSSIZE); in createBitmapDecomposition()
/aoo42x/main/odk/examples/DevelopersGuide/Forms/
H A DDocumentViewHelper.java187 XWindow xControlWindow = (XWindow)UnoRuntime.queryInterface( XWindow.class, in grabControlFocus() local
191 xControlWindow.setFocus(); in grabControlFocus()
/aoo42x/main/forms/qa/integration/forms/
H A DDocumentViewHelper.java214 XWindow xControlWindow = (XWindow)UnoRuntime.queryInterface( XWindow.class, in grabControlFocus() local
218 xControlWindow.setFocus(); in grabControlFocus()
/aoo42x/main/vbahelper/source/msforms/
H A Dvbauserform.cxx78 … uno::Reference< awt::XWindow > xControlWindow( xControl->getPeer(), uno::UNO_QUERY_THROW ); in Show() local
79xControlWindow->setPosSize( (aPosSize.Width - getWidth()) / 2.0, (aPosSize.Height - getHeight()) /… in Show()
/aoo42x/main/svx/source/form/
H A Dformcontroller.cxx1403 Reference< XWindow > xControlWindow( _rxNewControl, UNO_QUERY ); in replaceControl() local
1404 if ( xControlWindow.is() ) in replaceControl()
1405 xControlWindow->setFocus(); in replaceControl()
1600 Reference< XWindow > xControlWindow( _rEvent.Source, UNO_QUERY_THROW ); in modified() local
1601 xControlWindow->setFocus(); in modified()
3678 Reference< XWindow > xControlWindow( _rxFocusControl, UNO_QUERY ); in displayErrorSetFocus() local
3679 OSL_ENSURE( xControlWindow.is(), "displayErrorSetFocus: invalid control!" ); in displayErrorSetFocus()
3680 if ( xControlWindow.is() ) in displayErrorSetFocus()
3681 xControlWindow->setFocus(); in displayErrorSetFocus()
H A Dfmshell.cxx1387 Reference< XWindow > xControlWindow( xControl, UNO_QUERY ); in ToggleControlFocus() local
1388 if ( xControlWindow.is() ) in ToggleControlFocus()
1389 xControlWindow->setFocus(); in ToggleControlFocus()
H A Dfmvwimp.cxx967 Reference< XWindow > xControlWindow( lcl_firstFocussableControl( aControls ), UNO_QUERY );
968 if ( !xControlWindow.is() )
971 xControlWindow->setFocus();
978 awt::Rectangle aRect = xControlWindow->getPosSize();
/aoo42x/main/drawinglayer/source/processor2d/
H A Dvclpixelprocessor2d.cxx615 … uno::Reference< awt::XWindow2 > xControlWindow(rXControl, uno::UNO_QUERY_THROW); in processBasePrimitive2D() local
616 …onst bool bControlIsVisibleAsChildWindow(rXControl->getPeer().is() && xControlWindow->isVisible()); in processBasePrimitive2D()

Completed in 76 milliseconds