Home
last modified time | relevance | path

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

/aoo4110/main/xmloff/source/forms/
H A Dpropertyexport.cxx186 IIterator* pSequenceIterator = NULL; in exportRemainingProperties() local
194 pSequenceIterator = new OSequenceIterator< double >(aValue); in exportRemainingProperties()
197 pSequenceIterator = new OSequenceIterator< sal_Bool >(aValue); in exportRemainingProperties()
200 pSequenceIterator = new OSequenceIterator< sal_Int8 >(aValue); in exportRemainingProperties()
203 pSequenceIterator = new OSequenceIterator< sal_Int16 >(aValue); in exportRemainingProperties()
206 pSequenceIterator = new OSequenceIterator< sal_Int32 >(aValue); in exportRemainingProperties()
209 pSequenceIterator = new OSequenceIterator< sal_Int64 >(aValue); in exportRemainingProperties()
215 if (pSequenceIterator) in exportRemainingProperties()
217 while (pSequenceIterator->hasMoreElements()) in exportRemainingProperties()
220 implConvertAny(pSequenceIterator->nextElement()); in exportRemainingProperties()
[all …]
/aoo4110/main/dbaccess/source/filter/xml/
H A DxmlExport.cxx716 ::std::auto_ptr<IIterator> pSequenceIterator; in exportDataSourceSettings()
720 pSequenceIterator.reset( new OSequenceIterator< ::rtl::OUString >( aIter->Value ) ); in exportDataSourceSettings()
723 pSequenceIterator.reset( new OSequenceIterator< double >( aIter->Value ) ); in exportDataSourceSettings()
726 pSequenceIterator.reset( new OSequenceIterator< sal_Bool >( aIter->Value ) ); in exportDataSourceSettings()
729 pSequenceIterator.reset( new OSequenceIterator< sal_Int8 >( aIter->Value ) ); in exportDataSourceSettings()
732 pSequenceIterator.reset( new OSequenceIterator< sal_Int16 >( aIter->Value ) ); in exportDataSourceSettings()
735 pSequenceIterator.reset( new OSequenceIterator< sal_Int32 >( aIter->Value ) ); in exportDataSourceSettings()
738 pSequenceIterator.reset( new OSequenceIterator< Any >( aIter->Value ) ); in exportDataSourceSettings()
744 if ( pSequenceIterator.get() ) in exportDataSourceSettings()
747 while (pSequenceIterator->hasMoreElements()) in exportDataSourceSettings()
[all …]

Completed in 27 milliseconds