Searched refs:IsInsertCellPossible (Results 1 – 2 of 2) sorted by relevance
169 sal_Bool IsInsertCellPossible() const { return nCurCol < GetColumnCount(); } in IsInsertCellPossible() function in SwXMLTableContext
681 while( nColRepeat > 1 && GetTable()->IsInsertCellPossible() ) in EndElement()706 while( nColRepeat > 1 && GetTable()->IsInsertCellPossible() ) in EndElement()969 if( !GetTable()->IsValid() || GetTable()->IsInsertCellPossible() ) in CreateChildContext()
Completed in 18 milliseconds