Searched refs:m_pLabel (Results 1 – 3 of 3) sorted by relevance
47 FixedText* m_pLabel; member in SvxUserEdit52 Edit( pParent, rResId, true ), m_nIndex( nIndex ), m_pLabel( pLabel ) {} in SvxUserEdit()56 inline void SetLabel( FixedText* pLabel ) { m_pLabel = pLabel; } in SetLabel()57 inline FixedText* GetLabel() const { return m_pLabel; } in GetLabel()
374 , m_pLabel(pLabel) in AstUnionBranch()380 if ( m_pLabel ) in ~AstUnionBranch()381 delete m_pLabel; in ~AstUnionBranch()
36 { return m_pLabel; } in getLabel()38 AstUnionLabel* m_pLabel; member in AstUnionBranch
Completed in 17 milliseconds