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.cxx256 const uno::Sequence< uno::Type > aTextTypes = SwXText::getTypes(); in getTypes() local
257 return ::comphelper::concatSequences(aTypes, aTextTypes); in getTypes()
H A Dunotext.cxx2487 const uno::Sequence< uno::Type > aTextTypes = SwXText::getTypes(); in getTypes() local
2488 return ::comphelper::concatSequences(aTypes, aTextTypes); in getTypes()
2813 const uno::Sequence< uno::Type > aTextTypes = SwXText::getTypes(); in getTypes() local
2814 return ::comphelper::concatSequences(aTypes, aTextTypes); in getTypes()
H A Dunoframe.cxx3137 uno::Sequence< uno::Type > aTextTypes = SwXText::getTypes(); in getTypes() local
3143 aTextTypes.getLength()); in getTypes()
3151 const uno::Type* pTextTypes = aTextTypes.getConstArray(); in getTypes()
3152 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()
/trunk/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()
/trunk/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 100 milliseconds