Home
last modified time | relevance | path

Searched refs:nGlobStrId (Results 1 – 5 of 5) sorted by relevance

/trunk/main/sc/source/ui/view/
H A Dtabvwsha.cxx85 sal_uInt16 nGlobStrId = 0; in GetFunction() local
88 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()
H A Dtabview2.cxx901 void ScTabView::ErrorMessage( sal_uInt16 nGlobStrId ) in ErrorMessage() argument
915 if(nGlobStrId==STR_PROTECTIONERR) in ErrorMessage()
919 nGlobStrId=STR_READONLYERR; in ErrorMessage()
923 InfoBox aBox( pParent, ScGlobal::GetRscString( nGlobStrId ) ); in ErrorMessage()
/trunk/main/sc/source/ui/docshell/
H A Ddocsh5.cxx74 void ScDocShell::ErrorMessage( sal_uInt16 nGlobStrId ) in ErrorMessage() argument
82 if(nGlobStrId==STR_PROTECTIONERR) in ErrorMessage()
86 nGlobStrId=STR_READONLYERR; in ErrorMessage()
90 InfoBox aBox( pParent, ScGlobal::GetRscString( nGlobStrId ) ); in ErrorMessage()
/trunk/main/sc/source/ui/inc/
H A Dtabview.hxx511 void ErrorMessage( sal_uInt16 nGlobStrId );
H A Ddocsh.hxx282 void ErrorMessage( sal_uInt16 nGlobStrId );

Completed in 37 milliseconds