Searched refs:cwdUrl (Results 1 – 5 of 5) sorted by relevance
/trunk/main/desktop/source/app/ |
H A D | officeipcthread.cxx | 551 rtl::OUString cwdUrl; in EnableOfficeIPCThread() local 552 if (!(tools::getProcessWorkingDir(&cwdUrl) && in EnableOfficeIPCThread() 553 addArgument(&aArguments, '1', cwdUrl))) in EnableOfficeIPCThread() 935 boost::optional< rtl::OUString > const & cwdUrl, in AddToDispatchList() 949 DispatchWatcher::DispatchRequest( nType, aToken, cwdUrl, aParam, aFactory )); in AddToDispatchList()
|
H A D | dispatchwatcher.hxx | 79 …, const ::rtl::OUString& aFile, boost::optional< rtl::OUString > const & cwdUrl, const ::rtl::OUSt… in DispatchRequest() 80 …aRequestType( aType ), aURL( aFile ), aCwdUrl( cwdUrl ), aPrinterName( aPrinter ), aPreselectedFac… in DispatchRequest()
|
H A D | officeipcthread.hxx | 52 ProcessDocumentsRequest(boost::optional< rtl::OUString > const & cwdUrl): in ProcessDocumentsRequest() 53 aCwdUrl(cwdUrl), pcProcessed( NULL ) {} in ProcessDocumentsRequest()
|
H A D | dispatchwatcher.cxx | 67 const String& rName, boost::optional< rtl::OUString > const & cwdUrl ); 75 rtl::OUString cwdUrl; member
|
H A D | app.cxx | 3296 const String& rName, boost::optional< rtl::OUString > const & cwdUrl ) in GetURL_Impl() 3323 if (cwdUrl) { in GetURL_Impl() 3324 aObj.SetURL(*cwdUrl); in GetURL_Impl()
|
Completed in 40 milliseconds