Searched refs:TextFont (Results 1 – 14 of 14) sorted by relevance
/aoo42x/main/oox/inc/oox/drawingml/table/ |
H A D | tablestylepart.hxx | 48 ::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;
|
/aoo42x/main/oox/source/drawingml/ |
H A D | textfont.cxx | 59 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 D | theme.cxx | 74 const TextFont* Theme::resolveFont( const OUString& rName ) const in resolveFont()
|
/aoo42x/main/oox/inc/oox/drawingml/ |
H A D | textcharacterproperties.hxx | 42 TextFont maLatinFont; 43 TextFont maAsianFont; 44 TextFont maComplexFont; 45 TextFont maSymbolFont;
|
H A D | textfont.hxx | 38 class TextFont class 41 explicit TextFont(); 47 void assignIfUsed( const TextFont& rTextFont );
|
H A D | theme.hxx | 81 const TextFont* resolveFont( const ::rtl::OUString& rName ) const;
|
H A D | textparagraphproperties.hxx | 69 ::oox::drawingml::TextFont maBulletFont;
|
/aoo42x/main/javainstaller2/src/JavaSetup/org/openoffice/setup/PanelHelper/ |
H A D | PanelLabel.java | 37 static private Font TextFont; field in PanelLabel 61 setFont(TextFont); in init() 76 TextFont = ((Font)UIManager.get("Label.font")).deriveFont(Font.PLAIN);
|
/aoo42x/main/vcl/inc/vcl/ |
H A D | pdfwriter.hxx | 236 Font TextFont; // an empty font will be replaced by the member 288 ,TextFont( rSource.TextFont ) in AnyWidget()
|
/aoo42x/main/sw/source/ui/web/ |
H A D | wtextsh.cxx | 55 #define TextFont macro
|
/aoo42x/main/drawinglayer/source/processor2d/ |
H A D | vclmetafileprocessor2d.cxx | 911 Size aFontSize(pPDFControl->TextFont.GetSize()); in processBasePrimitive2D() 913 pPDFControl->TextFont.SetSize(aFontSize); in processBasePrimitive2D()
|
/aoo42x/main/toolkit/source/helper/ |
H A D | formpdfexport.cxx | 421 _rpDescriptor->TextFont = VCLUnoHelper::CreateFont( aUNOFont, Font() ); in describePDFControl()
|
/aoo42x/main/sw/source/ui/shells/ |
H A D | textsh.cxx | 108 #define TextFont macro
|
/aoo42x/main/vcl/source/gdi/ |
H A D | pdfwriter_impl.cxx | 416 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 117 milliseconds