Home
last modified time | relevance | path

Searched refs:nMask (Results 51 – 75 of 130) sorted by relevance

123456

/aoo41x/main/sc/source/filter/excel/
H A Dxlpivot.cxx513 DataPilotFieldOrientation XclPTFieldInfo::GetApiOrient( sal_uInt16 nMask ) const in GetApiOrient()
517 sal_uInt16 nUsedAxes = mnAxes & nMask; in GetApiOrient()
587 for( sal_uInt16 nMask = 0x8000; nMask; nMask >>= 1 ) in SetSubtotals() local
588 if( mnSubtotals & nMask ) in SetSubtotals()
/aoo41x/main/sc/source/core/tool/
H A Dcompiler.cxx1986 sal_uLong nMask = GetCharTableFlags( c ); in NextSymbol() local
2013 if( nMask & SC_COMPILER_C_ODF_LABEL_OP ) in NextSymbol()
2058 else if( nMask & SC_COMPILER_C_CHAR ) in NextSymbol()
2069 else if( nMask & SC_COMPILER_C_CHAR_BOOL ) in NextSymbol()
2103 if ( nMask & SC_COMPILER_C_IDENT ) in NextSymbol()
2142 if( nMask & SC_COMPILER_C_BOOL ) in NextSymbol()
2172 else if( nMask & SC_COMPILER_C_VALUE ) in NextSymbol()
2174 else if( nMask & SC_COMPILER_C_VALUE_SEP ) in NextSymbol()
2213 if( nMask & SC_COMPILER_C_STRING_SEP ) in NextSymbol()
2238 if( nMask & SC_COMPILER_C_STRING_SEP ) in NextSymbol()
[all …]
H A Drangelst.cxx57 sal_uInt16 ScRangeList::Parse( const String& rStr, ScDocument* pDoc, sal_uInt16 nMask, in Parse() argument
66 nMask |= SCA_VALID; // falls das jemand vergessen sollte in Parse()
91 if ( (nRes & nMask) == nMask ) in Parse()
/aoo41x/main/filter/source/msfilter/
H A Ddffpropset.cxx1303 sal_uInt32 nMask = 1 << (nBaseId - nId); // bit mask of the boolean property in GetPropertyBool() local
1305 sal_uInt32 nPropValue = GetPropertyValue( nBaseId, bDefault ? nMask : 0 ); in GetPropertyBool()
1306 return (nPropValue & nMask) != 0; in GetPropertyBool()
H A Dmscodec.cxx65 Type nMask = static_cast< Type >( (1UL << nWidth) - 1 ); in lclRotateLeft() local
67 ((rnValue << nBits) | ((rnValue & nMask) >> (nWidth - nBits))) & nMask ); in lclRotateLeft()
/aoo41x/main/filter/source/graphicfilter/itiff/
H A Dccidecom.cxx730 sal_uInt16 i,j,nMinCode,nMaxCode,nLookUpSize,nMask; in MakeLookUp() local
736 nMask=0xffff>>(16-nMaxCodeBits); in MakeLookUp()
749 nMinCode = nMask & (pHufTab[i].nCode << (nMaxCodeBits-pHufTab[i].nCodeBits)); in MakeLookUp()
750 nMaxCode = nMinCode | (nMask >> pHufTab[i].nCodeBits); in MakeLookUp()
/aoo41x/main/writerfilter/source/resourcemodel/
H A Dutil.cxx156 sal_uInt16 nMask = 1; in propertysetToString() local
161 if ((nAttribs & nMask) != 0) in propertysetToString()
171 nMask <<= 1; in propertysetToString()
/aoo41x/main/framework/source/helper/
H A Dpersistentwindowstate.cxx297 sal_uLong nMask = WINDOWSTATE_MASK_ALL; in implst_getWindowStateFromWindow() local
298 nMask &= ~(WINDOWSTATE_MASK_MINIMIZED); in implst_getWindowStateFromWindow()
300 ((SystemWindow*)pWindow)->GetWindowState(nMask), in implst_getWindowStateFromWindow()
/aoo41x/main/sd/source/ui/func/
H A Dfuolbull.cxx247 sal_uInt16 nMask = 1; in SetCurrentBulletsNumbering() local
250 if(nActNumLvl & nMask) in SetCurrentBulletsNumbering()
255 nMask <<= 1; in SetCurrentBulletsNumbering()
/aoo41x/main/sc/inc/
H A Dstlpool.hxx63 sal_uInt16 nMask = 0xffff, sal_uInt16 nPos = 0xffff );
72 sal_uInt16 nMask);
H A Dcolumn.hxx142 bool HasAttrib( SCROW nRow1, SCROW nRow2, sal_uInt16 nMask ) const;
143 sal_Bool HasAttribSelection( const ScMarkData& rMark, sal_uInt16 nMask ) const;
169 sal_uInt16 GetBlockMatrixEdges( SCROW nRow1, SCROW nRow2, sal_uInt16 nMask ) const;
/aoo41x/main/unotools/source/config/
H A Dsearchopt.cxx117 sal_Int32 nMask = ((sal_Int32) 1) << nOffset; in SetFlag() local
119 nFlags |= nMask; in SetFlag()
121 nFlags &= ~nMask; in SetFlag()
/aoo41x/main/oox/source/core/
H A Dbinarycodec.cxx55 Type nMask = static_cast< Type >( (1UL << nWidth) - 1 ); in lclRotateLeft() local
57 ((rnValue << nBits) | ((rnValue & nMask) >> (nWidth - nBits))) & nMask ); in lclRotateLeft()
/aoo41x/main/oox/source/dump/
H A Ddumperbase.cxx409 for( sal_uInt8 nMask = 0x80; nMask != 0; (nMask >>= 1) &= 0x7F ) in appendBin() local
411 rStr.append( static_cast< sal_Unicode >( (nData & nMask) ? '1' : '0' ) ); in appendBin()
412 if( bDots && (nMask == 0x10) ) in appendBin()
1292 sal_Int64 nMask = aIt->first; in implGetName() local
1293 setFlag( nFound, nMask ); in implGetName()
1294 if( !getFlag( mnIgnore, nMask ) ) in implGetName()
1298 bool bFlag = getFlag( nKey, nMask ); in implGetName()
1408 sal_Int64 nMask = rMapKey.mnKey; in implGetName() local
1409 if( (nMask != 0) && ((nKey & rMapKey.maFilter.first) == rMapKey.maFilter.second) ) in implGetName()
1414 sal_uInt64 nUMask = static_cast< sal_uInt64 >( nMask ); in implGetName()
[all …]
/aoo41x/main/editeng/source/items/
H A Dnumitem.cxx701 sal_uInt16 nMask = 1000; in CreateRomanString() local
702 while( nMask ) in CreateRomanString()
704 sal_uInt8 nZahl = sal_uInt8(nNo / nMask); in CreateRomanString()
706 nNo %= nMask; in CreateRomanString()
731 nMask /= 10; // zur naechsten Dekade in CreateRomanString()
/aoo41x/main/sfx2/source/dialog/
H A Dtempldlg.cxx1825 sal_uInt16 nMask, sal_uInt16 *pIdx, const sal_uInt16* pModifier) in Execute_Impl() argument
1830 SfxUInt16Item aMask( SID_STYLE_MASK, nMask ); in Execute_Impl()
1838 if( nMask ) in Execute_Impl()
2160 sal_uInt16 nMask; in NewHdl() local
2163 nMask = pItem->GetFilterList().GetObject( in NewHdl()
2165 if(!nMask) // automatisch in NewHdl()
2166 nMask = nAppFilter; in NewHdl()
2169 nMask=pStyleSheetPool->GetSearchMask(); in NewHdl()
2171 pStyleSheetPool->SetSearchMask(eFam,nMask); in NewHdl()
2176 nMask); in NewHdl()
/aoo41x/main/sw/source/ui/uiview/
H A Dviewstat.cxx281 sal_uInt16 nMask = nsRedlineMode_t::REDLINE_SHOW_INSERT | nsRedlineMode_t::REDLINE_SHOW_DELETE; in GetState() local
283 (pWrtShell->GetRedlineMode() & nMask) == nMask )); in GetState()
/aoo41x/main/vcl/inc/vcl/
H A Dsalbtype.hxx233 …SAL_DLLPRIVATE inline long ImplCalcMaskShift( sal_uLong nMask, sal_uLong& rOr, sal_uLong& rOrShift…
735 inline long ColorMask::ImplCalcMaskShift( sal_uLong nMask, sal_uLong& rOr, sal_uLong& rOrShift ) co… in ImplCalcMaskShift() argument
742 for( nShift = 31L; ( nShift >= 0L ) && !( nMask & ( 1 << (sal_uLong) nShift ) ); nShift-- ) in ImplCalcMaskShift()
748 while( ( nShift >= 0L ) && ( nMask & ( 1 << (sal_uLong) nShift ) ) ) in ImplCalcMaskShift()
/aoo41x/main/sw/source/filter/ww8/
H A Dww8par6.cxx1161 for (int nI = 0, nMask = 1; nI < 6; ++nI, nMask <<= 1) in CreateSep() local
1163 if (aNewSection.maSep.grpfIhdt & nMask) in CreateSep()
1174 !(maSegments.back().maSep.grpfIhdt & nMask) in CreateSep()
1177 aNewSection.maSep.grpfIhdt &= ~nMask; in CreateSep()
2976 sal_uInt16 nMask = 1 << nI; in Read_BoldUsw() local
3006 (pCollA[pSI->nBase].n81Flags & nMask) in Read_BoldUsw()
3013 pSI->n81Flags |= nMask; // Flag setzen in Read_BoldUsw()
3015 pSI->n81Flags &= ~nMask; // Flag loeschen in Read_BoldUsw()
3071 sal_uInt16 nMask = 1 << nI; in Read_BoldBiDiUsw() local
3099 pSI->n81BiDiFlags |= nMask; // Flag setzen in Read_BoldBiDiUsw()
[all …]
/aoo41x/main/basebmp/inc/basebmp/
H A Dcolor.hxx65 Color operator&( sal_uInt32 nMask ) const { return Color(mnColor & nMask); } in operator &()
/aoo41x/main/svtools/source/dialogs/
H A Dwizardmachine.cxx132 sal_Int32 nMask = 1; in calcRightHelpOffset() local
136 if( ( _nButtonFlags & nMask ) != 0 ) in calcRightHelpOffset()
138 nMask <<= 1; in calcRightHelpOffset()
/aoo41x/main/rsc/inc/
H A Drscclass.hxx41 sal_uInt32 nMask; // Maskierungsbit member
70 RSCVAR nVarType, sal_uInt32 nMask,
/aoo41x/main/svx/source/svdraw/
H A Dsvdetc.cxx430 void ImpSdrHdcMerk::Restore(OutputDevice& rOut, sal_uInt16 nMask) const in Restore()
432 nMask&=nMode; // nur restaurieren, was auch gesichert wurde in Restore()
434 if ((nMask & SDRHDC_SAVECLIPPING) ==SDRHDC_SAVECLIPPING && pClipMerk!=NULL) in Restore()
437 sal_uInt16 nCol=nMask & SDRHDC_SAVEPENANDBRUSHANDFONT; in Restore()
/aoo41x/main/sw/source/core/doc/
H A Ddocnum.cxx66 inline sal_uInt8 GetUpperLvlChg( sal_uInt8 nCurLvl, sal_uInt8 nLevel, sal_uInt16 nMask ) in GetUpperLvlChg() argument
75 return static_cast<sal_uInt8>((nMask - 1) & ~(( 1 << nCurLvl ) - 1)); in GetUpperLvlChg()
876 sal_uInt16 nChgFmtLevel = 0, nMask = 1; in lcl_ChgNumRule() local
879 for( n = 0; n < MAXLEVEL; ++n, nMask <<= 1 ) in lcl_ChgNumRule()
886 nChgFmtLevel |= nMask; in lcl_ChgNumRule()
889 0 != (nChgFmtLevel & GetUpperLvlChg( n, rNewFmt.GetIncludeUpperLevels(),nMask )) ) in lcl_ChgNumRule()
890 nChgFmtLevel |= nMask; in lcl_ChgNumRule()
/aoo41x/main/sc/source/core/data/
H A Dcolumn.cxx102 sal_uInt16 ScColumn::GetBlockMatrixEdges( SCROW nRow1, SCROW nRow2, sal_uInt16 nMask ) const in GetBlockMatrixEdges()
146 if ( ((nMask & 16) && (nEdges & 4) && !(nEdges & 16)) in GetBlockMatrixEdges()
147 || ((nMask & 4) && (nEdges & 16) && !(nEdges & 4)) ) in GetBlockMatrixEdges()
243 bool ScColumn::HasAttrib( SCROW nRow1, SCROW nRow2, sal_uInt16 nMask ) const in HasAttrib()
245 return pAttrArray->HasAttrib( nRow1, nRow2, nMask ); in HasAttrib()
249 sal_Bool ScColumn::HasAttribSelection( const ScMarkData& rMark, sal_uInt16 nMask ) const in HasAttribSelection()
261 if (pAttrArray->HasAttrib( nTop, nBottom, nMask )) in HasAttribSelection()

Completed in 248 milliseconds

123456