Home
last modified time | relevance | path

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

1234

/trunk/main/sc/source/filter/xml/
H A Dxmlannoi.hxx99 …void AddContentStyle( sal_uInt16 nFamily, const rtl::OUString& rName, const ESelection& rSelection…
/trunk/main/oox/source/xls/
H A Dstylesbuffer.cxx795 sal_uInt8 nUnderline, nFamily, nCharSet, nScheme; in importFont() local
796 rStrm >> nHeight >> nFlags >> nWeight >> nEscapement >> nUnderline >> nFamily >> nCharSet; in importFont()
806 maModel.mnFamily = nFamily; in importFont()
1196 sal_uInt8 nUnderline, nFamily, nCharSet; in importFontData5() local
1197 rStrm >> nWeight >> nEscapement >> nUnderline >> nFamily >> nCharSet; in importFontData5()
1204 maModel.mnFamily = nFamily; in importFontData5()
/trunk/main/starmath/source/
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/sw/inc/
H A Ddocstyle.hxx103 void SetFamily(SfxStyleFamily eFam) { nFamily = eFam; } in SetFamily()
H A Dunostyle.hxx130 SwXStyleFamily(SwDocShell* pDocShell, sal_uInt16 nFamily);
/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/sc/inc/
H A Dsheetdata.hxx143 …void AddNoteContentStyle( sal_uInt16 nFamily, const rtl::OUString& rName, const ScAddress& …
/trunk/main/sfx2/source/dialog/
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()
/trunk/main/offapi/com/sun/star/formula/
H A DSymbolDescriptor.idl70 short nFamily;
/trunk/main/sd/inc/
H A Dstlfamily.hxx56 SdStyleFamily( const rtl::Reference< SfxStyleSheetPool >& xPool, SfxStyleFamily nFamily );
H A Ddrawdoc.hxx117 SfxStyleFamily nFamily; member
/trunk/main/sw/source/filter/xml/
H A Dxmlimp.hxx196 sal_Bool FindAutomaticStyle( sal_uInt16 nFamily,
/trunk/main/vcl/source/gdi/
H A Dcvtsvm.cxx844 sal_Int16 nCharSet, nFamily, nPitch, nAlign, nWeight, nUnderline, nStrikeout; in ImplConvertFromSVM1() local
854 rIStm >> nCharSet >> nFamily >> nPitch >> nAlign >> nWeight >> nUnderline >> nStrikeout; in ImplConvertFromSVM1()
859 aFont.SetFamily( (FontFamily) nFamily ); in ImplConvertFromSVM1()
/trunk/main/editeng/source/items/
H A Dtextitem.cxx333 sal_Int16 nFamily = sal_Int16(); in PutValue() local
334 if(!(rVal >>= nFamily)) in PutValue()
336 eFamily = (FontFamily)nFamily; in PutValue()
/trunk/main/xmloff/source/core/
H A DSettingsExportHelper.cxx347 pSymbol[XML_SYMBOL_DESCRIPTOR_FAMILY].Value <<= pDescriptor->nFamily; in exportSymbolDescriptors()
H A DDocumentSettingsContext.cxx962 pSymbol->Value >>= pDescriptor[nNumFullEntries].nFamily; in EndElement()
/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/vcl/win/source/gdi/
H A Dsalgdi3.cxx674 static FontFamily ImplFamilyToSal( BYTE nFamily ) in ImplFamilyToSal() argument
676 switch ( nFamily & 0xF0 ) in ImplFamilyToSal()
/trunk/main/sd/source/core/
H A Ddrawdoc3.cxx1770 pReplData->nFamily = pMySheet->GetFamily(); in SetMasterPage()

Completed in 175 milliseconds

1234