Home
last modified time | relevance | path

Searched refs:makeVisible (Results 1 – 17 of 17) sorted by relevance

/trunk/main/accessibility/workben/org/openoffice/accessibility/awb/canvas/
H A DMouseObserver.java66 maTree.makeVisible (aPath); in mousePressed()
/trunk/main/offapi/com/sun/star/form/runtime/
H A DXFormControllerContext.idl46 void makeVisible( [in] ::com::sun::star::awt::XControl _Control );
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/awt/
H A D_XListBox.java505 oObj.makeVisible((short)2) ; in _makeVisible()
/trunk/main/qadevOOo/java/OOoRunner/src/main/resources/objdsc/forms/
H A Dcom.sun.star.comp.forms.OListBoxControl.csv67 "OListBoxControl";"com::sun::star::awt::XListBox";"makeVisible()"
/trunk/main/qadevOOo/java/OOoRunner/src/main/resources/objdsc/toolkit/
H A Dcom.sun.star.awt.UnoControlListBox.csv63 "UnoControlListBox";"com::sun::star::awt::XListBox";"makeVisible()"
/trunk/main/offapi/com/sun/star/awt/
H A DXListBox.idl187 [oneway] void makeVisible( [in] short nEntry );
/trunk/main/forms/source/component/
H A DListBox.cxx1843 void SAL_CALL OListBoxControl::makeVisible( ::sal_Int16 nEntry ) throw (RuntimeException) in makeVisible() function in frm::OListBoxControl
1846 m_xAggregateListBox->makeVisible( nEntry ); in makeVisible()
H A DListBox.hxx267 …virtual void SAL_CALL makeVisible( ::sal_Int16 nEntry ) throw (::com::sun::star::uno::RuntimeExcep…
/trunk/main/svx/source/inc/
H A Dfmvwimp.hxx115 …virtual void SAL_CALL makeVisible( const ::com::sun::star::uno::Reference< ::com::sun::star::awt::…
H A Dgridcell.hxx1047 …virtual void SAL_CALL SAL_CALL makeVisible(sal_Int16 nEntry) throw(::com::sun::star::uno::RuntimeE…
/trunk/main/svx/source/form/
H A Dfmvwimp.cxx284 void SAL_CALL FormViewPageWindowAdapter::makeVisible( const Reference< XControl >& _Control ) throw… in makeVisible() function in FormViewPageWindowAdapter
H A Dformcontroller.cxx1812 xContext->makeVisible( xCurrentControl ); in focusGained()
/trunk/main/toolkit/source/controls/
H A Dunocontrols.cxx2575 void UnoListBoxControl::makeVisible( sal_Int16 nEntry ) throw(uno::RuntimeException) in makeVisible() function in UnoListBoxControl
2580 xListBox->makeVisible( nEntry ); in makeVisible()
/trunk/main/toolkit/inc/toolkit/awt/
H A Dvclxwindows.hxx714 void SAL_CALL makeVisible( sal_Int16 nEntry ) throw(::com::sun::star::uno::RuntimeException);
/trunk/main/toolkit/inc/toolkit/controls/
H A Dunocontrols.hxx869 void SAL_CALL makeVisible( sal_Int16 nEntry ) throw(::com::sun::star::uno::RuntimeException);
/trunk/main/svx/source/fmcomp/
H A Dgridcell.cxx4393 void SAL_CALL FmXListBoxCell::makeVisible(sal_Int16 nEntry) throw( RuntimeException ) in makeVisible() function in FmXListBoxCell
/trunk/main/toolkit/source/awt/
H A Dvclxwindows.cxx1794 void VCLXListBox::makeVisible( sal_Int16 nEntry ) throw(::com::sun::star::uno::RuntimeException) in makeVisible() function in VCLXListBox

Completed in 311 milliseconds