Lines Matching refs:pLabel
158 for( ImpLabel* pLabel = ImplFirst(); pLabel; pLabel = ImplNext() ) in ImpLabelList() local
159 ImplReplace( new ImpLabel( *pLabel ) ); in ImpLabelList()
166 for( ImpLabel* pLabel = ImplFirst(); pLabel; pLabel = ImplNext() ) in ~ImpLabelList() local
167 delete pLabel; in ~ImpLabelList()
176 for( ImpLabel* pLabel = ImplFirst(); pLabel; pLabel = ImplNext() ) in ImplGetLabelPos() local
178 if ( rLabelName == pLabel->aLabelName ) in ImplGetLabelPos()
659 ImpLabel* pLabel = NULL; in GetActionPos() local
662 pLabel = pLabelList->ImplGetLabel( pLabelList->ImplGetLabelPos( rLabel ) ); in GetActionPos()
664 pLabel = NULL; in GetActionPos()
666 return( pLabel ? pLabel->nActionPos : METAFILE_LABEL_NOTFOUND ); in GetActionPos()
728 const ImpLabel* pLabel = pLabelList->ImplGetLabel( nLabel ); in GetLabel() local
730 if( pLabel ) in GetLabel()
731 aString = pLabel->aLabelName; in GetLabel()