Searched refs:tStringVector (Results 1 – 1 of 1) sorted by relevance
752 typedef vector< OUString > tStringVector; typedef760 tStringVector aDataRangeRepresentations;762 tStringVector aColumnDescriptions;763 tStringVector aColumnDescriptions_Ranges;765 tStringVector aRowDescriptions;766 tStringVector aRowDescriptions_Ranges;1722 tStringVector::const_iterator aDataRangeIter( aData.aDataRangeRepresentations.begin()); in exportTable()1723 const tStringVector::const_iterator aDataRangeEndIter( aData.aDataRangeRepresentations.end()); in exportTable()1725 … tStringVector::const_iterator aRowDescriptions_RangeIter( aData.aRowDescriptions_Ranges.begin()); in exportTable()1783 for( tStringVector::const_iterator aIt( aData.aColumnDescriptions.begin()) in exportTable()[all …]
Completed in 34 milliseconds