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() argument59 ~SchXMLCell() in ~SchXMLCell() argument71 …std::vector< std::vector< SchXMLCell > > aData; /// an array of rows containing the table cont…
137 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 …]