Home
last modified time | relevance | path

Searched refs:nMask (Results 76 – 100 of 130) sorted by relevance

123456

/aoo41x/main/sot/source/sdstor/
H A Dstgstrms.cxx353 sal_Int32 nMask = ~( nPageSize - 1 ); in Pos2Page() local
354 sal_Int32 nOld = nPos & nMask; in Pos2Page()
355 sal_Int32 nNew = nBytePos & nMask; in Pos2Page()
356 nOffset = (short) ( nBytePos & ~nMask ); in Pos2Page()
/aoo41x/main/vcl/aqua/source/window/
H A Dsalframe.cxx1502 unsigned int nMask = (unsigned int)[pCur modifierFlags]; in GetPointerState() local
1503 if( (nMask & NSShiftKeyMask) != 0 ) in GetPointerState()
1505 if( (nMask & NSControlKeyMask) != 0 ) in GetPointerState()
1507 if( (nMask & NSAlternateKeyMask) != 0 ) in GetPointerState()
1509 if( (nMask & NSCommandKeyMask) != 0 ) in GetPointerState()
H A Dsalframeview.mm40 static sal_uInt16 ImplGetModifierMask( unsigned int nMask )
43 if( (nMask & NSShiftKeyMask) != 0 )
45 if( (nMask & NSControlKeyMask) != 0 )
47 if( (nMask & NSAlternateKeyMask) != 0 )
49 if( (nMask & NSCommandKeyMask) != 0 )
/aoo41x/main/sd/source/ui/view/
H A Ddrviewsf.cxx610 sal_uInt16 nMask = 1; in GetAttrState() local
615 if(nActNumLvl & nMask) in GetAttrState()
620 nMask <<= 1; in GetAttrState()
/aoo41x/main/sw/source/ui/dialog/
H A Dswdlgfact.cxx257 ByteString AbstractDropDownFieldDialog_Impl::GetWindowState( sal_uLong nMask ) const in GetWindowState()
259 return pDlg->GetWindowState(nMask); in GetWindowState()
431 ByteString AbstractFldInputDlg_Impl::GetWindowState( sal_uLong nMask ) const in GetWindowState()
433 return pDlg->GetWindowState( nMask ); in GetWindowState()
H A Dswdlgfact.hxx174 …virtual ByteString GetWindowState( sal_uLong nMask = WINDOWSTATE_MASK_ALL ) const; //this met…
269 virtual ByteString GetWindowState( sal_uLong nMask = WINDOWSTATE_MASK_ALL ) const ;
/aoo41x/main/sw/inc/
H A Ddocsh.hxx118 sal_uInt16 nMask,
130 sal_uInt16 nFamily, sal_uInt16 nMask, SwWrtShell* pShell = 0);
H A Dswabstdlg.hxx116 virtual ByteString GetWindowState( sal_uLong nMask = WINDOWSTATE_MASK_ALL ) const = 0;
257 …virtual ByteString GetWindowState( sal_uLong nMask = WINDOWSTATE_MASK_ALL ) const = 0; //this…
/aoo41x/main/sfx2/source/appl/
H A Dchildwin.cxx349 sal_uIntPtr nMask = WINDOWSTATE_MASK_POS | WINDOWSTATE_MASK_STATE; in GetInfo() local
351 nMask |= ( WINDOWSTATE_MASK_WIDTH | WINDOWSTATE_MASK_HEIGHT ); in GetInfo()
352 aInfo.aWinState = ((SystemWindow*)pWindow)->GetWindowState( nMask ); in GetInfo()
/aoo41x/main/vcl/source/gdi/
H A Dpdfwriter_impl2.cxx1636 sal_uInt8 nMask = 0x80 >> nBitInByte; in findBitRun() local
1639 if( (nByte & nMask) != (i_bSet ? nMask : 0) ) in findBitRun()
1641 nMask = nMask >> 1; in findBitRun()
/aoo41x/main/sc/source/ui/view/
H A Ddbfunc3.cxx1079 sal_Int32 nMask = 1; in DateGroupDataPilot() local
1082 if ( nParts & nMask ) in DateGroupDataPilot()
1102 … ScDPSaveNumGroupDimension aNumGroupDim( aBaseDimName, rInfo, nMask ); in DateGroupDataPilot()
1111 … String aGroupDimName = pDimData->CreateDateGroupDimName( nMask, *pDPObj, true, &aDeletedNames ); in DateGroupDataPilot()
1113 aGroupDim.SetDateInfo( rInfo, nMask ); in DateGroupDataPilot()
1127 nMask *= 2; in DateGroupDataPilot()
/aoo41x/main/rsc/source/res/
H A Drsctop.cxx197 RSCINST * pDflt, RSCVAR nVarType, sal_uInt32 nMask, in SetVariable() argument
203 nVarType, nMask, nDataBaseName ); in SetVariable()
/aoo41x/main/sc/source/filter/xcl97/
H A Dxcl97rec.cxx1082 sal_uInt16 nMask; member
1115 for (int i = 0; aTable[i].nMask != 0x0000; ++i) in XclExpSheetProtectOptions()
1118 mnOptions |= aTable[i].nMask; in XclExpSheetProtectOptions()
/aoo41x/main/vcl/inc/vcl/
H A Dfontmanager.hxx351 int nMask; // contains a bit set for every valid member member
362 XLFDEntry() { nMask = 0; } in XLFDEntry()
H A Dsyswin.hxx230 ByteString GetWindowState( sal_uLong nMask = WINDOWSTATE_MASK_ALL ) const;
/aoo41x/main/soldep/source/
H A Dobjwin.cxx142 void ObjectWin::SetViewMask( sal_uIntPtr nMask ) in SetViewMask() argument
145 mnViewMask = nMask; in SetViewMask()
/aoo41x/main/tools/source/stream/
H A Dstream.cxx2347 unsigned char nMask = nCryptMask; in CryptAndWriteBuffer() local
2360 aCh ^= nMask; in CryptAndWriteBuffer()
2385 unsigned char nMask = nCryptMask; in EncryptBuffer() local
2391 aCh ^= nMask; in EncryptBuffer()
/aoo41x/main/sfx2/inc/sfx2/
H A Dtplpitem.hxx40 sal_uInt16 nMask = 0xffff );
/aoo41x/main/svtools/source/contnr/
H A Dsvimpbox.cxx1178 void SvImpLBox::PositionScrollBars( Size& rSize, sal_uInt16 nMask ) in PositionScrollBars() argument
1205 if( nMask & 0x0001 ) in PositionScrollBars()
1207 if( nMask & 0x0002 ) in PositionScrollBars()
1221 if( nMask & 0x0001 ) in PositionScrollBars()
1223 if( nMask & 0x0002 ) in PositionScrollBars()
1228 if( (nMask & (0x0001|0x0002)) == (0x0001|0x0002) ) in PositionScrollBars()
/aoo41x/main/sw/source/filter/ww8/
H A Dww8par5.cxx972 sal_uLong nMask = 1 << ( n % 32 ); // Maske fuer Bits in Read_Field() local
980 if( nFieldTagAlways[nI] & nMask ) // Flag: Tag it in Read_Field()
988 if( nFieldTagBad[nI] & nMask ) // Flag: Tag it when bad in Read_Field()
1001 if( nFieldTagBad[nI] & nMask ) // Flag: Tag it when bad in Read_Field()
1052 if ((nFieldTagBad[nI] & nMask)) // Flag: Tag bad in Read_Field()
1065 if( ( nFieldTagBad[nI] & nMask ) ) // Flag: Tag bad in Read_Field()
/aoo41x/main/sc/source/core/data/
H A Ddocument.cxx4306 SCCOL nCol2, SCROW nRow2, SCTAB nTab2, sal_uInt16 nMask ) in HasAttrib() argument
4308 if ( nMask & HASATTR_ROTATE ) in HasAttrib()
4333 nMask &= ~HASATTR_ROTATE; in HasAttrib()
4336 if ( nMask & HASATTR_RTL ) in HasAttrib()
4355 nMask &= ~HASATTR_RTL; in HasAttrib()
4358 if (!nMask) in HasAttrib()
4365 if ( nMask & HASATTR_RTL ) in HasAttrib()
4370 if ( nMask & HASATTR_RIGHTORCENTER ) in HasAttrib()
4381 bFound = pTab[i]->HasAttrib( nCol1, nRow1, nCol2, nRow2, nMask ); in HasAttrib()
4387 bool ScDocument::HasAttrib( const ScRange& rRange, sal_uInt16 nMask ) in HasAttrib() argument
[all …]
/aoo41x/main/sc/inc/
H A Dstlsheet.hxx81 sal_uInt16 nMask );
H A Drangelst.hxx53 sal_uInt16 nMask = SCA_VALID,
/aoo41x/main/soldep/inc/soldep/
H A Dobjwin.hxx121 void SetViewMask( sal_uIntPtr nMask );
/aoo41x/main/sd/inc/
H A Dstlpool.hxx128 virtual SfxStyleSheetBase* Create(const String& rName, SfxStyleFamily eFamily, sal_uInt16 nMask);

Completed in 206 milliseconds

123456