LibreOffice Module sc (master) 1
Classes | Macros | Functions
condformatdlgentry.cxx File Reference
#include <memory>
#include <condformatdlg.hxx>
#include <condformatdlgentry.hxx>
#include <conditio.hxx>
#include <compiler.hxx>
#include <colorscale.hxx>
#include <condformathelper.hxx>
#include <document.hxx>
#include <o3tl/string_view.hxx>
#include <svl/style.hxx>
#include <sfx2/dispatch.hxx>
#include <sfx2/frame.hxx>
#include <svl/stritem.hxx>
#include <svl/intitem.hxx>
#include <svl/numformat.hxx>
#include <svx/colorbox.hxx>
#include <vcl/svapp.hxx>
#include <formula/token.hxx>
#include <formula/errorcodes.hxx>
#include <tokenarray.hxx>
#include <stlpool.hxx>
#include <tabvwsh.hxx>
#include <unotools/charclass.hxx>
#include <colorformat.hxx>
#include <scresid.hxx>
#include <globstr.hrc>
#include <strings.hrc>
#include <set>
Include dependency graph for condformatdlgentry.cxx:

Go to the source code of this file.

Classes

class  ScIconSetFrmtDataEntry
 

Macros

#define CommonWidgetWidth   10
 

Functions

 IMPL_LINK_NOARG (ScCondFrmtEntry, EntrySelectHdl, const MouseEvent &, bool)
 
 IMPL_LINK (ScConditionFrmtEntry, OnEdChanged, formula::RefEdit &, rRefEdit, void)
 
 IMPL_LINK_NOARG (ScConditionFrmtEntry, StyleSelectHdl, weld::ComboBox &, void)
 
 IMPL_LINK_NOARG (ScFormulaFrmtEntry, StyleSelectHdl, weld::ComboBox &, void)
 
 IMPL_LINK (ScColorScale2FrmtEntry, EntryTypeHdl, weld::ComboBox &, rBox, void)
 
 IMPL_LINK (ScColorScale3FrmtEntry, EntryTypeHdl, weld::ComboBox &, rBox, void)
 
 IMPL_LINK_NOARG (ScConditionFrmtEntry, ConditionTypeSelectHdl, weld::ComboBox &, void)
 
 IMPL_LINK_NOARG (ScDataBarFrmtEntry, DataBarTypeSelectHdl, weld::ComboBox &, void)
 
 IMPL_LINK_NOARG (ScDataBarFrmtEntry, OptionBtnHdl, weld::Button &, void)
 
 IMPL_LINK_NOARG (ScDateFrmtEntry, StyleSelectHdl, weld::ComboBox &, void)
 
 IMPL_LINK_NOARG (ScIconSetFrmtEntry, IconSetTypeHdl, weld::ComboBox &, void)
 

Macro Definition Documentation

◆ CommonWidgetWidth

#define CommonWidgetWidth   10

Definition at line 45 of file condformatdlgentry.cxx.

Function Documentation

◆ IMPL_LINK() [1/3]

IMPL_LINK ( ScColorScale2FrmtEntry  ,
EntryTypeHdl  ,
weld::ComboBox ,
rBox  ,
void   
)

Definition at line 844 of file condformatdlgentry.cxx.

References COLORSCALE_MAX, and weld::Widget::set_sensitive().

◆ IMPL_LINK() [2/3]

IMPL_LINK ( ScColorScale3FrmtEntry  ,
EntryTypeHdl  ,
weld::ComboBox ,
rBox  ,
void   
)

Definition at line 999 of file condformatdlgentry.cxx.

References COLORSCALE_MAX, and weld::Widget::set_sensitive().

◆ IMPL_LINK() [3/3]

IMPL_LINK ( ScConditionFrmtEntry  ,
OnEdChanged  ,
formula::RefEdit ,
rRefEdit  ,
void   
)

◆ IMPL_LINK_NOARG() [1/8]

IMPL_LINK_NOARG ( ScCondFrmtEntry  ,
EntrySelectHdl  ,
const MouseEvent ,
bool   
)

Definition at line 73 of file condformatdlgentry.cxx.

◆ IMPL_LINK_NOARG() [2/8]

IMPL_LINK_NOARG ( ScConditionFrmtEntry  ,
ConditionTypeSelectHdl  ,
weld::ComboBox ,
void   
)

Definition at line 1024 of file condformatdlgentry.cxx.

References eMode.

◆ IMPL_LINK_NOARG() [3/8]

IMPL_LINK_NOARG ( ScConditionFrmtEntry  ,
StyleSelectHdl  ,
weld::ComboBox ,
void   
)

Definition at line 497 of file condformatdlgentry.cxx.

References mpParent.

◆ IMPL_LINK_NOARG() [4/8]

IMPL_LINK_NOARG ( ScDataBarFrmtEntry  ,
DataBarTypeSelectHdl  ,
weld::ComboBox ,
void   
)

Definition at line 1191 of file condformatdlgentry.cxx.

References COLORSCALE_MAX.

◆ IMPL_LINK_NOARG() [5/8]

IMPL_LINK_NOARG ( ScDataBarFrmtEntry  ,
OptionBtnHdl  ,
weld::Button ,
void   
)

◆ IMPL_LINK_NOARG() [6/8]

IMPL_LINK_NOARG ( ScDateFrmtEntry  ,
StyleSelectHdl  ,
weld::ComboBox ,
void   
)

Definition at line 1307 of file condformatdlgentry.cxx.

References mpParent.

◆ IMPL_LINK_NOARG() [7/8]

IMPL_LINK_NOARG ( ScFormulaFrmtEntry  ,
StyleSelectHdl  ,
weld::ComboBox ,
void   
)

Definition at line 546 of file condformatdlgentry.cxx.

References mpParent.

◆ IMPL_LINK_NOARG() [8/8]

IMPL_LINK_NOARG ( ScIconSetFrmtEntry  ,
IconSetTypeHdl  ,
weld::ComboBox ,
void   
)