Home
last modified time | relevance | path

Searched refs:eFamily (Results 26 – 50 of 75) sorted by path

123

/trunk/main/sd/source/core/
H A Dstlpool.cxx121 SfxStyleSheetBase* SdStyleSheetPool::Create(const String& rName, SfxStyleFamily eFamily, sal_uInt16… in Create() argument
123 return new SdStyleSheet(rName, *this, eFamily, _nMask); in Create()
624 void SdStyleSheetPool::CopySheets(SdStyleSheetPool& rSourcePool, SfxStyleFamily eFamily ) in CopySheets() argument
636 if( xSheet->GetFamily() == eFamily ) in CopySheets()
639 if ( !Find( aName, eFamily ) ) in CopySheets()
641 rtl::Reference< SfxStyleSheetBase > xNewSheet( &Make( aName, eFamily ) ); in CopySheets()
660 …DBG_ASSERT( rSourcePool.Find( (*aIter).second, eFamily ), "StyleSheet has invalid parent: Family m… in CopySheets()
H A Dstlsheet.cxx137 …st OUString& rDisplayName, SfxStyleSheetBasePool& _rPool, SfxStyleFamily eFamily, sal_uInt16 _nMas… in SdStyleSheet() argument
138 : SdStyleSheetBase( UniString( rDisplayName ), _rPool, eFamily, _nMask) in SdStyleSheet()
593 SfxStyleFamily eFamily = nFamily; in AdjustToFontHeight() local
595 if (eFamily == SD_STYLE_FAMILY_PSEUDO) in AdjustToFontHeight()
598 eFamily = pRealStyle->GetFamily(); in AdjustToFontHeight()
602 if (eFamily == SD_STYLE_FAMILY_MASTERPAGE && in AdjustToFontHeight()
730 OUString SdStyleSheet::GetFamilyString( SfxStyleFamily eFamily ) in GetFamilyString() argument
732 switch( eFamily ) in GetFamilyString()
753 …leSheet* SdStyleSheet::CreateEmptyUserStyle( SfxStyleSheetBasePool& rPool, SfxStyleFamily eFamily ) in CreateEmptyUserStyle() argument
762 while( rPool.Find( aName, eFamily ) != 0 ); in CreateEmptyUserStyle()
[all …]
/trunk/main/sd/source/ui/func/
H A Dfutempl.cxx321 SfxStyleFamily eFamily = pStyleSheet->GetFamily(); in DoExecute() local
323 if (eFamily == SD_STYLE_FAMILY_GRAPHICS) in DoExecute()
327 else if (eFamily == SD_STYLE_FAMILY_PSEUDO) in DoExecute()
394 else if (eFamily == SD_STYLE_FAMILY_CELL) in DoExecute()
417 if (eFamily == SD_STYLE_FAMILY_PSEUDO) in DoExecute()
/trunk/main/sd/source/ui/view/
H A Ddrviewsf.cxx479 SfxStyleFamily eFamily = pStyleSheet->GetFamily(); in GetAttrState() local
481 if ((eFamily == SD_STYLE_FAMILY_GRAPHICS && nSlotId == SID_STYLE_FAMILY2) || in GetAttrState()
482 (eFamily == SD_STYLE_FAMILY_CELL && nSlotId == SID_STYLE_FAMILY3) || in GetAttrState()
483 (eFamily == SD_STYLE_FAMILY_PSEUDO && nSlotId == SID_STYLE_FAMILY5)) in GetAttrState()
H A Dviewshe3.cxx120 SfxStyleFamily eFamily = pStyleSheet->GetFamily(); in GetMenuState() local
121 if(eFamily == SD_STYLE_FAMILY_GRAPHICS) in GetMenuState()
123 else if(eFamily == SD_STYLE_FAMILY_CELL ) in GetMenuState()
/trunk/main/sfx2/inc/sfx2/
H A Dobjsh.hxx572 virtual Bitmap GetStyleFamilyBitmap(SfxStyleFamily eFamily );
574 virtual Bitmap GetStyleFamilyBitmap(SfxStyleFamily eFamily, BmpColorMode eColorMode );
/trunk/main/sfx2/source/doc/
H A Dobjcont.cxx499 Bitmap SfxObjectShell::GetStyleFamilyBitmap( SfxStyleFamily eFamily ) in GetStyleFamilyBitmap() argument
502 return SfxObjectShell::GetStyleFamilyBitmap( eFamily, BMP_COLOR_NORMAL ); in GetStyleFamilyBitmap()
507 Bitmap SfxObjectShell::GetStyleFamilyBitmap(SfxStyleFamily eFamily, BmpColorMode eColorMode ) in GetStyleFamilyBitmap() argument
510 switch(eFamily) in GetStyleFamilyBitmap()
711 SfxStyleFamily eFamily = pMySheet->GetFamily(); in Remove() local
718 if (pTestSheet->GetFamily() == eFamily && in Remove()
725 if (pTestSheet->GetFamily() == eFamily && in Remove()
/trunk/main/starmath/inc/
H A Dutility.hxx108 SmFace( FontFamily eFamily, const Size& rSize) : in SmFace() argument
109 Font(eFamily, rSize), nBorderWidth(-1) { Impl_Init(); } in SmFace()
/trunk/main/svl/inc/svl/
H A Dsrchitem.hxx63 SfxStyleFamily eFamily; // Vorlagen-Familie member in SvxSearchItem
131 SfxStyleFamily GetFamily() const { return eFamily; } in GetFamily()
133 { eFamily = eNewFamily; } in SetFamily()
/trunk/main/svl/source/items/
H A Dsrchitem.cxx117 eFamily ( SFX_STYLE_FAMILY_PARA ), in SvxSearchItem()
198 eFamily ( rItem.eFamily ), in SvxSearchItem()
250 ( eFamily == rSItem.eFamily ) && in operator ==()
435 aSeq[1].Value <<= sal_Int16( eFamily ); in QueryValue()
460 rVal <<= (sal_Int16) eFamily; break; in QueryValue()
537 eFamily = SfxStyleFamily( nTemp ); in PutValue()
595 bRet = (rVal >>= nInt); eFamily = (SfxStyleFamily) (sal_Int16) nInt; break; in PutValue()
/trunk/main/svtools/source/filter/wmf/
H A Dwinmtf.cxx204 FontFamily eFamily; in WinMtfFontStyle() local
208 eFamily = FAMILY_ROMAN; in WinMtfFontStyle()
212 eFamily = FAMILY_SWISS; in WinMtfFontStyle()
216 eFamily = FAMILY_MODERN; in WinMtfFontStyle()
220 eFamily = FAMILY_SCRIPT; in WinMtfFontStyle()
224 eFamily = FAMILY_DECORATIVE; in WinMtfFontStyle()
228 eFamily = FAMILY_DONTKNOW; in WinMtfFontStyle()
231 aFont.SetFamily( eFamily ); in WinMtfFontStyle()
/trunk/main/svx/source/sdr/properties/
H A Dtextproperties.cxx608 SfxStyleFamily eFamily = pExtendedHint->GetStyleSheet()->GetFamily(); in Notify() local
617 pParaObj->ChangeStyleSheetName(eFamily, aOldName, aNewName); in Notify()
/trunk/main/svx/source/tbxctrls/
H A Dtbcontrl.cxx137 …dow* pParent, sal_uInt16 nSlot, const OUString& rCommand, SfxStyleFamily eFamily, const Reference<…
340 SfxStyleFamily eFamily, in SvxStyleBox_Impl() argument
350 eStyleFamily( eFamily ), in SvxStyleBox_Impl()
1926 const SfxStyleFamily eFamily = GetActFamily(); in FillStyleBox() local
1932 pStyleSheetPool->SetSearchMask( eFamily, SFXSTYLEBIT_USED ); in FillStyleBox()
2026 pBox->SetFamily( eFamily ); in FillStyleBox()
/trunk/main/sw/inc/
H A Ddoc.hxx1428 void BroadcastStyleOperation(String rName, SfxStyleFamily eFamily,
H A Ddocsh.hxx234 virtual Bitmap GetStyleFamilyBitmap( SfxStyleFamily eFamily, BmpColorMode eColorMode );
H A Distyleaccess.hxx50 SwAutoStyleFamily eFamily ) = 0;
52 SwAutoStyleFamily eFamily ) = 0;
57 SwAutoStyleFamily eFamily ) = 0;
60 SwAutoStyleFamily eFamily ) = 0;
H A Dunostyle.hxx123 SfxStyleFamily eFamily; // Familie member in SwXStyleFamily
188 SfxStyleFamily eFamily; // fuer Notify member in SwXStyle
274 SfxStyleFamily GetFamily() const {return eFamily;} in GetFamily()
374 IStyleAccess::SwAutoStyleFamily eFamily; member in SwXAutoStyleFamily
380 SwXAutoStyleFamily(SwDocShell* pDocShell, IStyleAccess::SwAutoStyleFamily eFamily);
/trunk/main/sw/source/core/doc/
H A Ddocdesc.cxx527 void SwDoc::BroadcastStyleOperation(String rName, SfxStyleFamily eFamily, in BroadcastStyleOperation() argument
536 pPool->SetSearchMask(eFamily, SFXSTYLEBIT_ALL ); in BroadcastStyleOperation()
H A Ddocfmt.cxx2560 SfxStyleFamily eFamily = SFX_STYLE_FAMILY_ALL; in RenameFmt() local
2570 eFamily = SFX_STYLE_FAMILY_PARA; in RenameFmt()
2574 eFamily = SFX_STYLE_FAMILY_CHAR; in RenameFmt()
2578 eFamily = SFX_STYLE_FAMILY_FRAME; in RenameFmt()
2594 BroadcastStyleOperation(sNewName, eFamily, SFX_STYLESHEET_MODIFIED); in RenameFmt()
H A Dswstylemanager.cxx85 … IStyleAccess::SwAutoStyleFamily eFamily );
87 … IStyleAccess::SwAutoStyleFamily eFamily );
91 SwAutoStyleFamily eFamily );
117 StylePool& rAutoPool = eFamily == IStyleAccess::AUTO_STYLE_CHAR ? aAutoCharPool : aAutoParaPool; in getAutomaticStyle()
124 StylePool& rAutoPool = eFamily == IStyleAccess::AUTO_STYLE_CHAR ? aAutoCharPool : aAutoParaPool; in cacheAutomaticStyle()
126 SwStyleCache* &rpCache = eFamily == IStyleAccess::AUTO_STYLE_CHAR ? in cacheAutomaticStyle()
135 IStyleAccess::SwAutoStyleFamily eFamily ) in getByName() argument
137 StylePool& rAutoPool = eFamily == IStyleAccess::AUTO_STYLE_CHAR ? aAutoCharPool : aAutoParaPool; in getByName()
138 SwStyleCache* &rpCache = eFamily == IStyleAccess::AUTO_STYLE_CHAR ? mpCharCache : mpParaCache; in getByName()
154 IStyleAccess::SwAutoStyleFamily eFamily ) in getAllStyles() argument
[all …]
/trunk/main/sw/source/core/inc/
H A Dswfont.hxx109 inline void SetFamily( const FontFamily eFamily );
224 inline void SetFamily( const FontFamily eFamily, const sal_uInt8 nWhich );
404 inline void SwSubFont::SetFamily( const FontFamily eFamily ) in SetFamily() argument
407 Font::SetFamily( eFamily ); in SetFamily()
410 inline void SwFont::SetFamily( const FontFamily eFamily, const sal_uInt8 nWhich ) in SetFamily() argument
413 aSub[nWhich].SetFamily( eFamily ); in SetFamily()
/trunk/main/sw/source/core/unocore/
H A Dunocoll.cxx440 SfxStyleFamily eFamily = SFX_STYLE_FAMILY_CHAR; in MakeInstance() local
445 eFamily = SFX_STYLE_FAMILY_PARA; in MakeInstance()
448 eFamily = SFX_STYLE_FAMILY_FRAME; in MakeInstance()
451 eFamily = SFX_STYLE_FAMILY_PAGE; in MakeInstance()
454 eFamily = SFX_STYLE_FAMILY_PSEUDO; in MakeInstance()
457 SwXStyle* pNewStyle = SFX_STYLE_FAMILY_PAGE == eFamily ? in MakeInstance()
459 eFamily == SFX_STYLE_FAMILY_FRAME ? in MakeInstance()
461 … new SwXStyle( pDoc, eFamily, nObjectType == SW_SERVICE_STYLE_CONDITIONAL_PARAGRAPH_STYLE); in MakeInstance()
H A Dunostyle.cxx129 switch ( eFamily ) in lcl_GetSwEnumFromSfxEnum()
505 switch( eFamily ) in lcl_GetCountOrName()
662 switch( eFamily ) in getByIndex()
1308 switch(eFamily) in getSupportedServiceNames()
1340 eFamily(eFam), in SwXStyle()
1356 switch( eFamily ) in SwXStyle()
1411 eFamily(eFam), in SwXStyle()
1611 switch( eFamily ) in lcl_getPropertySetInfo()
2381 switch(eFamily) in SetPropertyValues_Impl()
2799 switch(eFamily) in GetPropertyValues_Impl()
[all …]
/trunk/main/sw/source/filter/html/
H A Dhtmlforw.cxx1142 FontFamily eFamily = FAMILY_DONTKNOW; in OutHTML_DrawFrmFmtAsControl() local
1148 eFamily = (FontFamily)*(sal_Int16*) aTmp.getValue(); in OutHTML_DrawFrmFmtAsControl()
1150 …SvxFontItem aItem( eFamily, aFName, aEmptyStr, PITCH_DONTKNOW, RTL_TEXTENCODING_DONTKNOW, RES_CHRA… in OutHTML_DrawFrmFmtAsControl()
H A Dsvxcss1.cxx1155 FontFamily eFamily = FAMILY_DONTKNOW; in ParseCSS1_font_family() local
1209 SvxFontItem aFont( eFamily, aName, aStyleName, ePitch, in ParseCSS1_font_family()

Completed in 201 milliseconds

123