Searched refs:nGlobStrId (Results 1 – 5 of 5) sorted by relevance
85 sal_uInt16 nGlobStrId = 0; in GetFunction() local88 case SUBTOTAL_FUNC_AVE: nGlobStrId = STR_FUN_TEXT_AVG; break; in GetFunction()89 case SUBTOTAL_FUNC_CNT: nGlobStrId = STR_FUN_TEXT_COUNT; break; in GetFunction()90 case SUBTOTAL_FUNC_CNT2: nGlobStrId = STR_FUN_TEXT_COUNT2; break; in GetFunction()91 case SUBTOTAL_FUNC_MAX: nGlobStrId = STR_FUN_TEXT_MAX; break; in GetFunction()92 case SUBTOTAL_FUNC_MIN: nGlobStrId = STR_FUN_TEXT_MIN; break; in GetFunction()93 case SUBTOTAL_FUNC_SUM: nGlobStrId = STR_FUN_TEXT_SUM; break; in GetFunction()99 if (nGlobStrId) in GetFunction()106 aStr = ScGlobal::GetRscString(nGlobStrId); in GetFunction()
901 void ScTabView::ErrorMessage( sal_uInt16 nGlobStrId ) in ErrorMessage() argument915 if(nGlobStrId==STR_PROTECTIONERR) in ErrorMessage()919 nGlobStrId=STR_READONLYERR; in ErrorMessage()923 InfoBox aBox( pParent, ScGlobal::GetRscString( nGlobStrId ) ); in ErrorMessage()
74 void ScDocShell::ErrorMessage( sal_uInt16 nGlobStrId ) in ErrorMessage() argument82 if(nGlobStrId==STR_PROTECTIONERR) in ErrorMessage()86 nGlobStrId=STR_READONLYERR; in ErrorMessage()90 InfoBox aBox( pParent, ScGlobal::GetRscString( nGlobStrId ) ); in ErrorMessage()
511 void ErrorMessage( sal_uInt16 nGlobStrId );
282 void ErrorMessage( sal_uInt16 nGlobStrId );
Completed in 35 milliseconds