/trunk/main/sw/source/core/unocore/ |
H A D | unostyle.cxx | 129 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 …]
|
H A D | unocoll.cxx | 440 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()
|
/trunk/main/sw/source/core/doc/ |
H A D | swstylemanager.cxx | 85 … 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/sc/source/ui/unoobj/ |
H A D | styleuno.cxx | 746 eFamily( eFam ) in ScStyleFamilyObj() 798 if ( pStylePool->Find( aString, eFamily ) ) in GetObjectByName_Impl() 880 if ( eFamily == SFX_STYLE_FAMILY_PARA ) in removeByName() 1039 switch ( eFamily ) in getPropertyValue() 1096 eFamily( eFam ), in ScStyleObj() 1235 if ( eFamily == SFX_STYLE_FAMILY_PARA ) in setParentStyle() 1325 if ( eFamily == SFX_STYLE_FAMILY_PAGE ) in GetStyleItemSet_Impl() 1604 if ( eFamily == SFX_STYLE_FAMILY_PARA ) in setAllPropertiesToDefault() 1715 if ( eFamily == SFX_STYLE_FAMILY_PAGE ) in SetOnePropertyValueWithoutUpdate() 1958 if(SFX_STYLE_FAMILY_PARA != eFamily) in SetOnePropertyValueWithoutUpdate() [all …]
|
/trunk/main/sw/source/filter/xml/ |
H A D | xmlfmte.cxx | 58 void SwXMLExport::ExportFmt( const SwFmt& rFmt, enum XMLTokenEnum eFamily ) in ExportFmt() argument 67 DBG_ASSERT( eFamily != XML_TOKEN_INVALID, "family must be specified" ); in ExportFmt() 76 if( eFamily != XML_TOKEN_INVALID ) in ExportFmt() 77 AddAttribute( XML_NAMESPACE_STYLE, XML_FAMILY, eFamily ); in ExportFmt() 92 if( RES_FRMFMT == rFmt.Which() && XML_TABLE == eFamily ) in ExportFmt() 112 if( XML_TABLE_CELL == eFamily ) in ExportFmt() 144 if( XML_TABLE == eFamily ) in ExportFmt() 148 else if( XML_TABLE_ROW == eFamily ) in ExportFmt() 153 else if( XML_TABLE_CELL == eFamily ) in ExportFmt()
|
/trunk/main/editeng/source/editeng/ |
H A D | editobj2.hxx | 150 SfxStyleFamily eFamily; member in ContentInfo 168 SfxStyleFamily GetFamily() const { return eFamily; } in GetFamily() 174 SfxStyleFamily& GetFamily() { return eFamily; } in GetFamily() 275 virtual sal_Bool HasStyleSheet( const XubString& rName, SfxStyleFamily eFamily ) const; 276 virtual void GetStyleSheet( sal_uInt32 nPara, XubString& rName, SfxStyleFamily& eFamily ) const; 277 …al void SetStyleSheet( sal_uInt32 nPara, const XubString& rName, const SfxStyleFamily& eFamily ); 280 …virtual void ChangeStyleSheetName( SfxStyleFamily eFamily, const XubString& rOldName, const XubS…
|
H A D | editobj.cxx | 183 eFamily = SFX_STYLE_FAMILY_PARA; in ContentInfo() 204 eFamily = rCopyFrom.GetFamily(); in ContentInfo() 272 (eFamily == rCompare.eFamily ) && in operator ==() 1098 sal_Bool BinTextObject::HasStyleSheet( const XubString& rName, SfxStyleFamily eFamily ) const in HasStyleSheet() 1104 if ( ( pC->GetFamily() == eFamily ) && ( pC->GetStyle() == rName ) ) in HasStyleSheet() 1164 void __EXPORT BinTextObject::ChangeStyleSheetName( SfxStyleFamily eFamily, in ChangeStyleSheetName() argument 1167 ImpChangeStyleSheets( rOldName, eFamily, rNewName, eFamily ); in ChangeStyleSheetName()
|
/trunk/main/sc/source/core/data/ |
H A D | stlpool.cxx | 127 SfxStyleFamily eFamily, in Create() argument 130 ScStyleSheet* pSheet = new ScStyleSheet( rName, *this, eFamily, nMaskP ); in Create() 131 if ( eFamily == SFX_STYLE_FAMILY_PARA && ScGlobal::GetRscString(STR_STYLENAME_STANDARD) != rName ) in Create() 162 const String& rName, SfxStyleFamily eFamily ) in CopyStyleFrom() argument 166 SfxStyleSheetBase* pStyleSheet = pSrcPool->Find( rName, eFamily ); in CopyStyleFrom() 170 SfxStyleSheetBase* pDestSheet = Find( rName, eFamily ); in CopyStyleFrom() 172 pDestSheet = &Make( rName, eFamily ); in CopyStyleFrom() 177 if ( eFamily == SFX_STYLE_FAMILY_PAGE ) in CopyStyleFrom()
|
/trunk/main/svl/source/items/ |
H A D | srchitem.cxx | 117 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/sd/source/core/ |
H A D | stlsheet.cxx | 137 …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 …]
|
H A D | stlpool.cxx | 121 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()
|
/trunk/main/sw/inc/ |
H A D | istyleaccess.hxx | 50 SwAutoStyleFamily eFamily ) = 0; 52 SwAutoStyleFamily eFamily ) = 0; 57 SwAutoStyleFamily eFamily ) = 0; 60 SwAutoStyleFamily eFamily ) = 0;
|
/trunk/main/sc/source/filter/excel/ |
H A D | fontbuff.cxx | 128 FontFamily eFamily = FAMILY_DONTKNOW; in MakeFont() local 135 eFamily = FAMILY_SWISS; in MakeFont() 139 eFamily = FAMILY_ROMAN; in MakeFont() 150 …pEntry->pFont = new SvxFontItem( eFamily, *pEntry->pTmpName, EMPTY_STRING, ePitch, eCharSet, ATTR_… in MakeFont()
|
/trunk/main/editeng/inc/editeng/ |
H A D | editobj.hxx | 109 virtual sal_Bool HasStyleSheet( const XubString& rName, SfxStyleFamily eFamily ) const; 110 virtual void GetStyleSheet( sal_uInt32 nPara, XubString& rName, SfxStyleFamily& eFamily ) const; 111 …ual void SetStyleSheet( sal_uInt32 nPara, const XubString& rName, const SfxStyleFamily& eFamily ); 114 …virtual void ChangeStyleSheetName( SfxStyleFamily eFamily, const XubString& rOldName, const XubSt…
|
H A D | fontitem.hxx | 50 FontFamily eFamily; member in SvxFontItem 86 void SetFamily( FontFamily _eFamily ) { eFamily = _eFamily; } in SetFamily() 87 inline FontFamily GetFamily() const { return eFamily; } in GetFamily()
|
/trunk/main/sw/source/filter/ww1/ |
H A D | w1filter.cxx | 1336 FontFamily eFamily = FAMILY_DONTKNOW; in GetFont() local 1346 eFamily = FAMILY_ROMAN; in GetFont() 1357 eFamily = FAMILY_SWISS; in GetFont() 1391 eFamily = eFamilyA[b]; in GetFont() 1396 eFamily = FAMILY_SWISS; in GetFont() 1410 if (eFamily==FAMILY_DONTKNOW) in GetFont() 1411 eFamily = FAMILY_SWISS; in GetFont() 1424 if (eFamily==FAMILY_DONTKNOW) in GetFont() 1425 eFamily = FAMILY_SWISS; in GetFont() 1430 if (eFamily==FAMILY_DONTKNOW) in GetFont() [all …]
|
/trunk/main/sc/source/ui/undo/ |
H A D | undostyl.cxx | 105 eFamily( eFam ), in ScUndoModifyStyle() 117 sal_uInt16 nId = (eFamily == SFX_STYLE_FAMILY_PARA) ? in GetComment() 225 DoChange( pDocShell, aNewData.GetName(), eFamily, aOldData ); in Undo() 232 DoChange( pDocShell, aOldData.GetName(), eFamily, aNewData ); in Redo()
|
/trunk/main/sfx2/source/doc/ |
H A D | objcont.cxx | 499 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/sc/source/ui/view/ |
H A D | formatsh.cxx | 307 SfxStyleFamily eFamily = SFX_STYLE_FAMILY_PARA; in ExecuteStyle() local 316 eFamily = SFX_STYLE_FAMILY_PARA; in ExecuteStyle() 319 eFamily = SFX_STYLE_FAMILY_PAGE; in ExecuteStyle() 327 pStylePool->SetSearchMask( eFamily, SFXSTYLEBIT_ALL ); in ExecuteStyle() 344 pStyleSheet = &(pStylePool->Make( aStyleName, eFamily, in ExecuteStyle() 383 pStyleSheet = pStylePool->Find( aStyleName, eFamily ); in ExecuteStyle() 404 pStyleSheet = pStylePool->Find( aStyleName, eFamily ); in ExecuteStyle() 439 switch ( eFamily ) in ExecuteStyle() 536 pStyleSheet = &pStylePool->Make( aStyleName, eFamily, in ExecuteStyle() 668 pStyleSheet = &pStylePool->Make( aStyleName, eFamily, in ExecuteStyle() [all …]
|
/trunk/main/sd/source/ui/func/ |
H A D | futempl.cxx | 321 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/sw/source/core/inc/ |
H A D | swfont.hxx | 109 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/xmloff/source/style/ |
H A D | fonthdl.cxx | 229 FontFamily eFamily = (FontFamily)nFamily; in exportXML() local 230 if( eFamily != FAMILY_DONTKNOW ) in exportXML() 231 bRet = SvXMLUnitConverter::convertEnum( aOut, eFamily, lcl_getFontFamilyGenericMapping() ); in exportXML()
|
/trunk/main/sw/source/filter/ww8/ |
H A D | wrtw8num.cxx | 439 FontFamily eFamily=FAMILY_DECORATIVE; in AbstractNumberingDefinitions() local 454 eFamily = pBulletFont->GetFamily(); in AbstractNumberingDefinitions() 537 eFamily, eChrSet, HackIsWW8OrHigher() ); in AbstractNumberingDefinitions() 786 FontFamily eFamily = FAMILY_DECORATIVE; in SubstituteBullet() local 823 eFamily = FAMILY_SWISS; in SubstituteBullet()
|
/trunk/main/sd/source/ui/view/ |
H A D | viewshe3.cxx | 120 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/svl/inc/svl/ |
H A D | srchitem.hxx | 63 SfxStyleFamily eFamily; // Vorlagen-Familie member in SvxSearchItem 131 SfxStyleFamily GetFamily() const { return eFamily; } in GetFamily() 133 { eFamily = eNewFamily; } in SetFamily()
|