Lines Matching refs:ScModule

110 #define ScModule  macro
124 SFX_IMPL_INTERFACE( ScModule, SfxShell, ScResId(RID_APPTITLE) ) in SFX_IMPL_INTERFACE() argument
134 ScModule::ScModule( SfxObjectFactory* pFact ) : in ScModule() function in ScModule
178 aSpellTimer.SetTimeoutHdl( LINK( this, ScModule, SpellTimerHdl ) ); in ScModule()
180 aIdleTimer.SetTimeoutHdl( LINK( this, ScModule, IdleHandler ) ); in ScModule()
191 ScModule::~ScModule() in ~ScModule()
210 void ScModule::ConfigurationChanged( utl::ConfigurationBroadcaster* p, sal_uInt32 ) in ConfigurationChanged()
323 void ScModule::Notify( SfxBroadcaster&, const SfxHint& rHint ) in Notify()
338 void ScModule::DeleteCfg() in DeleteCfg()
375 void ScModule::Execute( SfxRequest& rReq ) in Execute()
579 void ScModule::GetState( SfxItemSet& rSet ) in GetState()
636 void ScModule::HideDisabledSlots( SfxItemSet& rSet ) in HideDisabledSlots()
654 void ScModule::ResetDragObject() in ResetDragObject()
667 void ScModule::SetDragObject( ScTransferObj* pCellObj, ScDrawTransferObj* pDrawObj ) in SetDragObject()
674 void ScModule::SetDragLink( const String& rDoc, const String& rTab, const String& rArea ) in SetDragLink()
683 void ScModule::SetDragJump( ScDocument* pLocalDoc, const String& rTarget, const String& rText ) in SetDragJump()
694 void ScModule::SetClipObject( ScTransferObj* pCellObj, ScDrawTransferObj* pDrawObj ) in SetClipObject()
702 ScDocument* ScModule::GetClipDoc() in GetClipDoc()
715 void ScModule::SetSelectionTransfer( ScSelectionTransferObj* pNew ) in SetSelectionTransfer()
722 void ScModule::InitFormEditData() in InitFormEditData()
727 void ScModule::ClearFormEditData() in ClearFormEditData()
734 void ScModule::SetViewOptions( const ScViewOptions& rOpt ) in SetViewOptions()
742 const ScViewOptions& ScModule::GetViewOptions() in GetViewOptions()
750 void ScModule::SetDocOptions( const ScDocOptions& rOpt ) in SetDocOptions()
758 const ScDocOptions& ScModule::GetDocOptions() in GetDocOptions()
770 void ScModule::InsertEntryToLRUList(sal_uInt16 nFIndex) in InsertEntryToLRUList()
804 void ScModule::RecentFunctionsChanged() in RecentFunctionsChanged()
821 void ScModule::SetAppOptions( const ScAppOptions& rOpt ) in SetAppOptions()
834 const ScAppOptions& ScModule::GetAppOptions() in GetAppOptions()
842 void ScModule::SetInputOptions( const ScInputOptions& rOpt ) in SetInputOptions()
850 const ScInputOptions& ScModule::GetInputOptions() in GetInputOptions()
858 void ScModule::SetPrintOptions( const ScPrintOptions& rOpt ) in SetPrintOptions()
866 const ScPrintOptions& ScModule::GetPrintOptions() in GetPrintOptions()
874 ScNavipiCfg& ScModule::GetNavipiCfg() in GetNavipiCfg()
882 ScAddInCfg& ScModule::GetAddInCfg() in GetAddInCfg()
890 svtools::ColorConfig& ScModule::GetColorConfig() in GetColorConfig()
901 SvtAccessibilityOptions& ScModule::GetAccessOptions() in GetAccessOptions()
912 SvtCTLOptions& ScModule::GetCTLOptions() in GetCTLOptions()
923 SvtUserOptions& ScModule::GetUserOptions() in GetUserOptions()
932 sal_uInt16 ScModule::GetOptDigitLanguage() in GetOptDigitLanguage()
953 void ScModule::ModifyOptions( const SfxItemSet& rOptSet ) in ModifyOptions()
1345 ScInputHandler* ScModule::GetInputHdl( ScTabViewShell* pViewSh, sal_Bool bUseRef ) in GetInputHdl()
1369 void ScModule::ViewShellChanged() in ViewShellChanged()
1377 void ScModule::SetInputMode( ScInputMode eMode ) in SetInputMode()
1384 sal_Bool ScModule::IsEditMode() in IsEditMode()
1390 sal_Bool ScModule::IsInputMode() in IsInputMode()
1396 sal_Bool ScModule::InputKeyEvent( const KeyEvent& rKEvt, sal_Bool bStartEdit ) in InputKeyEvent()
1402 void ScModule::InputEnterHandler( sal_uInt8 nBlockMode ) in InputEnterHandler()
1412 void ScModule::InputCancelHandler() in InputCancelHandler()
1419 void ScModule::InputSelection( EditView* pView ) in InputSelection()
1426 void ScModule::InputChanged( EditView* pView ) in InputChanged()
1433 void ScModule::ViewShellGone( ScTabViewShell* pViewSh ) in ViewShellGone()
1440 void ScModule::SetRefInputHdl( ScInputHandler* pNew ) in SetRefInputHdl()
1445 ScInputHandler* ScModule::GetRefInputHdl() in GetRefInputHdl()
1453 void ScModule::InputGetSelection( xub_StrLen& rStart, xub_StrLen& rEnd ) in InputGetSelection()
1460 void ScModule::InputSetSelection( xub_StrLen nStart, xub_StrLen nEnd ) in InputSetSelection()
1467 void ScModule::InputReplaceSelection( const String& rStr ) in InputReplaceSelection()
1474 String ScModule::InputGetFormulaStr() in InputGetFormulaStr()
1483 void ScModule::ActivateInputWindow( const String* pStrFormula, sal_Bool bMatrix ) in ActivateInputWindow()
1523 void ScModule::SetRefDialog( sal_uInt16 nId, sal_Bool bVis, SfxViewFrame* pViewFrm ) in SetRefDialog()
1587 sal_Bool ScModule::IsModalMode(SfxObjectShell* pDocSh) in IsModalMode()
1624 sal_Bool ScModule::IsTableLocked() in IsTableLocked()
1645 sal_Bool ScModule::IsRefDialogOpen() in IsRefDialogOpen()
1664 sal_Bool ScModule::IsFormulaMode() in IsFormulaMode()
1709 void ScModule::SetReference( const ScRange& rRef, ScDocument* pDoc, in SetReference()
1756 void ScModule::AddRefEntry() // "Mehrfachselektion" in AddRefEntry()
1779 void ScModule::EndReference() in EndReference()
1806 void ScModule::AnythingChanged() in AnythingChanged()
1828 IMPL_LINK( ScModule, IdleHandler, Timer*, EMPTYARG ) in IMPL_LINK() argument
1883 IMPL_LINK( ScModule, SpellTimerHdl, Timer*, EMPTYARG ) in IMPL_LINK() argument
1902 SfxItemSet* ScModule::CreateItemSet( sal_uInt16 nId ) in CreateItemSet()
1995 void ScModule::ApplyItemSet( sal_uInt16 nId, const SfxItemSet& rSet ) in ApplyItemSet()
2003 SfxTabPage* ScModule::CreateTabPage( sal_uInt16 nId, Window* pParent, const SfxItemSet& rSet ) in CreateTabPage()
2075 IMPL_LINK( ScModule, CalcFieldValueHdl, EditFieldInfo*, pInfo ) in IMPL_LINK() argument
2123 sal_Bool ScModule::RegisterRefWindow( sal_uInt16 nSlotId, Window *pWnd ) in RegisterRefWindow()
2136 sal_Bool ScModule::UnregisterRefWindow( sal_uInt16 nSlotId, Window *pWnd ) in UnregisterRefWindow()
2158 sal_Bool ScModule::IsAliveRefDlg( sal_uInt16 nSlotId, Window *pWnd ) in IsAliveRefDlg()
2170 Window * ScModule::Find1RefWindow( sal_uInt16 nSlotId, Window *pWndAncestor ) in Find1RefWindow()
2191 Window * ScModule::Find1RefWindow( Window *pWndAncestor ) in Find1RefWindow()