Searched refs:UnoDialogSkeleton (Results 1 – 1 of 1) sorted by relevance
57 class UnoDialogSkeleton;61 class UnoDialogSkeleton class89 ~UnoDialogSkeleton();103 UnoDialogSkeleton::UnoDialogSkeleton( const Reference< XComponentContext >& _rxContext ) in UnoDialogSkeleton() function in udlg::UnoDialogSkeleton110 UnoDialogSkeleton::~UnoDialogSkeleton() in ~UnoDialogSkeleton()125 return *(new UnoDialogSkeleton( _rxContext ) ); in Create()129 Dialog* UnoDialogSkeleton::createDialog( Window* _pParent ) in createDialog()135 void UnoDialogSkeleton::destroyDialog() in destroyDialog()189 ::cppu::IPropertyArrayHelper& SAL_CALL UnoDialogSkeleton::getInfoHelper() in getInfoHelper()191 return *const_cast< UnoDialogSkeleton* >( this )->getArrayHelper(); in getInfoHelper()[all …]
Completed in 13 milliseconds