Home
last modified time | relevance | path

Searched refs:TextFont (Results 1 – 14 of 14) sorted by relevance

/trunk/main/oox/inc/oox/drawingml/table/
H A Dtablestylepart.hxx48 ::oox::drawingml::TextFont& getAsianFont(){ return maAsianFont; } in getAsianFont()
49 ::oox::drawingml::TextFont& getComplexFont(){ return maComplexFont; } in getComplexFont()
50 ::oox::drawingml::TextFont& getSymbolFont(){ return maSymbolFont; } in getSymbolFont()
51 ::oox::drawingml::TextFont& getLatinFont(){ return maLatinFont; } in getLatinFont()
63 ::oox::drawingml::TextFont maAsianFont;
64 ::oox::drawingml::TextFont maComplexFont;
65 ::oox::drawingml::TextFont maSymbolFont;
66 ::oox::drawingml::TextFont maLatinFont;
/trunk/main/oox/source/drawingml/
H A Dtextfont.cxx59 TextFont::TextFont() : in TextFont() function in oox::drawingml::TextFont
65 void TextFont::setAttributes( const AttributeList& rAttribs ) in setAttributes()
73 void TextFont::assignIfUsed( const TextFont& rTextFont ) in assignIfUsed()
79 bool TextFont::getFontData( OUString& rFontName, sal_Int16 rnFontPitch, sal_Int16& rnFontFamily, co… in getFontData()
82 if( const TextFont* pFont = pTheme->resolveFont( maTypeface ) ) in getFontData()
87 bool TextFont::implGetFontData( OUString& rFontName, sal_Int16 rnFontPitch, sal_Int16& rnFontFamily… in implGetFontData()
H A Dtheme.cxx74 const TextFont* Theme::resolveFont( const OUString& rName ) const in resolveFont()
/trunk/main/oox/inc/oox/drawingml/
H A Dtextcharacterproperties.hxx42 TextFont maLatinFont;
43 TextFont maAsianFont;
44 TextFont maComplexFont;
45 TextFont maSymbolFont;
H A Dtextfont.hxx38 class TextFont class
41 explicit TextFont();
47 void assignIfUsed( const TextFont& rTextFont );
H A Dtheme.hxx81 const TextFont* resolveFont( const ::rtl::OUString& rName ) const;
H A Dtextparagraphproperties.hxx69 ::oox::drawingml::TextFont maBulletFont;
/trunk/main/javainstaller2/src/JavaSetup/org/openoffice/setup/PanelHelper/
H A DPanelLabel.java37 static private Font TextFont; field in PanelLabel
61 setFont(TextFont); in init()
76 TextFont = ((Font)UIManager.get("Label.font")).deriveFont(Font.PLAIN);
/trunk/main/vcl/inc/vcl/
H A Dpdfwriter.hxx236 Font TextFont; // an empty font will be replaced by the member
288 ,TextFont( rSource.TextFont ) in AnyWidget()
/trunk/main/sw/source/ui/web/
H A Dwtextsh.cxx55 #define TextFont macro
/trunk/main/drawinglayer/source/processor2d/
H A Dvclmetafileprocessor2d.cxx911 Size aFontSize(pPDFControl->TextFont.GetSize()); in processBasePrimitive2D()
913 pPDFControl->TextFont.SetSize(aFontSize); in processBasePrimitive2D()
/trunk/main/toolkit/source/helper/
H A Dformpdfexport.cxx421 _rpDescriptor->TextFont = VCLUnoHelper::CreateFont( aUNOFont, Font() ); in describePDFControl()
/trunk/main/sw/source/ui/shells/
H A Dtextsh.cxx108 #define TextFont macro
/trunk/main/vcl/source/gdi/
H A Dpdfwriter_impl.cxx416 aRB1.TextFont = Font( String( RTL_CONSTASCII_USTRINGPARAM( "Courier" ) ), Size( 0, 800 ) ); in doTestCode()
4902 Font aFont = replaceFont( rWidget.TextFont, rSettings.GetPushButtonFont() ); in createDefaultPushButtonAppearance()
4945 Font aFont = replaceFont( rWidget.TextFont, rSettings.GetFieldFont() ); in drawFieldBorder()
5136 Font aFont = replaceFont( rWidget.TextFont, rSettings.GetRadioCheckFont() ); in createDefaultCheckBoxAppearance()
5261 Font aFont = replaceFont( rWidget.TextFont, rSettings.GetRadioCheckFont() ); in createDefaultRadioButtonAppearance()
12065 aLBox.TextFont = rBox.TextFont; in createControl()

Completed in 109 milliseconds