/trunk/main/vbahelper/source/vbahelper/ |
H A D | vbalineformat.cxx | 364 pLineDash.DotLen = nPixel; in setDashStyle() 366 pLineDash.DashLen = 5 * nPixel; in setDashStyle() 367 pLineDash.Distance = 4 * nPixel; in setDashStyle() 371 pLineDash.DotLen = nPixel; in setDashStyle() 373 pLineDash.DashLen = 10 * nPixel; in setDashStyle() 380 pLineDash.DashLen = 6 * nPixel; in setDashStyle() 385 pLineDash.DotLen = nPixel; in setDashStyle() 399 pLineDash.DotLen = nPixel; in setDashStyle() 402 pLineDash.Distance = nPixel; in setDashStyle() 406 pLineDash.DotLen = nPixel; in setDashStyle() [all …]
|
/trunk/main/vcl/unx/generic/dtrans/ |
H A D | bmp.cxx | 185 if( nPixel >= nColors ) in X11_getPaletteBmpFromImage() 186 nColors = nPixel+1; in X11_getPaletteBmpFromImage() 209 for( unsigned long nPixel = 0; nPixel < nColors; nPixel++ ) in X11_getPaletteBmpFromImage() local 211 aColors[nPixel].flags = DoRed | DoGreen | DoBlue; in X11_getPaletteBmpFromImage() 212 aColors[nPixel].pixel = nPixel; in X11_getPaletteBmpFromImage() 453 unsigned long nPixel = 0; in getTCPixel() local 456 nPixel |= doLeftShift( nValue, m_nBlueShift ); in getTCPixel() 460 nPixel |= doLeftShift( nValue, m_nGreenShift ); in getTCPixel() 464 nPixel |= doLeftShift( nValue, m_nRedShift ); in getTCPixel() 466 return nPixel; in getTCPixel() [all …]
|
/trunk/main/vcl/aqua/source/gdi/ |
H A D | salbmp.cxx | 297 virtual void SkipPixel( sal_uInt32 nPixel ) in SkipPixel() argument 299 pData += nPixel << 2; in SkipPixel() 320 virtual void SkipPixel( sal_uInt32 nPixel ) in SkipPixel() argument 322 pData += (nPixel << 1) + nPixel; in SkipPixel() 349 virtual void SkipPixel( sal_uInt32 nPixel ) in SkipPixel() argument 351 pData += nPixel; in SkipPixel() 377 virtual void SkipPixel( sal_uInt32 nPixel ) in SkipPixel() argument 379 pData += nPixel; in SkipPixel() 406 mnX += nPixel; in SkipPixel() 407 if( (nPixel & 1) ) in SkipPixel() [all …]
|
H A D | atslayout.cxx | 188 inline Fixed ATSLayout::Vcl2Fixed( int nPixel ) const in Vcl2Fixed() 190 return FloatToFixed( nPixel / mfFontScale ); in Vcl2Fixed()
|
/trunk/main/vcl/source/gdi/ |
H A D | graph.cxx | 61 sal_uInt16 nPixelWidth = nPixel; in ImplDrawDefault() 76 aBorderRect.Left() += nPixel; in ImplDrawDefault() 77 aBorderRect.Top() += nPixel; in ImplDrawDefault() 82 aBorderRect.Left() -= nPixel; in ImplDrawDefault() 83 aBorderRect.Top() -= nPixel; in ImplDrawDefault() 84 aBorderRect.Right() -= nPixel; in ImplDrawDefault() 85 aBorderRect.Bottom() -= nPixel; in ImplDrawDefault() 91 aPoint.X() += nPixelWidth + 2*nPixel; in ImplDrawDefault() 92 aPoint.Y() += nPixelWidth + 2*nPixel; in ImplDrawDefault() 93 aSize.Width() -= 2*nPixelWidth + 4*nPixel; in ImplDrawDefault() [all …]
|
/trunk/main/sfx2/source/dialog/ |
H A D | splitwin.cxx | 61 #define nPixel 30L macro 1084 aPos.X() -= nPixel; in CursorIsOverRect() 1085 aPos.Y() -= nPixel; in CursorIsOverRect() 1086 aSize.Width() += 2 * nPixel; in CursorIsOverRect() 1087 aSize.Height() += 2 * nPixel; in CursorIsOverRect() 1098 aVisPos.X() -= nPixel; in CursorIsOverRect() 1099 aVisPos.Y() -= nPixel; in CursorIsOverRect() 1100 aVisSize.Width() += 2 * nPixel; in CursorIsOverRect() 1101 aVisSize.Height() += 2 * nPixel; in CursorIsOverRect()
|
/trunk/main/vcl/unx/generic/app/ |
H A D | saldisp.cxx | 2927 return (SalColor)nPixel; in GetTCColor() 2934 Pixel r = nPixel & red_mask; in GetTCColor() 2935 Pixel g = nPixel & green_mask; in GetTCColor() 2936 Pixel b = nPixel & blue_mask; in GetTCColor() 3246 sal_uInt16 nPixel = 0; in sal_Lookup() local 3258 nPixel = i; in sal_Lookup() 3262 return nPixel; in sal_Lookup() 3298 if( !m_aPalette.empty() && nPixel < m_nUsed ) in GetColor() 3299 return m_aPalette[nPixel]; in GetColor() 3304 return nPixel; in GetColor() [all …]
|
/trunk/main/canvas/source/vcl/ |
H A D | spritecanvashelper.cxx | 683 double nPixel(0.0); in renderMemUsage() local 687 makeAdder(nPixel,1.0), in renderMemUsage() 698 const double nMemUsage( nPixel * NUM_VIRDEV * BYTES_PER_PIXEL + in renderMemUsage()
|
/trunk/main/sc/source/ui/view/ |
H A D | viewdata.cxx | 3121 sal_Int64 nPixel = ToPixel( nHeight, nPPTY); in AddPixelsWhile() local 3122 sal_Int64 nAdd = nPixel * nRows; in AddPixelsWhile() 3126 nRows -= static_cast<SCROW>(nDiff / nPixel); in AddPixelsWhile() 3127 nAdd = nPixel * nRows; in AddPixelsWhile() 3132 nAdd += nPixel; in AddPixelsWhile() 3162 sal_Int64 nPixel = ToPixel( nHeight, nPPTY); in AddPixelsWhileBackward() local 3163 sal_Int64 nAdd = nPixel * nRows; in AddPixelsWhileBackward() 3167 nRows -= static_cast<SCROW>(nDiff / nPixel); in AddPixelsWhileBackward() 3168 nAdd = nPixel * nRows; in AddPixelsWhileBackward() 3173 nAdd += nPixel; in AddPixelsWhileBackward()
|
H A D | viewfunc.cxx | 2464 long nPixel = pDoc->GetNeededSize( nCol, nRow, nTab, aProv.GetDevice(), in ModifyCellSize() local 2466 sal_uInt16 nTwips = (sal_uInt16)( nPixel / nPPTX ); in ModifyCellSize()
|
/trunk/main/basebmp/test/ |
H A D | basictest.cxx | 131 sal_Int32 nPixel(countPixel(pDevice, aCol2)); in TEST_F() local 134 ASSERT_TRUE(countPixel(pDevice, aCol2) == nPixel) << "setPixel clipping"; in TEST_F()
|
/trunk/main/svx/source/dialog/ |
H A D | dlgctrl.cxx | 978 void SvxPixelCtl::ChangePixel( sal_uInt16 nPixel ) in ChangePixel() argument 980 if( *( pPixel + nPixel) == 0 ) in ChangePixel() 981 *( pPixel + nPixel) = 1; // could be expand for more colors in ChangePixel() 983 *( pPixel + nPixel) = 0; in ChangePixel() 1253 sal_uInt16 SvxPixelCtl::GetBitmapPixel( const sal_uInt16 nPixel ) in GetBitmapPixel() argument 1255 return( *( pPixel + nPixel ) ); in GetBitmapPixel()
|
/trunk/main/sc/source/core/data/ |
H A D | table1.cxx | 1492 long nPixel = pCell->GetTextWidth(); in MaybeAddExtraColumn() local 1495 if ( TEXTWIDTH_DIRTY == nPixel ) in MaybeAddExtraColumn() 1503 nPixel = aCol[rCol].GetNeededSize( in MaybeAddExtraColumn() 1505 pCell->SetTextWidth( (sal_uInt16)nPixel ); in MaybeAddExtraColumn() 1508 long nTwips = (long) (nPixel / nPPTX); in MaybeAddExtraColumn()
|
/trunk/main/vcl/inc/unx/ |
H A D | saldisp.hxx | 151 SalColor GetTCColor( Pixel nPixel ) const; 200 SalColor GetColor( Pixel nPixel ) const;
|
/trunk/main/editeng/inc/editeng/ |
H A D | editview.hxx | 237 void SetInvalidateMore( sal_uInt16 nPixel );
|
H A D | outliner.hxx | 419 void SetInvalidateMore( sal_uInt16 nPixel );
|
/trunk/main/sw/source/filter/html/ |
H A D | swhtml.cxx | 4916 sal_uInt16 SwHTMLParser::ToTwips( sal_uInt16 nPixel ) const in ToTwips() 4918 if( nPixel && Application::GetDefaultDevice() ) in ToTwips() 4921 Size( nPixel, nPixel ), MapMode( MAP_TWIP ) ).Width(); in ToTwips() 4925 return nPixel; in ToTwips()
|
H A D | swhtml.hxx | 926 sal_uInt16 ToTwips( sal_uInt16 nPixel ) const;
|
/trunk/main/svx/inc/svx/ |
H A D | dlgctrl.hxx | 220 void ChangePixel( sal_uInt16 nPixel );
|
/trunk/main/editeng/source/editeng/ |
H A D | impedit.hxx | 373 void SetInvalidateMore( sal_uInt16 nPixel ) { nInvMore = nPixel; } in SetInvalidateMore() argument
|
H A D | editview.cxx | 1435 void EditView::SetInvalidateMore( sal_uInt16 nPixel ) in SetInvalidateMore() argument 1438 pImpEditView->SetInvalidateMore( nPixel ); in SetInvalidateMore()
|
/trunk/main/editeng/source/outliner/ |
H A D | outlvw.cxx | 1799 void OutlinerView::SetInvalidateMore( sal_uInt16 nPixel ) in SetInvalidateMore() argument 1802 pEditView->SetInvalidateMore( nPixel ); in SetInvalidateMore()
|
/trunk/main/svtools/source/brwbox/ |
H A D | brwbox1.cxx | 987 void BrowseBox::SetDataRowHeight( long nPixel ) in SetDataRowHeight() argument 991 nDataRowHeight = CalcReverseZoom(nPixel); in SetDataRowHeight()
|
/trunk/main/svtools/inc/svtools/ |
H A D | brwbox.hxx | 518 void SetDataRowHeight( long nPixel );
|