Searched refs:bPropExisted (Results 1 – 3 of 3) sorted by relevance
771 …bool bPropExisted = ( GetPropertySet()->getPropertyValue(C2U( "CrossoverPosition" )) >>= eOldAxisP… in ApplySpecialItem() local773 if( !bPropExisted || ( eOldAxisPos != eAxisPos )) in ApplySpecialItem()807 … bool bPropExisted = ( GetPropertySet()->getPropertyValue(C2U( "CrossoverValue" )) >>= fOldValue ); in ApplySpecialItem() local809 if( !bPropExisted || ( fOldValue != fValue )) in ApplySpecialItem()843 … bool bPropExisted = ( GetPropertySet()->getPropertyValue(C2U( "LabelPosition" )) >>= eOldPos ); in ApplySpecialItem() local845 if( !bPropExisted || ( eOldPos != ePos )) in ApplySpecialItem()881 … bool bPropExisted = ( GetPropertySet()->getPropertyValue(C2U( "MarkPosition" )) >>= eOldPos ); in ApplySpecialItem() local883 if( !bPropExisted || ( eOldPos != ePos )) in ApplySpecialItem()898 bool bPropExisted = in ApplySpecialItem() local901 if( ! bPropExisted || in ApplySpecialItem()[all …]
203 bool bPropExisted = in ApplySpecialItem() local206 if( ! bPropExisted || in ApplySpecialItem()207 ( bPropExisted && fOldVal != fVal )) in ApplySpecialItem()
527 bool bPropExisted = in ApplySpecialItem() local530 if( ! bPropExisted || in ApplySpecialItem()531 ( bPropExisted && fOldValue != fValue )) in ApplySpecialItem()
Completed in 26 milliseconds