Searched refs:m_aConstants (Results 1 – 1 of 1) sorted by relevance
149 uno::Sequence< uno::Reference< reflection::XConstantTypeDescription> > m_aConstants; member in pcr::StringRepresentation260 m_aConstants = m_xTypeDescription->getConstants(); in initialize()273 if ( m_aConstants.getLength() ) in convertSimpleToString()278 … const uno::Reference< reflection::XConstantTypeDescription>* pIter = m_aConstants.getConstArray(); in convertSimpleToString()279 …st uno::Reference< reflection::XConstantTypeDescription>* pEnd = pIter + m_aConstants.getLength(); in convertSimpleToString()475 if ( m_aConstants.getLength() && m_aValues.getLength() ) in convertStringToSimple()483 …OSL_ENSURE(i < m_aConstants.getLength() ,"StringRepresentation::convertSimpleToString: Index is no… in convertStringToSimple()484 aReturn <<= m_aConstants[i]->getConstantValue(); in convertStringToSimple()
Completed in 14 milliseconds