Lines Matching refs:ScPivotLayoutDlg

74 ScPivotLayoutDlg::ScPivotLayoutDlg( SfxBindings* pB, SfxChildWindow* pCW, Window* pParent, const Sc…  in ScPivotLayoutDlg()  function in ScPivotLayoutDlg
133 maBtnRemove.SetClickHdl( LINK( this, ScPivotLayoutDlg, ClickHdl ) ); in ScPivotLayoutDlg()
134 maBtnOptions.SetClickHdl( LINK( this, ScPivotLayoutDlg, ClickHdl ) ); in ScPivotLayoutDlg()
155 maBtnMore.SetClickHdl( LINK( this, ScPivotLayoutDlg, MoreClickHdl ) ); in ScPivotLayoutDlg()
180 maLbOutPos.SetSelectHdl( LINK( this, ScPivotLayoutDlg, SelAreaHdl ) ); in ScPivotLayoutDlg()
181 maEdOutPos.SetModifyHdl( LINK( this, ScPivotLayoutDlg, EdOutModifyHdl ) ); in ScPivotLayoutDlg()
182 maEdInPos.SetModifyHdl( LINK( this, ScPivotLayoutDlg, EdInModifyHdl ) ); in ScPivotLayoutDlg()
183 maBtnOk.SetClickHdl( LINK( this, ScPivotLayoutDlg, OkHdl ) ); in ScPivotLayoutDlg()
184 maBtnCancel.SetClickHdl( LINK( this, ScPivotLayoutDlg, CancelHdl ) ); in ScPivotLayoutDlg()
239 AddChildEventListener( LINK( this, ScPivotLayoutDlg, ChildEventListener ) ); in ScPivotLayoutDlg()
245 ScPivotLayoutDlg::~ScPivotLayoutDlg() in ~ScPivotLayoutDlg()
247 RemoveChildEventListener( LINK( this, ScPivotLayoutDlg, ChildEventListener ) ); in ~ScPivotLayoutDlg()
253 ScDPLabelData* ScPivotLayoutDlg::GetLabelData( SCCOL nCol, size_t* pnIndex ) in GetLabelData()
268 String ScPivotLayoutDlg::GetFuncString( sal_uInt16& rnFuncMask, bool bIsValue ) in GetFuncString()
305 void ScPivotLayoutDlg::NotifyStartTracking( ScPivotFieldWindow& rSourceWindow ) in NotifyStartTracking()
314 void ScPivotLayoutDlg::NotifyDoubleClick( ScPivotFieldWindow& rSourceWindow ) in NotifyDoubleClick()
367 void ScPivotLayoutDlg::NotifyFieldRemoved( ScPivotFieldWindow& rSourceWindow ) in NotifyFieldRemoved()
375 void ScPivotLayoutDlg::Tracking( const TrackingEvent& rTEvt ) in Tracking()
441 void ScPivotLayoutDlg::SetReference( const ScRange& rRef, ScDocument* pDocP ) in SetReference()
463 sal_Bool ScPivotLayoutDlg::IsRefInputMode() const in IsRefInputMode()
468 void ScPivotLayoutDlg::SetActive() in SetActive()
488 sal_Bool ScPivotLayoutDlg::Close() in Close()
495 ScPivotFieldWindow& ScPivotLayoutDlg::GetFieldWindow( ScPivotFieldType eFieldType ) in GetFieldWindow()
508 bool ScPivotLayoutDlg::IsInsertAllowed( const ScPivotFieldWindow& rSourceWindow, const ScPivotField… in IsInsertAllowed()
532 void ScPivotLayoutDlg::InitFieldWindows() in InitFieldWindows()
542 void ScPivotLayoutDlg::GrabFieldFocus( ScPivotFieldWindow& rFieldWindow ) in GrabFieldFocus()
570 bool ScPivotLayoutDlg::MoveField( ScPivotFieldWindow& rSourceWindow, ScPivotFieldWindow& rTargetWin… in MoveField()
616 IMPL_LINK( ScPivotLayoutDlg, ClickHdl, PushButton *, pBtn ) in IMPL_LINK() argument
643 IMPL_LINK( ScPivotLayoutDlg, OkHdl, OKButton *, EMPTYARG ) in IMPL_LINK() argument
798 IMPL_LINK( ScPivotLayoutDlg, CancelHdl, CancelButton *, EMPTYARG ) in IMPL_LINK() argument
804 IMPL_LINK( ScPivotLayoutDlg, MoreClickHdl, MoreButton *, EMPTYARG ) in IMPL_LINK() argument
829 IMPL_LINK( ScPivotLayoutDlg, EdOutModifyHdl, Edit *, EMPTYARG ) in IMPL_LINK() argument
856 IMPL_LINK( ScPivotLayoutDlg, EdInModifyHdl, Edit *, EMPTYARG ) in IMPL_LINK() argument
889 IMPL_LINK( ScPivotLayoutDlg, SelAreaHdl, ListBox *, EMPTYARG ) in IMPL_LINK() argument
909 IMPL_LINK( ScPivotLayoutDlg, ChildEventListener, VclWindowEvent*, pEvent ) in IMPL_LINK() argument