Home
last modified time | relevance | path

Searched refs:maTypeSequence (Results 1 – 11 of 11) sorted by relevance

/trunk/main/editeng/source/uno/
H A Dunotext2.cxx111 uno::Sequence< uno::Type > SvxUnoTextContent::maTypeSequence; member in SvxUnoTextContent
200 if( maTypeSequence.getLength() == 0 ) in getTypes()
202 maTypeSequence.realloc( 11 ); // !DANGER! keep this updated in getTypes()
203 uno::Type* pTypes = maTypeSequence.getArray(); in getTypes()
217 return maTypeSequence; in getTypes()
466 uno::Sequence< uno::Type > SvxUnoTextCursor::maTypeSequence; member in SvxUnoTextCursor
532 if( maTypeSequence.getLength() == 0 ) in getTypes()
534 maTypeSequence.realloc( 10 ); // !DANGER! keep this updated in getTypes()
535 uno::Type* pTypes = maTypeSequence.getArray(); in getTypes()
548 return maTypeSequence; in getTypes()
H A Dunofield.cxx553 if( maTypeSequence.getLength() == 0 ) in getTypes()
555 maTypeSequence = OComponentHelper::getTypes(); in getTypes()
556 sal_Int32 nOldCount = maTypeSequence.getLength(); in getTypes()
558 maTypeSequence.realloc( nOldCount + 4 ); // !DANGER! keep this updated in getTypes()
559 uno::Type* pTypes = &maTypeSequence.getArray()[nOldCount]; in getTypes()
566 return maTypeSequence; in getTypes()
H A Dunotext.cxx1566 uno::Sequence< uno::Type > SvxUnoTextRange::maTypeSequence; member in SvxUnoTextRange
1629 if( maTypeSequence.getLength() == 0 ) in getTypes()
1631 maTypeSequence.realloc( 9 ); // !DANGER! keep this updated in getTypes()
1632 uno::Type* pTypes = maTypeSequence.getArray(); in getTypes()
1644 return maTypeSequence; in getTypes()
1676 uno::Sequence< uno::Type > SvxUnoTextBase::maTypeSequence; member in SvxUnoTextBase
1771 if( maTypeSequence.getLength() == 0 ) in getStaticTypes()
1773 maTypeSequence.realloc( 15 ); // !DANGER! keep this updated in getStaticTypes()
1774 uno::Type* pTypes = maTypeSequence.getArray(); in getStaticTypes()
1792 return maTypeSequence; in getStaticTypes()
/trunk/main/svx/source/unodraw/
H A Dunomod.cxx306 if( maTypeSequence.getLength() == 0 ) in getTypes()
314 maTypeSequence.realloc( nBaseTypes + nOwnTypes ); in getTypes()
315 uno::Type* pTypes = maTypeSequence.getArray(); in getTypes()
326 return maTypeSequence; in getTypes()
/trunk/main/sd/source/ui/unoidl/
H A Dunopage.cxx2097 if( maTypeSequence.getLength() == 0 ) in getTypes()
2127 maTypeSequence.realloc(aTypes.size() + nBaseTypes); in getTypes()
2128 uno::Type* pTypes = maTypeSequence.getArray(); in getTypes()
2136 return maTypeSequence; in getTypes()
2747 if( maTypeSequence.getLength() == 0 ) in getTypes()
2776 maTypeSequence.realloc(aTypes.size() + nBaseTypes); in getTypes()
2777 uno::Type* pTypes = maTypeSequence.getArray(); in getTypes()
2785 return maTypeSequence; in getTypes()
H A Dunopage.hxx174 ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Type > maTypeSequence;
235 ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Type > maTypeSequence;
H A Dunomodel.cxx395 if( maTypeSequence.getLength() == 0 ) in getTypes()
403 maTypeSequence.realloc( nBaseTypes + nOwnTypes ); in getTypes()
404 uno::Type* pTypes = maTypeSequence.getArray(); in getTypes()
429 return maTypeSequence; in getTypes()
/trunk/main/editeng/inc/editeng/
H A Dunotext.hxx370 static ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Type > maTypeSequence;
402 static ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Type > maTypeSequence;
537 static ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Type > maTypeSequence;
627 static ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Type > maTypeSequence;
H A Dunofield.hxx78 ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Type > maTypeSequence;
/trunk/main/svx/inc/svx/
H A Dunomodel.hxx60 ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Type > maTypeSequence;
/trunk/main/sd/source/ui/inc/
H A Dunomodel.hxx122 ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Type > maTypeSequence;