Searched refs:pnColWidths (Results 1 – 2 of 2) sorted by relevance
1823 sal_Int32 pnColWidths[ 2 ]; in startTable() local1824 pnColWidths[ 0 ] = nW1; in startTable()1825 pnColWidths[ 1 ] = nW2; in startTable()1831 sal_Int32 pnColWidths[ 3 ]; in startTable() local1832 pnColWidths[ 0 ] = nW1; in startTable()1833 pnColWidths[ 1 ] = nW2; in startTable()1834 pnColWidths[ 2 ] = nW3; in startTable()1841 pnColWidths[ 0 ] = nW1; in startTable()1842 pnColWidths[ 1 ] = nW2; in startTable()1843 pnColWidths[ 2 ] = nW3; in startTable()[all …]
1096 void startTable( size_t nColCount, const sal_Int32* pnColWidths );1202 const sal_Int32* pnColWidths ) : in TableGuard() argument1203 mrOut( *rxOut ) { mrOut.startTable( nColCount, pnColWidths ); } in TableGuard()
Completed in 50 milliseconds