Home
last modified time | relevance | path

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

/dports/editors/libreoffice/libreoffice-7.2.6.2/basic/source/classes/
H A Dsbunoobj.cxx3251 OUString sLeafName( sFullName ); in init() local
3254 sLeafName = sFullName.copy( indexLastDot + 1); in init()
3256 aConstCache.push_back( sLeafName ); // assume constant group names are unique in init()
3263 sLeafName = sFullName; in init()
3266 sLeafName = sFullName.copy( indexLastDot + 1); in init()
3268 aConstHash[ sLeafName.toAsciiLowerCase() ] = ctd->getConstantValue(); in init()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/basic/source/classes/
H A Dsbunoobj.cxx3239 OUString sLeafName( sFullName ); in init() local
3242 sLeafName = sFullName.copy( indexLastDot + 1); in init()
3244 aConstCache.push_back( sLeafName ); // assume constant group names are unique in init()
3251 sLeafName = sFullName; in init()
3254 sLeafName = sFullName.copy( indexLastDot + 1); in init()
3256 aConstHash[ sLeafName.toAsciiLowerCase() ] = aConsts[i]->getConstantValue(); in init()