Home
last modified time | relevance | path

Searched refs:Font (Results 51 – 75 of 749) sorted by relevance

12345678910>>...30

/aoo42x/main/sw/source/core/txtnode/
H A Dfntcache.cxx168 const Font aOldFnt( rPrt.GetFont() ); in CreatePrtFont()
176 pPrtFont = new Font( aFont ); in CreatePrtFont()
209 Font& rFont;
217 CalcLinePosData( SwDrawTextInfo& _rInf, Font& _rFont, in CalcLinePosData()
326 const Font aOldFnt( rRefDev.GetFont() ); in GetFontAscent()
373 const Font aOldFnt( rRefDev.GetFont() ); in GetFontHeight()
405 const Font aOldFnt( rOut.GetFont() ); in GetFontLeading()
450 Font aOldOutFont( pOut->GetFont() ); in CreateScrFont()
467 Font aOldPrtFnt( pPrt->GetFont() ); in CreateScrFont()
559 const Font aOldFnt( pWin->GetFont() ); in GuessLeading()
[all …]
/aoo42x/main/svtools/inc/svtools/
H A Dtexteng.hxx118 Font maFont;
189 void SeekCursor( sal_uLong nNode, sal_uInt16 nPos, Font& rFont, OutputDevice* pOutDev );
217 …tWidth( sal_uLong nPara, sal_uInt16 nPortionStart, sal_uInt16 nPortionLen, const Font* pFont = 0 );
242 void SetFont( const Font& rFont );
243 const Font& GetFont() const { return maFont; } in GetFont()
/aoo42x/main/toolkit/inc/toolkit/helper/
H A Dvclunohelper.hxx106 static ::com::sun::star::awt::FontDescriptor CreateFontDescriptor( const Font& rFont );
107 …static Font CreateFont( const ::com::sun::star::awt::FontDescriptor& rDescr, const Font& …
108 …static Font CreateFont( const ::com::sun::star::uno::Reference< ::com::sun::star::awt::XF…
/aoo42x/main/cppcanvas/inc/cppcanvas/
H A Dfont.hxx46 class Font class
49 virtual ~Font() {} in ~Font()
58 typedef ::boost::shared_ptr< ::cppcanvas::Font > FontSharedPtr;
/aoo42x/main/vcl/unx/kde4/
H A DKDESalFrame.cxx99 static Font toFont( const QFont &rQFont, const ::com::sun::star::lang::Locale& rLocale ) in toFont()
163 Font aFont( aInfo.m_aFamilyName, Size( 0, nPointHeight ) ); in toFont()
205 Font aFont = toFont( aGroup.readEntry( pKey, QFont() ), rSettings.GetUILocale() ); in UpdateSettings()
220 Font aFont = toFont( aGroup.readEntry( pKey, QFont() ), rSettings.GetUILocale() ); in UpdateSettings()
285 Font aFont = toFont( kapp->font(), rSettings.GetUILocale() ); in UpdateSettings()
/aoo42x/main/svx/source/sidebar/text/
H A DTextPropertyPanel.src46 QuickHelpText [ en-US ] = "Font Name" ;
57 QuickHelpText [ en-US ] = "Font Size" ;
68 Text = "Font Size Adjusting" ;
92 Text = "Font Effects" ;
193 Text = "Font Position" ;
217 Text = "Font Position" ;
/aoo42x/main/sw/source/ui/chrdlg/
H A Dchardlg.src43 Text [ en-US ] = "Font" ;
49 Text [ en-US ] = "Font Effects" ;
82 Text [ en-US ] = "Font" ;
93 Text [ en-US ] = "Font" ;
/aoo42x/main/sc/source/ui/inc/
H A Dspellparam.hxx59 const Font& rTargetFont,
66 inline const Font* GetTargetFont() const { return mbUseTargetFont ? &maTargetFont : 0; } in GetTargetFont()
74Font maTargetFont; /// Target font to be used if language has to be changed.
H A Dautofmt.hxx176 Font& rFont,
177 Font& rCJKFont,
178 Font& rCTLFont );
/aoo42x/main/sd/source/ui/slidesorter/view/
H A DSlsTheme.cxx249 ::boost::shared_ptr<Font> Theme::GetFont ( in GetFont()
253 ::boost::shared_ptr<Font> pFont; in GetFont()
258 pFont.reset(new Font(Application::GetSettings().GetStyleSettings().GetAppFont())); in GetFont()
264 pFont.reset(new Font(Application::GetSettings().GetStyleSettings().GetAppFont())); in GetFont()
274 pFont.reset(new Font(Application::GetSettings().GetStyleSettings().GetAppFont())); in GetFont()
/aoo42x/main/odk/examples/DevelopersGuide/Accessibility/
H A DMessageArea.java24 import java.awt.Font;
57 maText.setFont (new Font ("Helvetica", Font.PLAIN, 9)); in MessageArea()
/aoo42x/main/toolkit/test/accessibility/
H A DMessageArea.java22 import java.awt.Font;
55 maText.setFont (new Font ("Helvetica", Font.PLAIN, 9)); in MessageArea()
/aoo42x/main/vcl/source/glyphs/
H A Dgraphite_features.cxx48 GrFeatureParser::GrFeatureParser(gr::Font & font, const std::string lang) in GrFeatureParser()
55 GrFeatureParser::GrFeatureParser(gr::Font & font, const std::string features, const std::string lan… in GrFeatureParser()
128 void GrFeatureParser::setLang(gr::Font & font, const std::string & lang) in setLang()
178 bool GrFeatureParser::isValid(gr::Font & font, gr::FeatureSetting & setting) in isValid()
H A Dgraphite_layout.cxx539 GraphiteLayout::GraphiteLayout(const gr::Font & font, const grutils::GrFeatureParser * pFeatures) t… in GraphiteLayout()
631 class GrFontHasher : public gr::Font
634 …GrFontHasher(const gr::Font & aFont) : gr::Font(aFont), mrRealFont(const_cast<gr::Font&>(aFont)) {… in GrFontHasher()
641 virtual gr::Font* copyThis() { return mrRealFont.copyThis(); }; in copyThis()
684 #error Unknown base type for gr::Font::UniqueCacheInfo in UniqueCacheInfo()
689 gr::Font & mrRealFont;
789 … pSegment = new gr::RangeSegment((gr::Font *)&mrFont, mpTextSrc, &maLayout, mnMinCharPos, limit); in CreateSegment()
/aoo42x/main/accessibility/workben/org/openoffice/accessibility/misc/
H A DMessageArea.java24 import java.awt.Font;
57 maText.setFont (new Font ("Helvetica", Font.PLAIN, 9)); in MessageArea()
/aoo42x/main/cui/source/dialogs/
H A DSpellAttrib.cxx61 void SpellErrorAttrib::SetFont( Font& ) const in SetFont()
105 void SpellLanguageAttrib::SetFont( Font& ) const in SetFont()
149 void SpellBackgroundAttrib::SetFont( Font& rFont ) const in SetFont()
/aoo42x/main/filter/source/svg/
H A Dsvgfontexport.cxx51 SVGFontExport::GlyphSet& SVGFontExport::implGetGlyphSet( const Font& rFont ) in implGetGlyphSet()
176 void SVGFontExport::implEmbedFont( const Font& rFont ) in implEmbedFont()
192 Font aFont( rFont ); in implEmbedFont()
312 Font aFont; in EmbedFonts()
/aoo42x/main/migrationanalysis/src/wizard/
H A DWizard.frm11 BeginProperty Font
34 BeginProperty Font
173 BeginProperty Font
251 BeginProperty Font
274 BeginProperty Font
344 BeginProperty Font
598 BeginProperty Font
837 BeginProperty Font
859 BeginProperty Font
1051 BeginProperty Font
[all …]
/aoo42x/main/accessibility/workben/org/openoffice/accessibility/awb/view/
H A DEventMonitorView.java31 import java.awt.Font;
80 maText.setFont (new Font ("Helvetica", Font.PLAIN, 9)); in Layout()
/aoo42x/main/vcl/inc/vcl/
H A Dctrl.hxx101 virtual const Font&
192 Font GetUnzoomedControlPointFont() const in GetUnzoomedControlPointFont()
194 Font aFont( GetCanonicalFont( GetSettings().GetStyleSettings() ) ); in GetUnzoomedControlPointFont()
/aoo42x/main/vcl/source/gdi/
H A Dmetric.cxx94 : Font( rInfo ) in FontInfo()
111 Font::operator=( rInfo ); in operator =()
127 if( !Font::operator==( rInfo ) ) in operator ==()
/aoo42x/main/chart2/source/controller/dialogs/
H A Ddlg_ShapeFont.src44 Text [ en-US ] = "Font";
49 Text [ en-US ] = "Font Effects";
54 Text [ en-US ] = "Font Position";
/aoo42x/main/editeng/source/misc/
H A Dhangulhanja.cxx120 const Font* m_pTargetFont; // target font of new replacement text
161 const Font* _pTargetFont,
178 inline const Font * GetTargetFont() const { return m_pTargetFont; } in GetTargetFont()
280 const Font* _pTargetFont, in HangulHanjaConversion_Impl()
1073 const Font* _pTargetFont, in HangulHanjaConversion()
1109 const Font * HangulHanjaConversion::GetTargetFont( ) const in GetTargetFont()
/aoo42x/main/editeng/inc/editeng/
H A Dnumitem.hxx43 class Font;
163 Font* pBulletFont; // Pointer auf den BulletFont
197 void SetBulletFont(const Font* pFont);
198 const Font* GetBulletFont() const {return pBulletFont;} in GetBulletFont()
H A Dsvxrtf.hxx39 class Font;
85 DECLARE_TABLE( SvxRTFFontTbl, Font* )
237 Font* pDfltFont;
382 const Font& GetFont( sal_uInt16 nId ); // aendert den dflt Font

Completed in 131 milliseconds

12345678910>>...30