Home
last modified time | relevance | path

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

/trunk/main/toolkit/source/layout/core/
H A Ddialogbuttonhbox.cxx64 , mpAffirmative( 0 ) in DialogButtonHBox()
105 else if ( !mpAffirmative && IS_BUTTON( OK ) ) in addChild()
106 mpAffirmative = p; in addChild()
107 else if ( !mpAffirmative && IS_BUTTON( Yes ) ) in addChild()
108 mpAffirmative = p; in addChild()
155 else if ( mpAffirmative && mpAffirmative->mxChild == xChild ) in removeChild()
156 p = mpAffirmative; in removeChild()
204 if ( mpAffirmative ) in gnomeOrdering()
205 ordered.push_back( mpAffirmative ); in gnomeOrdering()
222 if ( mpAffirmative ) in kdeOrdering()
[all …]
H A Ddialogbuttonhbox.hxx56 ChildData *mpAffirmative; /* OK, Yes, Save */ member in layoutimpl::DialogButtonHBox