Home
last modified time | relevance | path

Searched refs:sal_uInt8 (Results 226 – 250 of 1784) sorted by relevance

12345678910>>...72

/trunk/main/sw/source/filter/rtf/
H A Drtfnum.cxx127 for( sal_uInt8 n = 1; n < MAXLEVEL; ++n ) in lcl_ExpandNumFmts()
378 sal_uInt8 nNumLvl = 0; in ReadListTable()
438 nNumLvl = (sal_uInt8)-1; in ReadListTable()
491 for( sal_uInt8 n = 0; bRet && n < MAXLEVEL; ++n ) in lcl_IsEqual()
527 sal_uInt8 nNumLvl = 0; in ReadListOverrideTable()
640 nNumLvl = (sal_uInt8)-1; in ReadListOverrideTable()
769 for ( sal_uInt8 nLvl = 0; nLvl < MAXLEVEL; ++nLvl ) in RemoveUnusedNumRule()
848 sal_uInt8 nLevel = 0; in ReadNumSecLevel()
1072 sal_uInt8 nPrev = 2, nLast = nLevel; in ReadNumSecLevel()
1162 sal_uInt8 nEnd = MAXLEVEL; in lcl_IsExportNumRule()
[all …]
/trunk/main/tools/source/inet/
H A Dinetstrm.cxx104 sal_uInt8 *pMsgBuffer;
105 sal_uInt8 *pMsgRead;
106 sal_uInt8 *pMsgWrite;
683 sal_uInt8 c = (sal_uInt8)(*(--pTokRead)); in GetMsgLine()
697 sal_uInt8 c = (sal_uInt8)(*(--pTokRead)); in GetMsgLine()
711 sal_uInt8 c = (sal_uInt8)(*pMsgWrite++); in GetMsgLine()
731 sal_uInt8 c = (sal_uInt8)(*pMsgWrite++); in GetMsgLine()
818 static const sal_uInt8 pr2hex[128] = {
889 *pMsgBuffer << sal_uInt8 ( in PutMsgLine()
972 pMsgBuffer = new sal_uInt8[nMsgBufSiz]; in INetMessageEncode64Stream_Impl()
[all …]
/trunk/main/oox/source/xls/
H A Dviewsettings.cxx67 const sal_uInt8 BIFF12_PANE_FROZEN = 0x01;
68 const sal_uInt8 BIFF12_PANE_FROZENNOSPLIT = 0x02;
85 const sal_uInt8 BIFF12_WBVIEW_HIDDEN = 0x01;
86 const sal_uInt8 BIFF12_WBVIEW_MINIMIZED = 0x02;
87 const sal_uInt8 BIFF12_WBVIEW_SHOWHORSCROLL = 0x08;
88 const sal_uInt8 BIFF12_WBVIEW_SHOWVERSCROLL = 0x10;
323 sal_uInt8 nFlags; in importPane()
423 sal_uInt8 nActivePaneId; in importPane()
455 sal_uInt8 nPaneId = rStrm.readuInt8(); in importSelection()
650 sal_uInt8 nFlags; in importWorkbookView()
[all …]
H A Dpivotcachebuffer.cxx90 const sal_uInt8 BIFF12_PCDFRANGEPR_AUTOSTART = 0x01;
91 const sal_uInt8 BIFF12_PCDFRANGEPR_AUTOEND = 0x02;
92 const sal_uInt8 BIFF12_PCDFRANGEPR_DATEGROUP = 0x04;
94 const sal_uInt8 BIFF12_PCDEFINITION_SAVEDATA = 0x01;
95 const sal_uInt8 BIFF12_PCDEFINITION_INVALID = 0x02;
96 const sal_uInt8 BIFF12_PCDEFINITION_REFRESHONLOAD = 0x04;
605 sal_uInt8 nGroupBy, nFlags; in importPCDFRangePr()
1090 sal_uInt8 nFlags1, nFlags2; in importPCDefinition()
1120 sal_uInt8 nIsDefName, nIsBuiltinName, nFlags; in importPCDSheetSource()
1339 sal_uInt8 nNameId = rStrm.readuInt8(); in importDConBIName()
[all …]
H A Dautofilterbuffer.cxx65 const sal_uInt8 BIFF_FILTER_DATATYPE_NONE = 0;
66 const sal_uInt8 BIFF_FILTER_DATATYPE_RK = 2;
67 const sal_uInt8 BIFF_FILTER_DATATYPE_DOUBLE = 4;
68 const sal_uInt8 BIFF_FILTER_DATATYPE_STRING = 6;
69 const sal_uInt8 BIFF_FILTER_DATATYPE_BOOLEAN = 8;
70 const sal_uInt8 BIFF_FILTER_DATATYPE_EMPTY = 12;
71 const sal_uInt8 BIFF_FILTER_DATATYPE_NOTEMPTY = 14;
311 sal_uInt8 nFlags; in importRecord()
353 sal_uInt8 nOperator; in readBiffData()
392 sal_uInt8 nOperator; in readBiffData()
[all …]
/trunk/main/tools/source/generic/
H A Dpoly.cxx91 mpFlagAry = new sal_uInt8[ nInitSize ]; in ImplPolygon()
112 mpFlagAry = new sal_uInt8[ rImpPoly.mnPoints ]; in ImplPolygon()
139 mpFlagAry = new sal_uInt8[ nInitSize ]; in ImplPolygon()
207 sal_uInt8* pNewFlagAry; in ImplSetSize()
211 pNewFlagAry = new sal_uInt8[ nNewSize ]; in ImplSetSize()
284 sal_uInt8* pNewFlagAry = new sal_uInt8[ nNewSize ]; in ImplSplit()
325 sal_uInt8* pNewFlagAry = new sal_uInt8[ nNewSize ]; in ImplRemove()
344 mpFlagAry = new sal_uInt8[ mnPoints ]; in ImplCreateFlagArray()
688 sal_uInt8* Polygon::ImplGetFlagAry() in ImplGetFlagAry()
707 const sal_uInt8* Polygon::GetConstFlagAry() const in GetConstFlagAry()
[all …]
H A Dconfig.cxx123 sal_uInt8* pBuf = NULL; in ImplSysReadConfig()
135 pBuf = new sal_uInt8[static_cast< std::size_t >(nPos)]; in ImplSysReadConfig()
257 ByteString makeByteString(sal_uInt8 const * p, sal_uInt64 n) { in makeByteString()
273 const sal_uInt8* pBuf, sal_uInt64 nLen ) in ImplMakeConfigList()
285 const sal_uInt8* pLine; in ImplMakeConfigList()
450 sal_uInt8* pWriteBuf; in ImplGetConfigBuffer()
451 sal_uInt8* pBuf; in ImplGetConfigBuffer()
452 sal_uInt8 aLineEndBuf[2] = {0, 0}; in ImplGetConfigBuffer()
511 pWriteBuf = new sal_uInt8[nLineEndLen]; in ImplGetConfigBuffer()
524 pWriteBuf = new sal_uInt8[nBufLen]; in ImplGetConfigBuffer()
[all …]
/trunk/main/svtools/source/filter/wmf/
H A Demfwr.cxx311 *mpStm << (sal_uInt8)0; in ImplEndRecord()
402 sal_uInt8 nPitchAndFamily; in ImplCheckTextAttr()
426 (*mpStm) << (sal_uInt8) ( ( ITALIC_NONE == rFont.GetItalic() ) ? 0 : 1 ); in ImplCheckTextAttr()
427 (*mpStm) << (sal_uInt8) ( ( UNDERLINE_NONE == rFont.GetUnderline() ) ? 0 : 1 ); in ImplCheckTextAttr()
428 (*mpStm) << (sal_uInt8) ( ( STRIKEOUT_NONE == rFont.GetStrikeout() ) ? 0 : 1 ); in ImplCheckTextAttr()
429 (*mpStm) << (sal_uInt8) ( ( RTL_TEXTENCODING_SYMBOL == rFont.GetCharSet() ) ? 2 : 0 ); in ImplCheckTextAttr()
430 (*mpStm) << (sal_uInt8) 0 << (sal_uInt8) 0 << (sal_uInt8) 0; in ImplCheckTextAttr()
472sal_uInt8) 0 << (sal_uInt8) 0 << (sal_uInt8) 0 << (sal_uInt8) 0 << (sal_uInt8) 0 << (sal_uInt8) 0 … in ImplCheckTextAttr()
/trunk/main/sw/source/core/text/
H A Dporlay.cxx832 sal_uInt8 nScript = i18n::ScriptType::LATIN; in InitScriptInfo()
970 sal_uInt8 nNextScript = ( nEnd < rTxt.Len() ) ? in InitScriptInfo()
972 (sal_uInt8)WEAK; in InitScriptInfo()
1047 sal_uInt8 ePrevState = NONE; in InitScriptInfo()
1048 sal_uInt8 eState; in InitScriptInfo()
1085 sal_uInt8 nTmpType = ePrevState; in InitScriptInfo()
1107 sal_uInt8 nTmpType = ePrevState; in InitScriptInfo()
1378 sal_uInt8 nScriptType; in InitScriptInfo()
1425 aDirType.push_back( (sal_uInt8)nCurrDir ); in UpdateBidiInfo()
1477 sal_uInt8 nCurrDir = pLevel ? *pLevel : 62; in NextDirChg()
[all …]
/trunk/main/svx/source/svdraw/
H A Dsvdlayer.cxx65 sal_uInt8 a(aData[i]); in GetSetCount()
83 sal_uInt8 SetOfByte::GetSetBit(sal_uInt16 nNum) const in GetSetBit()
91 if(IsSet(sal_uInt8(i))) in GetSetBit()
99 return sal_uInt8(nRet); in GetSetBit()
107 sal_uInt8 SetOfByte::GetClearBit(sal_uInt16 nNum) const in GetClearBit()
115 if(!IsSet(sal_uInt8(i))) in GetClearBit()
123 return sal_uInt8(nRet); in GetClearBit()
156 aData[nIndex] = static_cast<sal_uInt8>(aSeq[nIndex]); in PutValue()
439 while (i && aSet.IsSet(sal_uInt8(i))) in GetUniqueLayerID()
447 while (i<=254 && aSet.IsSet(sal_uInt8(i))) in GetUniqueLayerID()
/trunk/main/editeng/inc/editeng/
H A Dnumitem.hxx122 sal_uInt8 nInclUpperLevels; //Nummern aus der vorigen Ebenen uebernehmen
206 void SetIncludeUpperLevels( sal_uInt8 nSet ) { nInclUpperLevels = nSet;} in SetIncludeUpperLevels()
207 sal_uInt8 GetIncludeUpperLevels()const { return nInclUpperLevels;} in GetIncludeUpperLevels()
340 virtual sal_Bool QueryValue( com::sun::star::uno::Any& rVal, sal_uInt8 nMemberId = 0 ) const;
341 virtual sal_Bool PutValue( const com::sun::star::uno::Any& rVal, sal_uInt8 nMemberId = 0 );
350 sal_uInt8 nMyLevel; // akt. Level
354 inline SvxNodeNum( sal_uInt8 nLevel = SVX_NO_NUM, sal_uInt16 nSetVal = USHRT_MAX );
357 sal_uInt8 GetLevel() const { return nMyLevel; } in GetLevel()
358 void SetLevel( sal_uInt8 nVal ) { nMyLevel = nVal; } in SetLevel()
370 SvxNodeNum::SvxNodeNum( sal_uInt8 nLevel, sal_uInt16 nSetVal ) in SvxNodeNum()
/trunk/main/sc/source/ui/inc/
H A Dcsvcontrol.hxx67 const sal_uInt8 SC_COL_STANDARD = 1;
68 const sal_uInt8 SC_COL_TEXT = 2;
69 const sal_uInt8 SC_COL_MDY = 3;
70 const sal_uInt8 SC_COL_DMY = 4;
71 const sal_uInt8 SC_COL_YMD = 5;
72 const sal_uInt8 SC_COL_SKIP = 9;
73 const sal_uInt8 SC_COL_ENGLISH = 10;
82 sal_uInt8 mnType; /// External type of the column.
85 inline ScCsvExpData( xub_StrLen nIndex, sal_uInt8 nType ) : in ScCsvExpData()
/trunk/main/sw/source/filter/ww8/
H A Dww8attributeoutput.hxx152 virtual void OutlineNumbering( sal_uInt8 nLvl, const SwNumFmt &rNFmt, const SwFmt &rFmt );
160 virtual void SectionBreak( sal_uInt8 nC, const WW8_SepInfo* pSectionInfo = NULL );
191 virtual void SectionType( sal_uInt8 nBreakCode );
194 virtual void SectionWW6HeaderFooterFlags( sal_uInt8 nHeadFootFlags );
200 virtual void NumberingLevel( sal_uInt8 nLevel,
204 const sal_uInt8 *pNumLvlPos,
205 sal_uInt8 nFollow,
452 void OutputWW8Attribute( sal_uInt8 nId, bool bVal );
455 void OutputWW8AttributeCTL( sal_uInt8 nId, bool bVal );
H A Dattributeoutputbase.hxx131 const sal_uInt8 ColumnBreak = 0xE;
132 const sal_uInt8 PageBreak = 0xC;
266 virtual void OutlineNumbering( sal_uInt8 nLvl, const SwNumFmt& rNFmt, const SwFmt& rFmt ) = 0;
274 virtual void SectionBreak( sal_uInt8 nC, const WW8_SepInfo* pSectionInfo = NULL ) = 0;
303 virtual void SectionType( sal_uInt8 nBreakCode ) = 0;
306 virtual void SectionWW6HeaderFooterFlags( sal_uInt8 /*nHeadFootFlags*/ ) {} in SectionWW6HeaderFooterFlags() argument
318 virtual void NumberingLevel( sal_uInt8 nLevel,
322 const sal_uInt8 *pNumLvlPos,
323 sal_uInt8 nFollow,
H A DWW8FFData.cxx89 static const sal_uInt8 aHeader[] = in Write()
101 sal_uInt8 aData[10] = { in Write()
128 aData[6] = ::sal::static_int_cast<sal_uInt8>(mnMaxLen & 0xffff); in Write()
129 aData[7] = ::sal::static_int_cast<sal_uInt8>(mnMaxLen >> 8); in Write()
130 aData[8] = ::sal::static_int_cast<sal_uInt8>(mnCheckboxHeight & 0xffff); in Write()
131 aData[9] = ::sal::static_int_cast<sal_uInt8>(mnCheckboxHeight >> 8); in Write()
150 sal_uInt8 aData1[2] = { 0xff, 0xff }; in Write()
/trunk/main/svx/inc/svx/
H A Dsvdsob.hxx45 sal_uInt8 aData[32];
63 void Set(sal_uInt8 a) in Set()
68 void Clear(sal_uInt8 a) in Clear()
73 void Set(sal_uInt8 a, sal_Bool b) in Set()
81 sal_Bool IsSet(sal_uInt8 a) const in IsSet()
100 sal_uInt8 GetSetBit(sal_uInt16 nNum) const;
102 sal_uInt8 GetClearBit(sal_uInt16 nNum) const;
H A Dalgitem.hxx56 …virtual sal_Bool QueryValue( com::sun::star::uno::Any& rVal, sal_uInt8 nMemberId = 0 ) co…
57 virtual sal_Bool PutValue( const com::sun::star::uno::Any& rVal, sal_uInt8 nMemberId = 0 );
91 …virtual sal_Bool QueryValue( com::sun::star::uno::Any& rVal, sal_uInt8 nMemberId = 0 ) co…
92 virtual sal_Bool PutValue( const com::sun::star::uno::Any& rVal, sal_uInt8 nMemberId = 0 );
127 …virtual sal_Bool QueryValue( com::sun::star::uno::Any& rVal, sal_uInt8 nMemberId = 0 ) co…
128 virtual sal_Bool PutValue( const com::sun::star::uno::Any& rVal, sal_uInt8 nMemberId = 0 );
175 …virtual sal_Bool QueryValue( com::sun::star::uno::Any& rVal, sal_uInt8 nMemberId = 0 ) co…
176 virtual sal_Bool PutValue( const com::sun::star::uno::Any& rVal, sal_uInt8 nMemberId = 0 );
/trunk/main/svtools/source/filter/jpeg/
H A Djpeg.cxx371 const sal_uInt8 cGray = (sal_uInt8) n; in CreateBitmap()
455 const sal_uInt8 cGray = (sal_uInt8) n; in FillBitmap()
463 pTmp = (sal_uInt8*) pBuffer + nY * nAlignedWidth; in FillBitmap()
487 sal_uInt8* aSource((sal_uInt8*)pBuffer + nY * nAlignedWidth); in FillBitmap()
488 sal_uInt8* aEnd(aSource + (nWidth * 3)); in FillBitmap()
490 for(sal_uInt8* aTmp(aSource); aTmp < aEnd; aTmp += 3) in FillBitmap()
500 pTmp = (sal_uInt8*) pBuffer + nY * nAlignedWidth; in FillBitmap()
568 sal_uInt8 cDummy; in Read()
681 sal_uInt8* pTmp = pBuffer; in GetScanline()
765 …pBuffer = new sal_uInt8[ AlignedWidth4Bytes( bGreys ? pAcc->Width() * 8L : pAcc->Width() * 24L ) ]; in Write()
/trunk/main/sw/inc/
H A Dgrfatr.hxx75 sal_uInt8 nMemberId = 0 ) const;
77 sal_uInt8 nMemberId = 0 );
127 sal_uInt8 nMemberId = 0 ) const;
129 sal_uInt8 nMemberId = 0 );
236 sal_uInt8 nMemberId = 0 ) const;
238 sal_uInt8 nMemberId = 0 );
276 sal_uInt8 nMemberId = 0 ) const;
278 sal_uInt8 nMemberId = 0 );
300 sal_uInt8 nMemberId = 0 ) const;
302 sal_uInt8 nMemberId = 0 );
H A Dnode.hxx102 sal_uInt8 nNodeType;
107 sal_uInt8 nAFmtNumLvl : 3;
114 SwNode( const SwNodeIndex &rWhere, const sal_uInt8 nNodeId );
117 SwNode( SwNodes& rNodes, sal_uLong nPos, const sal_uInt8 nNodeId );
136 inline sal_uInt8 GetAutoFmtLvl() const { return nAFmtNumLvl; } in GetAutoFmtLvl()
137 inline void SetAutoFmtLvl( sal_uInt8 nVal ) { nAFmtNumLvl = nVal; } in SetAutoFmtLvl()
145 sal_uInt8 GetNodeType() const { return nNodeType; } in GetNodeType()
304 const SwTxtNode* FindOutlineNodeOfLevel( sal_uInt8 nLvl ) const;
306 sal_uInt8 HasPrevNextLayNode() const;
331 const sal_uInt8 nNodeType = ND_STARTNODE,
[all …]
/trunk/main/sc/source/filter/excel/
H A Dxestring.cxx310 sal_uInt8 XclExpString::GetFlagField() const in GetFlagField()
354 rStrm << static_cast< sal_uInt8 >( mnLen ); in WriteLenField()
408 rStrm << static_cast< sal_uInt8 >( GetFormatsCount() ); in WriteFormats()
411 … rStrm << static_cast< sal_uInt8 >( aIt->mnChar ) << static_cast< sal_uInt8 >( aIt->mnFontIdx ); in WriteFormats()
426 void XclExpString::WriteHeaderToMem( sal_uInt8* pnMem ) const in WriteHeaderToMem()
434 *pnMem = static_cast< sal_uInt8 >( mnLen ); in WriteHeaderToMem()
447 void XclExpString::WriteBufferToMem( sal_uInt8* pnMem ) const in WriteBufferToMem()
457 *pnMem = static_cast< sal_uInt8 >( nChar ); in WriteBufferToMem()
461 *pnMem = static_cast< sal_uInt8 >( nChar >> 8 ); in WriteBufferToMem()
471 void XclExpString::WriteToMem( sal_uInt8* pnMem ) const in WriteToMem()
[all …]
/trunk/main/desktop/source/splash/
H A Dsplash.cxx322 sal_uInt8 nRed = 0; in loadConfig()
323 sal_uInt8 nGreen = 0; in loadConfig()
324 sal_uInt8 nBlue = 0; in loadConfig()
329 nRed = static_cast< sal_uInt8 >( temp ); in loadConfig()
334 nGreen = static_cast< sal_uInt8 >( temp ); in loadConfig()
347 sal_uInt8 nRed = 0; in loadConfig()
348 sal_uInt8 nGreen = 0; in loadConfig()
349 sal_uInt8 nBlue = 0; in loadConfig()
354 nRed = static_cast< sal_uInt8 >( temp ); in loadConfig()
359 nGreen = static_cast< sal_uInt8 >( temp ); in loadConfig()
[all …]
/trunk/main/svtools/source/inc/
H A Dsgfbram.hxx145 sal_uInt8 Red;
146 sal_uInt8 Grn;
147 sal_uInt8 Blu;
148 sal_uInt8 Fil;
150 RGBQuad(sal_uInt8 R, sal_uInt8 G, sal_uInt8 B) { Red=R; Grn=G; Blu=B; Fil=0; } in RGBQuad()
/trunk/main/tools/source/zcodec/
H A Dzcodec.cxx146 mpInBuf = new sal_uInt8[ mnInBufSize ]; in Compress()
177 PZSTREAM->next_out = mpOutBuf = new sal_uInt8[ PZSTREAM->avail_out = mnOutBufSize ]; in Decompress()
210 long ZCodec::Write( SvStream& rOStm, const sal_uInt8* pData, sal_uIntPtr nSize ) in Write()
237 long ZCodec::Read( SvStream& rIStm, sal_uInt8* pData, sal_uIntPtr nSize ) in Read()
284 long ZCodec::ReadAsynchron( SvStream& rIStm, sal_uInt8* pData, sal_uIntPtr nSize ) in ReadAsynchron()
395 sal_uInt8 n1, n2, j, nMethod, nFlags; in ImplInitBuf()
444 mpInBuf = new sal_uInt8[ mnInBufSize ]; in ImplInitBuf()
454 PZSTREAM->next_out = mpOutBuf = new sal_uInt8[ PZSTREAM->avail_out = mnOutBufSize ]; in ImplInitBuf()
472 sal_uIntPtr ZCodec::UpdateCRC ( sal_uIntPtr nLatestCRC, sal_uInt8* pSource, long nDatSize) in UpdateCRC()
/trunk/main/sw/source/filter/inc/
H A Drtf.hxx86 sal_uInt8 nVal;
89 RTFProtect( sal_uInt8 nValue ) { Value.nVal = nValue; } in RTFProtect()
111 sal_uInt8 nVal;
114 RTFSurround( sal_uInt8 nValue ) { Value.nVal = nValue; } in RTFSurround()
116 RTFSurround( sal_Bool bGoldCut, sal_uInt8 nOrder ) { in RTFSurround()
121 sal_uInt8 GetOrder() const { return (sal_uInt8)Value.Flags.nOrder; } in GetOrder()

Completed in 171 milliseconds

12345678910>>...72