Home
last modified time | relevance | path

Searched refs:nW2 (Results 1 – 5 of 5) sorted by last modified time

/trunk/main/vcl/source/gdi/
H A Dbitmap3.cxx2648 long nW2 = nW - 3L; in ImplDitherFloyd() local
2727 for ( nX = 3L, nXAcc = 1L; nX < nW2; nXAcc++ ) in ImplDitherFloyd()
/trunk/main/oox/source/dump/
H A Ddumperbase.cxx1821 void Output::startTable( sal_Int32 nW1, sal_Int32 nW2 ) in startTable() argument
1825 pnColWidths[ 1 ] = nW2; in startTable()
1829 void Output::startTable( sal_Int32 nW1, sal_Int32 nW2, sal_Int32 nW3 ) in startTable() argument
1833 pnColWidths[ 1 ] = nW2; in startTable()
1838 void Output::startTable( sal_Int32 nW1, sal_Int32 nW2, sal_Int32 nW3, sal_Int32 nW4 ) in startTable() argument
1842 pnColWidths[ 1 ] = nW2; in startTable()
/trunk/main/oox/inc/oox/dump/
H A Ddumperbase.hxx1093 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 );
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()
1199 …inline explicit TableGuard( const OutputRef& rxOut, sal_Int32 nW1, sal_Int32 nW2, sal_Int32 nW… in TableGuard() argument
1200 mrOut( *rxOut ) { mrOut.startTable( nW1, nW2, nW3, nW4 ); } in TableGuard()
/trunk/main/filter/source/graphicfilter/ipcd/
H A Dipcd.cxx215 sal_uLong nx,ny,nW2,nH2,nYPair,ndy,nXPair; in ReadImage() local
227 nW2=nWidth>>1; in ReadImage()
259 pPCD->Read( pCbN, nW2 ); in ReadImage()
260 pPCD->Read( pCrN, nW2 ); in ReadImage()
261 pCbN[ nW2 ] = pCbN[ nW2 - 1 ]; in ReadImage()
262 pCrN[ nW2 ] = pCrN[ nW2 - 1 ]; in ReadImage()
277 pPCD->Read( pCbN, nW2 ); in ReadImage()
278 pPCD->Read( pCrN, nW2 ); in ReadImage()
279 pCbN[nW2]=pCbN[ nW2 - 1 ]; in ReadImage()
280 pCrN[nW2]=pCrN[ nW2 - 1 ]; in ReadImage()
[all …]
/trunk/main/cui/source/options/
H A Dfontsubs.cxx115 long nW2 = GetTextWidth( sHeader2 ); in SvxFontSubstTabPage() local
116 long nMax = Max( nW1, nW2 ) + 6; // width of the longest header + a little offset in SvxFontSubstTabPage()

Completed in 66 milliseconds