Lines Matching refs:sSuffix

3553 	String sSuffix('|');  in getByName()  local
3556 sSuffix += UniString::CreateFromAscii(pMarkToTable); in getByName()
3559 pxDoc->getTextTables(), sToCompare, sSuffix ); in getByName()
3565 sSuffix += UniString::CreateFromAscii(pMarkToFrame); in getByName()
3567 pxDoc->getTextFrames(), sToCompare, sSuffix ); in getByName()
3573 sSuffix += UniString::CreateFromAscii(pMarkToRegion); in getByName()
3575 pxDoc->getTextSections(), sToCompare, sSuffix ); in getByName()
3589 sSuffix += UniString::CreateFromAscii(pMarkToGraphic); in getByName()
3591 pxDoc->getGraphicObjects(), sToCompare, sSuffix ); in getByName()
3597 sSuffix += UniString::CreateFromAscii(pMarkToOLE); in getByName()
3599 pxDoc->getEmbeddedObjects(), sToCompare, sSuffix ); in getByName()
3605 sSuffix += UniString::CreateFromAscii(pMarkToOutline); in getByName()
3607 *pxDoc, sToCompare, sSuffix ); in getByName()
3613 sSuffix.Erase(); in getByName()
3615 pxDoc->getBookmarks(), sToCompare, sSuffix ); in getByName()
3704 Reference< XNameAccess > xAccess, const String& rLinkDisplayName, String sSuffix ) : in SwXLinkNameAccessWrapper() argument
3707 sLinkSuffix(sSuffix), in SwXLinkNameAccessWrapper()
3716 const String& rLinkDisplayName, String sSuffix) : in SwXLinkNameAccessWrapper() argument
3718 sLinkSuffix(sSuffix), in SwXLinkNameAccessWrapper()
3740 String sSuffix(sLinkSuffix); in getByName() local
3741 if(sParam.Len() > sSuffix.Len() ) in getByName()
3743 String sCmp = sParam.Copy(sParam.Len() - sSuffix.Len(), in getByName()
3744 sSuffix.Len()); in getByName()
3745 if(sCmp == sSuffix) in getByName()
3749 sParam = sParam.Copy(0, sParam.Len() - sSuffix.Len()); in getByName()
3770 aRet = xRealAccess->getByName(sParam.Copy(0, sParam.Len() - sSuffix.Len())); in getByName()
3801 String sSuffix('|'); in getElementNames() local
3802 sSuffix += UniString::CreateFromAscii(pMarkToOutline); in getElementNames()
3807 sEntry += sSuffix; in getElementNames()