Lines Matching refs:top

123                         m_nTableWidthOfCurrentTable.top() = pMeasureHandler->getMeasureValue();  in sprm()
124 if( m_nTableWidthOfCurrentTable.top() > 0 ) in sprm()
125 … pPropMap->setValue( TablePropertyMap::TABLE_WIDTH, m_nTableWidthOfCurrentTable.top() ); in sprm()
140 if( nIntValue > 0 && m_nCurrentHeaderRepeatCount.top() >= 0 ) in sprm()
142 ++(m_nCurrentHeaderRepeatCount.top()); in sprm()
144 …pPropMap->Insert( PROP_HEADER_ROW_COUNT, false, uno::makeAny( m_nCurrentHeaderRepeatCount.top() )); in sprm()
148 m_nCurrentHeaderRepeatCount.top() = -1; in sprm()
163 if( m_nTableWidthOfCurrentTable.top() == 0 ) in sprm()
165 m_nTableWidthOfCurrentTable.top() = pTDefTableHandler->getTableWidth(); in sprm()
166 if( m_nTableWidthOfCurrentTable.top() > 0 ) in sprm()
169 … pPropMap->setValue( TablePropertyMap::TABLE_WIDTH, m_nTableWidthOfCurrentTable.top() ); in sprm()
193 cellPropsByCell( m_nCurrentCellBorderIndex.top(), pCellPropMap ); in sprm()
194 ++(m_nCurrentCellBorderIndex.top()); in sprm()
361 return m_aTableGrid.top(); in getCurrentGrid()
366 return m_aGridSpans.top(); in getCurrentSpans()
419 ++(m_nCellCounterForCurrentRow.top()); in endOfCellAction()
431 if( m_nTableWidthOfCurrentTable.top() == 0 in endOfRowAction()
448 m_nTableWidthOfCurrentTable.top() += *aCellIter++; in endOfRowAction()
451 if( m_nTableWidthOfCurrentTable.top() > 0) in endOfRowAction()
454 pPropMap->setValue( TablePropertyMap::TABLE_WIDTH, m_nTableWidthOfCurrentTable.top() ); in endOfRowAction()
464 if( pCurrentSpans->size() < m_nCellCounterForCurrentRow.top() ) in endOfRowAction()
467 …pCurrentSpans->insert( pCurrentSpans->end( ), m_nCellCounterForCurrentRow.top() - pCurrentSpans->s… in endOfRowAction()
497 double nFullWidth = m_nTableWidthOfCurrentTable.top(); in endOfRowAction()
500 … uno::Sequence< text::TableColumnSeparator > aSeparators( m_nCellCounterForCurrentRow.top() - 1 ); in endOfRowAction()
506 for( sal_uInt32 nBorder = 0; nBorder < m_nCellCounterForCurrentRow.top() - 1; ++nBorder ) in endOfRowAction()
534 m_nCellCounterForCurrentRow.top() = 0; in endOfRowAction()
535 m_nCurrentCellBorderIndex.top() = 0; in endOfRowAction()