Home
last modified time | relevance | path

Searched refs:aPropertyStates (Results 1 – 6 of 6) sorted by relevance

/trunk/main/xmloff/source/chart/
H A DSchXMLExport.cxx1390 aPropertyStates.clear(); in parseDocument()
1432 aPropertyStates.clear(); in parseDocument()
1476 aPropertyStates.clear(); in parseDocument()
1553 aPropertyStates.clear(); in parseDocument()
2122 aPropertyStates.clear(); in exportPlotArea()
2216 aPropertyStates.clear(); in exportPlotArea()
2223 if( !aPropertyStates.empty() ) in exportPlotArea()
2244 aPropertyStates.clear(); in exportPlotArea()
2370 aPropertyStates.clear(); in exportAxisTitle()
2388 aPropertyStates.clear(); in exportGrid()
[all …]
/trunk/main/reportdesign/source/filter/xml/
H A DxmlExport.cxx523 ::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()
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()
[all …]
/trunk/main/xmloff/source/forms/
H A Dlayerexport.cxx637 …::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()
/trunk/main/dbaccess/source/filter/xml/
H A DxmlExport.cxx1158 ::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()
/trunk/main/sw/source/core/unocore/
H A Dunoport.cxx687 uno::Sequence< beans::PropertyState > aPropertyStates = in GetPropertyValuesTolerant_Impl() local
692 const beans::PropertyState* pPropertyStates = aPropertyStates.getConstArray(); in GetPropertyValuesTolerant_Impl()
/trunk/main/comphelper/source/property/
H A Dcomposedprops.cxx105 Sequence< PropertyState > aPropertyStates(nMasterPropsCount); in compose() local

Completed in 72 milliseconds