Searched refs:sDialogServiceName (Results 1 – 5 of 5) sorted by relevance
/aoo41x/main/forms/source/runtime/ |
H A D | formoperations.cxx | 1642 ::rtl::OUString sDialogServiceName; in impl_executeFilterOrSort_throw() 1644 …sDialogServiceName = ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "com.sun.star.sdb.FilterDialog"… in impl_executeFilterOrSort_throw() 1646 …sDialogServiceName = ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "com.sun.star.sdb.OrderDialog" … in impl_executeFilterOrSort_throw() 1649 m_aContext.createComponentWithArguments( sDialogServiceName, aInit, xDialog ); in impl_executeFilterOrSort_throw() 1653 ShowServiceNotAvailableError( NULL, sDialogServiceName, sal_True ); in impl_executeFilterOrSort_throw()
|
/aoo41x/main/extensions/source/bibliography/ |
H A D | framectr.cxx | 531 …const ::rtl::OUString sDialogServiceName = ::rtl::OUString::createFromAscii( "com.sun.star.sdb.Fil… in dispatch() local 533 sDialogServiceName, in dispatch() 538 … ShowServiceNotAvailableError( VCLUnoHelper::GetWindow( xWindow ), sDialogServiceName, sal_True ); in dispatch()
|
/aoo41x/main/sfx2/source/appl/ |
H A D | appserv.cxx | 1180 …::rtl::OUString sDialogServiceName( RTL_CONSTASCII_USTRINGPARAM( "com.sun.star.ui.dialogs.AddressB… in OfaExec_Impl() 1186 …::sun::star::ui::dialogs::XExecutableDialog >(xORB->createInstance(sDialogServiceName), UNO_QUERY); in OfaExec_Impl() 1190 ShowServiceNotAvailableError(NULL, sDialogServiceName, sal_True); in OfaExec_Impl()
|
/aoo41x/main/svtools/source/dialogs/ |
H A D | addresstemplate.cxx | 1218 …const String sDialogServiceName = String::CreateFromAscii("com.sun.star.ui.dialogs.AddressBookSour… in IMPL_LINK() local 1222 …Reference< XExecutableDialog >(m_xORB->createInstanceWithArguments(sDialogServiceName, aArgs), UNO… in IMPL_LINK() 1227 ShowServiceNotAvailableError(this, sDialogServiceName, sal_True); in IMPL_LINK()
|
/aoo41x/main/sw/source/ui/dbui/ |
H A D | addresslistdialog.cxx | 345 …::rtl::OUString sDialogServiceName( RTL_CONSTASCII_USTRINGPARAM( "com.sun.star.sdb.FilterDialog" )… in IMPL_LINK() 347 xMgr->createInstanceWithArguments( sDialogServiceName, aInit ), UNO_QUERY); in IMPL_LINK()
|
Completed in 42 milliseconds