Lines Matching refs:sSuffix
3537 String sSuffix('|'); in getByName() local
3540 sSuffix += UniString::CreateFromAscii(pMarkToTable); in getByName()
3543 pxDoc->getTextTables(), sToCompare, sSuffix ); in getByName()
3549 sSuffix += UniString::CreateFromAscii(pMarkToFrame); in getByName()
3551 pxDoc->getTextFrames(), sToCompare, sSuffix ); in getByName()
3557 sSuffix += UniString::CreateFromAscii(pMarkToRegion); in getByName()
3559 pxDoc->getTextSections(), sToCompare, sSuffix ); in getByName()
3573 sSuffix += UniString::CreateFromAscii(pMarkToGraphic); in getByName()
3575 pxDoc->getGraphicObjects(), sToCompare, sSuffix ); in getByName()
3581 sSuffix += UniString::CreateFromAscii(pMarkToOLE); in getByName()
3583 pxDoc->getEmbeddedObjects(), sToCompare, sSuffix ); in getByName()
3589 sSuffix += UniString::CreateFromAscii(pMarkToOutline); in getByName()
3591 *pxDoc, sToCompare, sSuffix ); in getByName()
3597 sSuffix.Erase(); in getByName()
3599 pxDoc->getBookmarks(), sToCompare, sSuffix ); in getByName()
3688 Reference< XNameAccess > xAccess, const String& rLinkDisplayName, String sSuffix ) : in SwXLinkNameAccessWrapper() argument
3691 sLinkSuffix(sSuffix), in SwXLinkNameAccessWrapper()
3700 const String& rLinkDisplayName, String sSuffix) : in SwXLinkNameAccessWrapper() argument
3702 sLinkSuffix(sSuffix), in SwXLinkNameAccessWrapper()
3724 String sSuffix(sLinkSuffix); in getByName() local
3725 if(sParam.Len() > sSuffix.Len() ) in getByName()
3727 String sCmp = sParam.Copy(sParam.Len() - sSuffix.Len(), in getByName()
3728 sSuffix.Len()); in getByName()
3729 if(sCmp == sSuffix) in getByName()
3733 sParam = sParam.Copy(0, sParam.Len() - sSuffix.Len()); in getByName()
3754 aRet = xRealAccess->getByName(sParam.Copy(0, sParam.Len() - sSuffix.Len())); in getByName()
3785 String sSuffix('|'); in getElementNames() local
3786 sSuffix += UniString::CreateFromAscii(pMarkToOutline); in getElementNames()
3791 sEntry += sSuffix; in getElementNames()