Lines Matching refs:sPath
399 String sPath(pModOpt->GetMailingPath()); in SwMailMergeDlg() local
400 if(!sPath.Len()) in SwMailMergeDlg()
403 sPath = aPathOpt.GetWorkPath(); in SwMailMergeDlg()
405 INetURLObject aURL(sPath); in SwMailMergeDlg()
733 String sPath( in ExecQryShell() local
736 pModOpt->SetMailingPath(sPath); in ExecQryShell()
739 if (sPath.Len() >= sDelim.Len() && in ExecQryShell()
740 sPath.Copy(sPath.Len()-sDelim.Len()).CompareTo(sDelim) != COMPARE_EQUAL) in ExecQryShell()
741 sPath += sDelim; in ExecQryShell()
758 sPath = SwMailMergeHelper::CallSaveAsDialog(sFilter); in ExecQryShell()
759 if(!sPath.Len()) in ExecQryShell()
764 pMgr->SetSubject(sPath); in ExecQryShell()
828 String sPath( aPathED.GetText() ); in IMPL_LINK() local
829 if( !sPath.Len() ) in IMPL_LINK()
832 sPath = aPathOpt.GetWorkPath(); in IMPL_LINK()
845 xFP->setDisplayDirectory(sPath); in IMPL_LINK()