Lines Matching refs:TempMenuItemPntr
4795 BMenuItem *TempMenuItemPntr; in ReadyToRun() local
4903 TempMenuItemPntr = new (std::nothrow) BMenuItem (TempString, new BMessage (12345), 'g'); in ReadyToRun()
4906 TempMenuItemPntr != NULL) in ReadyToRun()
4908 TempPopUpMenuPntr->AddItem (TempMenuItemPntr); in ReadyToRun()
6142 BMenuItem *TempMenuItemPntr; in AttachedToWindow() local
6431 TempMenuItemPntr = in AttachedToWindow()
6433 if (TempMenuItemPntr == NULL) goto ErrorExit; in AttachedToWindow()
6434 TempMenuItemPntr->SetTarget (be_app); in AttachedToWindow()
6435 m_TokenizeModePopUpMenuPntr->AddItem (TempMenuItemPntr); in AttachedToWindow()
6502 TempMenuItemPntr = in AttachedToWindow()
6504 if (TempMenuItemPntr == NULL) goto ErrorExit; in AttachedToWindow()
6505 TempMenuItemPntr->SetTarget (be_app); in AttachedToWindow()
6506 m_ScoringModePopUpMenuPntr->AddItem (TempMenuItemPntr); in AttachedToWindow()
6911 BMenuItem *TempMenuItemPntr; in PollServerForChanges() local
7024 TempMenuItemPntr = in PollServerForChanges()
7026 if (TempMenuItemPntr != NULL) in PollServerForChanges()
7027 TempMenuItemPntr->SetMarked (true); in PollServerForChanges()
7036 TempMenuItemPntr = in PollServerForChanges()
7038 if (TempMenuItemPntr != NULL) in PollServerForChanges()
7039 TempMenuItemPntr->SetMarked (true); in PollServerForChanges()