Searched refs:eDefFrameType (Results 1 – 2 of 2) sorted by relevance
245 void SetDefault( XclChFrameType eDefFrameType );252 bool IsDefault( XclChFrameType eDefFrameType ) const;278 void SetDefault( XclChFrameType eDefFrameType );285 bool IsDefault( XclChFrameType eDefFrameType ) const;353 XclChFrameType eDefFrameType, bool bIsFrame );356 bool IsDefaultFrameBase( XclChFrameType eDefFrameType ) const;
517 void XclExpChLineFormat::SetDefault( XclChFrameType eDefFrameType ) in SetDefault() argument519 switch( eDefFrameType ) in SetDefault()562 bool XclExpChLineFormat::IsDefault( XclChFrameType eDefFrameType ) const in IsDefault()565 ((eDefFrameType == EXC_CHFRAMETYPE_INVISIBLE) && !HasLine()) || in IsDefault()566 ((eDefFrameType == EXC_CHFRAMETYPE_AUTO) && IsAuto()); in IsDefault()637 void XclExpChAreaFormat::SetDefault( XclChFrameType eDefFrameType ) in SetDefault() argument639 switch( eDefFrameType ) in SetDefault()653 bool XclExpChAreaFormat::IsDefault( XclChFrameType eDefFrameType ) const in IsDefault()656 ((eDefFrameType == EXC_CHFRAMETYPE_INVISIBLE) && !HasArea()) || in IsDefault()657 ((eDefFrameType == EXC_CHFRAMETYPE_AUTO) && IsAuto()); in IsDefault()[all …]