Home
last modified time | relevance | path

Searched refs:mpCancel (Results 1 – 2 of 2) sorted by relevance

/trunk/main/toolkit/source/layout/core/
H A Ddialogbuttonhbox.cxx67 , mpCancel( 0 ) in DialogButtonHBox()
116 else if ( !mpCancel && IS_BUTTON( Cancel ) ) in addChild()
117 mpCancel = p; in addChild()
161 else if ( mpCancel && mpCancel->mxChild == xChild ) in removeChild()
162 p = mpCancel; in removeChild()
202 if ( mpCancel ) in gnomeOrdering()
203 ordered.push_back( mpCancel ); in gnomeOrdering()
228 if ( mpCancel ) in kdeOrdering()
229 ordered.push_back( mpCancel ); in kdeOrdering()
252 if ( mpCancel ) in macosOrdering()
[all …]
H A Ddialogbuttonhbox.hxx59 ChildData *mpCancel; /* Cancel, Close */ member in layoutimpl::DialogButtonHBox