Lines Matching refs:lastIndex
865 sal_Int32 lastIndex; in openKeys() local
870 lastIndex = name.lastIndexOf('/'); in openKeys()
871 name = name.copy(lastIndex); in openKeys()
894 lastIndex = name.lastIndexOf('/'); in openKeys()
895 name = name.copy(lastIndex); in openKeys()
985 sal_Int32 lastIndex = aLinkName.lastIndexOf('/'); in createLink() local
987 if ( lastIndex > 0 ) in createLink()
989 linkName = aLinkName.copy(0, lastIndex); in createLink()
998 resolvedName = resolvedName + aLinkName.copy(lastIndex); in createLink()
1001 if ( lastIndex == 0 ) in createLink()
1039 sal_Int32 lastIndex = rLinkName.lastIndexOf('/'); in deleteLink() local
1041 if ( lastIndex > 0 ) in deleteLink()
1043 linkName = rLinkName.copy(0, lastIndex); in deleteLink()
1052 resolvedName = resolvedName + rLinkName.copy(lastIndex); in deleteLink()
1055 if ( lastIndex == 0 ) in deleteLink()
1083 sal_Int32 lastIndex = rLinkName.lastIndexOf('/'); in getLinkTarget() local
1085 if ( lastIndex > 0 ) in getLinkTarget()
1087 linkName = rLinkName.copy(0, lastIndex); in getLinkTarget()
1096 resolvedName = resolvedName + rLinkName.copy(lastIndex); in getLinkTarget()
1099 if ( lastIndex == 0 ) in getLinkTarget()