Home
last modified time | relevance | path

Searched refs:nFlags (Results 226 – 250 of 771) sorted by relevance

12345678910>>...31

/aoo41x/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()
/aoo41x/main/cui/source/options/
H A DoptHeaderTabListbox.cxx39 OptLBoxString_Impl( SvLBoxEntry* pEntry, sal_uInt16 nFlags, const String& rTxt ) : in OptLBoxString_Impl() argument
40 SvLBoxString( pEntry, nFlags, rTxt ) {} in OptLBoxString_Impl()
42 virtual void Paint( const Point& rPos, SvLBox& rDev, sal_uInt16 nFlags, SvLBoxEntry* pEntry );
/aoo41x/main/basic/source/inc/
H A Dimage.hxx48 sal_uInt16 nFlags; // Flags (s.u.) member in SbiImage
92 void SetFlag( sal_uInt16 n ) { nFlags |= n; } in SetFlag()
93 sal_uInt16 GetFlag( sal_uInt16 n ) const { return nFlags & n; } in GetFlag()
/aoo41x/main/sc/source/ui/docshell/
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 …]
/aoo41x/main/editeng/source/uno/
H A Dunoforou.cxx84 sal_uInt8 nFlags = 0; in ImplOutlinerForwarderGetAttribs() local
89 nFlags = GETATTRIBS_ALL; in ImplOutlinerForwarderGetAttribs()
92 nFlags = GETATTRIBS_PARAATTRIBS|GETATTRIBS_CHARATTRIBS; in ImplOutlinerForwarderGetAttribs()
95 nFlags = GETATTRIBS_CHARATTRIBS; in ImplOutlinerForwarderGetAttribs()
100 return rEditEngine.GetAttribs( rSel.nStartPara, rSel.nStartPos, rSel.nEndPos, nFlags ); in ImplOutlinerForwarderGetAttribs()
/aoo41x/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 …]
/aoo41x/main/sfx2/source/dialog/
H A Ditemconnect.cxx251 ItemConnectionBase::ItemConnectionBase( ItemConnFlags nFlags ) : in ItemConnectionBase() argument
252 mnFlags( nFlags ) in ItemConnectionBase()
301 DummyItemConnection::DummyItemConnection( sal_uInt16 nSlot, Window& rWindow, ItemConnFlags nFlags )… in DummyItemConnection() argument
302 ItemConnectionBase( nFlags ), in DummyItemConnection()
H A Dtempldlg.cxx1174 sal_uIntPtr nFlags = (sal_uIntPtr)aFilterLb.GetEntryData(i); in SetAutomaticFilter() local
1175 if ( SFXSTYLEBIT_AUTO == nFlags ) in SetAutomaticFilter()
1371 DBG_ASSERT(nFlags, "nichts zu tun"); in UpdateStyles_Impl()
1402 if((nFlags & UPDATE_FAMILY) == UPDATE_FAMILY) in UpdateStyles_Impl()
1413 sal_uIntPtr nFilterFlags = rFilter.GetObject(i)->nFlags; in UpdateStyles_Impl()
1447 if(nFlags & UPDATE_FAMILY_LIST) in UpdateStyles_Impl()
1651 if(0 == pStyleItem->GetFilterList().GetObject(nActFilter)->nFlags in Update_Impl()
1898 if ( ( pTupel->nFlags & nFilterFlags ) == nFilterFlags && pIdx ) in Execute_Impl()
2032 nActFilter)->nFlags; in ActionSelect()
2164 nActFilter)->nFlags; in NewHdl()
[all …]
/aoo41x/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 …]
/aoo41x/main/sw/source/core/text/
H A Dporfly.hxx70 objectpositioning::AsCharFlags nFlags );
75 objectpositioning::AsCharFlags nFlags );
92 objectpositioning::AsCharFlags nFlags );
/aoo41x/main/sfx2/inc/sfx2/
H A Ddocfac.hxx71 SfxObjectShellFlags nFlags; member in SfxObjectFactory
75 … SfxObjectFactory( const SvGlobalName &rName, SfxObjectShellFlags nFlags, const char* pShortName );
79 SfxObjectShellFlags GetFlags() { return nFlags; } in GetFlags()
/aoo41x/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 …]
/aoo41x/main/sfx2/source/explorer/
H A Dnochaos.cxx54 inline void Insert( SfxPoolItem* pItem, sal_uInt16 nSID, sal_uInt16 nFlags );
180 sal_uInt16 nSID, sal_uInt16 nFlags /* Item Info */ ) in Insert() argument
186 m_pItemInfos[ nPos ]._nFlags = nFlags; in Insert()
/aoo41x/main/filter/source/msfilter/
H A Descherex.cxx1962 sal_uInt32 nFlags, in CreatePolygonProperties() argument
3650 nFlags |= 1; in CreateCustomShapeProperties()
3659 nFlags |= 2; in CreateCustomShapeProperties()
3668 nFlags |= 4; in CreateCustomShapeProperties()
3680 nFlags |= 8; in CreateCustomShapeProperties()
3730 nFlags |= 0x20; in CreateCustomShapeProperties()
3740 nFlags |= 0x20; in CreateCustomShapeProperties()
3750 nFlags |= 0x20; in CreateCustomShapeProperties()
3764 aOut << nFlags in CreateCustomShapeProperties()
3774 if ( nFlags & 8 ) in CreateCustomShapeProperties()
[all …]
/aoo41x/main/vcl/inc/unx/gtk/
H A Dgtkframe.hxx142 void endExtTextInput( sal_uInt16 nFlags );
319 …l void SetPosSize( long nX, long nY, long nWidth, long nHeight, sal_uInt16 nFlags );
332 virtual void ToTop( sal_uInt16 nFlags );
347 virtual void EndExtTextInput( sal_uInt16 nFlags );
/aoo41x/main/sfx2/source/sidebar/
H A DSidebarToolBox.cxx202 sal_uInt16 nFlags) in SetPosSizePixel() argument
212 nFlags)); in SetPosSizePixel()
218 nFlags); in SetPosSizePixel()
221 ToolBox::SetPosSizePixel(nX, nY, nWidth, nHeight, nFlags); in SetPosSizePixel()
/aoo41x/main/sc/source/filter/inc/
H A Dxistream.hxx402 sal_uInt16& rnFormatRuns, sal_uInt32& rnExtInf, sal_uInt8 nFlags );
405 sal_Size ReadUniStringExtHeader( bool& rb16Bit, sal_uInt8 nFlags );
419 String ReadUniString( sal_uInt16 nChars, sal_uInt8 nFlags );
429 void IgnoreUniString( sal_uInt16 nChars, sal_uInt8 nFlags );
/aoo41x/main/svtools/source/filter/igif/
H A Dgifread.cxx359 sal_uInt8 nFlags; in ReadLocalHeader() local
366 aMemStm >> nFlags; in ReadLocalHeader()
369 bInterlaced = ( ( nFlags & 0x40 ) == 0x40 ); in ReadLocalHeader()
373 if( nFlags & 0x80 ) in ReadLocalHeader()
376 ReadPaletteEntries( pPal, 1 << ( (nFlags & 7 ) + 1 ) ); in ReadLocalHeader()
/aoo41x/main/sc/source/core/tool/
H A Dcompiler.cxx612 sal_uInt16 nFlags = 0; in lcl_parseExternalName() local
2748 if( nFlags & SCA_VALID ) in IsDoubleReference()
2756 if ( !(nFlags & SCA_VALID_TAB) ) in IsDoubleReference()
2762 if ( !(nFlags & SCA_VALID_TAB2) ) in IsDoubleReference()
2780 return ( nFlags & SCA_VALID ) != 0; in IsDoubleReference()
2802 if( !( nFlags & SCA_VALID ) ) in IsSingleReference()
2804 if( !( nFlags & SCA_VALID_COL ) ) in IsSingleReference()
2806 if( !( nFlags & SCA_VALID_ROW ) ) in IsSingleReference()
2808 if( !( nFlags & SCA_VALID_TAB ) ) in IsSingleReference()
2810 nFlags |= SCA_VALID; in IsSingleReference()
[all …]
/aoo41x/main/sw/source/filter/html/
H A Dhtmlsect.cxx156 sal_uInt16 nFlags = CONTEXT_FLAGS_HDRFTR; in NewDivision() local
167 nFlags |= HTML_CNTXT_HEADER_DIST; in NewDivision()
179 nFlags |= HTML_CNTXT_FOOTER_DIST; in NewDivision()
221 SaveDocContext( pCntxt, nFlags, &aNewPos ); in NewDivision()
780 sal_uInt16 nFlags ) in InsertFlyFrame() argument
800 SaveDocContext( pCntxt, nFlags, &aNewPos ); in InsertFlyFrame()
/aoo41x/main/sc/source/ui/view/
H A Dviewfun2.cxx1948 const Color& rColor, sal_uInt16 nFlags ) in MakeScenario() argument
1955 if (nFlags & SC_SCENARIO_COPYALL) in MakeScenario()
2430 sal_uInt16 nFlags; in ImportTables() local
2432 pSrcDoc->GetScenarioData(nSrcTab, aComment,aColor, nFlags); in ImportTables()
2434 pDoc->SetScenarioData( nTab+i,aComment,aColor,nFlags); in ImportTables()
2635 sal_uInt16 nFlags; in MoveTable() local
2637 pDoc->GetScenarioData(TheTabs[i], aComment,aColor, nFlags); in MoveTable()
2639 pDestDoc->SetScenarioData(nDestTab1,aComment,aColor,nFlags); in MoveTable()
2792 sal_uInt16 nFlags; in MoveTable() local
2794 pDoc->GetScenarioData(nMovTab, aComment,aColor, nFlags); in MoveTable()
[all …]
/aoo41x/main/vcl/unx/headless/
H A Dsvpframe.hxx84 virtual void SetPosSize( long nX, long nY, long nWidth, long nHeight, sal_uInt16 nFlags );
93 virtual void ToTop( sal_uInt16 nFlags );
101 virtual void EndExtTextInput( sal_uInt16 nFlags );
/aoo41x/main/vcl/inc/vcl/
H A Dbutton.hxx169 …virtual void Draw( OutputDevice* pDev, const Point& rPos, const Size& rSize, sal_uLong nFlags );
356 …virtual void Draw( OutputDevice* pDev, const Point& rPos, const Size& rSize, sal_uLong nFlags );
381 static Image GetRadioImage( const AllSettings& rSettings, sal_uInt16 nFlags );
459 …virtual void Draw( OutputDevice* pDev, const Point& rPos, const Size& rSize, sal_uLong nFlags );
481 static Image GetCheckImage( const AllSettings& rSettings, sal_uInt16 nFlags );
/aoo41x/main/filter/source/config/cache/
H A Dfilterfactory.cxx484 sal_Int32 nFlags , in stlcomp_removeIfMatchFlags() argument
487 , m_nFlags (nFlags ) in stlcomp_removeIfMatchFlags()
496 … sal_Int32 nFlags = aFilter.getUnpackedValueOrDefault(PROPNAME_FLAGS, ((sal_Int32)0)); in operator ()() local
501 bMatch = ((nFlags & m_nFlags) == m_nFlags); in operator ()()
504 bMatch = !(nFlags & m_nFlags); in operator ()()
/aoo41x/main/vcl/os2/source/app/
H A Dsalinfo.cxx137 int nFlags = MB_APPLMODAL | MB_WARNING | COMBI_BTN_MAPPING_TABLE[nButtonCombination]; in ShowNativeMessageBox() local
143 nFlags |= DEFAULT_BTN_MAPPING_TABLE[nButtonCombination][nDefaultButton]; in ShowNativeMessageBox()
154 0, nFlags); in ShowNativeMessageBox()

Completed in 243 milliseconds

12345678910>>...31