Home
last modified time | relevance | path

Searched refs:sLinkSuffix (Results 1 – 2 of 2) sorted by relevance

/AOO41X/main/sw/source/ui/uno/
H A Dunotxdoc.cxx3715 sLinkSuffix(sSuffix), in SwXLinkNameAccessWrapper()
3726 sLinkSuffix(sSuffix), in SwXLinkNameAccessWrapper()
3748 String sSuffix(sLinkSuffix); in getByName()
3827 pResArr[i] = pOrgArr[i] + sLinkSuffix; in getElementNames()
3840 if(sParam.Len() > sLinkSuffix.Len() ) in hasByName()
3842 String sCmp = sParam.Copy(sParam.Len() - sLinkSuffix.Len(), in hasByName()
3843 sLinkSuffix.Len()); in hasByName()
3844 if(sCmp == sLinkSuffix) in hasByName()
3846 sParam = sParam.Copy(0, sParam.Len() - sLinkSuffix.Len()); in hasByName()
3922 Any lcl_GetDisplayBitmap(String sLinkSuffix) in lcl_GetDisplayBitmap() argument
[all …]
/AOO41X/main/sw/inc/
H A Dunotxdoc.hxx508 const String sLinkSuffix; member in SwXLinkNameAccessWrapper