Home
last modified time | relevance | path

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

/trunk/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 cont…
H A DSchXMLTableContext.cxx137 struct lcl_ApplyCellToData : public ::std::unary_function< SchXMLCell, void >
147 void operator() ( const SchXMLCell & rCell ) in operator ()()
199 const ::std::vector< SchXMLCell > & rRow( rTable.aData[nRow] ); in lcl_fillRangeMapping()
400 for( ::std::vector< ::std::vector< SchXMLCell > >::iterator aRowIt( mrTable.aData.begin()); in EndElement()
404 ::std::vector< SchXMLCell > aModifiedRow; in EndElement()
445 ::std::vector< ::std::vector< SchXMLCell > > aDestination; in EndElement()
661 std::vector< SchXMLCell > aNewRow; in SchXMLTableRowContext()
777 SchXMLCell aCell; in StartElement()
807 SchXMLCell& rCell = mrTable.aData[ mrTable.nRowIndex ][ mrTable.nColumnIndex ]; in CreateChildContext()
843 void lcl_ApplyCellToComplexLabel( const SchXMLCell& rCell, Sequence< uno::Any >& rComplexLabel ) in lcl_ApplyCellToComplexLabel()
[all …]