Searched refs:m_aColTbl (Results 1 – 2 of 2) sorted by relevance
978 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()
207 RtfColorTbl m_aColTbl; member in RtfExport
Completed in 26 milliseconds