Searched refs:ONavigationBarControl (Results 1 – 6 of 6) sorted by relevance
1 "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 …]
51 static ::frm::OMultiInstanceAutoRegistration< ::frm::ONavigationBarControl > aAutoRegistration; in createRegistryInfo_ONavigationBarControl()102 DBG_NAME( ONavigationBarControl ) in DBG_NAME() argument104 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() argument120 …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 …]
51 class ONavigationBarControl class56 ONavigationBarControl(61 ~ONavigationBarControl();71 DECLARE_UNO3_AGG_DEFAULTS( ONavigationBarControl, UnoControl );
91 forms.ONavigationBarControl::com::sun::star::awt::XWindow94 forms.ONavigationBarControl::com::sun::star::lang::XComponent112 forms.ONavigationBarControl::com::sun::star::awt::XView
49 -o forms.ONavigationBarControl
51 public class ONavigationBarControl extends TestCase { class