Home
last modified time | relevance | path

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

/aoo41x/main/reportdesign/source/filter/xml/
H A DxmlExport.hxx110 typedef ::std::vector< ::rtl::OUString> TStringVec; typedef in rptxml::ORptExport
112 typedef ::std::map< Reference<XPropertySet> , TStringVec> TGridStyleMap;
167 …(sal_Int32 _nFamily,const ::std::vector< sal_Int32>& _aSize, ORptExport::TStringVec& _rStyleNames);
H A DxmlExport.cxx521 …s(sal_Int32 _nFamily,const ::std::vector< sal_Int32>& _aSize, ORptExport::TStringVec& _rStyleNames) in collectStyleNames()
600 …ator aPos = m_aColumnStyleNames.insert(TGridStyleMap::value_type(_xProp.get(),TStringVec())).first; in exportSectionAutoStyle()
602 aPos = m_aRowStyleNames.insert(TGridStyleMap::value_type(_xProp.get(),TStringVec())).first; in exportSectionAutoStyle()
773 TStringVec::iterator aColIter = aColFind->second.begin(); in exportTableColumns()
774 TStringVec::iterator aColEnd = aColFind->second.end(); in exportTableColumns()
797 TStringVec::iterator aHeightIter = aRowFind->second.begin(); in exportContainer()

Completed in 36 milliseconds