Home
last modified time | relevance | path

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

/aoo41x/main/xmlscript/source/xmldlg_imexp/
H A Dxmldlg_expmodels.cxx248 Sequence< OUString > itemValues; in readComboBoxModel() local
249 if ((readProp( OUString( RTL_CONSTASCII_USTRINGPARAM("StringItemList") ) ) >>= itemValues) && in readComboBoxModel()
250 itemValues.getLength() > 0) in readComboBoxModel()
256 OUString const * pItemValues = itemValues.getConstArray(); in readComboBoxModel()
257 for ( sal_Int32 nPos = 0; nPos < itemValues.getLength(); ++nPos ) in readComboBoxModel()
309 Sequence< OUString > itemValues; in readListBoxModel() local
310 if ((readProp( OUString( RTL_CONSTASCII_USTRINGPARAM("StringItemList") ) ) >>= itemValues) && in readListBoxModel()
311 itemValues.getLength() > 0) in readListBoxModel()
317 OUString const * pItemValues = itemValues.getConstArray(); in readListBoxModel()
319 for ( nPos = 0; nPos < itemValues.getLength(); ++nPos ) in readListBoxModel()

Completed in 25 milliseconds