Home
last modified time | relevance | path

Searched refs:aTextTypes (Results 1 – 6 of 6) sorted by relevance

/trunk/main/sw/source/core/unocore/
H A Dunoftn.cxx254 const uno::Sequence< uno::Type > aTextTypes = SwXText::getTypes(); in getTypes() local
255 return ::comphelper::concatSequences(aTypes, aTextTypes); in getTypes()
H A Dunotext.cxx2447 const uno::Sequence< uno::Type > aTextTypes = SwXText::getTypes(); in getTypes() local
2448 return ::comphelper::concatSequences(aTypes, aTextTypes); in getTypes()
2769 const uno::Sequence< uno::Type > aTextTypes = SwXText::getTypes(); in getTypes() local
2770 return ::comphelper::concatSequences(aTypes, aTextTypes); in getTypes()
H A Dunoframe.cxx3122 uno::Sequence< uno::Type > aTextTypes = SwXText::getTypes(); in getTypes() local
3128 aTextTypes.getLength()); in getTypes()
3136 const uno::Type* pTextTypes = aTextTypes.getConstArray(); in getTypes()
3137 for(nPos = 0; nPos <aTextTypes.getLength(); nPos++) in getTypes()
H A Dunotbl.cxx800 uno::Sequence< uno::Type > aTextTypes = SwXText::getTypes(); in getTypes() local
805 aTextTypes.getLength()); in getTypes()
809 const uno::Type* pTextTypes = aTextTypes.getConstArray(); in getTypes()
810 for(long nPos = 0; nPos <aTextTypes.getLength(); nPos++) in getTypes()
/trunk/main/sc/source/ui/unoobj/
H A Dshapeuno.cxx1284 uno::Sequence< uno::Type > aTextTypes; in getTypes() local
1286 aTextTypes = ScShapeObj_TextBase::getTypes(); in getTypes()
1297 return ::comphelper::concatSequences( aBaseTypes, aTextTypes, aAggTypes ); in getTypes()
/trunk/main/sw/source/ui/uno/
H A Dunotxdoc.cxx326 Sequence< uno::Type > aTextTypes = SwXTextDocumentBaseClass::getTypes(); in getTypes() local
342 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()