Searched refs:rxOut (Results 1 – 5 of 5) sorted by relevance
| /AOO42X/main/oox/inc/oox/dump/ |
| H A D | dumperbase.hxx | 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 [all …]
|
| /AOO42X/main/comphelper/inc/comphelper/ |
| H A D | extract.hxx | 118 ::com::sun::star::uno::Reference< T > & rxOut, in extractInterface() 121 rxOut.clear(); in extractInterface() 122 return (rAny >>= rxOut); in extractInterface()
|
| /AOO42X/main/oox/source/dump/ |
| H A D | biffdumper.cxx | 98 void lclDumpDffClientPos( const OutputRef& rxOut, const BinaryInputStreamRef& rxStrm, const String&… in lclDumpDffClientPos() argument 100 MultiItemsGuard aMultiGuard( rxOut ); in lclDumpDffClientPos() 101 TableGuard aTabGuard( rxOut, 17 ); in lclDumpDffClientPos() 104 ItemGuard aItem( rxOut, rName ); in lclDumpDffClientPos() 105 rxOut->writeDec( nPos ); in lclDumpDffClientPos() 109 ItemGuard aItem( rxOut, "sub-units" ); in lclDumpDffClientPos() 110 rxOut->writeDec( nSubUnits ); in lclDumpDffClientPos() 111 rxOut->writeChar( '/' ); in lclDumpDffClientPos() 112 rxOut->writeDec( nSubScale ); in lclDumpDffClientPos() 116 void lclDumpDffClientRect( const OutputRef& rxOut, const BinaryInputStreamRef& rxStrm ) in lclDumpDffClientRect() argument [all …]
|
| /AOO42X/main/cpputools/source/unoexe/ |
| H A D | unoexe.cxx | 238 Reference< T > & rxOut, in createInstance() 299 rxOut = Reference< T >::query( x ); in createInstance() 300 if (! rxOut.is()) in createInstance()
|
| /AOO42X/main/testtools/source/performance/ |
| H A D | ubtest.cxx | 322 static void createInstance( Reference< T > & rxOut, in createInstance() argument 386 rxOut = Reference< T >::query( x ); in createInstance() 387 if (! rxOut.is()) in createInstance()
|