Searched refs:aPropertyStates (Results 1 – 6 of 6) sorted by relevance
1257 std::vector< XMLPropertyState > aPropertyStates; in parseDocument() local1317 aPropertyStates = mxExpPropMapper->Filter( xPropSet ); in parseDocument()1380 AddAutoStyleAttribute( aPropertyStates ); in parseDocument()1387 CollectAutoStyle( aPropertyStates ); in parseDocument()1390 aPropertyStates.clear(); in parseDocument()1402 aPropertyStates = mxExpPropMapper->Filter( xPropSet ); in parseDocument()1411 AddAutoStyleAttribute( aPropertyStates ); in parseDocument()1429 CollectAutoStyle( aPropertyStates ); in parseDocument()1432 aPropertyStates.clear(); in parseDocument()1445 aPropertyStates = mxExpPropMapper->Filter( xPropSet ); in parseDocument()[all …]
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()[all …]
637 …::std::vector< XMLPropertyState > aPropertyStates = m_xStyleExportMapper->Filter( xColumnPropertie… in collectGridColumnStylesAndIds()651 aPropertyStates.push_back( aNumberStyleState ); in collectGridColumnStylesAndIds()655 … ::std::vector< XMLPropertyState >::const_iterator aHaveALook = aPropertyStates.begin(); in collectGridColumnStylesAndIds()656 for ( ; aHaveALook != aPropertyStates.end(); ++aHaveALook ) in collectGridColumnStylesAndIds()665 if ( !aPropertyStates.empty() ) in collectGridColumnStylesAndIds()667 …lumnStyleName = m_rContext.GetAutoStylePool()->Add( XML_STYLE_FAMILY_CONTROL_ID, aPropertyStates ); in collectGridColumnStylesAndIds()
1158 ::std::vector< XMLPropertyState > aPropertyStates; in exportAutoStyle()1161 aPropertyStates = pExportHelper[i].first->Filter(_xProp); in exportAutoStyle()1162 if ( !aPropertyStates.empty() ) in exportAutoStyle()1163 …ap::value_type(_xProp,GetAutoStylePool()->Add( pExportHelper[i].second.second, aPropertyStates ))); in exportAutoStyle()
687 uno::Sequence< beans::PropertyState > aPropertyStates = in GetPropertyValuesTolerant_Impl() local692 const beans::PropertyState* pPropertyStates = aPropertyStates.getConstArray(); in GetPropertyValuesTolerant_Impl()
105 Sequence< PropertyState > aPropertyStates(nMasterPropsCount); in compose() local