Searched refs:itemValues (Results 1 – 1 of 1) sorted by relevance
248 Sequence< OUString > itemValues; in readComboBoxModel() local249 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() local310 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 21 milliseconds