Lines Matching refs:xPropStates

469 	vector< XMLPropertyState > xPropStates =  in Add()  local
476 xPropStates.push_back( **ppAddStates ); in Add()
481 if( !xPropStates.empty() ) in Add()
541 for( ::std::vector< XMLPropertyState >::iterator i(xPropStates.begin()); in Add()
542 nIgnoreProps < 2 && i != xPropStates.end(); ) in Add()
556 i = xPropStates.erase( i ); in Add()
576 if( (xPropStates.size() - nIgnoreProps) > 0 ) in Add()
578 GetAutoStylePool().Add( nFamily, sParent, xPropStates, bDontSeek ); in Add()
580 GetAutoStylePool().Add( nFamily, sCondParent, xPropStates ); in Add()
604 vector< XMLPropertyState > xPropStates(xPropMapper->Filter( rPropSet )); in Add() local
609 xPropStates.push_back( **ppAddStates ); in Add()
655 if( !xPropStates.empty() ) in Add()
675 if( find_if( xPropStates.begin(), xPropStates.end(), lcl_validPropState ) != xPropStates.end() ) in Add()
677 GetAutoStylePool().Add( nFamily, sParent, xPropStates ); in Add()
679 GetAutoStylePool().Add( nFamily, sCondParent, xPropStates ); in Add()
710 vector< XMLPropertyState > xPropStates(xPropMapper->Filter( rPropSet )); in Find() local
715 xPropStates.push_back( **ppAddStates ); in Find()
719 if( find_if( xPropStates.begin(), xPropStates.end(), lcl_validPropState ) != xPropStates.end() ) in Find()
720 sName = GetAutoStylePool().Find( nFamily, sName, xPropStates ); in Find()
733 vector< XMLPropertyState > xPropStates(xPropMapper->Filter( rPropSet )); in FindTextStyleAndHyperlink() local
740 ::std::vector< XMLPropertyState >::iterator aFirstDel = xPropStates.end(); in FindTextStyleAndHyperlink()
741 ::std::vector< XMLPropertyState >::iterator aSecondDel = xPropStates.end(); in FindTextStyleAndHyperlink()
744 i = xPropStates.begin(); in FindTextStyleAndHyperlink()
745 nIgnoreProps < 2 && i != xPropStates.end(); in FindTextStyleAndHyperlink()
778 xPropStates.push_back( **ppAddStates ); in FindTextStyleAndHyperlink()
782 if( (xPropStates.size() - nIgnoreProps) > 0L ) in FindTextStyleAndHyperlink()
791 xPropStates.erase( aSecondDel ); in FindTextStyleAndHyperlink()
792 xPropStates.erase( aFirstDel ); in FindTextStyleAndHyperlink()
795 sName = GetAutoStylePool().Find( XML_STYLE_FAMILY_TEXT_TEXT, sParent, xPropStates ); in FindTextStyleAndHyperlink()