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
311 sal_Int32 nFamily, in AddFamily() argument
323 pImpl->RegisterName( nFamily, rName ); in RegisterName()
405 return pImpl->AddToCache( nFamily, rParent ); in AddAndCache()
[all …]
H A Dxmlstyle.cxx225 sal_uInt16 nFamily; member in SvXMLStyleIndex_Impl
232 nFamily( nFam ), in SvXMLStyleIndex_Impl()
351 sal_uInt16 nFamily, in FindStyleChildContext() argument
446 sal_uInt16 nFamily = 0; in CreateStyleChildContext() local
565 switch( nFamily ) in CreateStyleStyleChildContext()
609 sal_uInt16 nFamily = 0U; in GetFamily() local
661 return nFamily; in GetFamily()
669 switch( nFamily ) in GetImportPropertyMapper()
782 switch( nFamily ) in GetStylesContainer()
811 switch( nFamily ) in GetStylesContainer()
[all …]
H A Dimpastp4.cxx80 sal_Int32 nFamily, in AddFamily() argument
116 XMLFamilyData_Impl aTmp( nFamily ); in RegisterName()
189 XMLFamilyData_Impl aTemporary( nFamily ); in Add()
239 XMLFamilyData_Impl aTemporary( nFamily ); in AddNamed()
278 XMLFamilyData_Impl aTmp( nFamily ); in AddToCache()
308 XMLFamilyData_Impl aTemporary( nFamily ); in Find()
335 XMLFamilyData_Impl aTmp( nFamily ); in FindAndRemoveCached()
367 sal_Int32 nFamily, in exportXML() argument
377 XMLFamilyData_Impl aTmp( nFamily ); in exportXML()
468 nFamily, in exportXML()
[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
179 sal_uInt32 nFamily = 0; in CreateChildContext() local
183 nFamily = XML_TYPE_PROP_GRAPHIC; 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()
203 nFamily = XML_TYPE_PROP_CHART; in CreateChildContext()
205 if( nFamily ) 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.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 …]
/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 …]
/trunk/main/xmloff/inc/xmloff/
H A Dxmlaustp.hxx52 sal_Int32 nFamily,
62 sal_Int32 nFamily,
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 );
109 …sal_Bool AddNamed( const ::rtl::OUString& rName, sal_Int32 nFamily, const ::rtl::OUString& …
113 …::rtl::OUString Find( sal_Int32 nFamily, const ::std::vector< XMLPropertyState >& rProperties ) co…
117 …::rtl::OUString AddAndCache( sal_Int32 nFamily, const ::std::vector< XMLPropertyState >& rProperti…
119 ::rtl::OUString AddAndCache( sal_Int32 nFamily, const ::rtl::OUString& rParent );
121 ::rtl::OUString FindAndRemoveCached( sal_Int32 nFamily ) const;
[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.cxx212 sal_uInt16 nFamily ) const in GetImportPropertyMapper()
219 switch( nFamily ) in GetImportPropertyMapper()
274 switch( nFamily ) in CreateDefaultStyleStyleChildContext()
300 switch( nFamily ) in CreateStyleStyleChildContext()
307 xAttrList, *this, nFamily ); in CreateStyleStyleChildContext()
319 OReportStylesContext::GetStylesContainer( sal_uInt16 nFamily ) const in GetStylesContainer()
325 switch( nFamily ) in GetStylesContainer()
379 switch( nFamily ) in GetStylesContainer()
409 switch( nFamily ) in GetServiceName()
450 sal_uInt16 nFamily = SvXMLStylesContext::GetFamily(rFamily); in GetFamily() local
[all …]
/trunk/main/dbaccess/source/filter/xml/
H A DxmlStyleImport.cxx106 SvXMLStylesContext& rStyles, sal_uInt16 nFamily, sal_Bool bDefaultStyle ) in DBG_NAME()
240 sal_uInt16 nFamily ) const in GetImportPropertyMapper()
246 switch( nFamily ) in GetImportPropertyMapper()
276 sal_uInt16 nFamily, sal_uInt16 nPrefix, const ::rtl::OUString& rLocalName, in CreateStyleStyleChildContext() argument
284 switch( nFamily ) in CreateStyleStyleChildContext()
290 xAttrList, *this, nFamily ); in CreateStyleStyleChildContext()
299 OTableStylesContext::GetStylesContainer( sal_uInt16 nFamily ) const in GetStylesContainer()
301 Reference < XNameContainer > xStyles = SvXMLStylesContext::GetStylesContainer(nFamily); in GetStylesContainer()
306 ::rtl::OUString OTableStylesContext::GetServiceName( sal_uInt16 nFamily ) const in GetServiceName()
308 rtl::OUString sServiceName = SvXMLStylesContext::GetServiceName(nFamily); in GetServiceName()
[all …]
/trunk/main/sc/source/filter/xml/
H A Dxmlstyli.cxx629 if (nFamily == XML_STYLE_FAMILY_TEXT_PARAGRAPH || nFamily == XML_STYLE_FAMILY_TEXT_TEXT) in CreateStyleStyleChildContext()
634 nFamily, nPrefix, rLocalName, xAttrList ); in CreateStyleStyleChildContext()
638 switch( nFamily ) in CreateStyleStyleChildContext()
645 xAttrList, *this, nFamily ); in CreateStyleStyleChildContext()
662 switch( nFamily ) in CreateDefaultStyleStyleChildContext()
666 xAttrList, *this, nFamily, sal_True); in CreateDefaultStyleStyleChildContext()
711 sal_uInt16 nFamily ) const in GetImportPropertyMapper()
717 switch( nFamily ) in GetImportPropertyMapper()
767 switch( nFamily ) in GetStylesContainer()
824 switch( nFamily ) in GetStylesContainer()
[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.cxx62 sal_uInt32 nFamily,
80 sal_uInt32 nFamily, in XMLTextShapePropertySetContext_Impl() argument
83 XMLShapePropertySetContext( rImport, nPrfx, rLName, xAttrList, nFamily, in XMLTextShapePropertySetContext_Impl()
161 SvXMLStylesContext& rStyles, sal_uInt16 nFamily, in XMLTextShapeStyleContext() argument
164 nFamily ), in XMLTextShapeStyleContext()
183 sal_uInt32 nFamily = 0; in CreateChildContext() local
185 nFamily = XML_TYPE_PROP_TEXT; in CreateChildContext()
187 nFamily = XML_TYPE_PROP_PARAGRAPH; in CreateChildContext()
189 nFamily = XML_TYPE_PROP_GRAPHIC; in CreateChildContext()
190 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()
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/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()
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/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
1109 sal_uInt16 nFamily, in CreateStyleStyleChildContext() argument
1116 switch( nFamily ) in CreateStyleStyleChildContext()
1138 sal_uInt16 nFamily, in CreateDefaultStyleStyleChildContext() argument
1145 switch( nFamily ) in CreateDefaultStyleStyleChildContext()
1185 sal_uInt16 nFamily) const in GetImportPropertyMapper()
1203 switch( nFamily ) in GetImportPropertyMapper()
1223 switch( nFamily ) in GetImportPropertyMapper()
1235 xMapper = SvXMLStylesContext::GetImportPropertyMapper(nFamily); in GetImportPropertyMapper()
[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 …pContext = new XMLShapePropertySetContext( GetImport(), nPrefix, rLocalName, xAttrList, nFamily, G… in CreateChildContext()

Completed in 146 milliseconds

1234