Lines Matching refs:sParam
3723 String sParam = rName; in getByName() local
3725 if(sParam.Len() > sSuffix.Len() ) in getByName()
3727 String sCmp = sParam.Copy(sParam.Len() - sSuffix.Len(), in getByName()
3733 sParam = sParam.Copy(0, sParam.Len() - sSuffix.Len()); in getByName()
3743 if(sParam == in getByName()
3746 Reference< XPropertySet > xOutline = new SwXOutlineTarget(sParam); in getByName()
3754 aRet = xRealAccess->getByName(sParam.Copy(0, sParam.Len() - sSuffix.Len())); in getByName()
3815 String sParam(rName); in hasByName() local
3816 if(sParam.Len() > sLinkSuffix.Len() ) in hasByName()
3818 String sCmp = sParam.Copy(sParam.Len() - sLinkSuffix.Len(), in hasByName()
3822 sParam = sParam.Copy(0, sParam.Len() - sLinkSuffix.Len()); in hasByName()
3834 if(sParam == in hasByName()
3843 bRet = xRealAccess->hasByName(sParam); in hasByName()