Home
last modified time | relevance | path

Searched refs:nNoStrings (Results 1 – 2 of 2) sorted by relevance

/AOO42X/main/sw/source/filter/ww8/ !
H A Dww8par3.cxx2353 sal_uInt32 nNoStrings; in FormulaRead() local
2358 nNoStrings = nWord95NoStrings; in FormulaRead()
2360 if (nNoStrings != nWord95NoStrings) in FormulaRead()
2362 nNoStrings = nWord95NoStrings; in FormulaRead()
2371 nNoStrings = 0; in FormulaRead()
2372 for (sal_uInt16 nI = 0; nI < nNoStrings; ++nI) in FormulaRead()
2379 *pDataStream >> nNoStrings; in FormulaRead()
2384 nNoStrings = 0; in FormulaRead()
2385 maListEntries.reserve(nNoStrings); in FormulaRead()
2386 for (sal_uInt32 nI = 0; nI < nNoStrings; ++nI) in FormulaRead()
H A Dwrtw8esh.cxx359 sal_Int32 nNoStrings = aListItems.getLength(); in DoComboBox() local
360 if (nNoStrings) in DoComboBox()