Lines Matching refs:rxOut
1179 … inline explicit IndentGuard( const OutputRef& rxOut ) : mrOut( *rxOut ) { mrOut.incIndent(); } in IndentGuard() argument
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()
1201 inline explicit TableGuard( const OutputRef& rxOut, size_t nColCount, in TableGuard() argument
1203 mrOut( *rxOut ) { mrOut.startTable( nColCount, pnColWidths ); } in TableGuard()
1219 inline explicit ItemGuard( const OutputRef& rxOut, const String& rName = EMPTY_STRING ) : in ItemGuard() argument
1220 mrOut( *rxOut ) { mrOut.startItem( rName ); } in ItemGuard()
1235 …inline explicit MultiItemsGuard( const OutputRef& rxOut ) : mrOut( *rxOut ) { mrOut.startMulti… in MultiItemsGuard() argument