Searched refs:SchXMLCell (Results 1 – 2 of 2) sorted by relevance
40 struct SchXMLCell struct48 SchXMLCell() : pComplexString(0), fValue( 0.0 ), eType( SCH_CELL_TYPE_UNKNOWN ) in SchXMLCell() argument51 SchXMLCell( const SchXMLCell& rOther ) in SchXMLCell() function59 ~SchXMLCell() in ~SchXMLCell() argument71 std::vector< std::vector< SchXMLCell > > aData; /// an array of rows containing the table contents
139 struct lcl_ApplyCellToData : public ::std::unary_function< SchXMLCell, void >149 void operator() ( const SchXMLCell & rCell ) in operator ()()201 const ::std::vector< SchXMLCell > & rRow( rTable.aData[nRow] ); in lcl_fillRangeMapping()406 ::std::vector< SchXMLCell > aModifiedRow; in EndElement()447 ::std::vector< ::std::vector< SchXMLCell > > aDestination; in EndElement()663 std::vector< SchXMLCell > aNewRow; in SchXMLTableRowContext()779 SchXMLCell aCell; in StartElement()809 SchXMLCell& rCell = mrTable.aData[ mrTable.nRowIndex ][ mrTable.nColumnIndex ]; in CreateChildContext()904 const ::std::vector< SchXMLCell >& rFirstRow = rTable.aData.front(); in applyTableToInternalDataProvider()913 std::vector< ::std::vector< SchXMLCell > >::const_iterator aEnd( rTable.aData.end() ); in applyTableToInternalDataProvider()[all …]
Completed in 13 milliseconds