LibreOffice Module starmath (master) 1
Functions
utility.cxx File Reference
#include <strings.hrc>
#include <smmod.hxx>
#include <utility.hxx>
#include <dialog.hxx>
#include <view.hxx>
#include <comphelper/lok.hxx>
#include <sfx2/lokcomponenthelpers.hxx>
Include dependency graph for utility.cxx:

Go to the source code of this file.

Functions

SmViewShellSmGetActiveView ()
 ! Since this method is based on the current focus it is somewhat ! unreliable and may return unexpected 0 pointers! More...
 
 IMPL_LINK_NOARG (SmFontPickListBox, SelectHdl, weld::ComboBox &, void)
 
bool IsItalic (const vcl::Font &rFont)
 
bool IsBold (const vcl::Font &rFont)
 
SmFaceoperator*= (SmFace &rFace, const Fraction &rFrac)
 

Function Documentation

◆ IMPL_LINK_NOARG()

IMPL_LINK_NOARG ( SmFontPickListBox  ,
SelectHdl  ,
weld::ComboBox ,
void   
)

Definition at line 134 of file utility.cxx.

References Get(), SmFontPickList::Insert(), m_xWidget, and nPos.

◆ IsBold()

bool IsBold ( const vcl::Font rFont)

◆ IsItalic()

bool IsItalic ( const vcl::Font rFont)

◆ operator*=()

SmFace & operator*= ( SmFace rFace,
const Fraction rFrac 
)

◆ SmGetActiveView()

SmViewShell * SmGetActiveView ( )