/aoo4110/main/sw/source/core/inc/ |
H A D | swfont.hxx | 111 inline void SetStyleName( const XubString& rStyleName ); 226 inline void SetStyleName( const XubString& rStyleName, const sal_uInt8 nWhich ); 430 inline void SwSubFont::SetStyleName( const XubString& rStyleName ) in SetStyleName() function in SwSubFont 433 Font::SetStyleName( rStyleName ); in SetStyleName() 436 inline void SwFont::SetStyleName( const XubString& rStyle, const sal_uInt8 nWhich ) in SetStyleName() function in SwFont 439 aSub[nWhich].SetStyleName( rStyle ); in SetStyleName()
|
/aoo4110/main/sw/source/core/txtnode/ |
H A D | swfont.cxx | 240 aSub[SW_LATIN].Font::SetStyleName( pFont->GetStyleName() ); in SetDiffFnt() 270 aSub[SW_CJK].Font::SetStyleName( pFont->GetStyleName() ); in SetDiffFnt() 306 aSub[SW_CTL].Font::SetStyleName( pFont->GetStyleName() ); in SetDiffFnt() 476 aSub[SW_LATIN].SetStyleName( rFont.GetStyleName() ); in SwFont() 492 aSub[SW_CJK].SetStyleName( rFont.GetStyleName() ); in SwFont() 512 aSub[SW_CTL].SetStyleName( rFont.GetStyleName() ); in SwFont()
|
/aoo4110/main/vcl/source/gdi/ |
H A D | font.cxx | 385 void Font::SetStyleName( const String& rStyleName ) in SetStyleName() function in Font 710 SetStyleName( rFont.GetStyleName() ); in Merge() 940 o_rResult.SetStyleName( rtl::OUString( aInfo.usubfamily ) ); in identifyTrueTypeFont() 942 o_rResult.SetStyleName( rtl::OUString::createFromAscii( aInfo.subfamily ) ); in identifyTrueTypeFont()
|
/aoo4110/main/sw/source/core/text/ |
H A D | atrstck.cxx | 726 rFnt.SetStyleName( ((SvxFontItem&)rItem).GetStyleName(), SW_LATIN ); in FontChg() 792 rFnt.SetStyleName( ((SvxFontItem&)rItem).GetStyleName(), SW_CJK ); in FontChg() 811 rFnt.SetStyleName( ((SvxFontItem&)rItem).GetStyleName(), SW_CTL ); in FontChg()
|
H A D | txtfld.cxx | 557 pNumFnt->SetStyleName( pFmtFnt->GetStyleName(), nAct ); in NewNumberPortion()
|
H A D | inftxt.cxx | 878 pFnt->SetStyleName( aEmptyStr, pFnt->GetActual() ); in lcl_DrawSpecial() 1929 pNewFnt->SetStyleName( aEmptyStr, pFnt->GetActual() ); in SwDefFontSave()
|
H A D | frmpaint.cxx | 522 pFnt->SetStyleName( aEmptyStr, SW_LATIN ); in PaintEmpty()
|
/aoo4110/main/editeng/source/uno/ |
H A D | unofdesc.cxx | 52 rFont.SetStyleName( rDesc.StyleName ); in ConvertToFont() 91 aFontItem.SetStyleName( rDesc.StyleName); in FillItemSet()
|
/aoo4110/main/xmloff/source/style/ |
H A D | styleexp.cxx | 336 rPropMapper->SetStyleName( sName ); in exportStyle() 344 rPropMapper->SetStyleName( OUString() ); in exportStyle()
|
/aoo4110/main/sw/source/filter/xml/ |
H A D | xmltble.cxx | 86 void SetStyleName( const OUString& rName ) { sStyleName = rName; } in SetStyleName() function in SwXMLTableColumn_Impl 639 pColumn->SetStyleName( in ExportTableLinesAutoStyles() 657 pColumn->SetStyleName( sBuffer.makeStringAndClear() ); in ExportTableLinesAutoStyles()
|
/aoo4110/main/svx/source/svdraw/ |
H A D | svdmodel.cxx | 785 pI->SetStyleName( String() ); in ImpGetDefaultFontsLanguage() 803 aSvxFontItem.SetStyleName(String()); in SetTextDefaults() 812 aSvxFontItemCJK.SetStyleName(String()); in SetTextDefaults() 821 aSvxFontItemCTL.SetStyleName(String()); in SetTextDefaults()
|
/aoo4110/main/svtools/source/control/ |
H A D | ctrltool.cxx | 689 aInfo.SetStyleName( rStyleName ); in Get() 728 aInfo.SetStyleName( XubString() ); in Get()
|
/aoo4110/main/editeng/inc/editeng/ |
H A D | fontitem.hxx | 83 void SetStyleName(const String &rStyleName ) { aStyleName = rStyleName; } in SetStyleName() function in SvxFontItem
|
/aoo4110/main/vcl/inc/vcl/ |
H A D | font.hxx | 73 void SetStyleName( const String& rStyleName );
|
/aoo4110/main/xmloff/inc/xmloff/ |
H A D | xmlexppr.hxx | 197 void SetStyleName( const rtl::OUString& rStyleName ) { maStyleName = rStyleName; } in SetStyleName() function in SvXMLExportPropertyMapper
|
/aoo4110/main/xmloff/source/text/ |
H A D | txtparaimphint.hxx | 155 void SetStyleName( const OUString& s ) { sStyleName = s; } in SetStyleName() function in XMLHyperlinkHint_Impl
|
/aoo4110/main/sd/source/ui/func/ |
H A D | fuhhconv.cxx | 204 aFontItem.SetStyleName( pTargetFont->GetStyleName()); in ConvertStyles()
|
H A D | fubullet.cxx | 225 aFont.SetStyleName( pFItem->GetStyleName() ); in InsertSpecialCharacter()
|
/aoo4110/main/svx/source/customshapes/ |
H A D | EnhancedCustomShapeFontWork.cxx | 176 aFont.SetStyleName( rFontItem.GetStyleName() ); in CalculateHorizontalScalingFactor() 266 aFont.SetStyleName( rFontItem.GetStyleName() ); in GetTextAreaOutline()
|
/aoo4110/main/svx/source/tbxctrls/ |
H A D | tbunocontroller.cxx | 176 _aFontInfo.SetStyleName( rCurrentFont.StyleName ); in UpdateFont()
|
/aoo4110/main/editeng/source/items/ |
H A D | bulitem.cxx | 302 _aFont.SetStyleName( aNewFont.GetStyleName() ); in CopyValidProperties()
|
/aoo4110/main/editeng/source/editeng/ |
H A D | textconv.cxx | 303 aFontItem.SetStyleName( pFont->GetStyleName()); in SetLanguageAndFont()
|
/aoo4110/main/svx/source/dialog/ |
H A D | svxbmpnumvalueset.cxx | 143 rRuleFont.SetStyleName(rFontName); in lcl_PaintLevel()
|
/aoo4110/main/sc/source/ui/miscdlgs/ |
H A D | autofmt.cxx | 524 rFont.SetStyleName ( rFontItem.GetStyleName() ); in lcl_SetFontProperties()
|
/aoo4110/main/sw/source/ui/lingu/ |
H A D | hhcwrp.cxx | 561 aFontItem.SetStyleName( pTargetFont->GetStyleName()); in ReplaceUnit()
|