Searched defs:lcl_ApplyCellToData (Results 1 – 1 of 1) sorted by relevance
139 struct lcl_ApplyCellToData : public ::std::unary_function< SchXMLCell, void > struct141 lcl_ApplyCellToData( Sequence< double > & rOutData ) : in lcl_ApplyCellToData() function149 void operator() ( const SchXMLCell & rCell ) in operator ()()161 sal_Int32 getCurrentIndex() const in getCurrentIndex()167 Sequence< double > & m_rData;168 sal_Int32 m_nIndex;169 sal_Int32 m_nSize;170 double m_fNaN;
Completed in 17 milliseconds