Home
last modified time | relevance | path

Searched refs:nFlags (Results 201 – 225 of 771) sorted by relevance

12345678910>>...31

/trunk/main/svtools/source/contnr/
H A Dfileview.cxx583 sal_Int16 nFlags,
737 sal_Int16 nFlags ) : in ViewTabListBox_Impl() argument
758 if ( ( nFlags & FILEVIEW_SHOW_ALL ) == FILEVIEW_SHOW_ALL ) in ViewTabListBox_Impl()
1238 sal_Int8 nFlags = FILEVIEW_SHOW_ALL; in SvtFileView() local
1240 nFlags |= FILEVIEW_ONLYFOLDER; in SvtFileView()
1242 nFlags |= FILEVIEW_MULTISELECTION; in SvtFileView()
1248 mpImp = new SvtFileView_Impl( this, xCmdEnv, nFlags, bOnlyFolder ); in SvtFileView()
1270 mpImp = new SvtFileView_Impl( this, xCmdEnv, nFlags, in SvtFileView()
1273 if ( ( nFlags & FILEVIEW_SHOW_ALL ) == FILEVIEW_SHOW_ALL ) in SvtFileView()
1286 if ( ( nFlags & FILEVIEW_MULTISELECTION ) == FILEVIEW_MULTISELECTION ) in SvtFileView()
[all …]
/trunk/main/xmloff/source/chart/
H A Dcontexts.cxx109 sal_uInt16 nFlags = GetImport().getImportFlags(); in CreateChildContext() local
114 if( nFlags & IMPORT_AUTOSTYLES ) in CreateChildContext()
122 if( nFlags & IMPORT_STYLES ) in CreateChildContext()
132 if( nFlags & IMPORT_CONTENT ) in CreateChildContext()
/trunk/main/sc/source/ui/dbgui/
H A Dscendlg.cxx188 const Color& rColor, sal_uInt16 nFlags ) in SetScenarioData() argument
194 aCbShowFrame.Check ( (nFlags & SC_SCENARIO_SHOWFRAME) != 0 ); in SetScenarioData()
197 aCbTwoWay.Check ( (nFlags & SC_SCENARIO_TWOWAY) != 0 ); in SetScenarioData()
201 aCbProtect.Check ( (nFlags & SC_SCENARIO_PROTECT) != 0 ); in SetScenarioData()
/trunk/main/sfx2/source/toolbox/
H A Dimgmgr.cxx57 sal_uInt16 nFlags; member
222 if ( pInf->nFlags & SFX_TOOLBOX_CHANGESYMBOLSET ) in SetSymbolsSize_Impl()
354 void SfxImageManager::RegisterToolBox( ToolBox *pBox, sal_uInt16 nFlags ) in RegisterToolBox() argument
360 pInf->nFlags = nFlags; in RegisterToolBox()
/trunk/main/svtools/source/graphic/
H A Dgrfmgr.cxx626 const GraphicAttr* pAttr, sal_uLong nFlags ) const in IsCached()
630 if( nFlags & GRFMGR_DRAW_CACHED ) in IsCached()
677 const GraphicAttr* pAttr, sal_uLong nFlags ) in Draw() argument
690 if( !( GRFMGR_DRAW_USE_DRAWMODE_SETTINGS & nFlags ) ) in Draw()
733 bRet = mpMgr->DrawObj( pOut, aPt, aSz, *this, aAttr, nFlags, bCached ); in Draw()
757 const sal_uLong nFlags ) in DrawWithPDFHandling() argument
800 sal_Bool bRet = Draw( &rOutDev, rPt, rSz, &aGrfAttr, nFlags ); in DrawWithPDFHandling()
818 … const Size& rOffset, const GraphicAttr* pAttr, sal_uLong nFlags, int nTileCacheSize1D ) in DrawTiled() argument
836 return ImplDrawTiled( pOut, rArea, aOutTileSize, rOffset, pAttr, nFlags, nTileCacheSize1D ); in DrawTiled()
/trunk/main/vcl/source/gdi/
H A Doutdev6.cxx58 void OutputDevice::DrawGrid( const Rectangle& rRect, const Size& rDist, sal_uLong nFlags ) in DBG_NAMEEX()
94 if( ( nFlags & GRID_DOTS ) || ( nFlags & GRID_HORZLINES ) ) in DBG_NAMEEX()
102 if( ( nFlags & GRID_DOTS ) || ( nFlags & GRID_VERTLINES ) ) in DBG_NAMEEX()
119 if( nFlags & GRID_DOTS ) in DBG_NAMEEX()
127 if( nFlags & GRID_HORZLINES ) in DBG_NAMEEX()
136 if( nFlags & GRID_VERTLINES ) in DBG_NAMEEX()
149 mpAlphaVDev->DrawGrid( rRect, rDist, nFlags ); in DBG_NAMEEX()
H A Dimpvect.cxx739 sal_uInt8 cReduce, sal_uLong nFlags, const Link* pProgress ) in ImplVectorize() argument
796 ImplCalculate( pMap, aPolyPoly, cReduce, nFlags ); in ImplVectorize()
803 if( nFlags & BMP_VECTORIZE_REDUCE_EDGES ) in ImplVectorize()
845 sal_uLong nFlags, const Link* pProgress ) in ImplVectorize() argument
869 ImplCalculate( pMap, rPolyPoly, 0, nFlags ); in ImplVectorize()
873 if( nFlags & BMP_VECTORIZE_REDUCE_EDGES ) in ImplVectorize()
1067 …er::ImplCalculate( ImplVectMap* pMap, PolyPolygon& rPolyPoly, sal_uInt8 cReduce, sal_uLong nFlags ) in ImplCalculate() argument
1095 if( nFlags & BMP_VECTORIZE_INNER ) in ImplCalculate()
/trunk/main/oox/source/dump/
H A Dbiffdumper.cxx431 bool b8BitLength = getFlag( nFlags, BIFF_STR_8BITLENGTH ); in dumpByteString()
435 if( getFlag( nFlags, BIFF_STR_EXTRAFONTS ) ) in dumpByteString()
476 bool b8BitLength = getFlag( nFlags, BIFF_STR_8BITLENGTH ); in dumpUniString()
481 if( (nChars > 0) || !getFlag( nFlags, BIFF_STR_SMARTFLAGS ) ) in dumpUniString()
721 if( getFlag< sal_uInt16 >( nFlags, 0x0001 ) ) in dumpFrHeader()
1508 sal_uInt32 nCount = nFlags & BIFF_TOK_NLR_ADDMASK; in dumpAddDataNlr()
2346 if( getFlag< sal_uInt16 >( nFlags, 0x0010 ) ) in implDumpRecordBody()
3072 if( getFlag( nFlags, BIFF_STYLE_BUILTIN ) ) in implDumpRecordBody()
3660 bool bBold = getFlag( nFlags, BIFF_FONTFLAG_BOLD ); in dumpFontRec()
3661 bool bItalic = getFlag( nFlags, BIFF_FONTFLAG_ITALIC ); in dumpFontRec()
[all …]
/trunk/main/sc/inc/
H A Dcolumn.hxx204 SCSIZE nIndex, sal_uInt16 nFlags ) const;
219 void CopyToColumn(SCROW nRow1, SCROW nRow2, sal_uInt16 nFlags, sal_Bool bMarked,
222 void UndoToColumn(SCROW nRow1, SCROW nRow2, sal_uInt16 nFlags, sal_Bool bMarked,
343 sal_Bool ApplyFlags( SCROW nStartRow, SCROW nEndRow, sal_Int16 nFlags );
344 sal_Bool RemoveFlags( SCROW nStartRow, SCROW nEndRow, sal_Int16 nFlags );
411 …ScBaseCell* CloneCell(SCSIZE nIndex, sal_uInt16 nFlags, ScDocument& rDestDoc, const ScAddress& rDe…
/trunk/main/vcl/inc/vcl/
H A Dfixed.hxx66 …virtual void Draw( OutputDevice* pDev, const Point& rPos, const Size& rSize, sal_uLong nFlags );
102 …virtual void Draw( OutputDevice* pDev, const Point& rPos, const Size& rSize, sal_uLong nFlags );
137 …virtual void Draw( OutputDevice* pDev, const Point& rPos, const Size& rSize, sal_uLong nFlags );
178 …virtual void Draw( OutputDevice* pDev, const Point& rPos, const Size& rSize, sal_uLong nFlags );
/trunk/main/sd/source/filter/eppt/
H A Dpptexanimations.cxx538 sal_Int32 nFlags = nGroupLevel == 2 ? 0x10 : 0; in exportNode() local
540 nFlags |= 0x40; in exportNode()
541 exportAnimEvent( rStrm, xNode, nFlags ); in exportNode()
550 sal_Int32 nFlags = 12; in exportNode() local
553 nFlags |= 0x20; in exportNode()
557 exportAnimEvent( rStrm, xNode, nFlags ); in exportNode()
1306 if ( nFlags & 0x20 ) in exportAnimEvent()
1320 else if ( nFlags & 0x40 ) in exportAnimEvent()
1327 if ( nFlags & 0x10 ) // replace ON_NEXT with IDEFINITE in exportAnimEvent()
1387 if ( nFlags & ( 1 << i ) ) in exportAnimEvent()
[all …]
/trunk/main/vcl/win/source/gdi/
H A Dsalprn.cxx811 if ( nFlags & SAL_JOBSET_ORIENTATION ) in ImplDevModeToJobSetup()
820 if ( nFlags & SAL_JOBSET_PAPERBIN ) in ImplDevModeToJobSetup()
845 if ( nFlags & SAL_JOBSET_PAPERSIZE ) in ImplDevModeToJobSetup()
1053 if( nFlags & SAL_JOBSET_DUPLEXMODE ) in ImplDevModeToJobSetup()
1079 if ( nFlags & SAL_JOBSET_ORIENTATION ) in ImplJobSetupToDevMode()
1089 if ( nFlags & SAL_JOBSET_PAPERBIN ) in ImplJobSetupToDevMode()
1104 if ( nFlags & SAL_JOBSET_PAPERSIZE ) in ImplJobSetupToDevMode()
1334 if( (nFlags & SAL_JOBSET_DUPLEXMODE) ) in ImplJobSetupToDevMode()
1641 sal_Bool WinSalInfoPrinter::SetData( sal_uLong nFlags, ImplJobSetup* pSetupData ) in SetData() argument
1643 ImplJobSetupToDevMode( this, pSetupData, nFlags ); in SetData()
[all …]
/trunk/main/sc/source/ui/docshell/
H A Ddocsh5.cxx801 const Color& rColor, sal_uInt16 nFlags ) in ModifyScenario() argument
813 aOldColor, rColor, nOldFlags, nFlags ) ); in ModifyScenario()
818 aDocument.SetScenarioData( nTab, rComment, rColor, nFlags ); in ModifyScenario()
831 const Color& rColor, sal_uInt16 nFlags, in MakeScenario() argument
841 sal_Bool bCopyAll = ( (nFlags & SC_SCENARIO_COPYALL) != 0 ); in MakeScenario()
857 rName, rComment, rColor, nFlags, rMark )); in MakeScenario()
862 aDocument.SetScenarioData( nNewTab, rComment, rColor, nFlags ); in MakeScenario()
884 if (nFlags & SC_SCENARIO_SHOWFRAME) in MakeScenario()
H A Ddocfunc.cxx583 if ( nFlags & IDF_OBJECTS ) in DeleteContents()
593 if ( nFlags & IDF_ATTRIB ) in DeleteContents()
624 if (nFlags & IDF_ATTRIB) in DeleteContents()
628 if (nFlags & IDF_NOTE) in DeleteContents()
639 aMultiMark, nFlags ); in DeleteContents()
664 if ( nFlags & IDF_ATTRIB ) in DeleteContents()
2533 nFlags |= PAINT_TOP; in MoveBlock()
2540 nFlags |= PAINT_LEFT; in MoveBlock()
2561 nFlags = PAINT_GRID; in MoveBlock()
2568 nFlags |= PAINT_LEFT; in MoveBlock()
[all …]
/trunk/main/svtools/source/brwbox/
H A Deditbrowsebox.cxx72 sal_uInt16 nFlags = 0; in getRealGetFocusFlags() local
73 while ( _pWindow && !nFlags ) in getRealGetFocusFlags()
75 nFlags = _pWindow->GetGetFocusFlags( ); in getRealGetFocusFlags()
78 return nFlags; in getRealGetFocusFlags()
1340 void EditBrowseBox::SetBrowserFlags(sal_Int32 nFlags) in SetBrowserFlags() argument
1342 if (m_nBrowserFlags == nFlags) in SetBrowserFlags()
1346 (nFlags & EBBF_NO_HANDLE_COLUMN_CONTENT)); in SetBrowserFlags()
1347 m_nBrowserFlags = nFlags; in SetBrowserFlags()
H A Ddatwin.cxx124 HeaderBarItemBits nFlags ) in BrowserColumn() argument
130 _nFlags( nFlags ) in BrowserColumn()
719 void BrowserDataWin::Invalidate( sal_uInt16 nFlags ) in Invalidate() argument
731 Window::Invalidate( nFlags ); in Invalidate()
736 void BrowserDataWin::Invalidate( const Rectangle& rRect, sal_uInt16 nFlags ) in Invalidate() argument
741 Window::Invalidate( rRect, nFlags ); in Invalidate()
/trunk/main/unotools/source/config/
H A Dfltrcfg.cxx199 sal_uLong nFlags; member
209 nFlags = FILTERCFG_WORD_CODE | in SvtFilterOptions_Impl()
252 nFlags |= nFlag; in SetFlag()
254 nFlags &= ~nFlag; in SetFlag()
273 bRet = 0 != (nFlags & nFlag ); in IsFlag()
/trunk/main/sc/source/filter/inc/
H A Dxistyle.hxx275 void FillFromXF2( sal_uInt8 nFlags );
308 void FillFromXF2( sal_uInt8 nFlags );
317 …void FillFromCF8( sal_uInt16 nLineStyle, sal_uInt32 nLineColor, sal_uInt32 nFlags );
346 void FillFromXF2( sal_uInt8 nFlags );
355 void FillFromCF8( sal_uInt16 nPattern, sal_uInt16 nColor, sal_uInt32 nFlags );
/trunk/main/sc/source/ui/navipi/
H A Dcontent.cxx1320 void lcl_DoDragCells( ScDocShell* pSrcShell, const ScRange& rRange, sal_uInt16 nFlags, Window* pWin… in lcl_DoDragCells() argument
1345 pTransferObj->SetDragSourceFlags( nFlags ); in lcl_DoDragCells()
1558 WinBits nFlags = GetStyle()|WB_CLIPCHILDREN|WB_HSCROLL; in InitWindowBits() local
1560 nFlags |= WB_HASBUTTONS|WB_HASBUTTONSATROOT; in InitWindowBits()
1562 SetStyle( nFlags ); in InitWindowBits()
1749 ScContentLBoxString( SvLBoxEntry* pEntry, sal_uInt16 nFlags, in ScContentLBoxString() argument
1750 const String& rStr ) : SvLBoxString(pEntry,nFlags,rStr) {} in ScContentLBoxString()
1752 virtual void Paint( const Point& rPos, SvLBox& rDev, sal_uInt16 nFlags,
1764 void ScContentLBoxString::Paint( const Point& rPos, SvLBox& rDev, sal_uInt16 nFlags, in Paint() argument
1786 SvLBoxString::Paint( rPos, rDev, nFlags, pEntry); in Paint()
/trunk/main/sw/source/filter/ww8/
H A Dww8par.cxx293 sal_uInt32 nFlags; in ReadEmbeddedData() local
298 rStrm >> nFlags; in ReadEmbeddedData()
319 if( ::get_flag( nFlags, WW8_HLINK_UNC ) ) in ReadEmbeddedData()
407 sal_uInt32 nFlags(0); in GetFilterFlags() local
411 nFlags |= OLE_MATHTYPE_2_STARMATH; in GetFilterFlags()
413 nFlags |= OLE_EXCEL_2_STARCALC; in GetFilterFlags()
419 return nFlags; in GetFilterFlags()
501 pCtrlStck->SetToggleAttrFlags(nFlags); in SetToggleAttrFlags()
507 pCtrlStck->SetToggleBiDiAttrFlags(nFlags); in SetToggleBiDiAttrFlags()
971 pImpRec->nFlags = rObjData.nSpFlags; in ProcessObj()
[all …]
/trunk/main/editeng/source/uno/
H A Dunofored.cxx76 sal_uInt8 nFlags = 0; in GetAttribs() local
80 nFlags = GETATTRIBS_ALL; in GetAttribs()
83 nFlags = GETATTRIBS_PARAATTRIBS|GETATTRIBS_CHARATTRIBS; in GetAttribs()
86 nFlags = GETATTRIBS_CHARATTRIBS; in GetAttribs()
92 return rEditEngine.GetAttribs( rSel.nStartPara, rSel.nStartPos, rSel.nEndPos, nFlags ); in GetAttribs()
/trunk/main/starmath/source/
H A Drect.cxx619 void SmRect::Draw(OutputDevice &rDev, const Point &rPosition, int nFlags) const in Draw()
626 if (nFlags & SM_RECT_LINES) in Draw()
630 if (nFlags & SM_RECT_ITALIC) in Draw()
654 if (nFlags & SM_RECT_MID) in Draw()
665 if (nFlags & SM_RECT_ITALIC) in Draw()
669 if (nFlags & SM_RECT_CORE) in Draw()
/trunk/main/filter/source/msfilter/
H A Descherex.cxx1962 sal_uInt32 nFlags, in CreatePolygonProperties() argument
3661 nFlags |= 1; in CreateCustomShapeProperties()
3670 nFlags |= 2; in CreateCustomShapeProperties()
3679 nFlags |= 4; in CreateCustomShapeProperties()
3691 nFlags |= 8; in CreateCustomShapeProperties()
3741 nFlags |= 0x20; in CreateCustomShapeProperties()
3751 nFlags |= 0x20; in CreateCustomShapeProperties()
3761 nFlags |= 0x20; in CreateCustomShapeProperties()
3775 aOut << nFlags in CreateCustomShapeProperties()
3785 if ( nFlags & 8 ) in CreateCustomShapeProperties()
[all …]
/trunk/main/vcl/source/app/
H A Dsettings.cxx1659 sal_uLong AllSettings::Update( sal_uLong nFlags, const AllSettings& rSet ) in Update() argument
1666 if ( nFlags & SETTINGS_MACHINE ) in Update()
1676 if ( nFlags & SETTINGS_MOUSE ) in Update()
1686 if ( nFlags & SETTINGS_KEYBOARD ) in Update()
1696 if ( nFlags & SETTINGS_STYLE ) in Update()
1706 if ( nFlags & SETTINGS_MISC ) in Update()
1716 if ( nFlags & SETTINGS_NOTIFICATION ) in Update()
1726 if ( nFlags & SETTINGS_HELP ) in Update()
1736 if ( nFlags & SETTINGS_INTERNATIONAL ) in Update()
1742 if ( nFlags & SETTINGS_LOCALE ) in Update()
[all …]
/trunk/main/sc/source/core/data/
H A Dcolumn.cxx614 sal_Bool ScColumn::ApplyFlags( SCROW nStartRow, SCROW nEndRow, sal_Int16 nFlags ) in ApplyFlags() argument
616 return pAttrArray->ApplyFlags( nStartRow, nEndRow, nFlags ); in ApplyFlags()
620 sal_Bool ScColumn::RemoveFlags( SCROW nStartRow, SCROW nEndRow, sal_Int16 nFlags ) in RemoveFlags() argument
622 return pAttrArray->RemoveFlags( nStartRow, nEndRow, nFlags ); in RemoveFlags()
1283 nFlags, sal_False, rColumn, pMarkData, bAsLink ); in CopyToColumn()
1293 if ( (nFlags & IDF_ATTRIB) != 0 ) in CopyToColumn()
1295 if ( (nFlags & IDF_STYLES) != IDF_STYLES ) in CopyToColumn()
1314 if ((nFlags & IDF_CONTENTS) != 0) in CopyToColumn()
1336 CreateRefCell( rColumn.pDocument, aDestPos, i, nFlags ) : in CopyToColumn()
1337 CloneCell( i, nFlags, *rColumn.pDocument, aDestPos ); in CopyToColumn()
[all …]

Completed in 255 milliseconds

12345678910>>...31