Home
last modified time | relevance | path

Searched refs:TCell (Results 1 – 4 of 4) sorted by relevance

/aoo41x/main/reportdesign/source/filter/xml/
H A DxmlTable.cxx205 ::std::vector< ::std::vector<TCell> >::iterator aRowIter = m_aGrid.begin(); in EndElement()
206 ::std::vector< ::std::vector<TCell> >::iterator aRowEnd = m_aGrid.end(); in EndElement()
210 ::std::vector<TCell>::iterator aColIter = (*aRowIter).begin(); in EndElement()
211 ::std::vector<TCell>::iterator aColEnd = (*aRowIter).end(); in EndElement()
214 TCell& rCell = *aColIter; in EndElement()
232 ::std::vector<TCell>::iterator aWidthIter = aColIter + 1; in EndElement()
243 … ::std::vector< ::std::vector<TCell> >::iterator aHeightIter = aRowIter + 1; in EndElement()
295 TCell& rCell = m_aGrid[m_nRowIndex-1][m_nColumnIndex-1]; in addCell()
315 m_aGrid.push_back(::std::vector<TCell>(m_aWidth.size())); in incrementRowIndex()
H A DxmlTable.hxx36 struct TCell struct in rptxml::OXMLTable
43 TCell() : nWidth(0),nHeight(0),nColSpan(1),nRowSpan(1){} in TCell() function
46 ::std::vector< ::std::vector<TCell> > m_aGrid;
H A DxmlExport.hxx73 struct TCell struct in rptxml::ORptExport
81 TCell( sal_Int32 _nWidth, in TCell() function
94 TCell( ) : in TCell() argument
113 typedef ::std::vector< TCell > TRow;
H A DxmlExport.cxx201 ::std::vector< ORptExport::TCell >::iterator aColIter = aRowIter->second.begin(); in lcl_adjustColumnSpanOverRows()
202 ::std::vector< ORptExport::TCell >::iterator aColEnd = aRowIter->second.end(); in lcl_adjustColumnSpanOverRows()
515 _rColumns[j].second[i] = ORptExport::TCell(_aPosX[i+1] - _aPosX[i],nHeight,1,1); in lcl_calculate()
657 aInsert->second[yi].second[xi] = TCell(); in exportSectionAutoStyle()
673 TCell( in exportSectionAutoStyle()
808 ::std::vector< TCell >::iterator aColIter = aRowIter->second.begin(); in exportContainer()
809 ::std::vector< TCell >::iterator aColEnd = aRowIter->second.end(); in exportContainer()

Completed in 39 milliseconds