Home
last modified time | relevance | path

Searched refs:nFamily (Results 1 – 25 of 95) sorted by relevance

1234

/trunk/main/xmloff/source/style/
H A Dxmlaustp.cxx74 sal_Int32 nFamily, in exportStyleAttributes() argument
81 if ( XML_STYLE_FAMILY_CONTROL_ID == nFamily ) in exportStyleAttributes()
99 …if( (XML_STYLE_FAMILY_SD_GRAPHICS_ID == nFamily) || (XML_STYLE_FAMILY_SD_PRESENTATION_ID == nFamil… in exportStyleAttributes()
158 if( nFamily == XML_STYLE_FAMILY_PAGE_MASTER ) in exportStyleAttributes()
190 sal_Int32 nFamily, in exportStyleContent() argument
197 if( nFamily == XML_STYLE_FAMILY_PAGE_MASTER ) in exportStyleContent()
300 sal_Int32 nFamily, in AddFamily() argument
307 AddFamily( nFamily, rStrName, xTmp, aStrPrefix, bAsFamily ); in AddFamily()
311 sal_Int32 nFamily, in AddFamily() argument
317 pImpl->AddFamily( nFamily, rStrName, rMapper, rStrPrefix, bAsFamily ); in AddFamily()
[all …]
H A Dxmlstyle.cxx225 sal_uInt16 nFamily; member in SvXMLStyleIndex_Impl
232 nFamily( nFam ), in SvXMLStyleIndex_Impl()
239 nFamily( pStl->GetFamily() ), in SvXMLStyleIndex_Impl()
245 sal_uInt16 GetFamily() const { return nFamily; } in GetFamily()
304 const SvXMLStyleContext *FindStyleChildContext( sal_uInt16 nFamily,
351 sal_uInt16 nFamily, in FindStyleChildContext() argument
382 SvXMLStyleIndex_Impl aIndex( nFamily, rName ); in FindStyleChildContext()
392 if( pS->GetFamily() == nFamily && in FindStyleChildContext()
446 sal_uInt16 nFamily = 0; in CreateStyleChildContext() local
459 nFamily = GetFamily( rValue ); in CreateStyleChildContext()
[all …]
H A Dimpastp4.cxx80 sal_Int32 nFamily, in AddFamily() argument
99 …XMLFamilyData_Impl *pFamily = new XMLFamilyData_Impl( nFamily, rStrName, rMapper, aPrefix, bAsFami… in AddFamily()
111 void SvXMLAutoStylePoolP_Impl::RegisterName( sal_Int32 nFamily, const OUString& rName ) in RegisterName() argument
116 XMLFamilyData_Impl aTmp( nFamily ); in RegisterName()
179 sal_Bool SvXMLAutoStylePoolP_Impl::Add(OUString& rName, sal_Int32 nFamily, in Add() argument
189 XMLFamilyData_Impl aTemporary( nFamily ); in Add()
231 sal_Bool SvXMLAutoStylePoolP_Impl::AddNamed(const OUString& rName, sal_Int32 nFamily, in AddNamed() argument
239 XMLFamilyData_Impl aTemporary( nFamily ); in AddNamed()
272 OUString SvXMLAutoStylePoolP_Impl::AddToCache( sal_Int32 nFamily, in AddToCache() argument
278 XMLFamilyData_Impl aTmp( nFamily ); in AddToCache()
[all …]
H A Dimpastpl.hxx71 XMLFamilyData_Impl( sal_Int32 nFamily, const ::rtl::OUString& rStrName,
75 XMLFamilyData_Impl( sal_Int32 nFamily ) : in XMLFamilyData_Impl() argument
77 mnFamily( nFamily ), mpParentList( NULL ), in XMLFamilyData_Impl()
181 void AddFamily( sal_Int32 nFamily, const ::rtl::OUString& rStrName,
184 void RegisterName( sal_Int32 nFamily, const ::rtl::OUString& rName );
192 sal_Bool Add( ::rtl::OUString& rName, sal_Int32 nFamily,
197 sal_Bool AddNamed( const ::rtl::OUString& rName, sal_Int32 nFamily,
201 ::rtl::OUString AddToCache( sal_Int32 nFamily,
203 ::rtl::OUString Find( sal_Int32 nFamily, const ::rtl::OUString& rParent,
206 ::rtl::OUString FindAndRemoveCached( sal_Int32 nFamily ) const;
[all …]
H A Dprstylei.cxx91 sal_uInt16 nFamily, in XMLPropStyleContext() argument
93 : SvXMLStyleContext(rImport, nPrfx, rLName, xAttrList, nFamily, bDefault), in XMLPropStyleContext()
179 sal_uInt32 nFamily = 0; in CreateChildContext() local
183 nFamily = XML_TYPE_PROP_GRAPHIC; in CreateChildContext()
185 nFamily = XML_TYPE_PROP_DRAWING_PAGE; in CreateChildContext()
187 nFamily = XML_TYPE_PROP_TEXT; in CreateChildContext()
189 nFamily = XML_TYPE_PROP_PARAGRAPH; in CreateChildContext()
191 nFamily = XML_TYPE_PROP_RUBY; in CreateChildContext()
193 nFamily = XML_TYPE_PROP_SECTION; in CreateChildContext()
195 nFamily = XML_TYPE_PROP_TABLE; in CreateChildContext()
[all …]
H A DXMLFontAutoStylePool.cxx60 sal_Int16 nFamily; member in XMLFontAutoStylePoolEntry_Impl
70 sal_Int16 nFamily,
77 sal_Int16 nFamily,
84 sal_Int16 GetFamily() const { return nFamily; } in GetFamily()
100 nFamily( nFam ), in XMLFontAutoStylePoolEntry_Impl()
114 nFamily( nFam ), in XMLFontAutoStylePoolEntry_Impl()
164 sal_Int16 nFamily, in Add() argument
169 XMLFontAutoStylePoolEntry_Impl aTmp( rFamilyName, rStyleName, nFamily, in Add()
207 nFamily, nPitch, eEnc ); in Add()
218 sal_Int16 nFamily, in Find() argument
[all …]
H A Dstyleexp.cxx394 sal_Bool bUsed, sal_uInt16 nFamily, const OUString* pPrefix)
399 exportStyleFamily( sFamily, rXMLFamily, xExpPropMapper, bUsed, nFamily,
406 sal_Bool bUsed, sal_uInt16 nFamily, const OUString* pPrefix)
410 exportStyleFamily( rFamily, rXMLFamily, xExpPropMapper, bUsed, nFamily,
419 sal_Bool bUsed, sal_uInt16 nFamily, const OUString* pPrefix) in exportStyleFamily() argument
422 exportStyleFamily( sFamily, rXMLFamily, rPropMapper, bUsed, nFamily, in exportStyleFamily()
429 sal_Bool bUsed, sal_uInt16 nFamily, const OUString* pPrefix) in exportStyleFamily() argument
503 pAutoStylePool->RegisterName( nFamily, xStyle->getName() ); in exportStyleFamily()
/trunk/main/sw/source/ui/app/
H A Ddocst.cxx282 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()
[all …]
H A Ddocstyle.cxx492 switch(nFamily) in GetParent()
557 switch(nFamily) in HasFollowSupport()
578 switch(nFamily) in HasParentSupport()
592 switch(nFamily) in HasClearParentSupport()
612 if ( SFX_STYLE_FAMILY_PAGE == nFamily ) in GetDescription()
651 else if ( SFX_STYLE_FAMILY_FRAME == nFamily || in GetDescription()
652 SFX_STYLE_FAMILY_PARA == nFamily) in GetDescription()
806 else if( SFX_STYLE_FAMILY_PSEUDO == nFamily ) in GetDescription()
842 switch(nFamily) in SetName()
961 switch(nFamily) in SetParent()
[all …]
/trunk/main/sw/source/filter/xml/
H A Dxmlfmt.cxx297 sal_uInt16 nFamily,
340 sal_uInt16 nFamily, in SwXMLTextStyleContext_Impl() argument
342 XMLTextStyleContext( rImport, nPrfx, rLName, xAttrList, rStyles, nFamily ), in SwXMLTextStyleContext_Impl()
483 sal_uInt16 nFamily);
586 sal_uInt16 nFamily ) : in SwXMLItemSetStyleContext_Impl() argument
587 SvXMLStyleContext( rImport, nPrfx, rLName, xAttrList, nFamily ), in SwXMLItemSetStyleContext_Impl()
751 virtual SvXMLStyleContext *CreateStyleStyleChildContext( sal_uInt16 nFamily,
755 sal_uInt16 nFamily, sal_uInt16 nPrefix, const OUString& rLocalName,
759 sal_uInt16 nFamily ) const;
762 GetStylesContainer( sal_uInt16 nFamily ) const;
[all …]
/trunk/main/xmloff/inc/xmloff/
H A Dxmlaustp.hxx52 sal_Int32 nFamily,
62 sal_Int32 nFamily,
84 …void AddFamily( sal_Int32 nFamily, const ::rtl::OUString& rStrName, SvXMLExportPropertyMapper* pMa…
85 void AddFamily( sal_Int32 nFamily, const ::rtl::OUString& rStrName,
90 void RegisterName( sal_Int32 nFamily, const ::rtl::OUString& rName );
103 ::rtl::OUString Add( sal_Int32 nFamily, const ::std::vector< XMLPropertyState >& rProperties );
104 …::rtl::OUString Add( sal_Int32 nFamily, const ::rtl::OUString& rParent, const ::std::vector< XMLPr…
105 …sal_Bool Add( ::rtl::OUString& rName, sal_Int32 nFamily, const ::std::vector< XMLPropertySt…
106 …sal_Bool Add( ::rtl::OUString& rName, sal_Int32 nFamily, const ::rtl::OUString& rParent, co…
109 …sal_Bool AddNamed( const ::rtl::OUString& rName, sal_Int32 nFamily, const ::rtl::OUString& …
[all …]
H A Dxmlstyle.hxx102 sal_uInt16 nFamily=0, sal_Bool bDefaultStyle = sal_False );
203 virtual SvXMLStyleContext *CreateStyleStyleChildContext( sal_uInt16 nFamily,
209 sal_uInt16 nFamily, sal_uInt16 nPrefix,
214 virtual sal_Bool InsertStyleFamily( sal_uInt16 nFamily ) const;
240 sal_uInt16 nFamily,
245 sal_uInt16 nFamily ) const;
249 GetStylesContainer( sal_uInt16 nFamily ) const;
250 virtual ::rtl::OUString GetServiceName( sal_uInt16 nFamily ) const;
253 GetAutoStyles( sal_uInt16 nFamily ) const;
/trunk/main/reportdesign/source/filter/xml/
H A DxmlStyleImport.cxx89 SvXMLStylesContext& rStyles, sal_uInt16 nFamily, sal_Bool bDefaultStyle ) : in DBG_NAME()
90 XMLPropStyleContext( rImport, nPrfx, rLName, xAttrList, rStyles, nFamily, bDefaultStyle ), in DBG_NAME()
212 sal_uInt16 nFamily ) const in GetImportPropertyMapper()
214 …erence < SvXMLImportPropertyMapper > xMapper(SvXMLStylesContext::GetImportPropertyMapper(nFamily)); in GetImportPropertyMapper()
219 switch( nFamily ) in GetImportPropertyMapper()
269 sal_uInt16 nFamily, sal_uInt16 nPrefix, const ::rtl::OUString& rLocalName, in CreateDefaultStyleStyleChildContext() argument
274 switch( nFamily ) in CreateDefaultStyleStyleChildContext()
282 pStyle = SvXMLStylesContext::CreateDefaultStyleStyleChildContext( nFamily, in CreateDefaultStyleStyleChildContext()
292 sal_uInt16 nFamily, sal_uInt16 nPrefix, const ::rtl::OUString& rLocalName, in CreateStyleStyleChildContext() argument
295 SvXMLStyleContext *pStyle = SvXMLStylesContext::CreateStyleStyleChildContext( nFamily, nPrefix, in CreateStyleStyleChildContext()
[all …]
/trunk/main/dbaccess/source/filter/xml/
H A DxmlStyleImport.cxx106 SvXMLStylesContext& rStyles, sal_uInt16 nFamily, sal_Bool bDefaultStyle ) in DBG_NAME()
107 :XMLPropStyleContext( rImport, nPrfx, rLName, xAttrList, rStyles, nFamily, bDefaultStyle ) in DBG_NAME()
240 sal_uInt16 nFamily ) const in GetImportPropertyMapper()
242 …rence < SvXMLImportPropertyMapper > xMapper = SvXMLStylesContext::GetImportPropertyMapper(nFamily); in GetImportPropertyMapper()
246 switch( nFamily ) in GetImportPropertyMapper()
276 sal_uInt16 nFamily, sal_uInt16 nPrefix, const ::rtl::OUString& rLocalName, in CreateStyleStyleChildContext() argument
279 SvXMLStyleContext *pStyle = SvXMLStylesContext::CreateStyleStyleChildContext( nFamily, nPrefix, in CreateStyleStyleChildContext()
284 switch( nFamily ) in CreateStyleStyleChildContext()
290 xAttrList, *this, nFamily ); in CreateStyleStyleChildContext()
299 OTableStylesContext::GetStylesContainer( sal_uInt16 nFamily ) const in GetStylesContainer()
[all …]
/trunk/main/sc/source/filter/xml/
H A Dxmlstyli.cxx465 SvXMLStylesContext& rStyles, sal_uInt16 nFamily, sal_Bool bDefaultStyle ) : in XMLTableStyleContext() argument
466 XMLPropStyleContext( rImport, nPrfx, rLName, xAttrList, rStyles, nFamily, bDefaultStyle ), in XMLTableStyleContext()
624 sal_uInt16 nFamily, sal_uInt16 nPrefix, const OUString& rLocalName, in CreateStyleStyleChildContext() argument
629 if (nFamily == XML_STYLE_FAMILY_TEXT_PARAGRAPH || nFamily == XML_STYLE_FAMILY_TEXT_TEXT) in CreateStyleStyleChildContext()
631 xAttrList, *this, nFamily ); in CreateStyleStyleChildContext()
634 nFamily, nPrefix, rLocalName, xAttrList ); in CreateStyleStyleChildContext()
638 switch( nFamily ) in CreateStyleStyleChildContext()
645 xAttrList, *this, nFamily ); in CreateStyleStyleChildContext()
654 sal_uInt16 nFamily, sal_uInt16 nPrefix, const OUString& rLocalName, in CreateDefaultStyleStyleChildContext() argument
657 …SvXMLStyleContext *pStyle(SvXMLStylesContext::CreateDefaultStyleStyleChildContext( nFamily, nPrefi… in CreateDefaultStyleStyleChildContext()
[all …]
H A Dxmlstyli.hxx140 SvXMLStylesContext& rStyles, sal_uInt16 nFamily, sal_Bool bDefaultStyle = sal_False );
197 sal_uInt16 nFamily,
203 sal_uInt16 nFamily, sal_uInt16 nPrefix,
227 sal_uInt16 nFamily ) const;
230 GetStylesContainer( sal_uInt16 nFamily ) const;
231 virtual ::rtl::OUString GetServiceName( sal_uInt16 nFamily ) const;
244 virtual SvXMLStyleContext *CreateStyleStyleChildContext( sal_uInt16 nFamily,
249 virtual sal_Bool InsertStyleFamily( sal_uInt16 nFamily ) const;
313 SvXMLStylesContext& rStyles, sal_uInt16 nFamily,
/trunk/main/xmloff/source/text/
H A DXMLTextShapeStyleContext.cxx60 sal_uInt32 nFamily,
78 sal_uInt32 nFamily, in XMLTextShapePropertySetContext_Impl() argument
81 XMLShapePropertySetContext( rImport, nPrfx, rLName, xAttrList, nFamily, in XMLTextShapePropertySetContext_Impl()
159 SvXMLStylesContext& rStyles, sal_uInt16 nFamily, in XMLTextShapeStyleContext() argument
162 nFamily ), in XMLTextShapeStyleContext()
181 sal_uInt32 nFamily = 0; in CreateChildContext() local
183 nFamily = XML_TYPE_PROP_TEXT; in CreateChildContext()
185 nFamily = XML_TYPE_PROP_PARAGRAPH; in CreateChildContext()
187 nFamily = XML_TYPE_PROP_GRAPHIC; in CreateChildContext()
188 if( nFamily ) in CreateChildContext()
[all …]
H A Dtxtstyli.cxx138 SvXMLStylesContext& rStyles, sal_uInt16 nFamily, in XMLTextStyleContext() argument
140 : XMLPropStyleContext( rImport, nPrfx, rLName, xAttrList, rStyles, nFamily, bDefaultStyle ) in XMLTextStyleContext()
172 sal_uInt32 nFamily = 0; in CreateChildContext() local
174 nFamily = XML_TYPE_PROP_TEXT; in CreateChildContext()
176 nFamily = XML_TYPE_PROP_PARAGRAPH; in CreateChildContext()
178 nFamily = XML_TYPE_PROP_SECTION; in CreateChildContext()
180 nFamily = XML_TYPE_PROP_TABLE; in CreateChildContext()
182 nFamily = XML_TYPE_PROP_TABLE_ROW; in CreateChildContext()
183 if( nFamily ) in CreateChildContext()
190 nFamily, in CreateChildContext()
/trunk/main/svl/source/items/
H A Dstyle.cxx136 , nFamily( eFam ) in SfxStyleSheetBase()
153 , nFamily( r.nFamily ) in SfxStyleSheetBase()
222 SfxStyleSheetBase *pOther = rPool.Find( rName, nFamily ) ; in SetName()
229 rPool.SetSearchMask(nFamily); in SetName()
274 SfxStyleSheetBase* pIter = rPool.Find(rName, nFamily); in SetParent()
286 pIter = rPool.Find(pIter->GetParent(), nFamily); in SetParent()
305 if( !rPool.Find( rName, nFamily ) ) in SetFollow()
939 sal_uInt16 nFamily, nStyleMask,nCount; in Load() local
944 rStream >> nFamily >> nStyleMask; in Load()
948 SfxStyleSheetBase& rSheet = Make( aName, (SfxStyleFamily)nFamily , nStyleMask); in Load()
[all …]
/trunk/main/xmloff/source/chart/
H A DXMLChartStyleContext.cxx74 SvXMLStylesContext& rStyles, sal_uInt16 nFamily ) : in XMLChartStyleContext() argument
76 XMLShapeStyleContext( rImport, nPrfx, rLName, xAttrList, rStyles, nFamily ), in XMLChartStyleContext()
132 sal_uInt32 nFamily = 0; in CreateChildContext() local
134 nFamily = XML_TYPE_PROP_TEXT; in CreateChildContext()
136 nFamily = XML_TYPE_PROP_PARAGRAPH; in CreateChildContext()
138 nFamily = XML_TYPE_PROP_GRAPHIC; in CreateChildContext()
140 nFamily = XML_TYPE_PROP_CHART; in CreateChildContext()
141 if( nFamily ) in CreateChildContext()
147 GetImport(), nPrefix, rLocalName, xAttrList, nFamily, in CreateChildContext()
/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()
207 … SfxStyleSheetBase *p = pSSPool->Find(aStyleName, (SfxStyleFamily) nFamily, SFXSTYLEBIT_ALL ); 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()
[all …]
/trunk/main/sfx2/source/dialog/
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/xmloff/source/draw/
H A Dximpstyl.cxx157 sal_uInt16 nFamily = XML_STYLE_FAMILY_SD_DRAWINGPAGE_ID);
181 sal_uInt16 nFamily) in SdXMLDrawingPageStyleContext() argument
182 : XMLPropStyleContext(rImport, nPrfx, rLName, xAttrList, rStyles, nFamily ) in SdXMLDrawingPageStyleContext()
1109 sal_uInt16 nFamily, in CreateStyleStyleChildContext() argument
1116 switch( nFamily ) in CreateStyleStyleChildContext()
1124 …ontext = new XMLShapeStyleContext( GetSdImport(), nPrefix, rLocalName, xAttrList, *this, nFamily ); in CreateStyleStyleChildContext()
1130 …pContext = SvXMLStylesContext::CreateStyleStyleChildContext(nFamily, nPrefix, rLocalName, xAttrLis… in CreateStyleStyleChildContext()
1138 sal_uInt16 nFamily, in CreateDefaultStyleStyleChildContext() argument
1145 switch( nFamily ) in CreateDefaultStyleStyleChildContext()
1154 …pContext = SvXMLStylesContext::CreateDefaultStyleStyleChildContext(nFamily, nPrefix, rLocalName, x… in CreateDefaultStyleStyleChildContext()
[all …]
H A DXMLShapeStyleContext.cxx66 sal_uInt16 nFamily) in XMLShapeStyleContext() argument
67 : XMLPropStyleContext(rImport, nPrfx, rLName, xAttrList, rStyles, nFamily ), in XMLShapeStyleContext()
112 sal_uInt32 nFamily = 0; in CreateChildContext() local
114 nFamily = XML_TYPE_PROP_TEXT; in CreateChildContext()
116 nFamily = XML_TYPE_PROP_PARAGRAPH; in CreateChildContext()
118 nFamily = XML_TYPE_PROP_GRAPHIC; in CreateChildContext()
119 if( nFamily ) in CreateChildContext()
126 nFamily, in CreateChildContext()
H A DXMLGraphicsDefaultStyle.cxx72 sal_uInt32 nFamily = 0; in CreateChildContext() local
74 nFamily = XML_TYPE_PROP_TEXT; in CreateChildContext()
76 nFamily = XML_TYPE_PROP_PARAGRAPH; in CreateChildContext()
78 nFamily = XML_TYPE_PROP_GRAPHIC; in CreateChildContext()
79 if( nFamily ) in CreateChildContext()
83 …XMLShapePropertySetContext( GetImport(), nPrefix, rLocalName, xAttrList, nFamily, GetProperties(),… in CreateChildContext()

1234