Searched refs:nW3 (Results 1 – 2 of 2) sorted by relevance
/aoo4110/main/oox/inc/oox/dump/ |
H A D | dumperbase.hxx | 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 ); 1197 …ne explicit TableGuard( const OutputRef& rxOut, sal_Int32 nW1, sal_Int32 nW2, sal_Int32 nW3 ) : in TableGuard() argument 1198 mrOut( *rxOut ) { mrOut.startTable( nW1, nW2, nW3 ); } in TableGuard() 1199 … TableGuard( const OutputRef& rxOut, sal_Int32 nW1, sal_Int32 nW2, sal_Int32 nW3, sal_Int32 nW4 ) : in TableGuard() argument 1200 mrOut( *rxOut ) { mrOut.startTable( nW1, nW2, nW3, nW4 ); } in TableGuard()
|
/aoo4110/main/oox/source/dump/ |
H A D | dumperbase.cxx | 1829 void Output::startTable( sal_Int32 nW1, sal_Int32 nW2, sal_Int32 nW3 ) in startTable() argument 1834 pnColWidths[ 2 ] = nW3; in startTable() 1838 void Output::startTable( sal_Int32 nW1, sal_Int32 nW2, sal_Int32 nW3, sal_Int32 nW4 ) in startTable() argument 1843 pnColWidths[ 2 ] = nW3; in startTable()
|
Completed in 40 milliseconds