Home
last modified time | relevance | path

Searched refs:nByte (Results 1 – 25 of 62) sorted by last modified time

123

/trunk/main/l10ntools/source/filter/utils/
H A DFileHelper.java453 int nByte = aBuffer[nBufPos] & 0xFF; in impl_readAndCheckNextByte() local
455 (nByte < nMinRange) || in impl_readAndCheckNextByte()
456 (nByte > nMaxRange) in impl_readAndCheckNextByte()
462 return nByte; in impl_readAndCheckNextByte()
/trunk/main/sw/source/filter/ww8/
H A Dww8par4.cxx448 sal_uInt8 nByte = 0; in ImportOleBase() local
449 *xObjInfoSrc >> nByte; in ImportOleBase()
450 if ( ( nByte >> 4 ) & embed::Aspects::MSOLE_ICON ) in ImportOleBase()
/trunk/main/filter/source/graphicfilter/eps/
H A Deps.cxx2766 sal_uInt8 nByte = *pDest; in ImplGetBoundingBox() local
2767 …while ( nSecurityCount && ( nByte != ' ' ) && ( nByte != 0x9 ) && ( nByte != 0xd ) && ( nByte != 0… in ImplGetBoundingBox()
2769 switch ( nByte ) in ImplGetBoundingBox()
2781 if ( ( nByte < '0' ) || ( nByte > '9' ) ) in ImplGetBoundingBox()
2788 nNumb[i] += nByte - '0'; in ImplGetBoundingBox()
2793 nByte = *(++pDest); in ImplGetBoundingBox()
/trunk/main/filter/source/msfilter/
H A Dmsdffimp.cxx7407 sal_uInt8 nByte = 0; in CreateSdrOLEFromStorage() local
7408 *xObjInfoSrc >> nByte; in CreateSdrOLEFromStorage()
7409 if ( ( nByte >> 4 ) & embed::Aspects::MSOLE_ICON ) in CreateSdrOLEFromStorage()
/trunk/main/sd/source/filter/ppt/
H A Dpptinanimations.cxx2815 sal_uInt8 nByte; in importAttributeValue() local
2816 mrStCtrl >> nByte; in importAttributeValue()
2817 rAny <<= nByte; in importAttributeValue()
/trunk/main/svtools/source/filter/
H A Dfilter2.cxx284 sal_uInt8 nByte; in ImpDetectJPG_GetNextMarker() local
289 rStm >> nByte; in ImpDetectJPG_GetNextMarker()
293 while ( nByte != 0xff ); in ImpDetectJPG_GetNextMarker()
296 rStm >> nByte; in ImpDetectJPG_GetNextMarker()
300 while( nByte == 0xff ); in ImpDetectJPG_GetNextMarker()
302 while( nByte == 0 ); // 0xff00 represents 0xff and not a marker, in ImpDetectJPG_GetNextMarker()
304 return nByte; in ImpDetectJPG_GetNextMarker()
/trunk/main/vcl/source/gdi/
H A Dpdfwriter_impl2.cxx1630 sal_uInt8 nByte = *pByte; in findBitRun() local
1639 if( (nByte & nMask) != (i_bSet ? nMask : 0) ) in findBitRun()
1648 nByte = *pByte; in findBitRun()
1665 while( nByte == nRunByte && nIndex < i_nW ) in findBitRun()
1669 nByte = *pByte; in findBitRun()
1673 nIndex += pRunTable[nByte]; in findBitRun()
/trunk/main/xmloff/source/core/
H A Dxmluconv.cxx1616 sal_uInt8 nByte = aBase64DecodeTable[cChar-'+']; in decodeBase64SomeChars() local
1617 if( nByte != 255 ) in decodeBase64SomeChars()
1620 aDecodeBuffer[nBytesToDecode++] = nByte; in decodeBase64SomeChars()
/trunk/main/vcl/win/source/gdi/
H A Dsalgdi.cxx1695 BYTE nByte = *pDest; in ImplGetBoundingBox() local
1696 …while ( nSizeLeft && ( nByte != ' ' ) && ( nByte != 0x9 ) && ( nByte != 0xd ) && ( nByte != 0xa ) ) in ImplGetBoundingBox()
1698 switch ( nByte ) in ImplGetBoundingBox()
1710 if ( ( nByte < '0' ) || ( nByte > '9' ) ) in ImplGetBoundingBox()
1717 nNumb[i] += nByte - '0'; in ImplGetBoundingBox()
1722 nByte = *(++pDest); in ImplGetBoundingBox()
/trunk/main/vcl/unx/generic/printergfx/
H A Dbitmap_gfx.cxx97 HexEncoder::WriteAscii (sal_uInt8 nByte) in WriteAscii() argument
113 HexEncoder::EncodeByte (sal_uInt8 nByte) in EncodeByte() argument
115 WriteAscii (nByte); in EncodeByte()
166 Ascii85Encoder::PutByte (sal_uInt8 nByte) in PutByte() argument
168 mpByteBuffer [mnByte++] = nByte; in PutByte()
232 PutByte (nByte); in WriteAscii()
248 WriteAscii (nByte); in EncodeByte()
367 mpPrefix = mpTable + nByte; in EncodeByte()
371 nV = nByte; in EncodeByte()
662 sal_uChar nByte = 0; in DrawPS2MonoImage() local
[all …]
/trunk/main/udkapi/com/sun/star/test/bridge/
H A DXBridgeTest.idl116 [oneway] void setValues( [in] boolean bBool, [in] char cChar, [in] byte nByte,
132 TestData setValues2( [inout] boolean bBool, [inout] char cChar, [inout] byte nByte,
145 TestData getValues( [out] boolean bBool, [out] char cChar, [out] byte nByte,
/trunk/main/ucbhelper/source/provider/
H A Dpropertyvalueset.cxx96 sal_Int8 nByte; // getByte member
118 nByte(0), in PropertyValue()
366 GETVALUE_IMPL( sal_Int8, BYTE_VALUE_SET, nByte ); in getByte()
509 aValue <<= rValue.nByte; in getObject()
699 SETVALUE_IMPL( rPropName, BYTE_VALUE_SET, nByte, nValue ); in appendByte()
/trunk/main/testtools/source/bridgetest/cli/
H A Dcli_cs_testobj.cs98 byte nByte, in setValues() argument
118 _byte = nByte; in setValues()
H A Dcli_vb_bridgetest.vb88 aChar As Char, nByte As Byte, nShort As Short, nUShort As UInt16, _
96 rData.Byte = nByte
112 aChar As Char, nByte As Byte, nShort As Short, nUShort As UInt16, _
119 bBool, aChar, nByte, nShort, nUShort, nLong, nULong, nHyper, _
H A Dcli_vb_testobj.vb90 bBool As Boolean, aChar As Char, nByte As Byte, nShort As Short, _
102 m_byte = nByte
H A Dcli_cpp_bridgetest.cxx225 bool bBool, Char cChar, Byte nByte,
236 rData->Byte = nByte;
252 bool bBool, Char cChar, Byte nByte,
263 bBool, cChar, nByte, nShort, nUShort, nLong, nULong, nHyper, nUHyper, fFloat, fDouble,
H A Dcli_cs_bridgetest.cs205 bool bBool, char cChar, byte nByte, in assign() argument
216 rData.Byte = nByte; in assign()
232 bool bBool, char cChar, byte nByte, in assign() argument
243 bBool, cChar, nByte, nShort, nUShort, nLong, nULong, nHyper, nUHyper, fFloat, fDouble, in assign()
/trunk/main/testtools/source/bridgetest/
H A Dcppobj.cxx78 sal_Bool bBool, sal_Unicode cChar, sal_Int8 nByte, in assign() argument
89 rData.Byte = nByte; in assign()
105 sal_Bool bBool, sal_Unicode cChar, sal_Int8 nByte, in assign() argument
116 bBool, cChar, nByte, nShort, nUShort, nLong, nULong, nHyper, nUHyper, fFloat, fDouble, in assign()
176 virtual void SAL_CALL setValues( sal_Bool bBool, sal_Unicode cChar, sal_Int8 nByte,
555 void Test_Impl::setValues( sal_Bool bBool, sal_Unicode cChar, sal_Int8 nByte, in setValues() argument
568 bBool, cChar, nByte, nShort, nUShort, nLong, nULong, nHyper, nUHyper, fFloat, fDouble, in setValues()
573 TestData Test_Impl::setValues2( sal_Bool& bBool, sal_Unicode& cChar, sal_Int8& nByte, in setValues2() argument
586 bBool, cChar, nByte, nShort, nUShort, nLong, nULong, nHyper, nUHyper, fFloat, fDouble, in setValues2()
597 TestData Test_Impl::getValues( sal_Bool& bBool, sal_Unicode& cChar, sal_Int8& nByte, in getValues() argument
[all …]
H A Dbridgetest.cxx192 sal_Bool bBool, sal_Unicode cChar, sal_Int8 nByte, in assign() argument
203 rData.Byte = nByte; in assign()
/trunk/main/testtools/source/bridgetest/idl/
H A Dbridgetest.idl206 [oneway] void setValues( [in] boolean bBool, [in] char cChar, [in] byte nByte,
222 TestData setValues2( [inout] boolean bBool, [inout] char cChar, [inout] byte nByte,
235 TestData getValues( [out] boolean bBool, [out] char cChar, [out] byte nByte,
/trunk/main/testtools/source/bridgetest/pyuno/
H A Dcore.py50 def assign( rData, bBool, cChar, nByte, nShort, nUShort, nLong, nULong, nHyper,\ argument
54 rData.Byte = nByte;
H A Dsamplecomponent.py36 def assign( rData, bBool, cChar, nByte, nShort, nUShort, nLong, nULong, nHyper,\ argument
40 rData.Byte = nByte;
73 def setValues( self, bBool, cChar, nByte, nShort, nUShort, nLong,\ argument
76 self.__dict__["data"] = TestDataElements( bBool, cChar, nByte, nShort, nUShort, nLong,
81 def setValues2( self, bBool, cChar, nByte, nShort, nUShort, nLong, nULong,\ argument
84 self.__dict__["Struct"] = TestData( cChar, nByte, nShort, nUShort, nLong, nULong, nHyper,\
88 return bBool, cChar, nByte, nShort, nUShort, nLong, nULong, nHyper, nUHyper, nULong, \
/trunk/main/testtools/com/sun/star/comp/bridge/
H A DTestComponent.java351 byte nByte, in setValues() argument
371 _byte = nByte; in setValues()
/trunk/main/sw/source/ui/fldui/
H A Dfldmgr.cxx952 sal_uInt16 nByte = (sal_uInt16)rData.sPar2.ToInt32(); in InsertFld() local
956 nByte = Max(sal_uInt16(1), nByte); in InsertFld()
957 nByte = Min(nByte, sal_uInt16(MAXLEVEL)); in InsertFld()
958 nByte -= 1; in InsertFld()
959 ((SwChapterField*)pFld)->SetLevel((sal_uInt8)nByte); in InsertFld()
1511 sal_uInt16 nByte = (sal_uInt16)rPar2.ToInt32(); in UpdateCurFld() local
1512 nByte = Max(sal_uInt16(1), nByte); in UpdateCurFld()
1513 nByte = Min(nByte, sal_uInt16(MAXLEVEL)); in UpdateCurFld()
1514 nByte -= 1; in UpdateCurFld()
1515 ((SwChapterField*)pTmpFld)->SetLevel((sal_uInt8)nByte); in UpdateCurFld()
/trunk/main/sw/source/filter/ww8/dump/
H A Ddump8a.cxx229 sal_uInt8 nByte; in DumpNumList() local
236 *xTableStream >> nByte; in DumpNumList()
246 if( 1 & nByte ) *pOut << " <simple List>"; in DumpNumList()
247 if( 2 & nByte ) *pOut << " <restart at new section>"; in DumpNumList()
248 if( 3 & nByte ) *pOut << endl1; in DumpNumList()
254 for( nLevel = 0; nLevel < ((1 & nByte) ? 1 : nWW8MaxListLevel); nLevel++ ) in DumpNumList()

Completed in 242 milliseconds

123