/aoo42x/main/sfx2/inc/ |
H A D | bitset.hxx | 49 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 …]
|
/aoo42x/main/sfx2/source/bastyp/ |
H A D | bitset.cxx | 224 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 …]
|
/aoo42x/main/writerfilter/source/dmapper/ |
H A D | StyleSheetTable.cxx | 224 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()
|
H A D | StyleSheetTable.hxx | 149 void MergePropertiesFromMask(const short nBit, const sal_Int32 nMask,
|
/aoo42x/main/svtools/source/filter/ixbm/ |
H A D | xbmread.cxx | 204 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()
|
/aoo42x/main/oox/source/ole/ |
H A D | vbainputstream.cxx | 150 …for( int nBit = 0; !mbEof && !mpInStrm->isEof() && (nBit < 8) && (nChunkPos < nChunkLen); ++nBit, … in updateChunk() local
|
/aoo42x/main/sc/source/filter/lotus/ |
H A D | op.cxx | 315 sal_uInt16 nByte, nBit; in OP_HiddenCols() local 323 for( nBit = 0 ; nBit < 8 ; nBit++ ) // ...jeweils 8 Bits = 256 Bits in OP_HiddenCols()
|
/aoo42x/main/oox/source/core/ |
H A D | binarycodec.cxx | 79 for( size_t nBit = 0; nBit < 8; ++nBit ) in lclGetKey() local
|
/aoo42x/main/filter/source/msfilter/ |
H A D | mscodec.cxx | 89 for( sal_uInt8 nBit = 0; nBit < 8; ++nBit ) in lclGetKey() local
|
/aoo42x/main/writerfilter/source/doctok/ |
H A D | WW8StructBase.cxx | 74 sal_Bool WW8StructBase::getBit(sal_uInt32 nValue, sal_uInt16 nBit) const in getBit() 76 return (nValue & (1 << nBit)) != 0; in getBit()
|
H A D | WW8StructBase.hxx | 216 sal_Bool getBit(sal_uInt32 nValue, sal_uInt16 nBit) const;
|
/aoo42x/main/vcl/unx/generic/printergfx/ |
H A D | bitmap_gfx.cxx | 661 sal_uChar nBit = 0; in DrawPS2MonoImage() local 666 nBit = rBitmap.GetPixelIdx (nRow, nColumn); in DrawPS2MonoImage() 667 nByte |= nBit << (7 - nBitPos); in DrawPS2MonoImage()
|
/aoo42x/main/cui/source/tabpages/ |
H A D | swpossizetabpage.cxx | 1739 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()
|
/aoo42x/main/sc/source/core/data/ |
H A D | dpobject.cxx | 2189 for (sal_uInt16 nBit=0; nBit<16; nBit++) in ConvertOrientation() local 2215 for (sal_uInt16 nBit=0; nBit<16; nBit++) in ConvertOrientation() local
|
/aoo42x/main/oox/source/xls/ |
H A D | pivotcachebuffer.cxx | 1471 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()
|
/aoo42x/main/sw/source/core/unocore/ |
H A D | unoidx.cxx | 112 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()
|
/aoo42x/main/framework/source/fwe/xml/ |
H A D | toolboxdocumenthandler.cxx | 118 sal_Int16 nBit; member 844 if ( nStyle & pStyle->nBit ) in WriteToolBoxItem()
|
H A D | menudocumenthandler.cxx | 127 sal_Int16 nBit; member 990 if ( nStyle & pStyle->nBit ) in WriteMenuItem()
|
/aoo42x/main/sw/source/ui/frmdlg/ |
H A D | frmpage.cxx | 1499 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()
|
/aoo42x/main/sc/source/ui/view/ |
H A D | dbfunc3.cxx | 1080 for (sal_uInt16 nBit=0; nBit<32; nBit++) in DateGroupDataPilot() local
|