Searched refs:pDefText (Results 1 – 3 of 3) sorted by relevance
166 NSString* pDefText = nil; in ShowNativeMessageBox() local178 pDefText = getStandardString( aButtonIds[nC].nTextIds[0] ); in ShowNativeMessageBox()189 int nResult = NSRunAlertPanel( pTitle, pMessage, pDefText, pAltText, pOthText ); in ShowNativeMessageBox()195 if( pDefText ) in ShowNativeMessageBox()196 [pDefText release]; in ShowNativeMessageBox()
160 const char* pDefText; in GetStandardText() member185 ByteString aT( aResIdAry[(sal_uInt16)eButton].pDefText ); in GetStandardText()
3262 …else if( const XclImpChText* pDefText = GetChartData().GetDefaultText( EXC_CHTEXTTYPE_AXISLABEL ).… in CreateAxis() local3263 pDefText->ConvertFont( aAxisProp ); in CreateAxis()
Completed in 60 milliseconds