Searched refs:nW2 (Results 1 – 5 of 5) sorted by relevance
/aoo4110/main/filter/source/graphicfilter/ipcd/ |
H A D | ipcd.cxx | 215 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 …]
|
/aoo4110/main/oox/inc/oox/dump/ |
H A D | dumperbase.hxx | 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 ); 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()
|
/aoo4110/main/cui/source/options/ |
H A D | fontsubs.cxx | 115 long nW2 = GetTextWidth( sHeader2 ); in SvxFontSubstTabPage() local 116 long nMax = Max( nW1, nW2 ) + 6; // width of the longest header + a little offset in SvxFontSubstTabPage()
|
/aoo4110/main/oox/source/dump/ |
H A D | dumperbase.cxx | 1821 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()
|
/aoo4110/main/vcl/source/gdi/ |
H A D | bitmap3.cxx | 2648 long nW2 = nW - 3L; in ImplDitherFloyd() local 2727 for ( nX = 3L, nXAcc = 1L; nX < nW2; nXAcc++ ) in ImplDitherFloyd()
|
Completed in 83 milliseconds