Home
last modified time | relevance | path

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

/aoo41x/main/sw/source/filter/ww8/
H A Drtfexport.cxx978 for (RtfColorTbl::const_iterator it=m_aColTbl.begin() ; it != m_aColTbl.end(); it++ ) in GetColor()
991 for (RtfColorTbl::iterator it=m_aColTbl.begin() ; it != m_aColTbl.end(); ++it ) in InsColor()
1005 n = m_aColTbl.size(); in InsColor()
1011 m_aColTbl.insert(std::pair<sal_uInt16,Color>( n, rCol )); in InsColor()
1131 for (size_t n = 0; n < m_aColTbl.size(); ++n) in OutColorTable()
1133 const Color& rCol = m_aColTbl[ n ]; in OutColorTable()
H A Drtfexport.hxx207 RtfColorTbl m_aColTbl; member in RtfExport

Completed in 14 milliseconds