Lines Matching refs:MasterDetailLinkDialog

30 	::pcr::OAutoRegistration< ::pcr::MasterDetailLinkDialog > aAutoRegistration;  in createRegistryInfo_MasterDetailLinkDialog()
46 MasterDetailLinkDialog::MasterDetailLinkDialog(const Reference< XComponentContext >& _rxContext ) in MasterDetailLinkDialog() function in pcr::MasterDetailLinkDialog
51 Sequence<sal_Int8> SAL_CALL MasterDetailLinkDialog::getImplementationId( ) throw(RuntimeException) in getImplementationId()
58 …Reference< XInterface > SAL_CALL MasterDetailLinkDialog::Create( const Reference< XComponentContex… in Create()
60 return *( new MasterDetailLinkDialog( _rxContext ) ); in Create()
64 ::rtl::OUString SAL_CALL MasterDetailLinkDialog::getImplementationName() throw(RuntimeException) in getImplementationName()
70 ::rtl::OUString MasterDetailLinkDialog::getImplementationName_static() throw(RuntimeException) in getImplementationName_static()
76 …::comphelper::StringSequence SAL_CALL MasterDetailLinkDialog::getSupportedServiceNames() throw(Run… in getSupportedServiceNames()
82 …::comphelper::StringSequence MasterDetailLinkDialog::getSupportedServiceNames_static() throw(Runti… in getSupportedServiceNames_static()
90 …Reference<XPropertySetInfo> SAL_CALL MasterDetailLinkDialog::getPropertySetInfo() throw(RuntimeEx… in getPropertySetInfo()
97 ::cppu::IPropertyArrayHelper& MasterDetailLinkDialog::getInfoHelper() in getInfoHelper()
99 return *const_cast<MasterDetailLinkDialog*>(this)->getArrayHelper(); in getInfoHelper()
103 ::cppu::IPropertyArrayHelper* MasterDetailLinkDialog::createArrayHelper( ) const in createArrayHelper()
111 Dialog* MasterDetailLinkDialog::createDialog(Window* _pParent) in createDialog()
117 void MasterDetailLinkDialog::implInitialize(const Any& _rValue) in implInitialize()