Home
last modified time | relevance | path

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

12345678910>>...31

/trunk/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 …]
/trunk/main/sw/source/ui/inc/
H A Dtextcontrolcombo.hxx54 void Show( sal_Bool bVisible = sal_True, sal_uInt16 nFlags = 0 );
55 void Hide( sal_uInt16 nFlags = 0 ) { Show( sal_False, nFlags ); } in Hide() argument
/trunk/main/cui/source/tabpages/
H A Dborderconn.hxx45 sfx::ItemConnFlags nFlags = sfx::ITEMCONN_DEFAULT );
52 sfx::ItemConnFlags nFlags = sfx::ITEMCONN_DEFAULT );
58 sfx::ItemConnFlags nFlags = sfx::ITEMCONN_DEFAULT );
/trunk/main/svtools/source/config/
H A Dfontsubstconfig.cxx215 sal_uInt16 nFlags = 0; in Apply() local
218 nFlags |= FONT_SUBSTITUTE_ALWAYS; in Apply()
220 nFlags |= FONT_SUBSTITUTE_SCREENONLY; in Apply()
221 OutputDevice::AddFontSubstitute( String(pSubs->sFont), String(pSubs->sReplaceBy), nFlags ); in Apply()
/trunk/main/editeng/source/outliner/
H A Dparalist.cxx70 nFlags = 0; in Paragraph()
82 nFlags = rPara.nFlags; in Paragraph()
87 : nFlags( 0 ) in Paragraph()
/trunk/main/vcl/source/gdi/
H A Dimpvect.hxx43 … ImplCalculate( ImplVectMap* pMap, PolyPolygon& rPolyPoly, sal_uInt8 cReduce, sal_uLong nFlags );
54 sal_uInt8 cReduce, sal_uLong nFlags, const Link* pProgress );
56 sal_uLong nFlags, const Link* pProgress );
/trunk/main/chart2/source/controller/main/
H A DChartWindow.hxx67 virtual void Invalidate( sal_uInt16 nFlags = 0 );
68 virtual void Invalidate( const Rectangle& rRect, sal_uInt16 nFlags = 0 );
69 virtual void Invalidate( const Region& rRegion, sal_uInt16 nFlags = 0 );
/trunk/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()
/trunk/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 …]
/trunk/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 …]
/trunk/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()
/trunk/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 );
/trunk/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()
/trunk/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()
/trunk/main/sc/source/core/data/
H A Ddocument.cxx1540 nFlags, bOnlyMarked, pDestDoc->pTab[i], in CopyToDocument()
1565 nFlags, bOnlyMarked, pDestDoc->pTab[i], pMarks); in UndoToDocument()
1680 pTransClip->pTab[i], nFlags, bAsLink ); in TransposeClip()
1682 if ( pDrawLayer && ( nFlags & IDF_OBJECTS ) ) in TransposeClip()
2550 sal_uInt16 nFlags, sal_uInt16 nFunction, in FillTab() argument
2553 sal_uInt16 nDelFlags = nFlags; in FillTab()
2589 nFlags, sal_False, pTab[i], NULL, bAsLink ); in FillTab()
2608 sal_uInt16 nFlags, sal_uInt16 nFunction, in FillTabMarked() argument
2611 sal_uInt16 nDelFlags = nFlags; in FillTabMarked()
2649 nFlags, sal_True, pTab[i], &rMark, bAsLink ); in FillTabMarked()
[all …]
/trunk/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()
/trunk/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 );
/trunk/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 );
/trunk/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()
/trunk/main/sw/source/core/text/
H A Dporfly.hxx70 objectpositioning::AsCharFlags nFlags );
75 objectpositioning::AsCharFlags nFlags );
92 objectpositioning::AsCharFlags nFlags );
/trunk/main/svx/source/dialog/
H A Dsrchdlg.cxx1491 sal_Int32 nFlags = GetTransliterationFlags(); in IMPL_LINK() local
1493 nFlags &= (TransliterationModules_IGNORE_CASE | in IMPL_LINK()
1495 pSearchItem->SetTransliterationFlags( nFlags ); in IMPL_LINK()
1586 pSearchItem->SetTransliterationFlags( nFlags ); in IMPL_LINK()
1587 ApplyTransliterationFlags_Impl( nFlags ); in IMPL_LINK()
1840 void SvxSearchDialog::EnableControls_Impl( const sal_uInt16 nFlags ) in EnableControls_Impl() argument
1842 if ( nFlags == nOptions ) in EnableControls_Impl()
1845 nOptions = nFlags; in EnableControls_Impl()
2496 sal_Int32 nFlags = GetTransliterationFlags(); in SaveToModule_Impl() local
2498 nFlags &= (TransliterationModules_IGNORE_CASE | in SaveToModule_Impl()
[all …]
/trunk/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()
/trunk/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 ()()
/trunk/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 );

Completed in 192 milliseconds

12345678910>>...31