Home
last modified time | relevance | path

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

/aoo4110/main/xmloff/source/chart/
H A Dtransporttypes.hxx40 struct SchXMLCell struct
48 SchXMLCell() : pComplexString(0), fValue( 0.0 ), eType( SCH_CELL_TYPE_UNKNOWN ) in SchXMLCell() argument
51 SchXMLCell( const SchXMLCell& rOther ) in SchXMLCell() argument
59 ~SchXMLCell() in ~SchXMLCell() argument
71 std::vector< std::vector< SchXMLCell > > aData; /// an array of rows containing the table contents
H A DSchXMLTableContext.cxx139 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 14 milliseconds