Lines Matching refs:aTargetURL
176 …impl_select(const Reference< XDispatch >& _xDispatch,const ::com::sun::star::util::URL& aTargetURL) in impl_select() argument
183 aTargetURL, in impl_select()
187 _xDispatch->dispatch( aTargetURL, aArgs ); in impl_select()
232 com::sun::star::util::URL aTargetURL; in impl_setPopupMenu() local
234 aTargetURL.Complete = rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( ".uno:FontNameList" )); in impl_setPopupMenu()
235 m_xURLTransformer->parseStrict( aTargetURL ); in impl_setPopupMenu()
236 m_xFontListDispatch = xDispatchProvider->queryDispatch( aTargetURL, ::rtl::OUString(), 0 ); in impl_setPopupMenu()
245 com::sun::star::util::URL aTargetURL; in updatePopupMenu() local
246 aTargetURL.Complete = rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( ".uno:FontNameList" )); in updatePopupMenu()
247 m_xURLTransformer->parseStrict( aTargetURL ); in updatePopupMenu()
252 xDispatch->addStatusListener( SAL_STATIC_CAST( XStatusListener*, this ), aTargetURL ); in updatePopupMenu()
253 xDispatch->removeStatusListener( SAL_STATIC_CAST( XStatusListener*, this ), aTargetURL ); in updatePopupMenu()