Home
last modified time | relevance | path

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

/aoo4110/main/xmloff/source/forms/
H A Delementexport.cxx1297 Int16Set aSelection, aDefaultSelection; in exportListSourceAsElements() local
1299 getSequenceInt16PropertyAsSet(PROPERTY_DEFAULT_SELECT_SEQ, aDefaultSelection); in exportListSourceAsElements()
1349 Int16SetIterator aDefaultSelectedPos = aDefaultSelection.find(i); in exportListSourceAsElements()
1350 if (aDefaultSelection.end() != aDefaultSelectedPos) in exportListSourceAsElements()
1357 aDefaultSelection.erase(aDefaultSelectedPos); in exportListSourceAsElements()
1367 if ( !aSelection.empty() || !aDefaultSelection.empty() ) in exportListSourceAsElements()
1374 if ( !aDefaultSelection.empty() ) in exportListSourceAsElements()
1375 nLastDefaultSelected = *(--aDefaultSelection.end()); in exportListSourceAsElements()
1394 if (aDefaultSelection.end() != aDefaultSelection.find(i)) in exportListSourceAsElements()

Completed in 17 milliseconds