Lines Matching refs:xPropStates
326 std::vector< XMLPropertyState > xPropStates; in collectShapeAutoStyles() local
331 xPropStates = GetPropertySetMapper()->Filter( xPropSet ); in collectShapeAutoStyles()
352 xPropStates.push_back(aNewState); in collectShapeAutoStyles()
357 std::vector< XMLPropertyState >::iterator aIter = xPropStates.begin(); in collectShapeAutoStyles()
358 std::vector< XMLPropertyState >::iterator aEnd = xPropStates.end(); in collectShapeAutoStyles()
376 …nfo.msStyleName = mrExport.GetAutoStylePool()->Find(aShapeInfo.mnFamily, aParentName, xPropStates); in collectShapeAutoStyles()
381 …Info.msStyleName = mrExport.GetAutoStylePool()->Add(aShapeInfo.mnFamily, aParentName, xPropStates); in collectShapeAutoStyles()
388 …xPropStates = GetExport().GetTextParagraphExport()->GetParagraphPropertyMapper()->Filter( xPropSet… in collectShapeAutoStyles()
419 xPropStates.push_back( aAlignDefaultState ); in collectShapeAutoStyles()
426 std::vector< XMLPropertyState >::iterator aIter = xPropStates.begin(); in collectShapeAutoStyles()
427 std::vector< XMLPropertyState >::iterator aEnd = xPropStates.end(); in collectShapeAutoStyles()
438 …leName = mrExport.GetAutoStylePool()->Find( XML_STYLE_FAMILY_TEXT_PARAGRAPH, aEmpty, xPropStates ); in collectShapeAutoStyles()
442 …StyleName = mrExport.GetAutoStylePool()->Add(XML_STYLE_FAMILY_TEXT_PARAGRAPH, aEmpty, xPropStates); in collectShapeAutoStyles()