Home
last modified time | relevance | path

Searched refs:nBit (Results 1 – 20 of 20) sorted by last modified time

/trunk/main/framework/source/fwe/xml/
H A Dmenudocumenthandler.cxx127 sal_Int16 nBit; member
990 if ( nStyle & pStyle->nBit ) in WriteMenuItem()
H A Dtoolboxdocumenthandler.cxx118 sal_Int16 nBit; member
844 if ( nStyle & pStyle->nBit ) in WriteToolBoxItem()
/trunk/main/sw/source/ui/frmdlg/
H A Dfrmpage.cxx1499 for (sal_uLong nBit = 1; nBit < 0x80000000; nBit <<= 1) in FillRelLB() local
1501 if (nLBRelations & nBit) in FillRelLB()
1505 if (aRelationMap[nRelPos].nLBRelation == nBit) in FillRelLB()
/trunk/main/writerfilter/source/doctok/
H A DWW8StructBase.cxx74 sal_Bool WW8StructBase::getBit(sal_uInt32 nValue, sal_uInt16 nBit) const in getBit()
76 return (nValue & (1 << nBit)) != 0; in getBit()
H A DWW8StructBase.hxx216 sal_Bool getBit(sal_uInt32 nValue, sal_uInt16 nBit) const;
/trunk/main/writerfilter/source/dmapper/
H A DStyleSheetTable.hxx149 void MergePropertiesFromMask(const short nBit, const sal_Int32 nMask,
H A DStyleSheetTable.cxx224 void TableStyleSheetEntry::MergePropertiesFromMask(const short nBit, const sal_Int32 nMask, in MergePropertiesFromMask() argument
230 short nTestBit = 1 << nBit; in MergePropertiesFromMask()
258 short nBit = 4; in GetLocalPropertiesFromMask() local
261 MergePropertiesFromMask(nBit, nMask, aBitsOrder[nBit], pProps); in GetLocalPropertiesFromMask()
262 nBit++; in GetLocalPropertiesFromMask()
264 while ( nBit < 13 ); in GetLocalPropertiesFromMask()
266 nBit = 0; in GetLocalPropertiesFromMask()
269 MergePropertiesFromMask(nBit, nMask, aBitsOrder[nBit], pProps); in GetLocalPropertiesFromMask()
270 nBit++; in GetLocalPropertiesFromMask()
272 while ( nBit < 4 ); // nw/ne/sw/se overwrite others in GetLocalPropertiesFromMask()
/trunk/main/vcl/unx/generic/printergfx/
H A Dbitmap_gfx.cxx661 sal_uChar nBit = 0; in DrawPS2MonoImage() local
666 nBit = rBitmap.GetPixelIdx (nRow, nColumn); in DrawPS2MonoImage()
667 nByte |= nBit << (7 - nBitPos); in DrawPS2MonoImage()
/trunk/main/sw/source/core/unocore/
H A Dunoidx.cxx112 sal_uInt16 & rBitMask, const sal_uInt16 nBit) in lcl_AnyToBitMask() argument
116 ? (rBitMask | nBit) in lcl_AnyToBitMask()
117 : (rBitMask & ~nBit); in lcl_AnyToBitMask()
121 const sal_uInt16 nBitMask, const sal_uInt16 nBit) in lcl_BitMaskToAny() argument
123 const sal_Bool bRet = 0 != (nBitMask & nBit); in lcl_BitMaskToAny()
/trunk/main/svtools/source/filter/ixbm/
H A Dxbmread.cxx204 long nBit; in ParseData() local
234 nBit = nDigits = nValue = 0; in ParseData()
256 while( ( nCol < nWidth ) && ( nBit < nBits ) ) in ParseData()
257 pAcc1->SetPixel( nRow, nCol++, ( nValue & ( 1 << nBit++ ) ) ? aBlack : aWhite ); in ParseData()
/trunk/main/sfx2/source/bastyp/
H A Dbitset.cxx224 nBlocks = nBit / 32; in operator =()
225 sal_uIntPtr nBitVal = 1L << (nBit % 32); in operator =()
240 BitSet& BitSet::operator-=(sal_uInt16 nBit) in operator -=() argument
243 sal_uInt16 nBlock = nBit / 32; in operator -=()
244 sal_uIntPtr nBitVal = 1L << (nBit % 32); in operator -=()
302 sal_uInt16 nBlock = nBit / 32; in operator |=()
303 sal_uIntPtr nBitVal = 1L << (nBit % 32); in operator |=()
335 sal_uInt16 nBlock = nBit / 32; in Contains()
336 sal_uIntPtr nBitVal = 1L << (nBit % 32); in Contains()
368 int nBit = 32; in CountBits() local
[all …]
/trunk/main/sfx2/inc/
H A Dbitset.hxx49 BitSet& operator=( sal_uInt16 nBit );
51 BitSet operator|( sal_uInt16 nBit ) const;
53 BitSet& operator|=( sal_uInt16 nBit );
57 BitSet& operator-=( sal_uInt16 nBit );
61 BitSet operator^( sal_uInt16 nBit ) const;
63 BitSet& operator^=( sal_uInt16 nBit );
67 sal_Bool Contains( sal_uInt16 nBit ) const;
70 sal_Bool operator==( sal_uInt16 nBit ) const;
72 sal_Bool operator!=( sal_uInt16 nBit ) const;
107 return BitSet(*this) |= nBit; in operator |()
[all …]
/trunk/main/sc/source/ui/view/
H A Ddbfunc3.cxx1080 for (sal_uInt16 nBit=0; nBit<32; nBit++) in DateGroupDataPilot() local
/trunk/main/sc/source/filter/lotus/
H A Dop.cxx315 sal_uInt16 nByte, nBit; in OP_HiddenCols() local
323 for( nBit = 0 ; nBit < 8 ; nBit++ ) // ...jeweils 8 Bits = 256 Bits in OP_HiddenCols()
/trunk/main/sc/source/core/data/
H A Ddpobject.cxx2189 for (sal_uInt16 nBit=0; nBit<16; nBit++) in ConvertOrientation() local
2215 for (sal_uInt16 nBit=0; nBit<16; nBit++) in ConvertOrientation() local
/trunk/main/oox/source/xls/
H A Dpivotcachebuffer.cxx1471 for( sal_uInt8 nBit = 0; nBit < 16; nBit += 4 ) in importPivotCacheRef() local
1472 aStrmName.insert( 0, spcHexChars[ extractValue< size_t >( nCacheId, nBit, 4 ) ] ); in importPivotCacheRef()
/trunk/main/oox/source/ole/
H A Dvbainputstream.cxx150 …for( int nBit = 0; !mbEof && !mpInStrm->isEof() && (nBit < 8) && (nChunkPos < nChunkLen); ++nBit, … in updateChunk() local
/trunk/main/oox/source/core/
H A Dbinarycodec.cxx79 for( size_t nBit = 0; nBit < 8; ++nBit ) in lclGetKey() local
/trunk/main/filter/source/msfilter/
H A Dmscodec.cxx89 for( sal_uInt8 nBit = 0; nBit < 8; ++nBit ) in lclGetKey() local
/trunk/main/cui/source/tabpages/
H A Dswpossizetabpage.cxx1739 for (sal_uLong nBit = 1; nBit < 0x80000000; nBit <<= 1) in FillRelLB() local
1741 if (nLBRelations & nBit) in FillRelLB()
1745 if (aRelationMap[nRelPos].nLBRelation == nBit) in FillRelLB()

Completed in 172 milliseconds