Lines Matching refs:OABSPilotUno

34 	static ::abp::OMultiInstanceAutoRegistration< ::abp::OABSPilotUno > aAutoRegistration;  in createRegistryInfo_OABSPilotUno()
52 OABSPilotUno::OABSPilotUno(const Reference< XMultiServiceFactory >& _rxORB) in OABSPilotUno() function in abp::OABSPilotUno
60 Any SAL_CALL OABSPilotUno::queryInterface( const Type& aType ) throw (RuntimeException) in queryInterface()
67 void SAL_CALL OABSPilotUno::acquire( ) throw () in acquire()
73 void SAL_CALL OABSPilotUno::release( ) throw () in release()
79 Sequence< Type > SAL_CALL OABSPilotUno::getTypes( ) throw (RuntimeException) in getTypes()
88 Sequence<sal_Int8> SAL_CALL OABSPilotUno::getImplementationId( ) throw(RuntimeException) in getImplementationId()
104 …Reference< XInterface > SAL_CALL OABSPilotUno::Create(const Reference< XMultiServiceFactory >& _rx… in Create()
106 return *(new OABSPilotUno(_rxFactory)); in Create()
110 ::rtl::OUString SAL_CALL OABSPilotUno::getImplementationName() throw(RuntimeException) in getImplementationName()
116 ::rtl::OUString OABSPilotUno::getImplementationName_Static() throw(RuntimeException) in getImplementationName_Static()
122 …::comphelper::StringSequence SAL_CALL OABSPilotUno::getSupportedServiceNames() throw(RuntimeExcept… in getSupportedServiceNames()
128 …::comphelper::StringSequence OABSPilotUno::getSupportedServiceNames_Static() throw(RuntimeExceptio… in getSupportedServiceNames_Static()
136 Reference<XPropertySetInfo> SAL_CALL OABSPilotUno::getPropertySetInfo() throw(RuntimeException) in getPropertySetInfo()
143 ::cppu::IPropertyArrayHelper& OABSPilotUno::getInfoHelper() in getInfoHelper()
145 return *const_cast<OABSPilotUno*>(this)->getArrayHelper(); in getInfoHelper()
149 ::cppu::IPropertyArrayHelper* OABSPilotUno::createArrayHelper( ) const in createArrayHelper()
157 Dialog* OABSPilotUno::createDialog(Window* _pParent) in createDialog()
163 …Any SAL_CALL OABSPilotUno::execute( const Sequence< NamedValue >& /*lArgs*/ ) throw (IllegalArgume… in execute()
180 void OABSPilotUno::executedDialog(sal_Int16 _nExecutionResult) in executedDialog()