Home
last modified time | relevance | path

Searched refs:nW1 (Results 1 – 3 of 3) sorted by relevance

/trunk/main/oox/inc/oox/dump/
H A Ddumperbase.hxx1092 void startTable( sal_Int32 nW1 );
1093 void startTable( sal_Int32 nW1, sal_Int32 nW2 );
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 );
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()
[all …]
/trunk/main/oox/source/dump/
H A Ddumperbase.cxx1816 void Output::startTable( sal_Int32 nW1 ) in startTable() argument
1818 startTable( 1, &nW1 ); in startTable()
1821 void Output::startTable( sal_Int32 nW1, sal_Int32 nW2 ) in startTable() argument
1824 pnColWidths[ 0 ] = nW1; in startTable()
1829 void Output::startTable( sal_Int32 nW1, sal_Int32 nW2, sal_Int32 nW3 ) in startTable() argument
1832 pnColWidths[ 0 ] = nW1; in startTable()
1838 void Output::startTable( sal_Int32 nW1, sal_Int32 nW2, sal_Int32 nW3, sal_Int32 nW4 ) in startTable() argument
1841 pnColWidths[ 0 ] = nW1; in startTable()
/trunk/main/cui/source/options/
H A Dfontsubs.cxx114 long nW1 = GetTextWidth( sHeader1 ); in SvxFontSubstTabPage() local
116 long nMax = Max( nW1, nW2 ) + 6; // width of the longest header + a little offset in SvxFontSubstTabPage()

Completed in 45 milliseconds