/aoo4110/main/toolkit/inc/toolkit/helper/ |
H A D | vclunohelper.hxx | 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…
|
/aoo4110/main/editeng/source/items/ |
H A D | bulitem.cxx | 69 Font SvxBulletItem::CreateFont( SvStream& rStream, sal_uInt16 nVer ) in CreateFont() function in SvxBulletItem 178 aFont = CreateFont( rStrm, BULITEM_VERSION ); in SvxBulletItem()
|
/aoo4110/main/editeng/source/editeng/ |
H A D | editdoc.cxx | 1070 CreateFont( GetCharAttribs().GetDefFont(), pS->GetItemSet() ); in CreateDefFont() 1073 CreateFont( GetCharAttribs().GetDefFont(), in CreateDefFont() 1084 CreateFont( GetCharAttribs().GetDefFont(), in SetStyleSheet() 1255 void CreateFont( SvxFont& rFont, const SfxItemSet& rSet, bool bSearchInParent, short nScriptType ) in CreateFont() function 1331 CreateFont( aDefFont, aTmpSet ); in CreateDefFont()
|
H A D | editdoc.hxx | 50 void CreateFont( SvxFont& rFont, const SfxItemSet& rSet, bool bSearchInParent = true, short nScript…
|
H A D | impedit5.cxx | 110 CreateFont( aFontFromStyle, pStyle->GetItemSet() ); in UpdateParagraphsWithStyleSheet()
|
H A D | editeng.cxx | 2688 CreateFont( aFont, rItemSet, true, nScriptType ); in CreateFontFromItemSet() 2701 CreateFont( aFont, rItemSet ); in CreateSvxFontFromItemSet()
|
/aoo4110/main/sdext/source/presenter/ |
H A D | PresenterClock.cxx | 236 void CreateFont ( 1262 CreateFont(rxCanvas,bIsShowSeconds); in Paint() 1355 void DigitalDefaultPainter::CreateFont ( in CreateFont() function in sdext::presenter::__anon0d33fb020311::DigitalDefaultPainter
|
H A D | PresenterTheme.cxx | 642 mxFont = CreateFont(rxCanvas, nCellSize); in PrepareFont() 650 Reference<rendering::XCanvasFont> PresenterTheme::FontDescriptor::CreateFont ( in CreateFont() function in sdext::presenter::PresenterTheme::FontDescriptor 690 Reference<rendering::XCanvasFont> xFont (CreateFont(rxCanvas, nCellSize)); in GetCellSizeForDesignSize()
|
H A D | PresenterTheme.hxx | 105 css::uno::Reference<css::rendering::XCanvasFont> CreateFont (
|
/aoo4110/main/toolkit/source/awt/ |
H A D | vclxgraphics.cxx | 180 maFont = VCLUnoHelper::CreateFont( rxFont ); in setFont() 204 maFont = VCLUnoHelper::CreateFont( rDescription, Font() ); in selectFont()
|
H A D | vclxdevice.cxx | 214 pMetric->Init( *this, VCLUnoHelper::CreateFont( rDescriptor, mpOutputDevice->GetFont() ) ); in getFont()
|
H A D | stylesettings.cxx | 189 … const Font aNewFont = VCLUnoHelper::CreateFont( i_rFont, (aStyleSettings.*i_pGetter)() ); in lcl_setStyleFont()
|
H A D | vclxwindow.cxx | 1279 GetWindow()->SetControlFont( VCLUnoHelper::CreateFont( rFont, GetWindow()->GetControlFont() ) ); in setControlFont() 1599 pWindow->SetControlFont( VCLUnoHelper::CreateFont( aFont, pWindow->GetControlFont() ) ); in setProperty()
|
/aoo4110/main/editeng/inc/editeng/ |
H A D | bulitem.hxx | 140 static Font CreateFont( SvStream&, sal_uInt16 nVer );
|
/aoo4110/main/vcl/source/glyphs/ |
H A D | gcach_ftyp.hxx | 157 FreetypeServerFont* CreateFont( const ImplFontSelectData& );
|
H A D | glyphcache.cxx | 250 pNew = mpFtManager->CreateFont( aFontSelData ); in CacheFont()
|
H A D | gcach_ftyp.cxx | 29 #undef CreateFont 669 FreetypeServerFont* FreetypeManager::CreateFont( const ImplFontSelectData& rFSD ) in CreateFont() function in FreetypeManager
|
/aoo4110/main/toolkit/source/helper/ |
H A D | vclunohelper.cxx | 347 Font VCLUnoHelper::CreateFont( const ::com::sun::star::awt::FontDescriptor& rDescr, const Font& rIn… in CreateFont() function in VCLUnoHelper 381 Font VCLUnoHelper::CreateFont( const ::com::sun::star::uno::Reference< ::com::sun::star::awt::XFont… in CreateFont() function in VCLUnoHelper
|
H A D | formpdfexport.cxx | 421 _rpDescriptor->TextFont = VCLUnoHelper::CreateFont( aUNOFont, Font() ); in describePDFControl()
|
/aoo4110/main/reportdesign/source/ui/dlg/ |
H A D | Condition.cxx | 676 …SvxFont aFont( VCLUnoHelper::CreateFont( _xReportControlFormat->getFontDescriptor(), aBaseFont ) ); in updateToolbar()
|
/aoo4110/main/reportdesign/source/ui/misc/ |
H A D | UITools.cxx | 223 return VCLUnoHelper::CreateFont( _out_rControlFont, aDefaultFont ); in lcl_getReportControlFont()
|