Lines Matching refs:OTabOrderDialog

34 	::pcr::OAutoRegistration< ::pcr::OTabOrderDialog > aAutoRegistration;  in createRegistryInfo_OTabOrderDialog()
50 OTabOrderDialog::OTabOrderDialog( const Reference< XComponentContext >& _rxContext ) in OTabOrderDialog() function in pcr::OTabOrderDialog
63 OTabOrderDialog::~OTabOrderDialog() in ~OTabOrderDialog()
74 Sequence<sal_Int8> SAL_CALL OTabOrderDialog::getImplementationId( ) throw(RuntimeException) in getImplementationId()
81 …Reference< XInterface > SAL_CALL OTabOrderDialog::Create( const Reference< XComponentContext >& _r… in Create()
83 return *( new OTabOrderDialog( _rxContext ) ); in Create()
87 ::rtl::OUString SAL_CALL OTabOrderDialog::getImplementationName() throw(RuntimeException) in getImplementationName()
93 ::rtl::OUString OTabOrderDialog::getImplementationName_static() throw(RuntimeException) in getImplementationName_static()
99 …::comphelper::StringSequence SAL_CALL OTabOrderDialog::getSupportedServiceNames() throw(RuntimeExc… in getSupportedServiceNames()
105 …::comphelper::StringSequence OTabOrderDialog::getSupportedServiceNames_static() throw(RuntimeExcep… in getSupportedServiceNames_static()
113 Reference<XPropertySetInfo> SAL_CALL OTabOrderDialog::getPropertySetInfo() throw(RuntimeException) in getPropertySetInfo()
120 ::cppu::IPropertyArrayHelper& OTabOrderDialog::getInfoHelper() in getInfoHelper()
122 return *const_cast< OTabOrderDialog* >( this )->getArrayHelper(); in getInfoHelper()
126 ::cppu::IPropertyArrayHelper* OTabOrderDialog::createArrayHelper( ) const in createArrayHelper()
134 Dialog* OTabOrderDialog::createDialog( Window* _pParent ) in createDialog()