Home
last modified time | relevance | path

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

/AOO41X/main/sw/source/filter/xml/
H A Dxmltbli.hxx169 sal_Bool IsInsertCellPossible() const { return nCurCol < GetColumnCount(); } in IsInsertCellPossible() function in SwXMLTableContext
H A Dxmltbli.cxx678 while( nColRepeat > 1 && GetTable()->IsInsertCellPossible() ) in EndElement()
703 while( nColRepeat > 1 && GetTable()->IsInsertCellPossible() ) in EndElement()
966 if( !GetTable()->IsValid() || GetTable()->IsInsertCellPossible() ) in CreateChildContext()