Home
last modified time | relevance | path

Searched refs:Font (Results 151 – 175 of 749) sorted by relevance

12345678910>>...30

/aoo42x/main/canvas/source/cairo/
H A Dcairo_canvasfont.hxx82 ::Font getVCLFont() const;
85 ::canvas::vcltools::VCLObject<Font> maFont;
H A Dcairo_canvasfont.cxx71 maFont( Font( rFontRequest.FontDescription.FamilyName, in CanvasFont()
190 ::Font CanvasFont::getVCLFont() const in getVCLFont()
/aoo42x/main/editeng/inc/editeng/
H A Dhangulhanja.hxx117 const Font* _pTargetFont,
129 const Font * GetTargetFont() const;
/aoo42x/main/canvas/source/vcl/
H A Dcanvasfont.hxx85 ::Font getVCLFont() const;
88 ::canvas::vcltools::VCLObject<Font> maFont;
/aoo42x/main/cui/source/tabpages/
H A Dnumpages.cxx201 Font& lcl_GetDefaultBulletFont() in lcl_GetDefaultBulletFont()
204 static Font aDefBulletFont( UniString::CreateFromAscii( in lcl_GetDefaultBulletFont()
603 Font& rActBulletFont = lcl_GetDefaultBulletFont(); in IMPL_LINK()
848 Font& rActBulletFont = lcl_GetDefaultBulletFont(); in IMPL_LINK()
881 Font aFont(aInfo); in IMPL_LINK()
887 Font aCreateFont( pLevelSettings->sBulletFont, in IMPL_LINK()
2386 const Font* pFmtFont = 0; in IMPL_LINK()
2632 Font aTmpFont(pVDev->GetFont()); in lcl_DrawBullet()
2791 Font aSaveFont = pVDev->GetFont(); in Paint()
2792 Font aColorFont(aSaveFont); in Paint()
[all …]
/aoo42x/main/oovbaapi/ooo/vba/word/
H A DXRange.idl52 // Of course Font is NOT readonly, #FIXME #TODO
54 [attribute, readonly] XFont Font;
/aoo42x/main/cui/source/dialogs/
H A Dsdrcelldlg.src46 Text [ en-US ] = "Font" ;
52 Text [ en-US ] = "Font Effects" ;
/aoo42x/main/sd/source/ui/dlg/
H A Ddlg_char.src44 Text [ en-US ] = "Font" ;
50 Text [ en-US ] = "Font Effects" ;
/aoo42x/main/basctl/source/basicide/
H A Dbaside2.cxx115 const Font aOldFont( pPrinter->GetFont() ); in lcl_PrintHeader()
120 Font aFont( aOldFont ); in lcl_PrintHeader()
967 Font aOldFont( pPrinter->GetFont() ); in FormatAndPrint()
970 Font aFont( GetEditEngine()->GetFont() ); in FormatAndPrint()
1521 Font aFont( GetFont() ); in ModulWindowLayout()
1708 Font aFont(GetFont()); in DataChanged()
/aoo42x/main/sfx2/source/sidebar/
H A DTitleBar.cxx190 Font aFont(GetFont()); in PaintTitle()
211 Font aFont(GetFont()); in PaintFocus()
/aoo42x/main/dbaccess/source/ui/app/
H A DAppDetailView.cxx166 Font aFont( GetFont() ); in PreparePaint()
447 Font aFont; in ImplInitSettings()
473 Font aFont = m_aDescription.GetControlFont(); in ImplInitSettings()
648 Font aFont; in ImplInitSettings()
/aoo42x/main/
H A DLICENSE1373 persons to whom the Font Software is furnished to do so, subject to the
1416 associated documentation files (the "Font Software"), to reproduce
1417 and distribute the modifications to the Bitstream Vera Font Software,
1419 distribute, and/or sell copies of the Font Software, and to permit
1420 persons to whom the Font Software is furnished to do so, subject to
1424 shall be included in all copies of one or more of the Font Software
1427 The Font Software may be modified, altered, or added to, and in
1434 or Font Software that has been modified and is distributed under the
1437 The Font Software may be sold as part of a larger software package but
1438 no copy of one or more of the Font Software typefaces may be sold by
[all …]
/aoo42x/main/sw/inc/
H A Dsplargs.hxx35 class Font;
83 const Font *pTargetFont; // target font of text to be changed
/aoo42x/main/vcl/inc/
H A Dgraphite_layout.hxx117 const gr::Font &mrFont;
126 …explicit GraphiteLayout( const gr::Font& font, const grutils::GrFeatureParser* features = NULL ) t…
/aoo42x/main/migrationanalysis/src/driver_docs/sources/word/
H A DPreparation.bas92 ELength = ELength + Selection.Characters.First.Font.Size
100 ELength = ELength + Selection.Characters.First.Font.Size
/aoo42x/main/oovbaapi/ooo/vba/excel/
H A DXButton.idl50 /** Font settings for the entire caption text. */
51 [attribute] XFont Font;
/aoo42x/main/accessibility/java/java_uno_accessbridge/src/main/java/org/openoffice/java/accessibility/
H A DDialog.java532 public java.awt.Font getFont() { in getFont()
537 public void setFont(java.awt.Font f) { in setFont()
541 public java.awt.FontMetrics getFontMetrics(java.awt.Font f) { in getFontMetrics()
H A DFrame.java524 public java.awt.Font getFont() { in getFont()
529 public void setFont(java.awt.Font f) { in setFont()
533 public java.awt.FontMetrics getFontMetrics(java.awt.Font f) { in getFontMetrics()
/aoo42x/main/filter/source/flash/
H A Dswfwriter2.cxx432 FlashFont::FlashFont( const Font& rFont, sal_uInt16 nId ) in FlashFont()
459 Font aOldFont( pVDev->GetFont() ); in getGlyph()
460 Font aNewFont( aOldFont ); in getGlyph()
/aoo42x/main/filter/source/graphicfilter/eos2met/
H A Deos2met.cxx121 Font aFont;
141 Font aGDIFont;
188 void CreateChrSet(const Font & rFont);
190 sal_uInt8 FindChrSet(const Font & rFont);
412 void METWriter::CreateChrSet(const Font & rFont) in CreateChrSet()
427 sal_uInt8 METWriter::FindChrSet(const Font & rFont) in FindChrSet()
2543 aGDIFont=Font(); in WriteMET()
/aoo42x/main/filter/source/graphicfilter/epict/
H A Depict.cxx58 Font aFont;
87 Font aSrcFont;
138 void WriteOpcode_TxFace(const Font & rFont);
151 void WriteOpcode_FontName(const Font & rFont);
468 void PictWriter::WriteOpcode_TxFace(const Font & rFont) in WriteOpcode_TxFace()
699 void PictWriter::WriteOpcode_FontName(const Font & rFont) in WriteOpcode_FontName()
2240 aSrcFont=Font(); in WritePict()
/aoo42x/main/svx/source/sidebar/line/
H A DLineWidthValueSet.cxx118 Font aOldFont = pDev->GetFont(); in UserDraw()
122Font aFont(OutputDevice::GetDefaultFont(DEFAULTFONT_UI_SANS, MsLangId::getSystemLanguage(), DEFAUL… in UserDraw()
/aoo42x/main/sc/source/ui/styleui/
H A Dstyledlg.src49 Text [ en-US ] = "Font" ;
54 Text [ en-US ] = "Font Effects" ;
/aoo42x/main/sd/source/ui/inc/
H A DOutlineView.hxx230 Font maPageNumberFont;
232 Font maBulletFont;
/aoo42x/main/sw/source/ui/docvw/
H A DAnnotationMenuButton.cxx159 Font aOldFont( mrSidebarWin.GetFont() ); in Paint()
160 Font aFont(aOldFont); in Paint()

Completed in 193 milliseconds

12345678910>>...30