Searched refs:aTextTypes (Results 1 – 6 of 6) sorted by relevance
254 const uno::Sequence< uno::Type > aTextTypes = SwXText::getTypes(); in getTypes() local255 return ::comphelper::concatSequences(aTypes, aTextTypes); in getTypes()
2447 const uno::Sequence< uno::Type > aTextTypes = SwXText::getTypes(); in getTypes() local2448 return ::comphelper::concatSequences(aTypes, aTextTypes); in getTypes()2769 const uno::Sequence< uno::Type > aTextTypes = SwXText::getTypes(); in getTypes() local2770 return ::comphelper::concatSequences(aTypes, aTextTypes); in getTypes()
3122 uno::Sequence< uno::Type > aTextTypes = SwXText::getTypes(); in getTypes() local3128 aTextTypes.getLength()); in getTypes()3136 const uno::Type* pTextTypes = aTextTypes.getConstArray(); in getTypes()3137 for(nPos = 0; nPos <aTextTypes.getLength(); nPos++) in getTypes()
800 uno::Sequence< uno::Type > aTextTypes = SwXText::getTypes(); in getTypes() local805 aTextTypes.getLength()); in getTypes()809 const uno::Type* pTextTypes = aTextTypes.getConstArray(); in getTypes()810 for(long nPos = 0; nPos <aTextTypes.getLength(); nPos++) in getTypes()
1284 uno::Sequence< uno::Type > aTextTypes; in getTypes() local1286 aTextTypes = ScShapeObj_TextBase::getTypes(); in getTypes()1297 return ::comphelper::concatSequences( aBaseTypes, aTextTypes, aAggTypes ); in getTypes()
326 Sequence< uno::Type > aTextTypes = SwXTextDocumentBaseClass::getTypes(); in getTypes() local342 aBaseTypes.realloc(aBaseTypes.getLength() + aTextTypes.getLength() + aNumTypes.getLength() + 1); in getTypes()344 const uno::Type* pTextTypes = aTextTypes.getConstArray(); in getTypes()346 for(nPos = 0; nPos < aTextTypes.getLength(); nPos++) in getTypes()