Lines Matching refs:xPropStates

467 	vector< XMLPropertyState > xPropStates =  in Add()  local
474 xPropStates.push_back( **ppAddStates ); in Add()
479 if( !xPropStates.empty() ) in Add()
539 for( ::std::vector< XMLPropertyState >::iterator i(xPropStates.begin()); in Add()
540 nIgnoreProps < 2 && i != xPropStates.end(); ) in Add()
554 i = xPropStates.erase( i ); in Add()
574 if( (xPropStates.size() - nIgnoreProps) > 0 ) in Add()
576 GetAutoStylePool().Add( nFamily, sParent, xPropStates, bDontSeek ); in Add()
578 GetAutoStylePool().Add( nFamily, sCondParent, xPropStates ); in Add()
602 vector< XMLPropertyState > xPropStates(xPropMapper->Filter( rPropSet )); in Add() local
607 xPropStates.push_back( **ppAddStates ); in Add()
653 if( !xPropStates.empty() ) in Add()
673 … if( find_if( xPropStates.begin(), xPropStates.end(), lcl_validPropState ) != xPropStates.end() ) in Add()
675 GetAutoStylePool().Add( nFamily, sParent, xPropStates ); in Add()
677 GetAutoStylePool().Add( nFamily, sCondParent, xPropStates ); in Add()
708 vector< XMLPropertyState > xPropStates(xPropMapper->Filter( rPropSet )); in Find() local
713 xPropStates.push_back( **ppAddStates ); in Find()
717 if( find_if( xPropStates.begin(), xPropStates.end(), lcl_validPropState ) != xPropStates.end() ) in Find()
718 sName = GetAutoStylePool().Find( nFamily, sName, xPropStates ); in Find()
731 vector< XMLPropertyState > xPropStates(xPropMapper->Filter( rPropSet )); in FindTextStyleAndHyperlink() local
738 ::std::vector< XMLPropertyState >::iterator aFirstDel = xPropStates.end(); in FindTextStyleAndHyperlink()
739 ::std::vector< XMLPropertyState >::iterator aSecondDel = xPropStates.end(); in FindTextStyleAndHyperlink()
742 i = xPropStates.begin(); in FindTextStyleAndHyperlink()
743 nIgnoreProps < 2 && i != xPropStates.end(); in FindTextStyleAndHyperlink()
776 xPropStates.push_back( **ppAddStates ); in FindTextStyleAndHyperlink()
780 if( (xPropStates.size() - nIgnoreProps) > 0L ) in FindTextStyleAndHyperlink()
789 xPropStates.erase( aSecondDel ); in FindTextStyleAndHyperlink()
790 xPropStates.erase( aFirstDel ); in FindTextStyleAndHyperlink()
793 sName = GetAutoStylePool().Find( XML_STYLE_FAMILY_TEXT_TEXT, sParent, xPropStates ); in FindTextStyleAndHyperlink()