Home
last modified time | relevance | path

Searched refs:nFamily (Results 26 – 50 of 95) sorted by path

1234

/trunk/main/sd/source/core/
H A Dstlfamily.cxx101 …leFamily::SdStyleFamily( const rtl::Reference< SfxStyleSheetPool >& xPool, SfxStyleFamily nFamily ) in SdStyleFamily() argument
102 : mnFamily( nFamily ) in SdStyleFamily()
H A Dstlsheet.cxx212 if (nFamily != SD_STYLE_FAMILY_PSEUDO) in SetParent()
216 SfxStyleSheetBase* pStyle = rPool.Find(rParentName, nFamily); in SetParent()
248 if (nFamily == SD_STYLE_FAMILY_GRAPHICS || nFamily == SD_STYLE_FAMILY_MASTERPAGE) in GetItemSet()
277 else if( nFamily == SD_STYLE_FAMILY_CELL ) in GetItemSet()
571 if (nId == SFX_HINT_DATACHANGED && nFamily == SD_STYLE_FAMILY_PSEUDO) in Notify()
593 SfxStyleFamily eFamily = nFamily; in AdjustToFontHeight()
1045 SdStyleSheet* pParentStyle = static_cast< SdStyleSheet* >( mxPool->Find( GetParent(), nFamily ) ); in getParentStyle()
1066 if( pStyle && (pStyle->nFamily == nFamily) && (pStyle->msApiName == rParentName) ) in setParentStyle()
1194 if( nFamily == SD_STYLE_FAMILY_MASTERPAGE ) in getPropertyValue()
1201 aAny <<= GetFamilyString(nFamily); in getPropertyValue()
[all …]
/trunk/main/sd/source/filter/eppt/
H A Deppt.hxx224 …FontCollectionEntry( const String& rName, sal_Int16 nFamily, sal_Int16 nPitch, sal_Int16 nCharSet … in FontCollectionEntry()
226 Family ( nFamily ), in FontCollectionEntry()
/trunk/main/sd/source/ui/func/
H A Dfutempl.cxx123 sal_uInt16 nFamily = USHRT_MAX; in DoExecute() local
127 nFamily = ( (const SfxUInt16Item &) pArgs->Get( SID_STYLE_FAMILY ) ).GetValue(); in DoExecute()
135 nFamily = SD_STYLE_FAMILY_GRAPHICS; in DoExecute()
137 nFamily = SD_STYLE_FAMILY_PSEUDO; in DoExecute()
181 SfxStyleSheetBase *p = pSSPool->Find(aStyleName, (SfxStyleFamily) nFamily, SFXSTYLEBIT_ALL ); in DoExecute()
187 pStyleSheet = &pSSPool->Make( aStyleName, (SfxStyleFamily) nFamily, SFXSTYLEBIT_USERDEF ); in DoExecute()
213 pStyleSheet = &pSSPool->Make( aStyleName, (SfxStyleFamily) nFamily, SFXSTYLEBIT_USERDEF ); in DoExecute()
220 pStyleSheet = pSSPool->Find( aStyleName, (SfxStyleFamily) nFamily); in DoExecute()
224 pStyleSheet = pSSPool->Find( aStyleName, (SfxStyleFamily) nFamily); in DoExecute()
239 pStyleSheet = pSSPool->Find( aStyleName, (SfxStyleFamily) nFamily); in DoExecute()
[all …]
/trunk/main/sd/source/ui/view/
H A Dviewshe3.cxx106 sal_uInt16 nFamily = (sal_uInt16)GetDocSh()->GetStyleFamily(); in GetMenuState() local
122 nFamily = 2; in GetMenuState()
124 nFamily = 3; in GetMenuState()
126 nFamily = 5; in GetMenuState()
128 GetDocSh()->SetStyleFamily(nFamily); in GetMenuState()
132 rSet.Put(SfxUInt16Item(SID_STYLE_FAMILY, nFamily )); in GetMenuState()
/trunk/main/sfx2/inc/sfx2/
H A Dstyfitem.hxx60 sal_uInt16 nFamily; member in SfxStyleFamilyItem
70 SfxStyleFamily GetFamily() const { return (SfxStyleFamily)nFamily; } in GetFamily()
/trunk/main/sfx2/source/dialog/
H A Dstyfitem.cxx82 nFamily = (sal_uInt16)ReadLongRes(); in SfxStyleFamilyItem()
85 nFamily = SFX_STYLE_FAMILY_PARA; in SfxStyleFamilyItem()
H A Dtempldlg.cxx1156 sal_uInt16 SfxCommonTemplateDialog_Impl::SfxFamilyIdToNId( SfxStyleFamily nFamily ) in SfxFamilyIdToNId() argument
1158 switch ( nFamily ) in SfxFamilyIdToNId()
1824 sal_uInt16 nId, const String &rStr, const String& rRefStr, sal_uInt16 nFamily, in Execute_Impl() argument
1829 SfxUInt16Item aFamily(SID_STYLE_FAMILY, nFamily); in Execute_Impl()
H A Dtplcitem.cxx89 sal_uInt16 nFamily = 0; in StateChanged() local
93 nFamily = 1; break; in StateChanged()
95 nFamily = 2; break; in StateChanged()
97 nFamily = 3; break; in StateChanged()
99 nFamily = 4; break; in StateChanged()
101 nFamily = 5; break; in StateChanged()
104 rTemplateDlg.EnableFamilyItem( nFamily, !bDisable ); in StateChanged()
/trunk/main/sfx2/source/inc/
H A Dtempldgi.hxx207 sal_uInt16 nFamily, sal_uInt16 nMask = 0,
274 static sal_uInt16 SfxFamilyIdToNId( SfxStyleFamily nFamily );
/trunk/main/starmath/source/
H A Dcfgitem.cxx234 nFamily = FAMILY_DONTKNOW; in SmFontFormat()
245 nFamily = (sal_Int16) rFont.GetFamily(); in SmFontFormat()
257 aRes.SetFamily( (FontFamily) nFamily ); in GetFont()
269 nFamily == rFntFmt.nFamily && in operator ==()
731 rFontFormat.nFamily = nTmp16; in ReadFontFormat()
798 pVal->Value <<= (sal_Int16) aFntFmt.nFamily; in SaveFontFormatList()
H A Dcfgitem.hxx60 sal_Int16 nFamily; member
H A Dunomodel.cxx731 aFont.SetFamily ( static_cast < FontFamily > (pDescriptor->nFamily ) ); in _setPropertyValues()
947 pDescriptor->nFamily = sal::static_int_cast< sal_Int16 >(rFont.GetFamily()); in _getPropertyValues()
/trunk/main/svl/inc/svl/
H A Dstyle.hxx87 SfxStyleFamily nFamily; // Familie member in SfxStyleSheetBase
136 SfxStyleFamily GetFamily() const { return nFamily; } in GetFamily()
/trunk/main/svl/source/items/
H A Dstyle.cxx136 , nFamily( eFam ) in SfxStyleSheetBase()
153 , nFamily( r.nFamily ) in SfxStyleSheetBase()
229 rPool.SetSearchMask(nFamily); in SetName()
305 if( !rPool.Find( rName, nFamily ) ) in SetFollow()
939 sal_uInt16 nFamily, nStyleMask,nCount; in Load() local
944 rStream >> nFamily >> nStyleMask; in Load()
1033 sal_uInt16 nFamily, nStyleMask,nCount; in Load1_Impl() local
1038 rStream >> nFamily >> nStyleMask; in Load1_Impl()
1143 pName->Insert( (sal_Unicode)nFamily, 0 ); in Store()
1189 String sFamily( (sal_Unicode)nFamily ); in Store()
[all …]
/trunk/main/sw/inc/
H A Ddocsh.hxx122 const sal_uInt16 nFamily,
129 SW_DLLPRIVATE sal_uInt16 Delete(const String &rName, sal_uInt16 nFamily);
133 const sal_uInt16 nFamily,
137 SW_DLLPRIVATE sal_uInt16 DoWaterCan( const String &rName, sal_uInt16 nFamily);
138 …SW_DLLPRIVATE sal_uInt16 UpdateStyle(const String &rName, sal_uInt16 nFamily, SwWrtShell* pShe…
140 sal_uInt16 nFamily, sal_uInt16 nMask, SwWrtShell* pShell = 0);
H A Ddocstyle.hxx103 void SetFamily(SfxStyleFamily eFam) { nFamily = eFam; } in SetFamily()
H A Dunostyle.hxx130 SwXStyleFamily(SwDocShell* pDocShell, sal_uInt16 nFamily);
/trunk/main/sw/source/core/unocore/
H A Dunostyle.cxx470 SwXStyleFamily::SwXStyleFamily(SwDocShell* pDocSh, sal_uInt16 nFamily) : in SwXStyleFamily() argument
471 eFamily((SfxStyleFamily)nFamily), in SwXStyleFamily()
4364 SwXAutoStyleFamily::SwXAutoStyleFamily(SwDocShell* pDocSh, IStyleAccess::SwAutoStyleFamily nFamily)… in SwXAutoStyleFamily() argument
4365 pDocShell( pDocSh ), eFamily(nFamily) in SwXAutoStyleFamily()
/trunk/main/sw/source/filter/xml/
H A Dxmlfmt.cxx297 sal_uInt16 nFamily,
340 sal_uInt16 nFamily, in SwXMLTextStyleContext_Impl() argument
483 sal_uInt16 nFamily);
586 sal_uInt16 nFamily ) : in SwXMLItemSetStyleContext_Impl() argument
759 sal_uInt16 nFamily ) const;
796 switch( nFamily ) in CreateStyleStyleChildContext()
832 switch( nFamily ) in CreateDefaultStyleStyleChildContext()
838 xAttrList, *this, nFamily, in CreateDefaultStyleStyleChildContext()
876 switch( nFamily ) in InsertStyleFamily()
907 sal_uInt16 nFamily ) const in GetImportPropertyMapper()
[all …]
H A Dxmlfmte.cxx274 sal_Int32 nFamily,
288 sal_Int32 nFamily, in exportStyleAttributes() argument
295 …SvXMLAutoStylePoolP::exportStyleAttributes( rAttrList, nFamily, rProperties, rPropExp, rUnitConver… in exportStyleAttributes()
297 if( XML_STYLE_FAMILY_TEXT_PARAGRAPH == nFamily ) in exportStyleAttributes()
H A Dxmlimp.hxx196 sal_Bool FindAutomaticStyle( sal_uInt16 nFamily,
H A Dxmlitemi.cxx364 sal_uInt16 nFamily, in CreateTableItemImportContext() argument
369 switch( nFamily ) in CreateTableItemImportContext()
/trunk/main/sw/source/ui/app/
H A Ddocst.cxx419 switch( nFamily ) in ExecStyleSheet()
534 switch( nFamily ) in Edit()
900 switch (nFamily) in ApplyStyles()
939 return nFamily; in ApplyStyles()
968 switch(nFamily) in DoWaterCan()
996 return nFamily; in DoWaterCan()
1013 return nFamily; in UpdateStyle()
1015 switch(nFamily) in UpdateStyle()
1090 return nFamily; in UpdateStyle()
1117 switch(nFamily) in MakeByExample()
[all …]
H A Ddocstyle.cxx492 switch(nFamily) in GetParent()
557 switch(nFamily) in HasFollowSupport()
578 switch(nFamily) in HasParentSupport()
592 switch(nFamily) in HasClearParentSupport()
842 switch(nFamily) in SetName()
961 switch(nFamily) in SetParent()
1019 switch(nFamily) in SetFollow()
1074 switch(nFamily) in GetItemSet()
1217 switch(nFamily) in SetItemSet()
1643 switch(nFamily) in FillStyleSheet()
[all …]

Completed in 168 milliseconds

1234