Home
last modified time | relevance | path

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

/aoo42x/main/basic/source/classes/
H A Dsbunoobj.cxx3405 sal_Int32 indexLastDot = sFullName.lastIndexOf('.'); in getVBAConstant() local
3407 if ( indexLastDot > -1 ) in getVBAConstant()
3408 sLeafName = sFullName.copy( indexLastDot + 1); in getVBAConstant()
4784 sal_Int32 indexLastDot = aIfaceName.lastIndexOf('.'); in createCOMWrapperForIface() local
4785 if ( indexLastDot > -1 ) in createCOMWrapperForIface()
4786 aPureIfaceName = aIfaceName.copy( indexLastDot + 1 ); in createCOMWrapperForIface()

Completed in 24 milliseconds