Kaydet (Commit) 0b4c89c2 authored tarafından Markus Mohrhard's avatar Markus Mohrhard

fix indentation

Change-Id: I9dddec04d1a929fa406973d3157e309a9511f29c
üst 10d93fdb
...@@ -69,11 +69,12 @@ ...@@ -69,11 +69,12 @@
#define TOKEN_SEP 2 #define TOKEN_SEP 2
namespace formula namespace formula
{ {
using namespace ::com::sun::star;
class FormulaDlg_Impl using namespace ::com::sun::star;
{
public: class FormulaDlg_Impl
{
public:
::std::pair<RefButton*,RefEdit*> ::std::pair<RefButton*,RefEdit*>
RefInputStartBefore( RefEdit* pEdit, RefButton* pButton ); RefInputStartBefore( RefEdit* pEdit, RefButton* pButton );
void RefInputStartAfter( RefEdit* pEdit, RefButton* pButton ); void RefInputStartAfter( RefEdit* pEdit, RefButton* pButton );
...@@ -131,7 +132,7 @@ namespace formula ...@@ -131,7 +132,7 @@ namespace formula
DECL_LINK(DblClkHdl, void *); DECL_LINK(DblClkHdl, void *);
DECL_LINK(FuncSelHdl, void *); DECL_LINK(FuncSelHdl, void *);
DECL_LINK(StructSelHdl, void *); DECL_LINK(StructSelHdl, void *);
public: public:
mutable uno::Reference< sheet::XFormulaOpCodeMapper> m_xOpCodeMapper; mutable uno::Reference< sheet::XFormulaOpCodeMapper> m_xOpCodeMapper;
uno::Sequence< sheet::FormulaToken > m_aTokenList; uno::Sequence< sheet::FormulaToken > m_aTokenList;
::std::unique_ptr<FormulaTokenArray> m_pTokenArray; ::std::unique_ptr<FormulaTokenArray> m_pTokenArray;
...@@ -218,7 +219,7 @@ namespace formula ...@@ -218,7 +219,7 @@ namespace formula
,IControlReferenceHandler* _pDlg); ,IControlReferenceHandler* _pDlg);
~FormulaDlg_Impl(); ~FormulaDlg_Impl();
}; };
FormulaDlg_Impl::FormulaDlg_Impl(Dialog* pParent FormulaDlg_Impl::FormulaDlg_Impl(Dialog* pParent
, bool _bSupportFunctionResult , bool _bSupportFunctionResult
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment