Home
last modified time | relevance | path

Searched refs:ONavigationBarControl (Results 1 – 6 of 6) sorted by relevance

/AOO42X/main/qadevOOo/objdsc/forms/
H A Dcom.sun.star.comp.form.ONavigationBarControl.csv1 "ONavigationBarControl";"com::sun::star::awt::XView";"setGraphics()"
2 "ONavigationBarControl";"com::sun::star::awt::XView";"getGraphics()"
3 "ONavigationBarControl";"com::sun::star::awt::XView";"getSize()"
4 "ONavigationBarControl";"com::sun::star::awt::XView";"draw()"
5 "ONavigationBarControl";"com::sun::star::awt::XView";"setZoom()"
6 "ONavigationBarControl";"com::sun::star::lang::XComponent";"dispose()"
7 "ONavigationBarControl";"com::sun::star::lang::XComponent";"addEventListener()"
8 "ONavigationBarControl";"com::sun::star::lang::XComponent";"removeEventListener()"
9 "ONavigationBarControl";"com::sun::star::awt::XControl";"setContext()"
10 "ONavigationBarControl";"com::sun::star::awt::XControl";"getContext()"
[all …]
/AOO42X/main/forms/source/solar/component/
H A Dnavbarcontrol.cxx51 static ::frm::OMultiInstanceAutoRegistration< ::frm::ONavigationBarControl > aAutoRegistration; in createRegistryInfo_ONavigationBarControl()
102 DBG_NAME( ONavigationBarControl ) in DBG_NAME() argument
104 ONavigationBarControl::ONavigationBarControl( const Reference< XMultiServiceFactory >& _rxORB ) in DBG_NAME()
107 DBG_CTOR( ONavigationBarControl, NULL ); in DBG_NAME()
111 ONavigationBarControl::~ONavigationBarControl() in ~ONavigationBarControl()
113 DBG_DTOR( ONavigationBarControl, NULL ); in ~ONavigationBarControl()
117 … IMPLEMENT_FORWARD_XTYPEPROVIDER2( ONavigationBarControl, UnoControl, ONavigationBarControl_Base ) in IMPLEMENT_FORWARD_XTYPEPROVIDER2() argument
120 …Any SAL_CALL ONavigationBarControl::queryAggregation( const Type& _rType ) throw ( RuntimeExceptio… in IMPLEMENT_FORWARD_XTYPEPROVIDER2()
161 …void SAL_CALL ONavigationBarControl::createPeer( const Reference< XToolkit >& /*_rToolkit*/, const… in createPeer()
215 … ::rtl::OUString SAL_CALL ONavigationBarControl::getImplementationName() throw( RuntimeException ) in getImplementationName()
[all …]
H A Dnavbarcontrol.hxx51 class ONavigationBarControl class
56 ONavigationBarControl(
61 ~ONavigationBarControl();
71 DECLARE_UNO3_AGG_DEFAULTS( ONavigationBarControl, UnoControl );
/AOO42X/main/forms/qa/unoapi/
H A Dknownissues.xcl91 forms.ONavigationBarControl::com::sun::star::awt::XWindow
94 forms.ONavigationBarControl::com::sun::star::lang::XComponent
112 forms.ONavigationBarControl::com::sun::star::awt::XView
H A Dforms.sce49 -o forms.ONavigationBarControl
/AOO42X/main/qadevOOo/tests/java/mod/_forms/
H A DONavigationBarControl.java51 public class ONavigationBarControl extends TestCase { class