Searched refs:maTypeSequence (Results 1 – 11 of 11) sorted by relevance
112 uno::Sequence< uno::Type > SvxUnoTextContent::maTypeSequence; member in SvxUnoTextContent202 if( maTypeSequence.getLength() == 0 ) in getTypes()204 maTypeSequence.realloc( 11 ); // !DANGER! keep this updated in getTypes()205 uno::Type* pTypes = maTypeSequence.getArray(); in getTypes()219 return maTypeSequence; in getTypes()486 uno::Sequence< uno::Type > SvxUnoTextCursor::maTypeSequence; member in SvxUnoTextCursor555 if( maTypeSequence.getLength() == 0 ) in getTypes()557 maTypeSequence.realloc( 10 ); // !DANGER! keep this updated in getTypes()558 uno::Type* pTypes = maTypeSequence.getArray(); in getTypes()571 return maTypeSequence; in getTypes()
555 if( maTypeSequence.getLength() == 0 ) in getTypes()557 maTypeSequence = OComponentHelper::getTypes(); in getTypes()558 sal_Int32 nOldCount = maTypeSequence.getLength(); in getTypes()560 maTypeSequence.realloc( nOldCount + 4 ); // !DANGER! keep this updated in getTypes()561 uno::Type* pTypes = &maTypeSequence.getArray()[nOldCount]; in getTypes()568 return maTypeSequence; in getTypes()
1587 uno::Sequence< uno::Type > SvxUnoTextRange::maTypeSequence; member in SvxUnoTextRange1653 if( maTypeSequence.getLength() == 0 ) in getTypes()1655 maTypeSequence.realloc( 9 ); // !DANGER! keep this updated in getTypes()1656 uno::Type* pTypes = maTypeSequence.getArray(); in getTypes()1668 return maTypeSequence; in getTypes()1703 uno::Sequence< uno::Type > SvxUnoTextBase::maTypeSequence; member in SvxUnoTextBase1799 if( maTypeSequence.getLength() == 0 ) in getStaticTypes()1801 maTypeSequence.realloc( 15 ); // !DANGER! keep this updated in getStaticTypes()1802 uno::Type* pTypes = maTypeSequence.getArray(); in getStaticTypes()1820 return maTypeSequence; in getStaticTypes()
309 if( maTypeSequence.getLength() == 0 ) in getTypes()317 maTypeSequence.realloc( nBaseTypes + nOwnTypes ); in getTypes()318 uno::Type* pTypes = maTypeSequence.getArray(); in getTypes()329 return maTypeSequence; in getTypes()
2116 if( maTypeSequence.getLength() == 0 ) in getTypes()2146 maTypeSequence.realloc(aTypes.size() + nBaseTypes); in getTypes()2147 uno::Type* pTypes = maTypeSequence.getArray(); in getTypes()2155 return maTypeSequence; in getTypes()2778 if( maTypeSequence.getLength() == 0 ) in getTypes()2807 maTypeSequence.realloc(aTypes.size() + nBaseTypes); in getTypes()2808 uno::Type* pTypes = maTypeSequence.getArray(); in getTypes()2816 return maTypeSequence; in getTypes()
174 ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Type > maTypeSequence;235 ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Type > maTypeSequence;
392 if( maTypeSequence.getLength() == 0 ) in getTypes()400 maTypeSequence.realloc( nBaseTypes + nOwnTypes ); in getTypes()401 uno::Type* pTypes = maTypeSequence.getArray(); in getTypes()425 return maTypeSequence; in getTypes()
370 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;
78 ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Type > maTypeSequence;
60 ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Type > maTypeSequence;
120 ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Type > maTypeSequence;
Completed in 64 milliseconds