Lines Matching refs:nFamily

282 			const sal_uInt16 nFamily = ((const SfxUInt16Item*)pItem)->GetValue();  in ExecStyleSheet()  local
297 nRet = Edit( sName, sParent, nFamily, nMask, sal_True, 0, 0, rReq.IsAPI() ); in ExecStyleSheet()
343 sal_uInt16 nFamily = SFX_STYLE_FAMILY_PARA; in ExecStyleSheet() local
348 nFamily = SFX_STYLE_FAMILY_PARA; in ExecStyleSheet()
389 nFamily = ((const SfxUInt16Item*)pItem)->GetValue(); in ExecStyleSheet()
395 nFamily = SFX_STYLE_FAMILY_CHAR; in ExecStyleSheet()
398 nFamily = SFX_STYLE_FAMILY_PARA; in ExecStyleSheet()
401 nFamily = SFX_STYLE_FAMILY_PAGE; in ExecStyleSheet()
404 nFamily = SFX_STYLE_FAMILY_FRAME; in ExecStyleSheet()
407 nFamily = SFX_STYLE_FAMILY_PSEUDO; in ExecStyleSheet()
419 switch( nFamily ) in ExecStyleSheet()
457 nRet = Edit(aParam, aEmptyStr, nFamily, nMask, sal_False, 0, pActShell ); in ExecStyleSheet()
460 nRet = Delete(aParam, nFamily); in ExecStyleSheet()
464 nRet = ApplyStyles(aParam, nFamily, pActShell, rReq.GetModifier() ); in ExecStyleSheet()
467 nRet = DoWaterCan(aParam, nFamily); in ExecStyleSheet()
470 nRet = UpdateStyle(aParam, nFamily, pActShell); in ExecStyleSheet()
474 nRet = MakeByExample(aParam, nFamily, nMask, pActShell ); in ExecStyleSheet()
510 const sal_uInt16 nFamily, in Edit() argument
530 pStyle = &mxBasePool->Make( rName, (SfxStyleFamily)nFamily, nMask ); in Edit()
534 switch( nFamily ) in Edit()
615 pStyle = mxBasePool->Find( rName, (SfxStyleFamily)nFamily ); in Edit()
625 if( SFX_STYLE_FAMILY_PARA == nFamily ) in Edit()
648 else if( SFX_STYLE_FAMILY_CHAR == nFamily ) in Edit()
661 if(SFX_STYLE_FAMILY_PAGE == nFamily || SFX_STYLE_FAMILY_PARA == nFamily) in Edit()
693 0, *(xTmp.get()), nFamily, nSlot, in Edit()
710 if( SFX_STYLE_FAMILY_PARA == nFamily ) in Edit()
722 if(SFX_STYLE_FAMILY_PAGE == nFamily) in Edit()
731 if( SFX_STYLE_FAMILY_CHAR == nFamily ) in Edit()
746 if( SFX_STYLE_FAMILY_PAGE == nFamily && SvtLanguageOptions().IsCTLFontEnabled() ) in Edit()
757 if(SFX_STYLE_FAMILY_FRAME == nFamily || SFX_STYLE_FAMILY_PARA == nFamily) in Edit()
767 if(SFX_STYLE_FAMILY_PAGE == nFamily) in Edit()
819 if( SFX_STYLE_FAMILY_PARA == nFamily ) in Edit()
824 if( SFX_STYLE_FAMILY_CHAR == nFamily ) in Edit()
838 if(SFX_STYLE_FAMILY_PAGE == nFamily) in Edit()
860 sal_uInt16 SwDocShell::Delete(const String &rName, sal_uInt16 nFamily) in Delete() argument
862 SfxStyleSheetBase *pStyle = mxBasePool->Find(rName, (SfxStyleFamily)nFamily); in Delete()
884 const sal_uInt16 nFamily, in ApplyStyles() argument
888 … SwDocStyleSheet* pStyle = (SwDocStyleSheet*) mxBasePool->Find( rName, (SfxStyleFamily) nFamily ); in ApplyStyles()
900 switch (nFamily) in ApplyStyles()
939 return nFamily; in ApplyStyles()
948 sal_uInt16 SwDocShell::DoWaterCan(const String &rName, sal_uInt16 nFamily) in DoWaterCan() argument
958 aTemplate.eType = nFamily; in DoWaterCan()
963 (SwDocStyleSheet*)mxBasePool->Find(rName, (SfxStyleFamily)nFamily); in DoWaterCan()
966 if(!pStyle) return nFamily; in DoWaterCan()
968 switch(nFamily) in DoWaterCan()
996 return nFamily; in DoWaterCan()
1004 sal_uInt16 SwDocShell::UpdateStyle(const String &rName, sal_uInt16 nFamily, SwWrtShell* pShell) in UpdateStyle() argument
1010 (SwDocStyleSheet*)mxBasePool->Find(rName, (SfxStyleFamily)nFamily); in UpdateStyle()
1013 return nFamily; in UpdateStyle()
1015 switch(nFamily) in UpdateStyle()
1090 return nFamily; in UpdateStyle()
1098 sal_uInt16 SwDocShell::MakeByExample( const String &rName, sal_uInt16 nFamily, in MakeByExample() argument
1103 rName, (SfxStyleFamily)nFamily ); in MakeByExample()
1114 (SfxStyleFamily)nFamily, nMask ); in MakeByExample()
1117 switch(nFamily) in MakeByExample()
1254 return nFamily; in MakeByExample()