Lines Matching refs:OGenericUnoDialog

55 OGenericUnoDialog::OGenericUnoDialog(const Reference< XMultiServiceFactory >& _rxORB)  in OGenericUnoDialog()  function in svt::OGenericUnoDialog
72 OGenericUnoDialog::OGenericUnoDialog(const Reference< XComponentContext >& _rxContext) in OGenericUnoDialog() function in svt::OGenericUnoDialog
89 OGenericUnoDialog::~OGenericUnoDialog() in ~OGenericUnoDialog()
101 Any SAL_CALL OGenericUnoDialog::queryInterface(const Type& _rType) throw (RuntimeException) in queryInterface()
116 Sequence<Type> SAL_CALL OGenericUnoDialog::getTypes( ) throw(RuntimeException) in getTypes()
125 Sequence<sal_Int8> SAL_CALL OGenericUnoDialog::getImplementationId( ) throw(RuntimeException) in getImplementationId()
132 sal_Bool SAL_CALL OGenericUnoDialog::supportsService(const ::rtl::OUString& ServiceName) throw(Runt… in supportsService()
143 void OGenericUnoDialog::setFastPropertyValue_NoBroadcast( sal_Int32 nHandle, const Any& rValue ) th… in setFastPropertyValue_NoBroadcast()
160 sal_Bool OGenericUnoDialog::convertFastPropertyValue( Any& rConvertedValue, Any& rOldValue, sal_Int… in convertFastPropertyValue()
181 void SAL_CALL OGenericUnoDialog::setTitle( const ::rtl::OUString& _rTitle ) throw(RuntimeException) in setTitle()
202 bool OGenericUnoDialog::impl_ensureDialog_lck() in impl_ensureDialog_lck()
229 pDialog->AddEventListener( LINK( this, OGenericUnoDialog, OnDialogDying ) ); in impl_ensureDialog_lck()
237 sal_Int16 SAL_CALL OGenericUnoDialog::execute( ) throw(RuntimeException) in execute()
288 void SAL_CALL OGenericUnoDialog::endExecute( ) throw(RuntimeException) in endExecute()
315 void OGenericUnoDialog::implInitialize(const Any& _rValue) in implInitialize()
337 void SAL_CALL OGenericUnoDialog::initialize( const Sequence< Any >& aArguments ) throw(Exception, R… in initialize()
351 void OGenericUnoDialog::destroyDialog() in destroyDialog()
358 IMPL_LINK( OGenericUnoDialog, OnDialogDying, VclWindowEvent*, _pEvent ) in IMPL_LINK() argument