Home
last modified time | relevance | path

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

/aoo41x/main/sw/source/core/unocore/
H A Dunoftn.cxx256 const uno::Sequence< uno::Type > aTextTypes = SwXText::getTypes(); in getTypes() local
257 return ::comphelper::concatSequences(aTypes, aTextTypes); in getTypes()
H A Dunotext.cxx2483 const uno::Sequence< uno::Type > aTextTypes = SwXText::getTypes(); in getTypes() local
2484 return ::comphelper::concatSequences(aTypes, aTextTypes); in getTypes()
2809 const uno::Sequence< uno::Type > aTextTypes = SwXText::getTypes(); in getTypes() local
2810 return ::comphelper::concatSequences(aTypes, aTextTypes); in getTypes()
H A Dunoframe.cxx2494 uno::Sequence< uno::Type > aTextTypes = SwXText::getTypes(); in getTypes() local
2500 aTextTypes.getLength()); in getTypes()
2508 const uno::Type* pTextTypes = aTextTypes.getConstArray(); in getTypes()
2509 for(nPos = 0; nPos <aTextTypes.getLength(); nPos++) in getTypes()
H A Dunotbl.cxx802 uno::Sequence< uno::Type > aTextTypes = SwXText::getTypes(); in getTypes() local
807 aTextTypes.getLength()); in getTypes()
811 const uno::Type* pTextTypes = aTextTypes.getConstArray(); in getTypes()
812 for(long nPos = 0; nPos <aTextTypes.getLength(); nPos++) in getTypes()
/aoo41x/main/sc/source/ui/unoobj/
H A Dshapeuno.cxx1313 uno::Sequence< uno::Type > aTextTypes; in getTypes() local
1315 aTextTypes = ScShapeObj_TextBase::getTypes(); in getTypes()
1326 return ::comphelper::concatSequences( aBaseTypes, aTextTypes, aAggTypes ); in getTypes()
/aoo41x/main/sw/source/ui/uno/
H A Dunotxdoc.cxx327 Sequence< uno::Type > aTextTypes = SwXTextDocumentBaseClass::getTypes(); in getTypes() local
343 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 466 milliseconds