Home
last modified time | relevance | path

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

/trunk/main/sw/source/filter/ww8/
H A Dww8par3.cxx2354 sal_uInt32 nNoStrings; in FormulaRead() local
2359 nNoStrings = nWord95NoStrings; in FormulaRead()
2361 if (nNoStrings != nWord95NoStrings) in FormulaRead()
2363 nNoStrings = nWord95NoStrings; in FormulaRead()
2372 nNoStrings = 0; in FormulaRead()
2373 for (sal_uInt16 nI = 0; nI < nNoStrings; ++nI) in FormulaRead()
2380 *pDataStream >> nNoStrings; in FormulaRead()
2385 nNoStrings = 0; in FormulaRead()
2386 maListEntries.reserve(nNoStrings); in FormulaRead()
2387 for (sal_uInt32 nI = 0; nI < nNoStrings; ++nI) in FormulaRead()
H A Dwrtw8esh.cxx360 sal_Int32 nNoStrings = aListItems.getLength(); in DoComboBox() local
361 if (nNoStrings) in DoComboBox()

Completed in 31 milliseconds