Searched refs:aNumberingProperties (Results 1 – 1 of 1) sorted by relevance
253 PropertyValueVector_t aNumberingProperties; in GetLevelProperties() local256 aNumberingProperties.push_back( MAKE_PROPVAL(PROP_START_WITH, (sal_Int16)m_nIStartAt) ); in GetLevelProperties()260 aNumberingProperties.push_back( MAKE_PROPVAL(PROP_NUMBERING_TYPE, nNumberFormat )); in GetLevelProperties()263 aNumberingProperties.push_back( MAKE_PROPVAL(PROP_ADJUST, aWWToUnoAdjust[m_nJC])); in GetLevelProperties()267 aNumberingProperties.push_back( MAKE_PROPVAL(PROP_BULLET_CHAR, m_sBulletChar.copy(0,1))); in GetLevelProperties()269 aNumberingProperties.push_back( MAKE_PROPVAL( PROP_LISTTAB_STOP_POSITION, m_nTabstop ) ); in GetLevelProperties()302 aNumberingProperties.push_back( in GetLevelProperties()306 aNumberingProperties.push_back( in GetLevelProperties()317 uno::Sequence< beans::PropertyValue > aRet(aNumberingProperties.size()); in GetLevelProperties()319 PropertyValueVector_t::const_iterator aIt = aNumberingProperties.begin(); in GetLevelProperties()[all …]
Completed in 61 milliseconds