Home
last modified time | relevance | path

Searched refs:nRid (Results 1 – 3 of 3) sorted by relevance

/trunk/main/padmin/source/
H A Dhelper.cxx250 sal_Bool padmin::AreYouSure( Window* pParent, int nRid ) in AreYouSure() argument
252 if( nRid == -1 ) in AreYouSure()
253 nRid = RID_YOU_SURE; in AreYouSure()
255 String( PaResId( nRid ) ) ); in AreYouSure()
H A Dhelper.hxx116 sal_Bool AreYouSure( Window*, int nRid = -1 );
/trunk/main/editeng/source/misc/
H A Dunolingu.cxx1331 int nRid; in SvxDicError() local
1334 case DIC_ERR_FULL : nRid = RID_SVXSTR_DIC_ERR_FULL; break; in SvxDicError()
1335 case DIC_ERR_READONLY : nRid = RID_SVXSTR_DIC_ERR_READONLY; break; in SvxDicError()
1337 nRid = RID_SVXSTR_DIC_ERR_UNKNOWN; in SvxDicError()
1340 nRes = InfoBox( pParent, EE_RESSTR( nRid ) ).Execute(); in SvxDicError()

Completed in 20 milliseconds