Home
last modified time | relevance | path

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

/trunk/main/forms/source/component/
H A DListBox.cxx568 StringSequence aListSourceSeq; in read() local
583 aListSourceSeq.realloc( nTokens ); in read()
587 aListSourceSeq.getArray()[i] = sListSource.getToken(i,';',nTmp); in read()
591 _rxInStream >> aListSourceSeq; in read()
597 aListSourceSeqAny <<= aListSourceSeq; in read()
H A DComboBox.cxx357 StringSequence aListSourceSeq(&m_aListSource, 1); in write() local
358 _rxOutStream << aListSourceSeq; in write()

Completed in 28 milliseconds