Searched refs:aTextTypes (Results 1 – 6 of 6) sorted by relevance
256 const uno::Sequence< uno::Type > aTextTypes = SwXText::getTypes(); in getTypes() local257 return ::comphelper::concatSequences(aTypes, aTextTypes); in getTypes()
2483 const uno::Sequence< uno::Type > aTextTypes = SwXText::getTypes(); in getTypes() local2484 return ::comphelper::concatSequences(aTypes, aTextTypes); in getTypes()2809 const uno::Sequence< uno::Type > aTextTypes = SwXText::getTypes(); in getTypes() local2810 return ::comphelper::concatSequences(aTypes, aTextTypes); in getTypes()
2494 uno::Sequence< uno::Type > aTextTypes = SwXText::getTypes(); in getTypes() local2500 aTextTypes.getLength()); in getTypes()2508 const uno::Type* pTextTypes = aTextTypes.getConstArray(); in getTypes()2509 for(nPos = 0; nPos <aTextTypes.getLength(); nPos++) in getTypes()
802 uno::Sequence< uno::Type > aTextTypes = SwXText::getTypes(); in getTypes() local807 aTextTypes.getLength()); in getTypes()811 const uno::Type* pTextTypes = aTextTypes.getConstArray(); in getTypes()812 for(long nPos = 0; nPos <aTextTypes.getLength(); nPos++) in getTypes()
1313 uno::Sequence< uno::Type > aTextTypes; in getTypes() local1315 aTextTypes = ScShapeObj_TextBase::getTypes(); in getTypes()1326 return ::comphelper::concatSequences( aBaseTypes, aTextTypes, aAggTypes ); in getTypes()
327 Sequence< uno::Type > aTextTypes = SwXTextDocumentBaseClass::getTypes(); in getTypes() local343 aBaseTypes.realloc(aBaseTypes.getLength() + aTextTypes.getLength() + aNumTypes.getLength() + 1); in getTypes()345 const uno::Type* pTextTypes = aTextTypes.getConstArray(); in getTypes()347 for(nPos = 0; nPos < aTextTypes.getLength(); nPos++) in getTypes()
Completed in 86 milliseconds