LibreOffice Module sc (master) 1
Public Member Functions | Private Attributes | List of all members
ScAutoStyleHint Class Referencefinal

move ScAutoStyleHint to a different file? More...

#include <hints.hxx>

Inheritance diagram for ScAutoStyleHint:
[legend]
Collaboration diagram for ScAutoStyleHint:
[legend]

Public Member Functions

 ScAutoStyleHint (const ScRange &rR, OUString aSt1, sal_uLong nT, OUString aSt2)
 
virtual ~ScAutoStyleHint () override
 
const ScRangeGetRange () const
 
const OUString & GetStyle1 () const
 
sal_uInt32 GetTimeout () const
 
const OUString & GetStyle2 () const
 
- Public Member Functions inherited from SfxHint
 SfxHint ()
 
 SfxHint (SfxHintId nId)
 
virtual ~SfxHint ()
 
 SfxHint (SfxHint const &)=default
 
 SfxHint (SfxHint &&)=default
 
SfxHintoperator= (SfxHint const &)=default
 
SfxHintoperator= (SfxHint &&)=default
 
SfxHintId GetId () const
 

Private Attributes

ScRange aRange
 
OUString aStyle1
 
OUString aStyle2
 
sal_uLong nTimeout
 

Detailed Description

move ScAutoStyleHint to a different file?

Definition at line 99 of file hints.hxx.

Constructor & Destructor Documentation

◆ ScAutoStyleHint()

ScAutoStyleHint::ScAutoStyleHint ( const ScRange rR,
OUString  aSt1,
sal_uLong  nT,
OUString  aSt2 
)

Definition at line 85 of file hints.cxx.

◆ ~ScAutoStyleHint()

ScAutoStyleHint::~ScAutoStyleHint ( )
overridevirtual

Definition at line 94 of file hints.cxx.

Member Function Documentation

◆ GetRange()

const ScRange & ScAutoStyleHint::GetRange ( ) const
inline

Definition at line 111 of file hints.hxx.

References aRange.

◆ GetStyle1()

const OUString & ScAutoStyleHint::GetStyle1 ( ) const
inline

Definition at line 112 of file hints.hxx.

References aStyle1.

◆ GetStyle2()

const OUString & ScAutoStyleHint::GetStyle2 ( ) const
inline

Definition at line 114 of file hints.hxx.

References aStyle2.

◆ GetTimeout()

sal_uInt32 ScAutoStyleHint::GetTimeout ( ) const
inline

Definition at line 113 of file hints.hxx.

References nTimeout.

Member Data Documentation

◆ aRange

ScRange ScAutoStyleHint::aRange
private

Definition at line 101 of file hints.hxx.

Referenced by GetRange().

◆ aStyle1

OUString ScAutoStyleHint::aStyle1
private

Definition at line 102 of file hints.hxx.

Referenced by GetStyle1().

◆ aStyle2

OUString ScAutoStyleHint::aStyle2
private

Definition at line 103 of file hints.hxx.

Referenced by GetStyle2().

◆ nTimeout

sal_uLong ScAutoStyleHint::nTimeout
private

Definition at line 104 of file hints.hxx.

Referenced by GetTimeout().


The documentation for this class was generated from the following files: