Lines Matching refs:nW1
1092 void startTable( sal_Int32 nW1 );
1093 void startTable( sal_Int32 nW1, sal_Int32 nW2 );
1094 void startTable( sal_Int32 nW1, sal_Int32 nW2, sal_Int32 nW3 );
1095 void startTable( sal_Int32 nW1, sal_Int32 nW2, sal_Int32 nW3, sal_Int32 nW4 );
1193 inline explicit TableGuard( const OutputRef& rxOut, sal_Int32 nW1 ) : in TableGuard() argument
1194 mrOut( *rxOut ) { mrOut.startTable( nW1 ); } in TableGuard()
1195 inline explicit TableGuard( const OutputRef& rxOut, sal_Int32 nW1, sal_Int32 nW2 ) : in TableGuard() argument
1196 mrOut( *rxOut ) { mrOut.startTable( nW1, nW2 ); } in TableGuard()
1197 …inline explicit TableGuard( const OutputRef& rxOut, sal_Int32 nW1, sal_Int32 nW2, sal_Int32 nW… in TableGuard() argument
1198 mrOut( *rxOut ) { mrOut.startTable( nW1, nW2, nW3 ); } in TableGuard()
1199 …inline explicit TableGuard( const OutputRef& rxOut, sal_Int32 nW1, sal_Int32 nW2, sal_Int32 nW… in TableGuard() argument
1200 mrOut( *rxOut ) { mrOut.startTable( nW1, nW2, nW3, nW4 ); } in TableGuard()