Lines Matching refs:UnoDialogSkeleton

57     class UnoDialogSkeleton;
59 typedef ::comphelper::OPropertyArrayUsageHelper< UnoDialogSkeleton > UnoDialogSkeleton_PBase;
61 class UnoDialogSkeleton class
67 UnoDialogSkeleton( const Reference< XComponentContext >& _rxContext );
89 ~UnoDialogSkeleton();
103 UnoDialogSkeleton::UnoDialogSkeleton( const Reference< XComponentContext >& _rxContext ) in UnoDialogSkeleton() function in udlg::UnoDialogSkeleton
110 UnoDialogSkeleton::~UnoDialogSkeleton() in ~UnoDialogSkeleton()
123 …Reference< XInterface > SAL_CALL UnoDialogSkeleton::Create( const Reference< XComponentContext >& … in Create()
125 return *(new UnoDialogSkeleton( _rxContext ) ); in Create()
129 Dialog* UnoDialogSkeleton::createDialog( Window* _pParent ) in createDialog()
135 void UnoDialogSkeleton::destroyDialog() in destroyDialog()
141 Sequence< sal_Int8 > SAL_CALL UnoDialogSkeleton::getImplementationId() throw(RuntimeException) in getImplementationId()
157 … ::rtl::OUString SAL_CALL UnoDialogSkeleton::getImplementationName_static() throw(RuntimeException) in getImplementationName_static()
163 …Sequence< ::rtl::OUString > SAL_CALL UnoDialogSkeleton::getSupportedServiceNames_static() throw(Ru… in getSupportedServiceNames_static()
171 ::rtl::OUString SAL_CALL UnoDialogSkeleton::getImplementationName() throw(RuntimeException) in getImplementationName()
177 …Sequence< ::rtl::OUString > SAL_CALL UnoDialogSkeleton::getSupportedServiceNames() throw(RuntimeEx… in getSupportedServiceNames()
183 …Reference< XPropertySetInfo > SAL_CALL UnoDialogSkeleton::getPropertySetInfo() throw(RuntimeExcept… in getPropertySetInfo()
189 ::cppu::IPropertyArrayHelper& SAL_CALL UnoDialogSkeleton::getInfoHelper() in getInfoHelper()
191 return *const_cast< UnoDialogSkeleton* >( this )->getArrayHelper(); in getInfoHelper()
195 ::cppu::IPropertyArrayHelper* UnoDialogSkeleton::createArrayHelper( ) const in createArrayHelper()
205 static OAutoRegistration< UnoDialogSkeleton > aAutoRegistration; in createRegistryInfo_UnoDialogSkeleton()