Home
last modified time | relevance | path

Searched refs:nW3 (Results 1 – 2 of 2) sorted by relevance

/trunk/main/oox/inc/oox/dump/
H A Ddumperbase.hxx1094 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()
/trunk/main/oox/source/dump/
H A Ddumperbase.cxx1829 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 56 milliseconds