Searched refs:nColRepeat (Results 1 – 1 of 1) sorted by relevance
409 sal_uInt32 nColRepeat; member in SwXMLTableCellContext_Impl452 nColRepeat( 1UL ), in SwXMLTableCellContext_Impl()489 nColRepeat = (sal_uInt32)rValue.toInt32(); in SwXMLTableCellContext_Impl()490 if( nColRepeat < 1UL ) in SwXMLTableCellContext_Impl()491 nColRepeat = 1UL; in SwXMLTableCellContext_Impl()664 if( nColRepeat > 1 && nColSpan == 1 ) in EndElement()681 while( nColRepeat > 1 && GetTable()->IsInsertCellPossible() ) in EndElement()697 nColRepeat--; in EndElement()704 if( nColRepeat > 1 && nColSpan == 1 ) in EndElement()706 while( nColRepeat > 1 && GetTable()->IsInsertCellPossible() ) in EndElement()[all …]
Completed in 28 milliseconds