Home
last modified time | relevance | path

Searched refs:sFontName (Results 1 – 25 of 31) sorted by relevance

12

/trunk/main/sw/source/filter/ww8/
H A Dwrtw8num.cxx435 String sFontName; in AbstractNumberingDefinitions() local
453 sFontName = pBulletFont->GetName(); in AbstractNumberingDefinitions()
456 if ( sw::util::IsStarSymbol( sFontName ) ) in AbstractNumberingDefinitions()
457 SubstituteBullet( sNumStr, eChrSet, sFontName ); in AbstractNumberingDefinitions()
533 if ( !sFontName.Len() ) in AbstractNumberingDefinitions()
534 sFontName = pBulletFont->GetName(); in AbstractNumberingDefinitions()
536 pPseudoFont = new wwFont( sFontName, pBulletFont->GetPitch(), in AbstractNumberingDefinitions()
727 String sFontName = rFont.GetName(); in BuildAnlvBulletBase() local
730 if (sw::util::IsStarSymbol(sFontName)) in BuildAnlvBulletBase()
737 SubstituteBullet(sNumStr, eChrSet, sFontName); in BuildAnlvBulletBase()
[all …]
H A Ddocxattributeoutput.cxx2286 OUString sFontName(rFont.GetFamilyName()); in CharFont() local
2287 OString sFontNameUtf8 = OUStringToOString(sFontName, RTL_TEXTENCODING_UTF8); in CharFont()
2417 OUString sFontName(rFont.GetFamilyName()); in CharFontCJK() local
2418 OString sFontNameUtf8 = OUStringToOString(sFontName, RTL_TEXTENCODING_UTF8); in CharFontCJK()
2442 OUString sFontName(rFont.GetFamilyName()); in CharFontCTL() local
2443 OString sFontNameUtf8 = OUStringToOString(sFontName, RTL_TEXTENCODING_UTF8); in CharFontCTL()
H A Dww8par5.cxx2692 String sFontName; in Read_SubF_Ruby() local
2717 sFontName = sTemp; in Read_SubF_Ruby()
2765 if (sRuby.Len() && sText.Len() && sFontName.Len() && nFontSize) in Read_SubF_Ruby()
2809 if (rF.GetFamilyName().Equals(sFontName)) in Read_SubF_Ruby()
2827 SvxFontItem aFontItem(FAMILY_DONTKNOW,sFontName, in Read_SubF_Ruby()
/trunk/main/cui/source/options/
H A Dfontsubs.cxx236 String sFontName; in FillItemSet() local
238 sFontName = aFontNameLB.GetSelectEntry(); in FillItemSet()
239 pSourceViewConfig->SetFontName(sFontName); in FillItemSet()
279 String sFontName(pSourceViewConfig->GetFontName()); in Reset() local
280 if(sFontName.Len()) in Reset()
281 aFontNameLB.SelectEntry(sFontName); in Reset()
380 String sFontName = aFontNameLB.GetSelectEntry(); in IMPL_LINK() local
392 aFontNameLB.SelectEntry(sFontName); in IMPL_LINK()
/trunk/main/xmloff/source/text/
H A Dtxtstyli.cxx631 OUString sFontName; in FillPropertySet() local
632 rAny >>= sFontName; in FillPropertySet()
634 if(sFontName.getLength() > 0) in FillPropertySet()
638 if(sFontName.equalsIgnoreAsciiCase(sStarBats) || in FillPropertySet()
639 sFontName.equalsIgnoreAsciiCase(sStarMath)) in FillPropertySet()
642 sFontName = OUString( in FillPropertySet()
645 aAny <<= sFontName; in FillPropertySet()
H A Dtxtimp.cxx1318 OUString sFontName; in ConvertStarFonts() local
1319 rProp.maValue >>= sFontName; in ConvertStarFonts()
1322 if( sFontName.equalsIgnoreAsciiCase( sStarBats ) ) in ConvertStarFonts()
1324 else if( sFontName.equalsIgnoreAsciiCase( sStarMath ) ) in ConvertStarFonts()
/trunk/main/dbaccess/source/ui/control/
H A Dsqledit.cxx208 String sFontName = m_SourceViewConfig.GetFontName(); in ImplSetFont() local
209 if ( !sFontName.Len() ) in ImplSetFont()
212 sFontName = aTmpFont.GetName(); in ImplSetFont()
215 Font aFont( sFontName, aFontSize ); in ImplSetFont()
/trunk/main/sw/source/filter/rtf/
H A Drtffld.cxx258 String sFontName, sUp, sDown, sText; member
318 rData.sFontName = sParam.Copy( 5 ); in lcl_ScanEquationField()
690 if( aData.sText.Len() && aData.sFontName.Len() && in MakeFieldInst()
731 if( rFI.GetFamilyName().Equals( aData.sFontName )) in MakeFieldInst()
752 SvxFontItem aFontItem( FAMILY_DONTKNOW, aData.sFontName, in MakeFieldInst()
777 !aData.sText.Len() && !aData.sFontName.Len() && in MakeFieldInst()
/trunk/main/sw/source/ui/shells/
H A Ddrwtxtsh.cxx773 String sFontName; in InsertSymbol() local
781 sFontName = pFontItem->GetValue(); in InsertSymbol()
797 if (!sFontName.Len()) in InsertSymbol()
798 sFontName = aSetDlgFont.GetFamilyName(); in InsertSymbol()
801 Font aFont(sFontName, Size(1,1)); in InsertSymbol()
H A Dannotsh.cxx1657 String sFontName; in InsertSymbol() local
1665 sFontName = pFontItem->GetValue(); in InsertSymbol()
1681 if (!sFontName.Len()) in InsertSymbol()
1682 sFontName = aSetDlgFont.GetFamilyName(); in InsertSymbol()
1685 Font aFont(sFontName, Size(1,1)); in InsertSymbol()
/trunk/main/shell/source/backends/kde4be/
H A Dkde4access.cxx84 :: rtl::OUString sFontName; in getValue()
88 sFontName = (const sal_Unicode *) aFontName.utf16(); in getValue()
90 true, uno::makeAny( sFontName ) ); in getValue()
/trunk/main/shell/source/backends/kdebe/
H A Dkdeaccess.cxx80 :: rtl::OUString sFontName; in getValue()
84 sFontName = (const sal_Unicode *) aFontName.ucs2(); in getValue()
86 true, uno::makeAny( sFontName ) ); in getValue()
/trunk/main/starmath/source/
H A Dunomodel.cxx519 String sFontName = aText; in _setPropertyValues() local
520 if(!sFontName.Len()) in _setPropertyValues()
523 if(aFormat.GetFont((*ppEntries)->mnMemberId).GetName() != sFontName) in _setPropertyValues()
527 SmFace aSet( sFontName, rOld.GetSize() ); in _setPropertyValues()
729 aFont.SetName ( pDescriptor->sFontName ); in _setPropertyValues()
945 pDescriptor->sFontName = rFont.GetName(); in _getPropertyValues()
/trunk/main/sw/source/ui/docvw/
H A Dsrcedtw.cxx1054 String sFontName = pSourceViewConfig->GetFontName(); in SetFont() local
1055 if(!sFontName.Len()) in SetFont()
1070 sFontName = aFont.GetName(); in SetFont()
1075 FontInfo aInfo = pList->Get(sFontName,WEIGHT_NORMAL, ITALIC_NONE); in SetFont()
/trunk/main/editeng/source/items/
H A Dnumitem.cxx305 String sFontName = GetFontToSubsFontName(pConverter); in SvxNumberFormat() local
306 pBulletFont->SetName(sFontName); in SvxNumberFormat()
335 String sFontName = GetFontToSubsFontName(pConverter); in Store() local
336 pBulletFont->SetName(sFontName); in Store()
/trunk/main/xmloff/source/core/
H A DSettingsExportHelper.cxx323 const rtl::OUString sFontName ( RTL_CONSTASCII_USTRINGPARAM ( "FontName" ) ); in exportSymbolDescriptors() local
342 pSymbol[XML_SYMBOL_DESCRIPTOR_FONT_NAME].Name = sFontName; in exportSymbolDescriptors()
343 pSymbol[XML_SYMBOL_DESCRIPTOR_FONT_NAME].Value <<= pDescriptor->sFontName; in exportSymbolDescriptors()
H A DDocumentSettingsContext.cxx918 const rtl::OUString sFontName ( RTL_CONSTASCII_USTRINGPARAM ( "FontName" ) ); in EndElement() local
950 else if (pSymbol->Name.equals (sFontName ) ) in EndElement()
952 pSymbol->Value >>= pDescriptor[nNumFullEntries].sFontName; in EndElement()
/trunk/main/xmloff/source/style/
H A Dxmlnumi.cxx765 OUString sFontName, sFontFamily, sFontStyleName, sFontFamilyGeneric, in SvxXMLListLevelStyleAttrContext_Impl() local
806 sFontName = rValue; in SvxXMLListLevelStyleAttrContext_Impl()
867 if( sFontName.getLength() ) in SvxXMLListLevelStyleAttrContext_Impl()
874 if( pFontDecls->FillProperties( sFontName, aProps, 0, 1, 2, 3, 4 ) ) in SvxXMLListLevelStyleAttrContext_Impl()
/trunk/main/canvas/source/simplecanvas/
H A Dsimplecanvasimpl.cxx191 virtual void SAL_CALL selectFont( const ::rtl::OUString& sFontName, in selectFont() argument
198 maFont->FontDescription.FamilyName = sFontName; in selectFont()
/trunk/main/offapi/com/sun/star/rendering/
H A DXSimpleCanvas.idl80 @param sFontName
94 … void selectFont( [in] string sFontName, [in]double size, [in] boolean bold, [in] boolean italic );
/trunk/main/writerfilter/source/dmapper/
H A DStyleSheetTable.cxx825 rtl::OUString sWesternFontName = pWesternFontEntry->sFontName; in ApplyStyleSheets()
830 …operties->Insert(PROP_CHAR_FONT_NAME_ASIAN, true, uno::makeAny( pCJKFontEntry->sFontName ), false); in ApplyStyleSheets()
836 …erties->Insert(PROP_CHAR_FONT_NAME_COMPLEX, true, uno::makeAny( pCTLFontEntry->sFontName ), false); in ApplyStyleSheets()
H A DFontTable.hxx41 ::rtl::OUString sFontName;
H A DFontTable.cxx504 m_pImpl->pCurrentEntry->sFontName = sValue; in lcl_attribute()
/trunk/main/oox/source/export/
H A Ddrawingml.cxx1384 String sFontName = rFontDesc.Name; in SubstituteBullet() local
1387 lcl_SubstituteBullet( sNumStr, aCharSet, sFontName ); in SubstituteBullet()
1389 rFontDesc.Name = sFontName; in SubstituteBullet()
/trunk/main/basctl/source/basicide/
H A Dbaside2b.cxx804 String sFontName = pSourceViewConfig->GetFontName(); in ImplSetFont() local
805 if ( !sFontName.Len() ) in ImplSetFont()
808 sFontName = aTmpFont.GetName(); in ImplSetFont()
811 Font aFont( sFontName, aFontSize ); in ImplSetFont()

Completed in 135 milliseconds

12