Home
last modified time | relevance | path

Searched refs:sal_uInt8 (Results 476 – 500 of 1784) sorted by relevance

1...<<11121314151617181920>>...72

/trunk/main/sw/source/ui/uiview/
H A Dpview.cxx205 sal_uInt8(aRowEdit.GetValue()), in Apply()
206 sal_uInt8(aColEdit.GetValue()) ); in Apply()
284 void SwPagePreViewWin::CalcWish( sal_uInt8 nNewRow, sal_uInt8 nNewCol ) in CalcWish()
622 void SwPagePreViewWin::SetPagePreview( sal_uInt8 nRow, sal_uInt8 nCol ) in SetPagePreview()
785 sal_uInt8 nRow = 1; in Execute()
801 sal_uInt8 nCols = (sal_uInt8)((SfxUInt16Item &)pArgs->Get( in Execute()
803 sal_uInt8 nRows = (sal_uInt8)((SfxUInt16Item &)pArgs->Get( in Execute()
1056 sal_uInt8 nRow = 1; in GetState()
/trunk/main/sw/source/core/docnode/
H A Dndtbl1.cxx339 SvPtrarr aFmtCmp( Max( sal_uInt8(255), sal_uInt8(aRowArr.Count()) ), 255 ); in SetRowSplit()
399 SvPtrarr aFmtCmp( Max( sal_uInt8(255), sal_uInt8(aRowArr.Count()) ), 255 ); in SetRowHeight()
473 SvPtrarr aFmtCmp( Max( sal_uInt8(255), sal_uInt8(aRowArr.Count()) ), 255 ); in BalanceRowHeight()
504 SvPtrarr aFmtCmp( Max( sal_uInt8(255), sal_uInt8(aRowArr.Count()) ), 255 ); in SetRowBackground()
1129 SvPtrarr aFmtCmp( Max( sal_uInt8(255), sal_uInt8(aBoxes.Count()) ), 255 ); in SetBoxAttr()
1469 const sal_uInt8 nTmp = (sal_uInt8)Max( sal_uInt16(255), sal_uInt16(aTabCols.Count() + 1) ); in AdjustCellWidth()
/trunk/main/writerfilter/inc/doctok/
H A DWW8Document.hxx66 typedef SubSequence<sal_uInt8> Sequence;
380 sal_uInt8 mnIndex;
383 SubDocumentId(eType nType, sal_uInt8 nIndex) in SubDocumentId()
389 sal_uInt8 getIndex() const { return mnIndex; } in getIndex()
/trunk/main/editeng/inc/editeng/
H A Dbulitem.hxx79 sal_uInt8 nJustify;
91 …SvxBulletItem( sal_uInt8 nStyle, const Font& rFont, sal_uInt16 nStart = 0, sal_uInt16 nWhich = 0 );
111 sal_uInt8 GetJustification() const { return nJustify; } in GetJustification()
128 void SetJustification( sal_uInt8 nNew ) { nJustify = nNew; } in SetJustification()
/trunk/main/sw/source/core/text/
H A Dinftxt.hxx219 sal_uInt8 nDirection : 2; // writing direction: 0/90/180/270 degree
268 inline sal_uInt8 GetDirection() const { return nDirection; } in GetDirection()
269 inline void SetDirection( const sal_uInt8 nNew ) { nDirection = nNew; } in SetDirection()
578 sal_uInt8 nMaxHyph; // max. Zeilenanz. aufeinanderfolg. Trenn.
616 inline sal_uInt8 &MaxHyph() { return nMaxHyph; } in MaxHyph()
617 inline const sal_uInt8 &MaxHyph() const { return nMaxHyph; } in MaxHyph()
631 inline void ChkNoHyph( const sal_uInt8 bEnd, const sal_uInt8 bMid ) in ChkNoHyph()
/trunk/main/sc/inc/
H A Dtable.hxx119 sal_uInt8 nLinkMode;
135 sal_uInt8* pColFlags;
136 ScBitMaskCompressedArray< SCROW, sal_uInt8>* pRowFlags;
259 sal_uInt8 GetLinkMode() const { return nLinkMode; } in GetLinkMode()
267 void SetLink( sal_uInt8 nMode, const String& rDoc, const String& rFlt,
682 void SetColFlags( SCCOL nCol, sal_uInt8 nNewFlags );
683 void SetRowFlags( SCROW nRow, sal_uInt8 nNewFlags );
684 void SetRowFlags( SCROW nStartRow, SCROW nEndRow, sal_uInt8 nNewFlags );
695 sal_uInt8 GetColFlags( SCCOL nCol ) const;
696 sal_uInt8 GetRowFlags( SCROW nRow ) const;
[all …]
/trunk/main/writerfilter/source/doctok/
H A DWW8StructBase.cxx59 sal_uInt8 WW8StructBase::getU8(sal_uInt32 nOffset) const in getU8()
79 sal_uInt8 WW8StructBase::getNibble(sal_uInt32 nValue, in getNibble()
82 return sal::static_int_cast<sal_uInt8>((nValue >> nShift) & 0xf); in getNibble()
85 sal_uInt8 getU8(const WW8StructBase::Sequence & rSeq, in getU8()
/trunk/main/sc/source/filter/inc/
H A Dxihelper.hxx317 inline sal_uInt8 GetType() const { return mnType; } in GetType()
325 …inline sal_uInt8 GetXclError() const { return (mnType == EXC_CACHEDVAL_ERROR) ? mnBoolErr : EXC… in GetXclError()
338 sal_uInt8 mnBoolErr; /// Boolean value or Excel error code.
339 sal_uInt8 mnType; /// The type of the cached value (EXC_CACHEDVAL_*).
H A Dxestring.hxx212 sal_uInt8 GetFlagField() const;
243 void WriteHeaderToMem( sal_uInt8* pnMem ) const;
245 void WriteBufferToMem( sal_uInt8* pnMem ) const;
247 void WriteToMem( sal_uInt8* pnMem ) const;
/trunk/main/idl/source/objects/
H A Dbasobj.cxx197 sal_uInt8 nMask; in Load()
216 sal_uInt8 nMask = 0; in Save()
561 sal_uInt8 nMask; in Load()
582 sal_uInt8 nMask = 0; in Save()
611 sal_uInt8 nMask; in Load()
631 sal_uInt8 nMask = 0; in Save()
/trunk/main/filter/source/msfilter/
H A Dmsdffimp.cxx2964 sal_uInt8 nStartCol = (sal_uInt8)( (1 - dTrans )* 255 ); in ImportGradientColor()
2965 sal_uInt8 nEndCol = (sal_uInt8)( ( 1- dBackTrans ) * 255 ); in ImportGradientColor()
3463 sal_uInt8 nUpper = (sal_uInt8)( nColorCode >> 24 ); in MSO_CLR_ToColor()
3626 aColor = Color( (sal_uInt8)nR, (sal_uInt8)nG, (sal_uInt8)nB ); in MSO_CLR_ToColor()
3640 aColor = Color( (sal_uInt8)nR, (sal_uInt8)nG, (sal_uInt8)nB ); in MSO_CLR_ToColor()
3654 aColor = Color( (sal_uInt8)nR, (sal_uInt8)nG, (sal_uInt8)nB ); in MSO_CLR_ToColor()
3677 …aColor = Color( (sal_uInt8)nColorCode, (sal_uInt8)( nColorCode >> 8 ), (sal_uInt8)( nColorCode >> … in MSO_CLR_ToColor()
5970 sal_uInt8 nVer; in GetCtrlData()
6025 sal_uInt8 nVer; in GetDrawingGroupContainerData()
6589 sal_uInt8 nVer; in GetBLIPDirect()
[all …]
/trunk/main/sc/source/filter/starcalc/
H A Dscflt.cxx344 sal_uInt8* pnUnsigned = reinterpret_cast< sal_uInt8* >( tp6 ); in lcl_PascalToDouble()
352 sal_uInt8 v3 = static_cast< sal_uInt8 >( pnUnsigned[ 5 ] & 0x7F ); in lcl_PascalToDouble()
465 sal_uInt8 nLen; in Sc10NameData()
699 static inline sal_uInt8 GetMixedCol( const sal_uInt8 nB, const sal_uInt8 nF, const sal_uInt16 nFak ) in GetMixedCol()
705 return ( sal_uInt8 ) nT; in GetMixedCol()
1107 sal_uInt8 ViewColRowBar; in LoadViewColRowBar()
1464 sal_uInt8 nLen; in LoadTables()
1656 sal_uInt8 CellType; in LoadCol()
1687 sal_uInt8 Len; in LoadCol()
1699 sal_uInt8 Len; in LoadCol()
[all …]
/trunk/main/vcl/inc/os2/
H A Dsalgdi.h175 …al_Bool drawPolyLineBezier( sal_uInt32 nPoints, const SalPoint* pPtAry, const sal_uInt8* pFlgAry );
176 …virtual sal_Bool drawPolygonBezier( sal_uInt32 nPoints, const SalPoint* pPtAry, const sal_uInt8* p…
177 … nPoly, const sal_uInt32* pPoints, const SalPoint* const* pPtAry, const sal_uInt8* const* pFlgAry …
230 …virtual bool drawAlphaRect( long nX, long nY, long nWidth, long nHeight, sal_uInt8 nTransparency …
292 sal_uInt8* pEncoding,
/trunk/main/oox/source/xls/
H A Dworksheetsettings.cxx49 const sal_uInt8 BIFF12_SHEETPR_FILTERMODE = 0x01;
50 const sal_uInt8 BIFF12_SHEETPR_EVAL_CF = 0x02;
179 sal_uInt8 nFlags2; in importSheetPr()
240 sal_uInt8 nColorIdx = extractValue< sal_uInt8 >( nFlags, 0, 7 ); in importSheetExt()
/trunk/main/sw/inc/
H A Dfmtornt.hxx59 …virtual sal_Bool QueryValue( com::sun::star::uno::Any& rVal, sal_uInt8 nMemberId = 0 ) co…
60 virtual sal_Bool PutValue( const com::sun::star::uno::Any& rVal, sal_uInt8 nMemberId = 0 );
97 …virtual sal_Bool QueryValue( com::sun::star::uno::Any& rVal, sal_uInt8 nMemberId = 0 ) co…
98 virtual sal_Bool PutValue( const com::sun::star::uno::Any& rVal, sal_uInt8 nMemberId = 0 );
H A Dswtypes.hxx115 const sal_uInt8 OLD_MAXLEVEL = 5;
116 const sal_uInt8 MAXLEVEL = 10; //Ehemals numrule.hxx
117 const sal_uInt8 NO_NUM = 200; //Ehemals numrule.hxx
123 const sal_uInt8 NO_NUMLEVEL = 0x20; // wird mit den Levels verodert
/trunk/main/svl/source/items/
H A Dcenumitm.cxx69 sal_Bool SfxEnumItemInterface::QueryValue(com::sun::star::uno::Any& rVal, sal_uInt8) in QueryValue()
79 sal_uInt8) in PutValue() argument
232 sal_Bool CntBoolItem::QueryValue(com::sun::star::uno::Any& rVal, sal_uInt8) const in QueryValue()
240 sal_Bool CntBoolItem::PutValue(const com::sun::star::uno::Any& rVal, sal_uInt8) in PutValue() argument
/trunk/main/svtools/inc/svtools/
H A Dsvparser.hxx97 inline sal_uInt8 GetStackPos() const;
116 sal_uInt8 nTokenStackSize, nTokenStackPos;
120 SvParser( SvStream& rIn, sal_uInt8 nStackSize = 3 );
192 inline sal_uInt8 SvParser::GetStackPos() const in GetStackPos()
/trunk/main/sw/source/ui/docvw/
H A DAnnotationMenuButton.cxx45 Color ColorFromAlphaColor( const sal_uInt8 aTransparency, in ColorFromAlphaColor()
49 …return Color((sal_uInt8)(aFront.GetRed() * aTransparency/(double)255 + aBack.GetRed() * (1-a… in ColorFromAlphaColor()
50 …(sal_uInt8)(aFront.GetGreen() * aTransparency/(double)255 + aBack.GetGreen() * (1-aTransparency/… in ColorFromAlphaColor()
51 …(sal_uInt8)(aFront.GetBlue() * aTransparency/(double)255 + aBack.GetBlue() * (1-aTransparency/… in ColorFromAlphaColor()
/trunk/main/svx/source/xoutdev/
H A D_xoutbmp.cxx380 Bitmap XOutBitmap::DetectEdges( const Bitmap& rBmp, const sal_uInt8 cThreshold ) in DetectEdges()
403 …const sal_uInt8 nWhitePalIdx(static_cast< sal_uInt8 >(pWriteAcc->GetBestPaletteIndex(Color(COL_WHI… in DetectEdges()
404 …const sal_uInt8 nBlackPalIdx(static_cast< sal_uInt8 >(pWriteAcc->GetBestPaletteIndex(Color(COL_BLA… in DetectEdges()
468 const sal_uInt8 cEdgeDetectThreshold, const Rectangle* pWorkRectPixel ) in GetCountour()
/trunk/main/binaryurp/source/
H A Dunmarshal.cxx107 data_ = reinterpret_cast< sal_uInt8 const * >(buffer_.getConstArray()); in Unmarshal()
113 sal_uInt8 Unmarshal::read8() { in read8()
133 sal_uInt8 flags = read8(); in readType()
299 sal_uInt8 v = read8(); in readValue()
311 sal_uInt8 v = read8(); in readValue()
427 sal_uInt8 n = read8(); in readCompressed()
/trunk/main/basic/source/sbx/
H A Dsbxvar.cxx311 sal_uInt8 c = (sal_uInt8)*p; in MakeHashCode()
434 sal_uInt8 cMark; in LoadData()
534 rStrm << (sal_uInt8) 0xFF; // Marker in StoreData()
562 rStrm << (sal_uInt8) 2; // Version 2: mit UserData! in StoreData()
566 rStrm << (sal_uInt8) 0; in StoreData()
/trunk/main/tools/inc/tools/
H A Dresmgr.hxx137 TOOLS_DLLPRIVATE static sal_uInt32 GetStringWithoutHook( UniString& rStr, const sal_uInt8* pStr );
181 static sal_uInt32 GetString( UniString& rStr, const sal_uInt8* pStr );
183 static sal_uInt32 GetByteString( rtl::OString& rStr, const sal_uInt8* pStr );
188 static sal_uInt32 GetStringSize( const sal_uInt8* pStr, sal_uInt32& nLen );
/trunk/main/rdbmaker/source/codemaker/
H A Dtypemanager.cxx171 sal_uInt8* pBuffer = (sal_uInt8*)rtl_allocateMemory(valueSize); in getTypeReader()
198 sal_uInt8* pBuffer = (sal_uInt8*)rtl_allocateMemory(valueSize); in getTypeClass()
/trunk/main/i18nutil/source/utility/
H A Dcasefolding.cxx55 …(const sal_Unicode* str, sal_Int32 pos, sal_Int32 len, Locale& aLocale, sal_uInt8 nMappingType) th… in getConditionalValue()
84 …(const sal_Unicode* str, sal_Int32 pos, sal_Int32 len, Locale& aLocale, sal_uInt8 nMappingType) th… in getValue()
92 sal_uInt8 type = CaseMappingValue[address].type; in getValue()
125 …str, sal_Int32& idx, sal_Int32 len, MappingElement& e, Locale& aLocale, sal_uInt8 nMappingType, Tr… in getNextChar()

Completed in 156 milliseconds

1...<<11121314151617181920>>...72