Searched refs:sTypes (Results 1 – 3 of 3) sorted by relevance
54 sTypes( RTL_CONSTASCII_USTRINGPARAM( "Types" ) ), in TypeDetectionImporter()268 else if( aNodeName == sTypes ) in startElement()
117 const ::rtl::OUString sTypes; member in TypeDetectionImporter
233 Sequence< Type > sTypes; in getTypes() local235 sTypes = m_xAggregateTypeProv->getTypes(); in getTypes()236 m_Types.realloc( sTypes.getLength() + 1 ); in getTypes()243 *pPtr = sTypes[ i - 1 ]; in getTypes()
Completed in 30 milliseconds