Lines Matching refs:nPoolId
305 sal_uInt16 nPoolId; in SwForm() local
308 case TOX_INDEX: nPoolId = STR_POOLCOLL_TOX_IDXH; break; in SwForm()
309 case TOX_USER: nPoolId = STR_POOLCOLL_TOX_USERH; break; in SwForm()
310 case TOX_CONTENT: nPoolId = STR_POOLCOLL_TOX_CNTNTH; break; in SwForm()
311 case TOX_ILLUSTRATIONS: nPoolId = STR_POOLCOLL_TOX_ILLUSH; break; in SwForm()
312 case TOX_OBJECTS : nPoolId = STR_POOLCOLL_TOX_OBJECTH; break; in SwForm()
313 case TOX_TABLES : nPoolId = STR_POOLCOLL_TOX_TABLESH; break; in SwForm()
314 case TOX_AUTHORITIES : nPoolId = STR_POOLCOLL_TOX_AUTHORITIESH; break; in SwForm()
343 SetTemplate( 0, SW_RESSTR( nPoolId++ )); in SwForm()
366 for( sal_uInt16 i = 1; i < GetFormMax(); ++i, ++nPoolId ) // Nr 0 ist der Titel in SwForm()
374 nPoolId = STR_POOLCOLL_TOX_CNTNT6; in SwForm()
376 nPoolId = STR_POOLCOLL_TOX_USER6; in SwForm()
378 nPoolId = STR_POOLCOLL_TOX_AUTHORITIES1; in SwForm()
379 SetTemplate( i, SW_RESSTR( nPoolId ) ); in SwForm()
693 sRet += String::CreateFromInt32( nPoolId ); in GetString()
783 eRet.nPoolId = static_cast<sal_uInt16>(sTmp.ToInt32()); in BuildToken()