Searched refs:pAltText (Results 1 – 2 of 2) sorted by relevance
167 NSString* pAltText = nil; in ShowNativeMessageBox() local180 pAltText = getStandardString( aButtonIds[nC].nTextIds[1] ); in ShowNativeMessageBox()189 int nResult = NSRunAlertPanel( pTitle, pMessage, pDefText, pAltText, pOthText ); in ShowNativeMessageBox()197 if( pAltText ) in ShowNativeMessageBox()198 [pAltText release]; in ShowNativeMessageBox()
590 String* pAltText = aOrgStr != aEntryED.GetText() ? &aAltText : 0; in UpdateMark() local592 if(pAltText && !pAltText->Len()) in UpdateMark()606 if(pAltText) in UpdateMark()607 aDesc.SetAltStr(*pAltText); in UpdateMark()
Completed in 30 milliseconds