Home
last modified time | relevance | path

Searched refs:nPalIndex (Results 1 – 6 of 6) sorted by last modified time

/trunk/main/svx/source/xoutdev/
H A Dxattr.cxx116 nPalIndex(nIndex) in NameOrIndex()
132 nPalIndex(-1) in NameOrIndex()
149 rIn >> nPalIndex; in NameOrIndex()
164 nPalIndex(rNameOrIndex.nPalIndex) in NameOrIndex()
181 ((const NameOrIndex&) rItem).nPalIndex == nPalIndex ); in operator ==()
228 rOut << nPalIndex; in Store()
/trunk/main/vcl/source/gdi/
H A Dpngread.cxx169 void ImplSetPixel( sal_uInt32 y, sal_uInt32 x, sal_uInt8 nPalIndex );
171 …void ImplSetAlphaPixel( sal_uInt32 y, sal_uInt32 x, sal_uInt8 nPalIndex, sal_uInt8 …
1650 void PNGReaderImpl::ImplSetPixel( sal_uInt32 nY, sal_uInt32 nX, sal_uInt8 nPalIndex ) in ImplSetPixel() argument
1657 if (nPalIndex >= mpAcc->GetPaletteEntryCount()) in ImplSetPixel()
1659 mpAcc->SetPixelIndex( nY, nX, nPalIndex ); in ImplSetPixel()
1682 sal_uInt8 nPalIndex, sal_uInt8 nAlpha ) in ImplSetAlphaPixel() argument
1689 if (nPalIndex >= mpAcc->GetPaletteEntryCount()) in ImplSetAlphaPixel()
1691 mpAcc->SetPixelIndex( nY, nX, nPalIndex ); in ImplSetAlphaPixel()
H A Doctree.cxx263 pNode->nPalIndex = nPalIndex; in CreatePalette()
264 aPal[ nPalIndex++ ] = BitmapColor( (sal_uInt8) ( (double) pNode->nRed / pNode->nCount ), in CreatePalette()
279 nPalIndex = pNode->nPalIndex; in GetPalIndex()
/trunk/main/vcl/inc/vcl/
H A Doctree.hxx50 sal_uInt16 nPalIndex; member
77 sal_uInt16 nPalIndex; member in Octree
106 nPalIndex = 0; in GetPalette()
116 nPalIndex = 65535; in GetBestPaletteIndex()
119 return nPalIndex; in GetBestPaletteIndex()
/trunk/main/svx/inc/svx/
H A Dxit.hxx49 sal_Int32 nPalIndex; member in NameOrIndex
52 void Detach() { nPalIndex = -1; } in Detach()
56 NameOrIndex() { nPalIndex = -1; } in NameOrIndex()
71 sal_Int32 GetIndex() const { return nPalIndex; } in GetIndex()
72 void SetIndex(sal_Int32 nIndex) { nPalIndex = nIndex; } in SetIndex()
73 sal_Bool IsIndex() const { return (nPalIndex >= 0); } in IsIndex()
/trunk/main/sc/source/filter/excel/
H A Dxestyle.cxx210 inline void SetIndex( sal_uInt32 nPalIndex ) in SetIndex()
211 { mnPalIndex = nPalIndex; mbProcessed = true; } in SetIndex()

Completed in 51 milliseconds