/aoo42x/main/sd/source/core/ |
H A D | stlfamily.cxx | 102 : mnFamily( nFamily ) in SdStyleFamily() 111 : mnFamily( SD_STYLE_FAMILY_MASTERPAGE ) in SdStyleFamily() 155 if( mnFamily == SD_STYLE_FAMILY_MASTERPAGE ) in GetSheetByName() 213 if( mnFamily == SD_STYLE_FAMILY_MASTERPAGE ) in getName() 256 if( mnFamily == SD_STYLE_FAMILY_MASTERPAGE ) in getElementNames() 304 if( mnFamily == SD_STYLE_FAMILY_MASTERPAGE ) in hasByName() 341 if( mnFamily == SD_STYLE_FAMILY_MASTERPAGE ) in hasElements() 369 if( mnFamily == SD_STYLE_FAMILY_MASTERPAGE ) in getCount() 396 if( mnFamily == SD_STYLE_FAMILY_MASTERPAGE ) in getByIndex() 487 if( mnFamily == SD_STYLE_FAMILY_MASTERPAGE ) in createInstance() [all …]
|
/aoo42x/main/sc/source/filter/excel/ |
H A D | xlstyle.cxx | 188 mnFamily = EXC_FONTFAM_SYSTEM; in Clear() 223 switch( mnFamily & 0x0F ) in GetScFamily() 307 case FAMILY_DONTKNOW: mnFamily = EXC_FONTFAM_DONTKNOW; break; in SetScFamily() 308 case FAMILY_DECORATIVE: mnFamily = EXC_FONTFAM_DECORATIVE; break; in SetScFamily() 309 case FAMILY_MODERN: mnFamily = EXC_FONTFAM_MODERN; break; in SetScFamily() 310 case FAMILY_ROMAN: mnFamily = EXC_FONTFAM_ROMAN; break; in SetScFamily() 311 case FAMILY_SCRIPT: mnFamily = EXC_FONTFAM_SCRIPT; break; in SetScFamily() 316 mnFamily = EXC_FONTFAM_DONTKNOW; in SetScFamily() 391 switch( mnFamily ) in GetApiFamily() 463 default: mnFamily = FAMILY_DONTKNOW; in SetApiFamily() [all …]
|
H A D | xestream.cxx | 948 …lcl_WriteValue( rStream, XML_family, OString::valueOf( (sal_Int32) rFontData.mnFamily ).getStr… in WriteFontData()
|
H A D | xestyle.cxx | 940 nHash += rFontData.mnFamily * 7; in lclCalcHash() 1007 << maData.mnFamily in WriteBody()
|
H A D | xistyle.cxx | 365 …rStrm >> maData.mnWeight >> maData.mnEscapem >> maData.mnUnderline >> maData.mnFamily >> maData.mn… in ReadFontData5()
|
/aoo42x/main/xmloff/source/style/ |
H A D | impastp1.cxx | 47 : pCache( 0 ), mnFamily( nFamily ), maStrFamilyName( rStrName), mxMapper( rMapper ), in XMLFamilyData_Impl() 91 if( r1.mnFamily != r2.mnFamily ) in XMLFamilyDataSort_Impl() 92 nRet = ( r1.mnFamily > r2.mnFamily ? 1 : -1 ); in XMLFamilyDataSort_Impl()
|
H A D | xmlprcon.cxx | 48 , mnFamily( nFam ) in SvXMLPropertySetContext() 54 GetImport().GetNamespaceMap(), mnFamily, in SvXMLPropertySetContext() 70 mnFamily, mnStartIdx ); in CreateChildContext()
|
H A D | impastpl.hxx | 59 sal_uInt32 mnFamily; member in XMLFamilyData_Impl 77 mnFamily( nFamily ), mpParentList( NULL ), in XMLFamilyData_Impl()
|
H A D | xmlstyle.cxx | 124 mnFamily = (sal_uInt16)SFX_STYLE_FAMILY_PARA; in SetAttribute() 126 mnFamily = (sal_uInt16)SFX_STYLE_FAMILY_CHAR; in SetAttribute() 167 mnFamily( nFam ), in SvXMLStyleContext()
|
H A D | impastp4.cxx | 154 aFamilies.push_back( pFamily->mnFamily ); in GetRegisteredNames()
|
/aoo42x/main/xmloff/inc/xmloff/ |
H A D | xmlstyle.hxx | 76 sal_uInt16 mnFamily; member in SvXMLStyleContext 91 void SetFamily( sal_uInt16 nSet ) { mnFamily = nSet; } in SetFamily() 124 sal_uInt16 GetFamily() const { return mnFamily; } in GetFamily()
|
H A D | shapeexport.hxx | 135 sal_Int32 mnFamily; member 140 …ImplXMLShapeExportInfo() : mnFamily( XML_STYLE_FAMILY_SD_GRAPHICS_ID ), meShapeType( XmlShapeTypeN… in ImplXMLShapeExportInfo()
|
H A D | xmlprcon.hxx | 41 sal_uInt32 mnFamily; member in SvXMLPropertySetContext
|
/aoo42x/main/xmloff/source/draw/ |
H A D | shapeexport.cxx | 305 aShapeInfo.mnFamily = XML_STYLE_FAMILY_SD_PRESENTATION_ID; in collectShapeAutoStyles() 316 if(XML_STYLE_FAMILY_SD_PRESENTATION_ID == aShapeInfo.mnFamily) in collectShapeAutoStyles() 376 …aShapeInfo.msStyleName = mrExport.GetAutoStylePool()->Find(aShapeInfo.mnFamily, aParentName, xProp… in collectShapeAutoStyles() 381 …aShapeInfo.msStyleName = mrExport.GetAutoStylePool()->Add(aShapeInfo.mnFamily, aParentName, xPropS… in collectShapeAutoStyles() 656 if(XML_STYLE_FAMILY_SD_GRAPHICS_ID == aShapeInfo.mnFamily) in exportShape()
|
/aoo42x/main/sc/source/filter/xml/ |
H A D | xmlannoi.hxx | 39 sal_uInt16 mnFamily; member 44 mnFamily( nFam ), in ScXMLAnnotationStyleEntry()
|
H A D | xmlcelli.cxx | 697 pSheetData->AddNoteContentStyle( aIter->mnFamily, aIter->maName, aPos, aIter->maSelection ); in SetAnnotation()
|
/aoo42x/main/oox/source/xls/ |
H A D | stylesbuffer.cxx | 593 rFontName.mnFamily = rFontDesc.Family; in lclSetFontName() 609 mnFamily( OOX_FONTFAMILY_NONE ), in FontModel() 677 mnFamily( ::com::sun::star::awt::FontFamily::DONTKNOW ), in ApiScriptFontName() 746 maModel.mnFamily = rAttribs.getInteger( XML_val, rDefModel.mnFamily ); in importAttribs() 806 maModel.mnFamily = nFamily; in importFont() 990 switch( maModel.mnFamily ) in finalizeImport() 1107 rPropMap[ PROP_CharFontFamily ] <<= maApiData.maLatinFont.mnFamily; in writeToPropertyMap() 1113 rPropMap[ PROP_CharFontFamilyAsian ] <<= maApiData.maAsianFont.mnFamily; in writeToPropertyMap() 1119 rPropMap[ PROP_CharFontFamilyComplex ] <<= maApiData.maCmplxFont.mnFamily; in writeToPropertyMap() 1182 maModel.mnFamily = OOX_FONTFAMILY_NONE; in importFontData2() [all …]
|
/aoo42x/main/oox/inc/oox/xls/ |
H A D | stylesbuffer.hxx | 168 sal_Int32 mnFamily; /// Font family. member 223 sal_Int16 mnFamily; /// Font family. member
|
/aoo42x/main/sd/inc/ |
H A D | stlfamily.hxx | 115 SfxStyleFamily mnFamily; member in SdStyleFamily
|
/aoo42x/main/sc/source/filter/inc/ |
H A D | xlstyle.hxx | 297 sal_uInt8 mnFamily; /// Windows font family. member
|