Searched refs:rxOut (Results 1 – 5 of 5) sorted by relevance
/aoo4110/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() 1198 mrOut( *rxOut ) { mrOut.startTable( nW1, nW2, nW3 ); } in TableGuard() 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() 1220 mrOut( *rxOut ) { mrOut.startItem( rName ); } in ItemGuard() [all …]
|
/aoo4110/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()
|
/aoo4110/main/oox/source/dump/ |
H A D | biffdumper.cxx | 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() 119 lclDumpDffClientPos( rxOut, rxStrm, "start-row", 256 ); in lclDumpDffClientRect() 120 lclDumpDffClientPos( rxOut, rxStrm, "end-col", 1024 ); in lclDumpDffClientRect() [all …]
|
/aoo4110/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()
|
/aoo4110/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()
|
Completed in 59 milliseconds