Home
last modified time | relevance | path

Searched refs:bPropExisted (Results 1 – 3 of 3) sorted by relevance

/trunk/main/chart2/source/controller/itemsetwrapper/
H A DAxisItemConverter.cxx771 …bool bPropExisted = ( GetPropertySet()->getPropertyValue(C2U( "CrossoverPosition" )) >>= eOldAxisP… in ApplySpecialItem() local
773 if( !bPropExisted || ( eOldAxisPos != eAxisPos )) in ApplySpecialItem()
807 … bool bPropExisted = ( GetPropertySet()->getPropertyValue(C2U( "CrossoverValue" )) >>= fOldValue ); in ApplySpecialItem() local
809 if( !bPropExisted || ( fOldValue != fValue )) in ApplySpecialItem()
843 … bool bPropExisted = ( GetPropertySet()->getPropertyValue(C2U( "LabelPosition" )) >>= eOldPos ); in ApplySpecialItem() local
845 if( !bPropExisted || ( eOldPos != ePos )) in ApplySpecialItem()
881 … bool bPropExisted = ( GetPropertySet()->getPropertyValue(C2U( "MarkPosition" )) >>= eOldPos ); in ApplySpecialItem() local
883 if( !bPropExisted || ( eOldPos != ePos )) in ApplySpecialItem()
898 bool bPropExisted = in ApplySpecialItem() local
901 if( ! bPropExisted || in ApplySpecialItem()
[all …]
H A DTitleItemConverter.cxx203 bool bPropExisted = in ApplySpecialItem() local
206 if( ! bPropExisted || in ApplySpecialItem()
207 ( bPropExisted && fOldVal != fVal )) in ApplySpecialItem()
H A DDataPointItemConverter.cxx527 bool bPropExisted = in ApplySpecialItem() local
530 if( ! bPropExisted || in ApplySpecialItem()
531 ( bPropExisted && fOldValue != fValue )) in ApplySpecialItem()

Completed in 38 milliseconds