Searched refs:aCurFont (Results 1 – 5 of 5) sorted by relevance
/aoo42x/main/chart2/source/controller/main/ |
H A D | ChartController_TextEdit.cxx | 197 Font aCurFont = m_pDrawViewWrapper->getOutliner()->GetRefDevice()->GetFont(); in executeDispatch_InsertSpecialCharacter() local 198 …aSet.Put( SvxFontItem( aCurFont.GetFamily(), aCurFont.GetName(), aCurFont.GetStyleName(), aCurFont… in executeDispatch_InsertSpecialCharacter()
|
/aoo42x/main/svx/source/tbxctrls/ |
H A D | tbcontrl.cxx | 187 Font aCurFont; member in SvxFontNameBox_Impl 658 aCurFont.SetName ( pFontItem->GetFamilyName() ); in Update() 659 aCurFont.SetFamily ( pFontItem->GetFamily() ); in Update() 660 aCurFont.SetStyleName ( pFontItem->GetStyleName() ); in Update() 661 aCurFont.SetPitch ( pFontItem->GetPitch() ); in Update() 662 aCurFont.SetCharSet ( pFontItem->GetCharSet() ); in Update() 664 String aCurName = aCurFont.GetName(); in Update() 780 aCurFont.GetWeight(), in Select() 781 aCurFont.GetItalic() ) ); in Select() 782 aCurFont = aInfo; in Select()
|
/aoo42x/main/sc/source/ui/view/ |
H A D | cellsh1.cxx | 1931 Font aCurFont; in ExecuteEdit() local 1932 pTabViewShell->GetSelectionPattern()->GetFont( aCurFont, SC_AUTOCOL_BLACK, NULL, NULL, NULL, in ExecuteEdit() 1937 …aSet.Put( SvxFontItem( aCurFont.GetFamily(), aCurFont.GetName(), aCurFont.GetStyleName(), aCurFont… in ExecuteEdit()
|
/aoo42x/main/svx/source/sidebar/text/ |
H A D | SvxSBFontNameBox.hxx | 56 Font aCurFont; member in svx::sidebar::SvxSBFontNameBox
|
/aoo42x/main/svtools/workben/ |
H A D | svdem.cxx | 119 Font aCurFont; member in MyFontDialog
|
Completed in 44 milliseconds