Home
last modified time | relevance | path

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

/AOO42X/main/sw/source/filter/ww8/
H A Drtfexport.hxx36 typedef std::map<sal_uInt16,Color> RtfColorTbl; typedef
205 RtfColorTbl m_aColTbl;
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()