Home
last modified time | relevance | path

Searched refs:sal_uInt8 (Results 151 – 175 of 1784) sorted by relevance

12345678910>>...72

/trunk/main/registry/source/
H A Dreflwrit.cxx106 const sal_uInt8* b = wstring; in UINT16StringLen()
117 sal_uInt8* buff = buffer; in writeString()
131 sal_uInt8* buff = (sal_uInt8*)buffer; in readString()
144 return (buff - ((sal_uInt8*)buffer)); in readString()
225 sal_uInt32 toBlop(sal_uInt8* buffer);
247 size += sizeof(sal_uInt8); in getBlopSize()
250 size += sizeof(sal_uInt8); in getBlopSize()
293 sal_uInt32 CPInfo::toBlop(sal_uInt8* buffer) in toBlop()
295 sal_uInt8* buff = buffer; in toBlop()
690 sal_uInt8* m_blop;
[all …]
/trunk/main/svx/inc/svx/
H A Ddrawitem.hxx58 …virtual sal_Bool QueryValue( com::sun::star::uno::Any& rVal, sal_uInt8 nMemberId = 0 ) cons…
59 virtual sal_Bool PutValue( const com::sun::star::uno::Any& rVal, sal_uInt8 nMemberId );
91 …virtual sal_Bool QueryValue( com::sun::star::uno::Any& rVal, sal_uInt8 nMemberId = 0 ) cons…
92 virtual sal_Bool PutValue( const com::sun::star::uno::Any& rVal, sal_uInt8 nMemberId );
125 …virtual sal_Bool QueryValue( com::sun::star::uno::Any& rVal, sal_uInt8 nMemberId = 0 ) cons…
126 virtual sal_Bool PutValue( const com::sun::star::uno::Any& rVal, sal_uInt8 nMemberId );
159 …virtual sal_Bool QueryValue( com::sun::star::uno::Any& rVal, sal_uInt8 nMemberId = 0 ) cons…
160 virtual sal_Bool PutValue( const com::sun::star::uno::Any& rVal, sal_uInt8 nMemberId );
193 …virtual sal_Bool QueryValue( com::sun::star::uno::Any& rVal, sal_uInt8 nMemberId = 0 ) cons…
194 virtual sal_Bool PutValue( const com::sun::star::uno::Any& rVal, sal_uInt8 nMemberId );
[all …]
/trunk/main/vcl/inc/
H A Dsft.hxx182 sal_uInt8 *ptr; /**< pointer to glyph data */
199sal_uInt8 *sptr; /**< Pointer to string data (not zero-terminated!) …
238sal_uInt8 panose[10]; /**< PANOSE classification number */
422 sal_uInt8 *encoding,
454 sal_uInt8 *encoding,
571 const sal_uInt8** ppRawBytes, int* pRawLength );
580 sal_uInt8 *ptr;
594 const sal_uInt8* cmap;
596 …sal_uInt32 (*mapper)(const sal_uInt8 *, sal_uInt32); /* character to glyphID translation function …
597 …const sal_uInt8 **tables; /* array of pointers to raw subtables in SFNT f…
[all …]
/trunk/main/sw/source/core/inc/
H A Dscriptinfo.hxx110 sal_uInt8 nDefaultDir;
135 inline sal_uInt8 GetDefaultDir() const { return nDefaultDir; }; in GetDefaultDir()
140 inline sal_uInt8 GetScriptType( const sal_uInt16 nCnt ) const;
144 inline sal_uInt8 GetDirType( const size_t nCnt ) const;
152 inline sal_uInt8 GetCompType( const size_t nCnt ) const;
161 sal_uInt8 ScriptType( const xub_StrLen nPos ) const;
168 const sal_uInt8* pLevel = 0 ) const;
169 sal_uInt8 DirType( const xub_StrLen nPos ) const;
172 sal_uInt8 CompType( const xub_StrLen nPos ) const;
373 inline sal_uInt8 SwScriptInfo::GetDirType( const size_t nCnt ) const in GetDirType()
[all …]
/trunk/main/vcl/unx/generic/dtrans/
H A Dbmp.hxx43 sal_uInt8* X11_getBmpFromPixmap( Display* pDisplay,
48 void X11_freeBmp( sal_uInt8* pBmp );
64 void setBitmapDataTC( const sal_uInt8* pData, XImage* pImage );
65 void setBitmapDataTCDither( const sal_uInt8* pData, XImage* pImage );
66 void setBitmapDataPalette( const sal_uInt8* pData, XImage* pImage );
68 unsigned long getTCPixel( sal_uInt8 r, sal_uInt8 g, sal_uInt8 b ) const;
74 Pixmap setBitmapData( const sal_uInt8* pData );
75 bool needsConversion( const sal_uInt8* pData );
/trunk/main/tools/inc/tools/
H A Dglobname.hxx35 sal_uInt8 szData[ 16 ];
75 sal_uInt8 b8, sal_uInt8 b9, sal_uInt8 b10, sal_uInt8 b11,
76 sal_uInt8 b12, sal_uInt8 b13, sal_uInt8 b14, sal_uInt8 b15 );
109 const sal_uInt8* GetBytes() const { return pImp->szData; } in GetBytes()
/trunk/main/sc/source/filter/inc/
H A Dxlview.hxx76 const sal_uInt8 EXC_PANE_BOTTOMRIGHT = 0; /// Bottom-right pane.
77 const sal_uInt8 EXC_PANE_TOPRIGHT = 1; /// Right, or top-right pane.
78 const sal_uInt8 EXC_PANE_BOTTOMLEFT = 2; /// Bottom, or bottom-left pane.
79 const sal_uInt8 EXC_PANE_TOPLEFT = 3; /// Single, top, left, or top-left pane.
88 const sal_uInt8 EXC_SHEETEXT_TABCOLOR = 0x7F; /// mask for tab color
127 typedef ::std::map< sal_uInt8, XclSelectionDataRef > XclSelectionMap;
138 sal_uInt8 mnActivePane; /// Active pane (with cell cursor).
163 bool HasPane( sal_uInt8 nPaneId ) const;
166 const XclSelectionData* GetSelectionData( sal_uInt8 nPane ) const;
168 XclSelectionData& CreateSelectionData( sal_uInt8 nPane );
H A Dxistyle.hxx259 void FillFromXF2( sal_uInt8 nNumFmt );
275 void FillFromXF2( sal_uInt8 nFlags );
308 void FillFromXF2( sal_uInt8 nFlags );
346 void FillFromXF2( sal_uInt8 nFlags );
400 inline sal_uInt8 GetHorAlign() const { return maAlignment.mnHorAlign; } in GetHorAlign()
401 inline sal_uInt8 GetVerAlign() const { return maAlignment.mnVerAlign; } in GetVerAlign()
421 sal_uInt8 nFlags1, sal_uInt8 nFlags2, sal_uInt8 nFlags3 );
433 void SetUsedFlags( sal_uInt8 nUsedFlags );
464 inline sal_uInt8 GetBuiltinId() const { return mnBuiltinId; } in GetBuiltinId()
465 inline sal_uInt8 GetLevel() const { return mnLevel; } in GetLevel()
[all …]
/trunk/main/sw/source/core/text/
H A Dpormulti.hxx55 sal_uInt8 nId;
56 sal_uInt8 nLevel;
73 sal_uInt8 nPreScript; // Script of the initial character
74 sal_uInt8 nPostScript; // Script of the final character
98 sal_uInt8 nDirection:2; // Direction (0/90/180/270 degrees)
145 inline sal_uInt8 GetDirection() const { return nDirection; } in GetDirection()
213 SwRotatedPortion( xub_StrLen nEnd, sal_uInt8 nDir = 1 ) in SwRotatedPortion()
221 sal_uInt8 nLevel;
224 SwBidiPortion( xub_StrLen nEnd, sal_uInt8 nLv );
226 inline sal_uInt8 GetLevel() const { return nLevel; } in GetLevel()
[all …]
/trunk/main/vcl/source/gdi/
H A Doctree.cxx38 static sal_uInt8 pImplMask[8] = { 0x80, 0x40, 0x20, 0x10, 0x08, 0x04, 0x02, 0x01 };
207 const sal_uInt8 cMask = pImplMask[ nLevel ]; in ImplAdd()
264 aPal[ nPalIndex++ ] = BitmapColor( (sal_uInt8) ( (double) pNode->nRed / pNode->nCount ), in CreatePalette()
283 const sal_uInt8 cMask = pImplMask[ nLevel++ ]; in GetPalIndex()
300 sal_uInt8* crgbp; in InverseColorMap()
317 const sal_uInt8 cRed = rColor.GetRed(); in InverseColorMap()
318 const sal_uInt8 cGreen = rColor.GetGreen(); in InverseColorMap()
319 const sal_uInt8 cBlue = rColor.GetBlue(); in InverseColorMap()
341 *crgbp = (sal_uInt8) nIndex; in InverseColorMap()
363 pMap = (sal_uInt8*) rtl_allocateMemory( nCount ); in ImplCreateBuffers()
[all …]
H A Dalpha.cxx57 AlphaMask::AlphaMask( const Size& rSizePixel, sal_uInt8* pEraseTransparency ) : in AlphaMask()
113 sal_Bool AlphaMask::Expand( sal_uLong nDX, sal_uLong nDY, sal_uInt8* pInitTransparency ) in Expand()
236 sal_Bool AlphaMask::Erase( sal_uInt8 cTransparency ) in Erase()
252 sal_uInt8* pMap = new sal_uInt8[ 256 ]; in Invert()
255 pMap[ i ] = ~(sal_uInt8) i; in Invert()
309 sal_Bool AlphaMask::Rotate( long nAngle10, sal_uInt8 cFillTransparency ) in Rotate()
316 sal_Bool AlphaMask::Replace( const Bitmap& rMask, sal_uInt8 cReplaceTransparency ) in Replace()
343 sal_Bool AlphaMask::Replace( sal_uInt8 cSearchTransparency, sal_uInt8 cReplaceTransparency, sal_uLo… in Replace()
396 sal_Bool AlphaMask::Replace( sal_uInt8* pSearchTransparencies, sal_uInt8* pReplaceTransparencies, in Replace()
405 const sal_uInt8 cSearchTransparency = pSearchTransparencies[ i ]; in Replace()
[all …]
/trunk/main/filter/source/graphicfilter/idxf/
H A Ddxfreprd.cxx62 sal_uInt8 nV; in DXFPalette()
64 pRed =new sal_uInt8[256]; in DXFPalette()
65 pGreen=new sal_uInt8[256]; in DXFPalette()
66 pBlue =new sal_uInt8[256]; in DXFPalette()
104 SetColor((sal_uInt8)(i++),(sal_uInt8)nC[0],(sal_uInt8)nC[1],(sal_uInt8)nC[2]); in DXFPalette()
111 nV=(sal_uInt8)(i*38+65); in DXFPalette()
112 SetColor((sal_uInt8)(250+i),nV,nV,nV); in DXFPalette()
125 void DXFPalette::SetColor(sal_uInt8 nIndex, sal_uInt8 nRed, sal_uInt8 nGreen, sal_uInt8 nBlue) in SetColor()
/trunk/main/filter/source/graphicfilter/icgm/
H A Dcgm.cxx186 sal_uInt8* pSource = mpSource + mnParaSize; in ImplGetUI16()
202 sal_uInt8* pSource = mpSource + mnParaSize; in ImplGetI()
234 sal_uInt8* pSource = mpSource + mnParaSize; in ImplGetUI()
260 void CGM::ImplGetSwitch4( sal_uInt8* pSource, sal_uInt8* pDest ) in ImplGetSwitch4()
270 void CGM::ImplGetSwitch8( sal_uInt8* pSource, sal_uInt8* pDest ) in ImplGetSwitch8()
283 sal_uInt8 aBuf[8]; in ImplGetFloat()
482 nTmp |= (sal_uInt8)nColor; in ImplGetBitmapColor()
749 sal_uInt8* pBuf = (sal_uInt8*)maDefRepList.First(); in ImplDefaultReplacement()
757 sal_uInt8* pOldBuf = mpSource; in ImplDefaultReplacement()
783 pBuf = (sal_uInt8*)maDefRepList.Next(); in ImplDefaultReplacement()
[all …]
/trunk/main/sc/source/filter/lotus/
H A Dop.cxx95 sal_uInt8 nFormat; in OP_Integer()
115 sal_uInt8 nFormat; in OP_Number()
135 sal_uInt8 nFormat; in OP_Label()
163 sal_uInt8 nFormat; in OP_Formula()
196 sal_uInt8 nWidthSpaces; in OP_ColumnWidth()
260 sal_uInt8 nType; in OP_SymphNamedRange()
317 sal_uInt8 nAkt; in OP_HiddenCols()
359 sal_uInt8 nFormat; in OP_Blank()
394 sal_uInt8 nCol,nTab; in OP_Number123()
411 sal_uInt8 nCol,nTab; in OP_Formula123()
[all …]
/trunk/main/filter/source/graphicfilter/ipict/
H A Dipict.cxx400 sal_uInt8 ndh; in ReadUnsignedDeltaH()
409 sal_uInt8 ndv; in ReadUnsignedDeltaV()
452 return Color( (sal_uInt8) ( nR >> 8 ), (sal_uInt8) ( nG >> 8 ), (sal_uInt8) ( nB >> 8 ) ); in ReadRGBColor()
503 Color col((sal_uInt8) ( nR >> 8 ), (sal_uInt8) ( nG >> 8 ), (sal_uInt8) ( nB >> 8 ) ); in ReadPixPattern()
916 nRed = (sal_uInt8)( nD >> 7 ); in ReadPixMapEtc()
917 nGreen = (sal_uInt8)( nD >> 2 ); in ReadPixMapEtc()
918 nBlue = (sal_uInt8)( nD << 3 ); in ReadPixMapEtc()
960 nRed = (sal_uInt8)( nD >> 7 ); in ReadPixMapEtc()
1016 sal_uInt8* pScanline = new sal_uInt8[ nWidth * nCmpCount ]; in ReadPixMapEtc()
1056 sal_uInt8* pTmp = pScanline; in ReadPixMapEtc()
[all …]
/trunk/main/connectivity/source/drivers/dbase/
H A DDTable.cxx228 sal_uInt8 nType=0; in readHeader()
604 …GetErrorCode() != ERRCODE_NONE) || ((sal_uInt8)sHeader[0]) != 0xFF || ((sal_uInt8)sHeader[1]) != 0… in ReadMemoHeader()
1199 sal_uInt8 nDbaseType = dBaseIII; in CreateFile()
1374 (*m_pFileStream) << (sal_uInt8)1; in CreateFile()
1375 (*m_pFileStream) << (sal_uInt8)0; in CreateFile()
2077 sal_uInt8 nHeader[4]; in WriteMemo()
2155 << (sal_uInt8)0xFF in WriteMemo()
2156 << (sal_uInt8)0x08; in WriteMemo()
2159 << (sal_uInt8)0x00 in WriteMemo()
2160 << (sal_uInt8)0x00; in WriteMemo()
[all …]
/trunk/main/svx/source/xoutdev/
H A Dxattr.cxx1644 const sal_uInt8 bClosed(aCandidate.isClosed() ? 1 : 0); in streamOutB2DPolyPolygon()
1645 const sal_uInt8 bControlPoints(aCandidate.areControlPointsUsed() ? 1 : 0); in streamOutB2DPolyPolygon()
1685 sal_uInt8 bClosed; in streamInB2DPolyPolygon()
1686 sal_uInt8 bControlPoints; in streamInB2DPolyPolygon()
1704 sal_uInt8 bEdgeIsCurve; in streamInB2DPolyPolygon()
3606 aCol = Color( (sal_uInt8)( nRed >> 8 ), (sal_uInt8)( nGreen >> 8 ), (sal_uInt8)( nBlue >> 8 ) ); in XFillGradientItem()
3612 aCol = Color( (sal_uInt8)( nRed >> 8 ), (sal_uInt8)( nGreen >> 8 ), (sal_uInt8)( nBlue >> 8 ) ); in XFillGradientItem()
4342 aCol = Color( (sal_uInt8)( nRed >> 8 ), (sal_uInt8)( nGreen >> 8 ), (sal_uInt8)( nBlue >> 8 ) ); in XFillHatchItem()
4785 sal_Bool XFormTextStyleItem::PutValue( const uno::Any& rVal, sal_uInt8 /*nMemberId*/) in PutValue() argument
4890 sal_Bool XFormTextAdjustItem::PutValue( const uno::Any& rVal, sal_uInt8 /*nMemberId*/) in PutValue() argument
[all …]
/trunk/main/filter/source/graphicfilter/ios2met/
H A Dios2met.cxx221 sal_uInt8 nFlags;
745 sal_uInt8 nLo,nHi; in ReadBigEndianWord()
753 sal_uInt8 nHi; in ReadBigEndian3BytesLong()
1167 sal_uInt8 nFlags; in ReadPolygons()
1762 sal_uInt8 nbyte; in ReadOrder()
1837 sal_uInt8 nMix; in ReadOrder()
1854 sal_uInt8 nMix; in ReadOrder()
1875 sal_uInt8 nPatt; in ReadOrder()
1895 sal_uInt8 nType; in ReadOrder()
2211 sal_uInt8 * pBuf=new sal_uInt8[nDataLen]; in ReadImageData()
[all …]
/trunk/main/svx/source/engine3d/
H A Dsvx3ditems.cxx397 sal_Bool Svx3DNormalsKindItem::QueryValue( uno::Any& rVal, sal_uInt8 /*nMemberId*/) const in QueryValue()
403 sal_Bool Svx3DNormalsKindItem::PutValue( const uno::Any& rVal, sal_uInt8 /*nMemberId*/) in PutValue() argument
424 sal_Bool Svx3DTextureProjectionXItem::PutValue( const uno::Any& rVal, sal_uInt8 /*nMemberId*/) in PutValue() argument
460 sal_Bool Svx3DTextureKindItem::QueryValue( uno::Any& rVal, sal_uInt8 /*nMemberId*/) const in QueryValue()
466 sal_Bool Svx3DTextureKindItem::PutValue( const uno::Any& rVal, sal_uInt8 /*nMemberId*/) in PutValue() argument
481 sal_Bool Svx3DTextureModeItem::QueryValue( uno::Any& rVal, sal_uInt8 /*nMemberId*/) const in QueryValue()
487 sal_Bool Svx3DTextureModeItem::PutValue( const uno::Any& rVal, sal_uInt8 /*nMemberId*/) in PutValue() argument
502 sal_Bool Svx3DPerspectiveItem::QueryValue( uno::Any& rVal, sal_uInt8 /*nMemberId*/) const in QueryValue()
508 sal_Bool Svx3DPerspectiveItem::PutValue( const uno::Any& rVal, sal_uInt8 /*nMemberId*/) in PutValue() argument
523 sal_Bool Svx3DShadeModeItem::QueryValue( uno::Any& rVal, sal_uInt8 /*nMemberId*/) const in QueryValue()
[all …]
/trunk/main/filter/source/graphicfilter/epict/
H A Depict.cxx331 *pPict << ( (sal_uInt8)nLen ); in WriteString()
470 sal_uInt8 nFace; in WriteOpcode_TxFace()
687 *pPict << (sal_uInt16)0x002b << (sal_uInt8)dh << (sal_uInt8)dv; in WriteOpcode_Text()
692 *pPict << (sal_uInt8)0; in WriteOpcode_Text()
720 *pPict << (sal_uInt8)0; in WriteOpcode_FontName()
896 sal_uInt8 nEquData = 0; in WriteOpcode_BitsRect()
980 *pPict << (sal_uInt8)0; in WriteOpcode_BitsRect()
1015 *pPict << (sal_uInt8)0; in WriteOpcode_BitsRect()
1184 *pTemp++ = (sal_uInt8)0; in WriteOpcode_BitsRect()
1214 *pPict << (sal_uInt8)0; in WriteOpcode_BitsRect()
[all …]
/trunk/main/svtools/source/filter/
H A Dfilter.cxx190 sal_uInt8* ImplSearchEntry( sal_uInt8* pSource, sal_uInt8* pDest, sal_uLong nComp, sal_uLong nSize ) in ImplSearchEntry()
253 sal_uInt8 sFirstBytes[ 256 ]; in ImpPeekGraphicFormat()
319 sal_uInt8 nMagic; in ImpPeekGraphicFormat()
340 sal_uInt8 nOffs; in ImpPeekGraphicFormat()
398 sal_uInt8 nVersion=sFirstBytes[1]; in ImpPeekGraphicFormat()
550 sal_uInt8 sBuf[3]; in ImpPeekGraphicFormat()
656 sal_uInt8* pBuf = new sal_uInt8 [ nSize ]; in ImpPeekGraphicFormat()
660 sal_uInt8* pPtr = ImplSearchEntry( pBuf, (sal_uInt8*)"#define", nSize, 7 ); in ImpPeekGraphicFormat()
708 sal_uInt8* pBuf = new sal_uInt8[nSize]; in ImpPeekGraphicFormat()
746 sal_uInt8* pBuf = new sal_uInt8[nSize]; in ImpPeekGraphicFormat()
[all …]
/trunk/main/sc/source/filter/excel/
H A Dxestream.cxx204 const sal_uInt8* pBuffer = reinterpret_cast< const sal_uInt8* >( pData ); in Write()
215 vector<sal_uInt8> aBytes(nWriteLen); in Write()
261 sal_uInt8 nZero = 0; in WriteZeroBytesToRecord()
278 sal_uInt8* pBuffer = new sal_uInt8[ ::std::min( nBytesLeft, nMaxBuffer ) ]; in CopyFromStream()
362 operator<<( static_cast< sal_uInt8 >( nLen ) ); in WriteByteString()
524 vector<sal_uInt8> aByte(1); in Encrypt()
531 ::std::vector<sal_uInt8> pnBytes(2); in Encrypt()
539 ::std::vector<sal_uInt8> pnBytes(4); in Encrypt()
549 ::std::vector<sal_uInt8> pnBytes(4); in Encrypt()
556 ::std::vector<sal_uInt8> pnBytes(8); in Encrypt()
[all …]
H A Dxistream.cxx152 maCodec.InitKey( (sal_uInt8*)aBytePassword.getStr() ); in OnVerifyPassword()
211 XclImpBiff8Decrypter::XclImpBiff8Decrypter( sal_uInt8 pnSalt[ 16 ], in XclImpBiff8Decrypter()
212 sal_uInt8 pnVerifier[ 16 ], sal_uInt8 pnVerifierHash[ 16 ] ) : in XclImpBiff8Decrypter()
302 sal_uInt8* pnCurrData = pnData; in OnRead()
626 XclImpStream& XclImpStream::operator>>( sal_uInt8& rnValue ) in operator >>()
749 sal_uInt8 XclImpStream::ReaduInt8() in ReaduInt8()
751 sal_uInt8 nValue(0); in ReaduInt8()
803 sal_uInt8* pnBuffer = reinterpret_cast< sal_uInt8* >( pData ); in Read()
829 sal_uInt8* pnBuffer = new sal_uInt8[ ::std::min( nBytes, nMaxBuffer ) ]; in CopyToStream()
949 sal_uInt8 nReadChar; in ReadRawUniString()
[all …]
/trunk/main/filter/source/graphicfilter/iras/
H A Diras.cxx58 sal_uInt8 mnRepCount, mnRepVal; // RLE Decoding
63 sal_uInt8 ImplGetByte();
128 sal_uInt8 nRed[256], nGreen[256], nBlue[256]; in ReadRAS()
152 …mpAcc->SetPaletteColor( i, BitmapColor( (sal_uInt8)nCount, (sal_uInt8)nCount, (sal_uInt8)nCount ) … in ReadRAS()
222 sal_uInt8 nDat = 0; in ImplReadBody()
223 sal_uInt8 nRed, nGreen, nBlue; in ImplReadBody()
234 sal::static_int_cast< sal_uInt8 >( in ImplReadBody()
314 sal_uInt8 RASReader::ImplGetByte() in ImplGetByte()
316 sal_uInt8 nRetVal; in ImplGetByte()
/trunk/main/sw/source/core/graphic/
H A Dgrfatr.cxx90 sal_Bool SwMirrorGrf::QueryValue( uno::Any& rVal, sal_uInt8 nMemberId ) const in QueryValue()
116 sal_Bool SwMirrorGrf::PutValue( const uno::Any& rVal, sal_uInt8 nMemberId ) in PutValue()
197 sal_Bool SwRotationGrf::QueryValue( uno::Any& rVal, sal_uInt8 ) const in QueryValue()
205 sal_Bool SwRotationGrf::PutValue( const uno::Any& rVal, sal_uInt8 ) in PutValue() argument
269 sal_Bool SwGammaGrf::QueryValue( uno::Any& rVal, sal_uInt8 ) const in QueryValue()
275 sal_Bool SwGammaGrf::PutValue( const uno::Any& rVal, sal_uInt8 ) in PutValue() argument
295 sal_uInt8 ) const in QueryValue()
305 sal_uInt8 ) in PutValue() argument
321 SetValue(static_cast<sal_uInt8>(nVal)); in PutValue()
342 sal_uInt8 ) const in QueryValue()
[all …]

Completed in 223 milliseconds

12345678910>>...72