Home
last modified time | relevance | path

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

/aoo41x/main/oox/source/drawingml/table/
H A Dtablecell.cxx165 …const TableStyle& rTableStyle, sal_Int32 nColumn, sal_Int32 nMaxColumn, sal_Int32 nRow, sal_Int32 … in pushToXCell() argument
237 if ( rProperties.isLastCol() && ( nColumn == nMaxColumn ) ) in pushToXCell()
307 if ( ( nRow == 0 ) && ( nColumn == nMaxColumn ) ) in pushToXCell()
319 if ( ( nRow == nMaxColumn ) && ( nColumn == nMaxColumn ) ) in pushToXCell()
334 ( !rProperties.isLastCol() || ( nColumn != nMaxColumn ) ) ) in pushToXCell()
/aoo41x/main/oox/inc/oox/drawingml/table/
H A Dtablecell.hxx85 …const TableStyle& rTable, sal_Int32 nColumn, sal_Int32 nMaxColumn, sal_Int32 nRow, sal_Int32 nMaxR…

Completed in 6 milliseconds