Searched refs:sShortClassName (Results 1 – 3 of 3) sorted by relevance
617 String sShortClassName = m_oIntrospector.getShortClassName(getTypeName()); in getCentralVariableStemName() local618 sCentralVariableStemName = getVariableNameforUnoObject(sShortClassName); in getCentralVariableStemName()730 String sShortClassName = m_oIntrospector.getShortClassName(getTypeName()); in getVariableStemName() local731 sVariableStemName = getVariableNameforUnoObject(sShortClassName); in getVariableStemName()1004 String sShortClassName = m_oIntrospector.getShortClassName(_sClassName); in getqueryInterfaceSourceCode() local1005 …rn "\t" + _sReturnVariableName + " = (" + sShortClassName + ") UnoRuntime.queryInterface(" + sSho… in getqueryInterfaceSourceCode()
488 String sShortClassName = _sClassName; in getShortClassName() local491 sShortClassName = _sClassName.substring(nindex + 1); in getShortClassName()493 return sShortClassName; in getShortClassName()
140 … String sShortClassName = m_oIntrospector.getShortClassName(aReturnObject.getType().getTypeName()); in invoke() local141 …sNodeDescription += m_oSourceCodeGenerator.getVariableNameforUnoObject(sShortClassName); … in invoke()
Completed in 67 milliseconds