Lines Matching refs:sParam
3739 String sParam = rName; in getByName() local
3741 if(sParam.Len() > sSuffix.Len() ) in getByName()
3743 String sCmp = sParam.Copy(sParam.Len() - sSuffix.Len(), in getByName()
3749 sParam = sParam.Copy(0, sParam.Len() - sSuffix.Len()); in getByName()
3759 if(sParam == in getByName()
3762 Reference< XPropertySet > xOutline = new SwXOutlineTarget(sParam); in getByName()
3770 aRet = xRealAccess->getByName(sParam.Copy(0, sParam.Len() - sSuffix.Len())); in getByName()
3831 String sParam(rName); in hasByName() local
3832 if(sParam.Len() > sLinkSuffix.Len() ) in hasByName()
3834 String sCmp = sParam.Copy(sParam.Len() - sLinkSuffix.Len(), in hasByName()
3838 sParam = sParam.Copy(0, sParam.Len() - sLinkSuffix.Len()); in hasByName()
3850 if(sParam == in hasByName()
3859 bRet = xRealAccess->hasByName(sParam); in hasByName()