Home
last modified time | relevance | path

Searched refs:aCommand2URL (Results 1 – 1 of 1) sorted by relevance

/trunk/main/svx/source/dialog/
H A Dsrchdlg.cxx131 util::URL aCommand2URL; member
149aCommand2URL.Complete = aCommand2URL.Main = rtl::OUString::createFromAscii("vnd.sun.search:SearchV… in SearchDlg_Impl()
150 aCommand2URL.Protocol = rtl::OUString::createFromAscii("vnd.sun.search:"); in SearchDlg_Impl()
151 aCommand2URL.Path = rtl::OUString::createFromAscii("SearchViaComponent2"); in SearchDlg_Impl()
520 … (pImpl->xCommand2Dispatch = xDispatchProv->queryDispatch(pImpl->aCommand2URL, sTarget, 0)).is()) in Construct_Impl()
1605 pImpl->xCommand2Dispatch->dispatch(pImpl->aCommand2URL, aArgs); in IMPL_LINK()