Lines Matching refs:aPropertyStates

523     ::std::vector< XMLPropertyState > aPropertyStates;  in collectStyleNames()
524 aPropertyStates.push_back(XMLPropertyState(0)); in collectStyleNames()
531 aPropertyStates[0].maValue <<= nValue; in collectStyleNames()
532 _rStyleNames.push_back(GetAutoStylePool()->Add(_nFamily, aPropertyStates )); in collectStyleNames()
1190 ::std::vector< XMLPropertyState > aPropertyStates( m_xParaPropMapper->Filter(_xProp) ); in exportAutoStyle()
1191 if ( !aPropertyStates.empty() ) in exportAutoStyle()
1192 …p::value_type(_xProp,GetAutoStylePool()->Add( XML_STYLE_FAMILY_TEXT_PARAGRAPH, aPropertyStates ))); in exportAutoStyle()
1194 …::std::vector< XMLPropertyState > aPropertyStates( m_xCellStylesExportPropertySetMapper->Filter(_x… in exportAutoStyle()
1252 … ::std::copy(aBorderStates.begin(),aBorderStates.end(),::std::back_inserter(aPropertyStates)); in exportAutoStyle()
1288 if ( (_xParentFormattedField.is() || xFormattedField.is()) && !aPropertyStates.empty() ) in exportAutoStyle()
1299 aPropertyStates.push_back( aNumberStyleState ); in exportAutoStyle()
1305 if ( !aPropertyStates.empty() ) in exportAutoStyle()
1306 …leMap::value_type(_xProp,GetAutoStylePool()->Add( XML_STYLE_FAMILY_TABLE_CELL, aPropertyStates ))); in exportAutoStyle()
1311 …::std::vector< XMLPropertyState > aPropertyStates( m_xTableStylesExportPropertySetMapper->Filter(_… in exportAutoStyle()
1312 if ( !aPropertyStates.empty() ) in exportAutoStyle()
1313 …value_type(_xProp.get(),GetAutoStylePool()->Add( XML_STYLE_FAMILY_TABLE_TABLE, aPropertyStates ))); in exportAutoStyle()