Home
last modified time | relevance | path

Searched refs:rxOut (Results 1 – 5 of 5) sorted by relevance

/trunk/main/oox/inc/oox/dump/
H A Ddumperbase.hxx1179 … 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 …]
/trunk/main/comphelper/inc/comphelper/
H A Dextract.hxx119 ::com::sun::star::uno::Reference< T > & rxOut, in extractInterface()
122 rxOut.clear(); in extractInterface()
123 return (rAny >>= rxOut); in extractInterface()
/trunk/main/oox/source/dump/
H A Dbiffdumper.cxx100 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 …]
/trunk/main/cpputools/source/unoexe/
H A Dunoexe.cxx238 Reference< T > & rxOut, in createInstance()
299 rxOut = Reference< T >::query( x ); in createInstance()
300 if (! rxOut.is()) in createInstance()
/trunk/main/testtools/source/performance/
H A Dubtest.cxx322 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 70 milliseconds