Lines Matching refs:eFamily

746 	eFamily( eFam )  in ScStyleFamilyObj()
777 SfxStyleSheetIterator aIter( pStylePool, eFamily ); in GetObjectByIndex_Impl()
783 return new ScStyleObj( pDocShell, eFamily, String (pStyle->GetName()) ); in GetObjectByIndex_Impl()
798 if ( pStylePool->Find( aString, eFamily ) ) in GetObjectByName_Impl()
799 return new ScStyleObj( pDocShell, eFamily, aString ); in GetObjectByName_Impl()
815 if ( pStyleObj && pStyleObj->GetFamily() == eFamily && in insertByName()
818 …tyleNameConversion::ProgrammaticToDisplayName( aName, sal::static_int_cast<sal_uInt16>(eFamily) )); in insertByName()
826 if ( !pStylePool->Find( aNameStr, eFamily ) ) // noch nicht vorhanden in insertByName()
828 (void)pStylePool->Make( aNameStr, eFamily, SFXSTYLEBIT_USERDEF ); in insertByName()
830 if ( eFamily == SFX_STYLE_FAMILY_PARA && !pDoc->IsImportingXML() ) in insertByName()
868 …tyleNameConversion::ProgrammaticToDisplayName( aName, sal::static_int_cast<sal_uInt16>(eFamily) )); in removeByName()
876 SfxStyleSheetBase* pStyle = pStylePool->Find( aString, eFamily ); in removeByName()
880 if ( eFamily == SFX_STYLE_FAMILY_PARA ) in removeByName()
925 SfxStyleSheetIterator aIter( pStylePool, eFamily ); in getCount()
964 …leNameConversion::ProgrammaticToDisplayName( aName, sal::static_int_cast<sal_uInt16>(eFamily) ) )); in getByName()
981 SfxStyleSheetIterator aIter( pStylePool, eFamily ); in getElementNames()
994 pStyle->GetName(), sal::static_int_cast<sal_uInt16>(eFamily) ); in getElementNames()
1008 …tyleNameConversion::ProgrammaticToDisplayName( aName, sal::static_int_cast<sal_uInt16>(eFamily) )); in hasByName()
1012 if ( pStylePool->Find( aString, eFamily ) ) in hasByName()
1039 switch ( eFamily ) in getPropertyValue()
1096 eFamily( eFam ), in ScStyleObj()
1180 return pStylePool->Find( aStyleName, eFamily ); in GetStyle_Impl()
1210 …rsion::DisplayToProgrammaticName( pStyle->GetParent(), sal::static_int_cast<sal_uInt16>(eFamily) ); in getParentStyle()
1222 if ( eFamily == SFX_STYLE_FAMILY_PARA && lcl_AnyTabProtected( *pDocShell->GetDocument() ) ) in setParentStyle()
1228 …eConversion::ProgrammaticToDisplayName( rParentStyle, sal::static_int_cast<sal_uInt16>(eFamily) )); in setParentStyle()
1235 if ( eFamily == SFX_STYLE_FAMILY_PARA ) in setParentStyle()
1266 …version::DisplayToProgrammaticName( pStyle->GetName(), sal::static_int_cast<sal_uInt16>(eFamily) ); in getName()
1278 if ( eFamily == SFX_STYLE_FAMILY_PARA && lcl_AnyTabProtected( *pDocShell->GetDocument() ) ) in setName()
1291 if ( eFamily == SFX_STYLE_FAMILY_PARA && !pDoc->IsImportingXML() ) in setName()
1295 sal_uInt16 nId = ( eFamily == SFX_STYLE_FAMILY_PARA ) ? in setName()
1325 if ( eFamily == SFX_STYLE_FAMILY_PAGE ) in GetStyleItemSet_Impl()
1595 if ( eFamily == SFX_STYLE_FAMILY_PARA && lcl_AnyTabProtected( *pDocShell->GetDocument() ) ) in setAllPropertiesToDefault()
1604 if ( eFamily == SFX_STYLE_FAMILY_PARA ) in setAllPropertiesToDefault()
1710 if ( eFamily == SFX_STYLE_FAMILY_PARA && lcl_AnyTabProtected( *pDocShell->GetDocument() ) ) in SetOnePropertyValueWithoutUpdate()
1715 if ( eFamily == SFX_STYLE_FAMILY_PAGE ) in SetOnePropertyValueWithoutUpdate()
1958 if(SFX_STYLE_FAMILY_PARA != eFamily) in SetOnePropertyValueWithoutUpdate()
1976 if(SFX_STYLE_FAMILY_PARA == eFamily) in StyleSheetChangedUpdate()
2140 sal_Bool bPage = ( eFamily == SFX_STYLE_FAMILY_PAGE ); in supportsService()
2149 sal_Bool bPage = ( eFamily == SFX_STYLE_FAMILY_PAGE ); in getSupportedServiceNames()