Home
last modified time | relevance | path

Searched refs:aFont (Results 1 – 25 of 308) sorted by path

12345678910>>...13

/trunk/main/accessibility/source/extended/
H A DAccessibleBrowseBoxBase.cxx579 Font aFont; in getForeground() local
581 aFont = pInst->GetControlFont(); in getForeground()
583 aFont = pInst->GetFont(); in getForeground()
584 nColor = aFont.GetColor().GetColor(); in getForeground()
H A DAccessibleGridControlBase.cxx481 Font aFont; in getForeground() local
483 aFont = pInst->GetControlFont(); in getForeground()
485 aFont = pInst->GetFont(); in getForeground()
486 nColor = aFont.GetColor().GetColor(); in getForeground()
H A Daccessibletabbar.cxx462 Font aFont; in getForeground() local
464 aFont = m_pTabBar->GetControlFont(); in getForeground()
466 aFont = m_pTabBar->GetFont(); in getForeground()
467 nColor = aFont.GetColor().GetColor(); in getForeground()
506 Font aFont; in getFont() local
508 aFont = m_pTabBar->GetControlFont(); in getFont()
510 aFont = m_pTabBar->GetFont(); in getFont()
512 pVCLXFont->Init( *xDev.get(), aFont ); in getFont()
H A Dtextwindowaccessibility.cxx1034 Font aFont = m_rEngine.GetFont(); in retrieveCharacterAttributes() local
1042 aAttribs[i].Value = mapFontColor( aFont.GetFillColor() ); in retrieveCharacterAttributes()
1059 aAttribs[i].Value = ::css::uno::makeAny( (::rtl::OUString)aFont.GetName() ); in retrieveCharacterAttributes()
1067 aAttribs[i].Value = ::css::uno::makeAny( (sal_Int16)aFont.GetHeight() ); in retrieveCharacterAttributes()
1075 aAttribs[i].Value = ::css::uno::makeAny( (sal_Int16)aFont.GetItalic() ); in retrieveCharacterAttributes()
1091 aAttribs[i].Value = ::css::uno::makeAny( (sal_Int16)aFont.GetStrikeout() ); in retrieveCharacterAttributes()
1099 aAttribs[i].Value = ::css::uno::makeAny( (sal_Int16)aFont.GetUnderline() ); in retrieveCharacterAttributes()
1107 aAttribs[i].Value = ::css::uno::makeAny( (float)aFont.GetWeight() ); in retrieveCharacterAttributes()
/trunk/main/accessibility/source/standard/
H A Dvclxaccessiblemenuitem.cxx254 Font aFont = Application::GetSettings().GetStyleSettings().GetMenuFont(); in getCharacterAttributes() local
257 …::std::auto_ptr< CharacterAttributesHelper > pHelper( new CharacterAttributesHelper( aFont, nBackC… in getCharacterAttributes()
H A Dvclxaccessiblestatusbaritem.cxx528 Font aFont = m_pStatusBar->GetFont(); in getCharacterAttributes() local
531 …::std::auto_ptr< CharacterAttributesHelper > pHelper( new CharacterAttributesHelper( aFont, nBackC… in getCharacterAttributes()
H A Dvclxaccessibletabpage.cxx602 Font aFont = m_pTabControl->GetFont(); in getCharacterAttributes() local
605 …::std::auto_ptr< CharacterAttributesHelper > pHelper( new CharacterAttributesHelper( aFont, nBackC… in getCharacterAttributes()
H A Dvclxaccessibletextcomponent.cxx192 Font aFont = GetWindow()->GetControlFont(); in getCharacterAttributes() local
246 …::std::auto_ptr< CharacterAttributesHelper > pHelper( new CharacterAttributesHelper( aFont, nBackC… in getCharacterAttributes()
/trunk/main/basctl/source/accessibility/
H A Daccessibledialogcontrolshape.cxx531 Font aFont; in getForeground() local
533 aFont = pWindow->GetControlFont(); in getForeground()
535 aFont = pWindow->GetFont(); in getForeground()
536 nColor = aFont.GetColor().GetColor(); in getForeground()
577 Font aFont; in getFont() local
579 aFont = pWindow->GetControlFont(); in getFont()
581 aFont = pWindow->GetFont(); in getFont()
583 pVCLXFont->Init( *xDev.get(), aFont ); in getFont()
H A Daccessibledialogwindow.cxx895 Font aFont; in getForeground() local
897 aFont = m_pDialogWindow->GetControlFont(); in getForeground()
899 aFont = m_pDialogWindow->GetFont(); in getForeground()
900 nColor = aFont.GetColor().GetColor(); in getForeground()
939 Font aFont; in getFont() local
941 aFont = m_pDialogWindow->GetControlFont(); in getFont()
943 aFont = m_pDialogWindow->GetFont(); in getFont()
945 pVCLXFont->Init( *xDev.get(), aFont ); in getFont()
/trunk/main/basctl/source/basicide/
H A Dbaside2.cxx120 Font aFont( aOldFont ); in lcl_PrintHeader() local
121 aFont.SetWeight( WEIGHT_BOLD ); in lcl_PrintHeader()
122 aFont.SetAlign( ALIGN_BOTTOM ); in lcl_PrintHeader()
123 pPrinter->SetFont( aFont ); in lcl_PrintHeader()
146 pPrinter->SetFont( aFont ); in lcl_PrintHeader()
974 pPrinter->SetFont( aFont ); in FormatAndPrint()
1521 Font aFont( GetFont() ); in ModulWindowLayout() local
1522 Size aSz( aFont.GetSize() ); in ModulWindowLayout()
1525 aFont.SetSize( aSz ); in ModulWindowLayout()
1528 SetFont( aFont ); in ModulWindowLayout()
[all …]
H A Dbaside2b.cxx664 Font aFont(pEditEngine->GetFont()); in DataChanged() local
665 aFont.SetColor(aColor); in DataChanged()
666 pEditEngine->SetFont(aFont); in DataChanged()
811 Font aFont( sFontName, aFontSize ); in ImplSetFont() local
812 aFont.SetColor( GetSettings().GetStyleSettings().GetFieldTextColor() ); in ImplSetFont()
813 SetPointFont( aFont ); in ImplSetFont()
814 aFont = GetFont(); in ImplSetFont()
817 pModulWindow->GetBreakPointWindow().SetFont( aFont ); in ImplSetFont()
822 pEditEngine->SetFont( aFont ); in ImplSetFont()
H A Dbaside3.cxx1408 Font aFont; in InitSettings() local
1409 aFont = rStyleSettings.GetFieldFont(); in InitSettings()
1410 SetPointFont( aFont ); in InitSettings()
/trunk/main/basctl/source/dlged/
H A Ddlged.cxx1251 Font aFont( pPrinter->GetFont() ); in lcl_PrintHeader() local
1252 aFont.SetWeight( WEIGHT_BOLD ); in lcl_PrintHeader()
1253 aFont.SetAlign( ALIGN_BOTTOM ); in lcl_PrintHeader()
1254 pPrinter->SetFont( aFont ); in lcl_PrintHeader()
1303 Font aFont; in Print() local
1304 aFont.SetAlign( ALIGN_BOTTOM ); in Print()
1305 aFont.SetSize( Size( 0, 360 )); in Print()
1306 pPrinter->SetFont( aFont ); in Print()
/trunk/main/basic/source/runtime/
H A Dinputbox.cxx77 Font aFont( GetFont()); in SvRTLInputBox() local
79 aFont.SetFillColor( aColor ); in SvRTLInputBox()
80 aEdit.SetFont( aFont ); in SvRTLInputBox()
/trunk/main/basic/workben/
H A Dmgrtest.cxx119 Font aFont; in TestWindow() local
120 aFont.SetName( "Helv" ); in TestWindow()
121 aFont.SetSize( Size( 0, 6 ) ); in TestWindow()
122 aFont.SetPitch( PITCH_VARIABLE ); in TestWindow()
123 aFont.SetFamily( FAMILY_SWISS ); in TestWindow()
124 aFont.SetTransparent( sal_True ); in TestWindow()
125 aFont.SetAlign( ALIGN_TOP ); in TestWindow()
126 aToolBox.SetFont( aFont ); in TestWindow()
127 SetFont( aFont ); in TestWindow()
/trunk/main/canvas/source/cairo/
H A Dcairo_textlayout.cxx580 Font aFont = rOutDev.GetFont(); in draw() local
581 FontMetric aMetric( rOutDev.GetFontMetric(aFont) ); in draw()
590 if (aFont.GetWidth() == 0) { in draw()
591 nWidth = aFont.GetHeight(); in draw()
595 nWidth = aFont.GetWidth() * aFont.GetHeight() / aMetric.GetHeight(); in draw()
602 cairo_matrix_scale(&m, nWidth, aFont.GetHeight()); in draw()
610 aFont.GetWidth(), in draw()
611 aFont.GetHeight(), in draw()
624 ::rtl::OUStringToOString( aFont.GetName(), RTL_TEXTENCODING_UTF8 ).getStr(), in draw()
634 double bold_dx = 0.5 * sqrt( 0.7 * aFont.GetHeight() ); in draw()
/trunk/main/canvas/source/directx/
H A Ddx_5rm.cxx1976 Gdiplus::Font aFont( NULL, in renderInfoText() local
1983 &aFont, in renderInfoText()
H A Ddx_textlayout_drawhelper.cxx153 Font aFont( in drawText() local
163 aFont.SetPitch( in drawText()
170 aFont.SetColor( aColor ); in drawText()
171 aFont.SetFillColor( aColor ); in drawText()
185 aFont.SetWidth( nNewWidth ); in drawText()
189 aVirtualDevice.SetFont(aFont); in drawText()
291 Font aFont( in queryTextBounds() local
296 aFont.SetAlign( ALIGN_BASELINE ); in queryTextBounds()
301 aFont.SetPitch( in queryTextBounds()
317 aFont.SetWidth( nNewWidth ); in queryTextBounds()
[all …]
/trunk/main/chart2/source/controller/dialogs/
H A Dtp_ChartType.cxx837 Font aFont( m_aFT_ChooseType.GetControlFont() ); in ChartTypeTabPage() local
838 aFont.SetWeight( WEIGHT_BOLD ); in ChartTypeTabPage()
839 m_aFT_ChooseType.SetControlFont( aFont ); in ChartTypeTabPage()
H A Dtp_DataSource.cxx296 Font aFont( m_aFT_CAPTION.GetControlFont() ); in DataSourceTabPage() local
297 aFont.SetWeight( WEIGHT_BOLD ); in DataSourceTabPage()
298 m_aFT_CAPTION.SetControlFont( aFont ); in DataSourceTabPage()
H A Dtp_RangeChooser.cxx134 Font aFont( m_aFT_Caption.GetControlFont() ); in RangeChooserTabPage() local
135 aFont.SetWeight( WEIGHT_BOLD ); in RangeChooserTabPage()
136 m_aFT_Caption.SetControlFont( aFont ); in RangeChooserTabPage()
H A Dtp_Wizard_TitlesAndObjects.cxx70 Font aFont( m_aFT_TitleDescription.GetControlFont() ); in TitlesAndObjectsTabPage() local
71 aFont.SetWeight( WEIGHT_BOLD ); in TitlesAndObjectsTabPage()
72 m_aFT_TitleDescription.SetControlFont( aFont ); in TitlesAndObjectsTabPage()
/trunk/main/chart2/source/tools/
H A DCharacterProperties.cxx508 …Font aFont = OutputDevice::GetDefaultFont( DEFAULTFONT_LATIN_SPREADSHEET, nLang, DEFAULTFONT_FLAGS… in AddDefaultsToMap() local
514 …::chart::PropertyHelper::setPropertyValueDefault( rOutMap, PROP_CHAR_FONT_NAME, OUString( aFont.Ge… in AddDefaultsToMap()
515 …per::setPropertyValueDefault( rOutMap, PROP_CHAR_FONT_STYLE_NAME, OUString(aFont.GetStyleName()) ); in AddDefaultsToMap()
516 …elper::setPropertyValueDefault( rOutMap, PROP_CHAR_FONT_FAMILY, sal_Int16(aFont.GetFamily()) );//a… in AddDefaultsToMap()
517 …per::setPropertyValueDefault( rOutMap, PROP_CHAR_FONT_CHAR_SET, sal_Int16(aFont.GetCharSet()) );//… in AddDefaultsToMap()
518 …Helper::setPropertyValueDefault( rOutMap, PROP_CHAR_FONT_PITCH, sal_Int16(aFont.GetPitch()) );//aw… in AddDefaultsToMap()
/trunk/main/cui/source/dialogs/
H A Dabout.cxx376 Font aFont = GetFont(); in ApplyStyleSettings() local
377 aFont.SetTransparent( sal_True ); in ApplyStyleSettings()
378 SetFont( aFont ); in ApplyStyleSettings()

Completed in 168 milliseconds

12345678910>>...13