Home
last modified time | relevance | path

Searched refs:sal_uInt8 (Results 1 – 25 of 1784) sorted by last modified time

12345678910>>...72

/trunk/main/embeddedobj/source/msole/
H A Dolepersist.cxx369 nSize = ( nSize << 8 ) + (sal_uInt8)aData[nInd]; in TryToGetAcceptableFormat_Impl()
613 for ( sal_uInt8 nInd = 0; nInd < 10; nInd++ ) in RemoveVisualCache_Impl()
686 for ( sal_uInt8 nInd = 0; nInd < 10 && !bExists; nInd++ ) in HasVisReplInStream()
736 for ( sal_uInt8 nInd = 0; nInd < 10; nInd++ ) in TryToRetrieveCachedVisualRepresentation_Impl()
/trunk/main/xmloff/source/text/
H A Dtxtparai.cxx306 sal_uInt8 nStarFontsConvFlags;
319 ,sal_uInt8 nSFConvFlags
330 ,sal_uInt8 nStarFontsConvFlags = 0
1578 ,sal_uInt8 nSFConvFlags in XMLImpSpanContext_Impl()
1625 ,sal_uInt8 nStarFontsConvFlags in CreateChildContext()
/trunk/main/linguistic/source/
H A Dmisc.cxx414 sal_uInt8 AddEntryToDic( in AddEntryToDic()
436 sal_uInt8 nRes = DIC_ERR_NONE; in AddEntryToDic()
/trunk/main/sw/source/core/text/
H A Dredlnitr.cxx114 sal_uInt8 nTmp = 4; in CtorInitAttrIter()
H A Ditrcrsr.cxx649 const sal_uInt8 nExtra = pPor->IsMultiPortion() && in _GetCharRect()
761 sal_uInt8 nOldProp = GetPropFont(); in _GetCharRect()
1136 const sal_uInt8 nPortionLevel = pLastBidiPor->GetLevel(); in _GetCharRect()
1163 const sal_uInt8 nPortionLevel = ((SwBidiPortion*)pPor)->GetLevel(); in _GetCharRect()
1209 const sal_uInt8 nExtendRange = pCMS->pSpecialPos->nExtendRange; in GetCharRect()
1587 const sal_uInt8 nBidiLevel = ((SwBidiPortion*)pPor)->GetLevel(); in GetCrsrOfst()
1615 sal_uInt8 nOldProp; in GetCrsrOfst()
/trunk/main/sw/source/filter/ww8/
H A Drtfexport.hxx103 virtual void WriteHeadersFooters( sal_uInt8 nHeadFootFlags,
104 …const SwFrmFmt& rFmt, const SwFrmFmt& rLeftFmt, const SwFrmFmt& rFirstPageFmt, sal_uInt8 nBreakCod…
108 const String& rFldCmd, sal_uInt8 nMode = nsFieldFlags::WRITEFIELD_ALL );
122 virtual sal_uLong ReplaceCr( sal_uInt8 nChar );
174 static rtl::OString OutHex(sal_uLong nHex, sal_uInt8 nLen);
H A Dww8par.cxx244 sal_uInt8 nReadChar; in ReadRawUniString()
292 sal_uInt8* aGuid = new sal_uInt8[ 16 ]; in ReadEmbeddedData()
1006 sal_uInt8 mnStreamSize; in ProcessObj()
1192 sal_uInt8 nLvl = static_cast< sal_uInt8 >(rTxtNode.GetActualListLevel()); in GetNumFmtFromStack()
2102 bool SwWW8ImplReader::HasOwnHeaderFooter(sal_uInt8 nWhichItems, sal_uInt8 grpfIhdt, in HasOwnHeaderFooter()
2517 sal_uInt8 nT = static_cast< sal_uInt8 >(GetNumType( *pSprm13 )); in ProcessSpecial()
2854 sal_uInt8 nBCode = 0; in ReadPlainChars()
3066 sal_uInt8 nBCode; in ReadChar()
4203 sal_uInt8 *pBuffer = new sal_uInt8[pWwFib->lcbCmds]; in StoreMacroCmds()
5081 sal_uInt8 *pIn = new sal_uInt8[nUnencryptedHdr]; in LoadThroughDecryption()
[all …]
/trunk/main/registry/inc/registry/
H A Dreflwrit.hxx61 const sal_uInt8* (TYPEREG_CALLTYPE *getBlop) (TypeWriterImpl);
205 inline const sal_uInt8* getBlop();
332 inline const sal_uInt8* RegistryTypeWriter::getBlop() in getBlop()
/trunk/main/toolkit/source/awt/
H A Dvclxtoolkit.cxx978 rtl_getGlobalProcessId( (sal_uInt8*)processID ); in ImplCreateWindow()
/trunk/main/sw/source/core/unocore/
H A Dunodraw.cxx1089 rtl_createUuid( (sal_uInt8 *) pImplementationId->getArray(), 0, sal_True ); in getImplementationId()
/trunk/main/sc/source/ui/unoobj/
H A Dshapeuno.cxx1351 rtl_createUuid( (sal_uInt8 *) pImplementationId->getArray(), 0, sal_True ); in getImplementationId()
/trunk/main/sw/source/core/access/
H A Daccportions.cxx133 sal_uInt8 nAttr = IsGrayPortionType(nType) ? PORATTR_GRAY : 0; in Text()
242 sal_uInt8 nAttr = PORATTR_SPECIAL; in Special()
292 size_t nPortionNo, sal_uInt8 nAttr ) const in IsPortionAttrSet()
630 sal_uInt8 nExtend(SP_EXTEND_RANGE_NONE); in FillSpecialPos()
/trunk/main/oox/source/core/
H A Dencryption.cxx144 sal_uInt8 pnBuffer[ 64 ]; in deriveKey()
176 sal_uInt8* pnBuffer = new sal_uInt8[ nBufferSize ]; in verifyPassword()
189 sal_uInt8* pnHash = new sal_uInt8[ nHashSize ]; in verifyPassword()
234 const sal_uInt8 *pnKey = reinterpret_cast< const sal_uInt8* >( aKey.getConstArray() ); in verifyEncryptionData()
302 sal_uInt8 pnInBuffer[ 1024 ]; in decryptStream()
303 sal_uInt8 pnOutBuffer[ 1024 ]; in decryptStream()
388 vector< sal_uInt8> hmacKey;
389 vector< sal_uInt8> hmacValue;
745 static vector< sal_uInt8 > generateKey( const vector< sal_uInt8 >& passwordHash, in generateKey()
762 static vector< sal_uInt8> generateIv( const vector< sal_uInt8 >& salt, in generateIv()
[all …]
/trunk/main/oox/source/helper/
H A Dbinaryoutputstream.cxx108 const sal_uInt8* pnMem = reinterpret_cast< const sal_uInt8* >( pMem ); in writeMemory()
/trunk/main/svtools/source/misc/
H A Dtransfer.cxx1283 rtl_createUuid( reinterpret_cast< sal_uInt8* >( aSeq.getArray() ), 0, sal_True ); in getUnoTunnelId()
/trunk/main/filter/source/flash/
H A Dswfwriter2.cxx145 Tag::Tag( sal_uInt8 nTagId ) in Tag()
164 out << (sal_uInt8)nCode; in write()
171 out << (sal_uInt8)nTmp; in write()
173 out << (sal_uInt8)nTmp; in write()
175 out << (sal_uInt8)nTmp; in write()
177 out << (sal_uInt8)nTmp; in write()
209 *this << (sal_uInt8)nValue; in addUI16()
217 *this << (sal_uInt8)nValue; in addUI8()
319 sal_uInt8 nScaleBits = 31; in writeMatrix()
332 sal_uInt8 nRotateBits = 31; in writeMatrix()
[all …]
/trunk/main/vcl/inc/vcl/
H A Dbitmap.hxx207 sal_uInt8 mcSolarGreyThreshold;
218 …BmpFilterParam( sal_uInt8 cSolarGreyThreshold, sal_uLong nProgressStart = 0, sal_uLong nProgressEn… in BmpFilterParam()
411 SAL_DLLPRIVATE sal_Bool ImplMakeMono( sal_uInt8 cThreshold );
498 sal_Bool MakeMono( sal_uInt8 cThreshold );
831 sal_Bool Vectorize( GDIMetaFile& rMtf, sal_uInt8 cReduce = 0,
/trunk/main/sw/source/core/view/
H A Dpagepreviewlayout.cxx243 _ApplyNewZoomAtViewShell( static_cast<sal_uInt8>(nNewNuminator/10) ); in Init()
267 void SwPagePreviewLayout::_ApplyNewZoomAtViewShell( sal_uInt8 _aNewZoom ) in _ApplyNewZoomAtViewShell()
/trunk/main/sw/source/core/inc/
H A Drootfrm.hxx234 void InvalidateAllCntnt( sal_uInt8 nInvalidate = INV_SIZE );
/trunk/main/vcl/source/window/
H A Dtoolbox.cxx6304 sal_uInt8 Data[6]; // possible values: "true", "false", "1", "0", DWORD in ImplDisableFlatButtons()
/trunk/main/vcl/source/gdi/
H A Doutdev3.cxx4240 static const sal_uInt8 aAccentPolyFlags[24] = in ImplGetEmphasisMark()
5042 const sal_uInt8 cLum = aTextColor.GetLuminance(); in SetFont()
5068 const sal_uInt8 cLum = aTextFillColor.GetLuminance(); in SetFont()
5187 const sal_uInt8 cLum = aColor.GetLuminance(); in SetTextColor()
5255 const sal_uInt8 cLum = aColor.GetLuminance(); in SetTextFillColor()
5332 const sal_uInt8 cLum = aColor.GetLuminance(); in SetTextLineColor()
5391 const sal_uInt8 cLum = aColor.GetLuminance(); in SetOverlineColor()
/trunk/main/vcl/aqua/source/gdi/
H A Dsalgdi.cxx1067 sal_Bool AquaSalGraphics::drawPolyLineBezier( sal_uInt32, const SalPoint*, const sal_uInt8* ) in drawPolyLineBezier() argument
1074 sal_Bool AquaSalGraphics::drawPolygonBezier( sal_uInt32, const SalPoint*, const sal_uInt8* ) in drawPolygonBezier() argument
1082 const SalPoint* const*, const sal_uInt8* const* ) in drawPolyPolygonBezier()
1569 long nHeight, sal_uInt8 nTransparency ) in drawAlphaRect()
2045 const ImplFontData* pFontData, sal_GlyphId* pGlyphIds, sal_uInt8* pEncoding, in CreateFontSubset()
2115 sal_uInt8 aTempEncs[ 256 ]; in CreateFontSubset()
/trunk/main/sw/source/ui/index/
H A Dcnttab.cxx537 pDesc->SetLevel((sal_uInt8)pCurTOX->GetLevel()); in CreateTOXDescFromTOXBase()
1395 rDesc.SetLevel( static_cast< sal_uInt8 >(aLevelNF.GetValue()) ); in FillTOXDescription()
3018 const sal_uInt16 nLevel = static_cast<sal_uInt8>(pField->GetValue()); in IMPL_LINK()
/trunk/main/sw/source/core/undo/
H A Duntbl.cxx435 pBoxSaves = new SwTblToTxtSaves( (sal_uInt8)rTbl.GetTabSortBoxes().Count() ); in SwUndoTblToTxt()
1364 Ptrs.pCntntAttrs = new SfxItemSets( (sal_uInt8)(nEnd - nSttNode - 1 ), 5 ); in SaveCntntAttrs()
1552 aBoxes( rBoxes.Count() < 255 ? (sal_uInt8)rBoxes.Count() : 255, 10 ), in SwUndoTblNdsChg()
1575 aBoxes( rBoxes.Count() < 255 ? (sal_uInt8)rBoxes.Count() : 255, 10 ), in SwUndoTblNdsChg()
1622 Ptrs.pNewSttNds = new SvULongs( (sal_uInt8)(rTblBoxes.Count() - rOld.Count()), 5 ); in SaveNewBoxes()
1675 Ptrs.pNewSttNds = new SvULongs( (sal_uInt8)(rTblBoxes.Count() - rOld.Count()), 5 ); in SaveNewBoxes()
/trunk/main/sw/source/core/layout/
H A Dpaintfrm.cxx144 sal_uInt8 nSubColor; //Hilfslinien einfaerben
146 sal_uInt8 nLock; //Um die Linien zum Hell-Layer abzugrenzen.
149 const SwTabFrm *pT , const sal_uInt8 nSCol );
161 sal_uInt8 GetSubColor() const { return nSubColor;} in GetSubColor()
174 const SwTabFrm *pTab, const sal_uInt8 nSCol );
189 inline void Ins( const SwRect &rRect, const sal_uInt8 nSCol );
404 const SwTabFrm *pT, const sal_uInt8 nSCol ) : in SwLineRect()
452 const SwTabFrm *pTab, const sal_uInt8 nSCol ) in AddLineRect()
1731 const sal_uInt8 nGrfNum, in DrawGraphic()
6166 const sal_uInt8 nSubColor, in lcl_RefreshLine()
[all …]

Completed in 326 milliseconds

12345678910>>...72