Home
last modified time | relevance | path

Searched refs:nMask (Results 101 – 125 of 130) sorted by relevance

123456

/aoo41x/main/vcl/source/window/
H A Dsyswin.cxx965 ByteString SystemWindow::GetWindowState( sal_uLong nMask ) const in GetWindowState()
968 aData.SetMask( nMask ); in GetWindowState()
/aoo41x/main/sc/source/ui/dbgui/
H A Dfieldwnd.cxx503 WinBits nMask = ~(WB_TABSTOP | WB_NOTABSTOP); in Paint() local
504 SetStyle( (GetStyle() & nMask) | (IsEmpty() ? WB_NOTABSTOP : WB_TABSTOP) ); in Paint()
/aoo41x/main/sfx2/inc/sfx2/
H A Dfcontnr.hxx168 …SfxFilterMatcherIter( const SfxFilterMatcher* pMatchP, SfxFilterFlags nMask = 0, SfxFilterFlags nN…
/aoo41x/main/rsc/inc/
H A Drsctop.hxx103 RSCVAR nVarType = 0, sal_uInt32 nMask = 0,
/aoo41x/main/vcl/unx/generic/gdi/
H A Dsalgdi2.cxx126 GC X11SalGraphics::CreateGC( Drawable hDrawable, unsigned long nMask ) in CreateGC() argument
139 return XCreateGC( GetXDisplay(), hDrawable, nMask | GCSubwindowMode, &values ); in CreateGC()
H A Dxrender_peer.hxx61 XRenderPictFormat* FindPictureFormat( unsigned long nMask,
/aoo41x/main/svx/inc/svx/
H A Dsvdetc.hxx189 void Restore(OutputDevice& rOut, sal_uInt16 nMask=SDRHDC_SAVEALL) const;
/aoo41x/main/sfx2/source/inc/
H A Dtempldgi.hxx207 sal_uInt16 nFamily, sal_uInt16 nMask = 0,
/aoo41x/main/sc/inc/
H A Dattarray.hxx148 bool HasAttrib( SCROW nRow1, SCROW nRow2, sal_uInt16 nMask ) const;
H A Dtable.hxx525 …bool HasAttrib( SCCOL nCol1, SCROW nRow1, SCCOL nCol2, SCROW nRow2, sal_uInt16 nMask ) cons…
526 sal_Bool HasAttribSelection( const ScMarkData& rMark, sal_uInt16 nMask ) const;
/aoo41x/main/vcl/source/gdi/
H A Dpngread.cxx932 sal_uInt32 nMask = ( ( 1 << mnPngDepth ) - 1 ); in ImplScaleColor() local
935 nCol += *maDataIter++ & (sal_uInt16)nMask; in ImplScaleColor()
/aoo41x/main/ucb/source/ucp/file/
H A Dshell.cxx1523 sal_Int32 nMask = FileStatusMask_Type | FileStatusMask_FileURL; in remove() local
1526 osl::FileStatus aStatus( nMask ); in remove()
1544 if( nError != osl::FileBase::E_None || ! aStatus.isValid( nMask ) ) in remove()
1604 if( nError != osl::FileBase::E_None || ! aStatus.isValid( nMask ) ) in remove()
/aoo41x/main/sd/inc/
H A Dstlsheet.hxx58 …::OUString& rDisplayName, SfxStyleSheetBasePool& rPool, SfxStyleFamily eFamily, sal_uInt16 nMask );
/aoo41x/main/sw/source/ui/app/
H A Ddocstyle.cxx1765 if( nMask & SWSTYLEBIT_CONDCOLL ) in Create()
2485 const sal_uInt16 nSrchMask = nMask; in First()
2814 mxIterSheet->SetMask( nMask ); in Next()
/aoo41x/main/vcl/inc/unx/
H A Dsalgdi.h143 unsigned long nMask = GCGraphicsExposures );
/aoo41x/main/svtools/source/inc/
H A Dsvimpbox.hxx221 void PositionScrollBars( Size& rOSize, sal_uInt16 nMask );
/aoo41x/main/sc/source/core/data/
H A Dtable2.cxx1390 bool ScTable::HasAttrib( SCCOL nCol1, SCROW nRow1, SCCOL nCol2, SCROW nRow2, sal_uInt16 nMask ) con… in HasAttrib()
1394 bFound |= aCol[i].HasAttrib( nRow1, nRow2, nMask ); in HasAttrib()
1417 sal_Bool ScTable::HasAttribSelection( const ScMarkData& rMark, sal_uInt16 nMask ) const in HasAttribSelection()
1421 bFound |= aCol[i].HasAttribSelection( rMark, nMask ); in HasAttribSelection()
/aoo41x/main/sc/source/filter/inc/
H A Dxlpivot.hxx649 ::com::sun::star::sheet::DataPilotFieldOrientation GetApiOrient( sal_uInt16 nMask ) const;
/aoo41x/main/sw/source/filter/ww8/
H A Dww8par.hxx420 inline bool get_flag( Type nBitField, Type nMask ) in get_flag() argument
421 { return (nBitField & nMask) != 0; } in get_flag()
/aoo41x/main/sc/source/ui/view/
H A Dviewfun3.cxx886 const ScMarkData& rTabSelection, sal_uInt16 nMask ) in lcl_SelHasAttrib() argument
890 …election.GetTableSelect(nTab) && pDoc->HasAttrib( nCol1, nRow1, nTab, nCol2, nRow2, nTab, nMask ) ) in lcl_SelHasAttrib()
/aoo41x/main/sd/source/filter/eppt/
H A Depptso.cxx3313 sal_Int16 nDepth, nMask, nNumberingRule[ 10 ]; in ImplWriteTextStyleAtom() local
3325 nMask = 1 << nDepth; in ImplWriteTextStyleAtom()
3326 if ( nParaFlags & nMask ) in ImplWriteTextStyleAtom()
3328 nParaFlags &=~ nMask; in ImplWriteTextStyleAtom()
3332 nParaFlags |= nMask << 16; in ImplWriteTextStyleAtom()
/aoo41x/main/vcl/unx/generic/window/
H A Dsalframe.cxx2838 unsigned int nMask = 0; in GetPointerState() local
2845 &nMask in GetPointerState()
2849 aState.mnState = sal_GetCode( nMask ); in GetPointerState()
/aoo41x/main/sw/source/ui/uno/
H A Dunotxdoc.cxx2218 sal_uInt16 nMask = nsRedlineMode_t::REDLINE_SHOW_INSERT | nsRedlineMode_t::REDLINE_SHOW_DELETE; in getPropertyValue() local
2219 bSet = (eMode & nMask) == nMask; in getPropertyValue()
/aoo41x/main/filter/source/msfilter/
H A Descherex.cxx2601 sal_Int32 nMask = 0x20000000; in ConvertEnhancedCustomShapeEquation() local
2604 if ( aIter->nOperation & nMask ) in ConvertEnhancedCustomShapeEquation()
2606 aIter->nOperation ^= nMask; in ConvertEnhancedCustomShapeEquation()
2609 nMask <<= 1; in ConvertEnhancedCustomShapeEquation()
/aoo41x/main/sw/source/core/unocore/
H A Dunostyle.cxx952 sal_uInt16 nMask = 0xffff; in insertByName() local
954 nMask &= ~SWSTYLEBIT_CONDCOLL; in insertByName()
958 pBasePool->Make(sStyleName, eFamily, nMask); in insertByName()

Completed in 464 milliseconds

123456