Home
last modified time | relevance | path

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

/AOO41X/main/sw/source/filter/ww8/
H A Drtfexport.cxx551 sal_uInt32 const nMaxItem = rPool.GetItemCount2(RES_PROTECT); in ExportDocument_Impl() local
552 for (sal_uInt32 n = 0; n < nMaxItem; ++n) in ExportDocument_Impl()
1031 sal_uInt32 nMaxItem; in OutColorTable() local
1042 nMaxItem = rPool.GetItemCount2(RES_CHRATR_COLOR); in OutColorTable()
1043 for (sal_uInt32 n = 0; n < nMaxItem; ++n) in OutColorTable()
1052 nMaxItem = rPool.GetItemCount2(RES_CHRATR_UNDERLINE); in OutColorTable()
1053 for (sal_uInt32 n = 0; n < nMaxItem; ++n) in OutColorTable()
1062 nMaxItem = rPool.GetItemCount2(RES_CHRATR_OVERLINE); in OutColorTable()
1063 for (sal_uInt32 n = 0; n < nMaxItem; ++n) in OutColorTable()
1085 nMaxItem = rPool.GetItemCount2( *pIds ); in OutColorTable()
[all …]
H A Dwrtw8sty.cxx785 sal_uInt32 const nMaxItem = rPool.GetItemCount2( *pId ); in InitFontTable() local
786 for (sal_uInt32 nGet = 0; nGet < nMaxItem; ++nGet) in InitFontTable()
/AOO41X/main/sw/source/filter/writer/
H A Dwriter.cxx486 sal_uInt32 nMaxItem = rPool.GetItemCount2( nW ); in _AddFontItems() local
487 for( sal_uInt32 nGet = 0; nGet < nMaxItem; ++nGet ) in _AddFontItems()