LibreOffice Module sc (master) 1
|
#include <scmod.hxx>
Public Member Functions | |
ScModule (SfxObjectFactory *pFact) | |
virtual | ~ScModule () override |
virtual void | Notify (SfxBroadcaster &rBC, const SfxHint &rHint) override |
virtual void | ConfigurationChanged (utl::ConfigurationBroadcaster *, ConfigurationHints) override |
void | DeleteCfg () |
DECL_DLLPRIVATE_LINK (IdleHandler, Timer *, void) | |
DECL_DLLPRIVATE_LINK (CalcFieldValueHdl, EditFieldInfo *, void) | |
void | Execute (SfxRequest &rReq) |
void | GetState (SfxItemSet &rSet) |
void | AnythingChanged () |
Idle/OnlineSpelling. More... | |
const ScDragData & | GetDragData () const |
void | SetDragObject (ScTransferObj *pCellObj, ScDrawTransferObj *pDrawObj) |
void | ResetDragObject () |
void | SetDragLink (const OUString &rDoc, const OUString &rTab, const OUString &rArea) |
void | SetDragJump (ScDocument *pLocalDoc, const OUString &rTarget, const OUString &rText) |
ScSelectionTransferObj * | GetSelectionTransfer () const |
void | SetSelectionTransfer (ScSelectionTransferObj *pNew) |
void | SetWaterCan (bool bNew) |
bool | GetIsWaterCan () const |
void | SetInEditCommand (bool bNew) |
void | SetInExecuteDrop (bool bNew) |
bool | IsInExecuteDrop () const |
const ScViewOptions & | GetViewOptions () |
SC_DLLPUBLIC const ScDocOptions & | GetDocOptions () |
SC_DLLPUBLIC const ScAppOptions & | GetAppOptions () |
SC_DLLPUBLIC const ScDefaultsOptions & | GetDefaultsOptions () |
SC_DLLPUBLIC const ScFormulaOptions & | GetFormulaOptions () |
SC_DLLPUBLIC const ScInputOptions & | GetInputOptions () |
SC_DLLPUBLIC const ScPrintOptions & | GetPrintOptions () |
void | SetViewOptions (const ScViewOptions &rOpt) |
SC_DLLPUBLIC void | SetDocOptions (const ScDocOptions &rOpt) |
SC_DLLPUBLIC void | SetAppOptions (const ScAppOptions &rOpt) |
SC_DLLPUBLIC void | SetDefaultsOptions (const ScDefaultsOptions &rOpt) |
SC_DLLPUBLIC void | SetFormulaOptions (const ScFormulaOptions &rOpt) |
SC_DLLPUBLIC void | SetInputOptions (const ScInputOptions &rOpt) |
void | SetPrintOptions (const ScPrintOptions &rOpt) |
void | InsertEntryToLRUList (sal_uInt16 nFIndex) |
ScNavipiCfg & | GetNavipiCfg () |
ScAddInCfg & | GetAddInCfg () |
svtools::ColorConfig & | GetColorConfig () |
SC_DLLPUBLIC SvtUserOptions & | GetUserOptions () |
void | ModifyOptions (const SfxItemSet &rOptSet) |
Options. More... | |
bool | IsEditMode () |
bool | IsInputMode () |
void | SetInputMode (ScInputMode eMode, const OUString *pInitText=nullptr) |
bool | InputKeyEvent (const KeyEvent &rKEvt, bool bStartEdit=false) |
SC_DLLPUBLIC void | InputEnterHandler (ScEnterMode nBlockMode=ScEnterMode::NORMAL, bool bBeforeSavingInLOK=false) |
void | InputCancelHandler () |
void | InputSelection (const EditView *pView) |
void | InputChanged (const EditView *pView) |
ScInputHandler * | GetInputHdl (ScTabViewShell *pViewSh=nullptr, bool bUseRef=true) |
Input-Handler. More... | |
void | SetRefInputHdl (ScInputHandler *pNew) |
ScInputHandler * | GetRefInputHdl () |
void | ViewShellGone (const ScTabViewShell *pViewSh) |
void | ViewShellChanged (bool bStopEditing) |
void | InputGetSelection (sal_Int32 &rStart, sal_Int32 &rEnd) |
void | InputSetSelection (sal_Int32 nStart, sal_Int32 nEnd) |
void | InputReplaceSelection (std::u16string_view aStr) |
void | InputTurnOffWinEngine () |
void | ActivateInputWindow (const OUString *pStr=nullptr, bool bMatrix=false) |
SC_DLLPUBLIC void | SetRefDialog (sal_uInt16 nId, bool bVis, SfxViewFrame *pViewFrm=nullptr) |
Reference dialogs. More... | |
bool | IsModalMode (SfxObjectShell *pDocSh=nullptr) |
bool | IsFormulaMode () |
bool | IsRefDialogOpen () |
bool | IsTableLocked () |
void | SetReference (const ScRange &rRef, ScDocument &rDoc, const ScMarkData *pMarkData=nullptr) |
void | AddRefEntry () |
Multiple selection. More... | |
void | EndReference () |
sal_uInt16 | GetCurRefDlgId () const |
virtual std::optional< SfxItemSet > | CreateItemSet (sal_uInt16 nId) override |
Virtual methods for the OptionsDialog. More... | |
virtual void | ApplyItemSet (sal_uInt16 nId, const SfxItemSet &rSet) override |
virtual std::unique_ptr< SfxTabPage > | CreateTabPage (sal_uInt16 nId, weld::Container *pPage, weld::DialogController *pController, const SfxItemSet &rSet) override |
virtual std::optional< SfxStyleFamilies > | CreateStyleFamilies () override |
void | SetInSharedDocLoading (bool bNew) |
bool | IsInSharedDocLoading () const |
void | SetInSharedDocSaving (bool bNew) |
bool | IsInSharedDocSaving () const |
SC_DLLPUBLIC void | RegisterRefController (sal_uInt16 nSlotId, std::shared_ptr< SfxDialogController > &rWnd, weld::Window *pWndAncestor) |
SC_DLLPUBLIC void | UnregisterRefController (sal_uInt16 nSlotId, const std::shared_ptr< SfxDialogController > &rWnd) |
SC_DLLPUBLIC std::shared_ptr< SfxDialogController > | Find1RefWindow (sal_uInt16 nSlotId, const weld::Window *pWndAncestor) |
SC_DLLPUBLIC void | RegisterAutomationApplicationEventsCaller (css::uno::Reference< ooo::vba::XSinkCaller > const &xCaller) |
SC_DLLPUBLIC void | CallAutomationApplicationEventSinks (const OUString &Method, css::uno::Sequence< css::uno::Any > &Arguments) |
Public Member Functions inherited from SfxModule | |
SfxModule (const OString &rResName, std::initializer_list< SfxObjectFactory * > pFactoryList) | |
virtual | ~SfxModule () override |
std::locale | GetResLocale () const |
SfxSlotPool * | GetSlotPool () const |
void | RegisterToolBoxControl (const SfxTbxCtrlFactory &) |
void | RegisterChildWindow (const SfxChildWinFactory &) |
void | RegisterStatusBarControl (const SfxStbCtrlFactory &) |
virtual std::unique_ptr< SfxTabPage > | CreateTabPage (sal_uInt16 nId, weld::Container *pPage, weld::DialogController *pController, const SfxItemSet &rSet) |
virtual void | Invalidate (sal_uInt16 nId=0) override |
virtual std::optional< SfxStyleFamilies > | CreateStyleFamilies () |
FieldUnit | GetFieldUnit () const |
SAL_DLLPRIVATE SfxTbxCtrlFactory * | GetTbxCtrlFactory (const std::type_info &rSlotType, sal_uInt16 nSlotID) const |
SAL_DLLPRIVATE SfxStbCtrlFactory * | GetStbCtrlFactory (const std::type_info &rSlotType, sal_uInt16 nSlotID) const |
SAL_DLLPRIVATE SfxChildWinFactory * | GetChildWinFactoryById (sal_uInt16 nId) const |
Public Member Functions inherited from SfxShell | |
virtual | ~SfxShell () override |
virtual SfxInterface * | GetInterface () const |
void | SetName (const OUString &rName) |
const OUString & | GetName () const |
SfxViewShell * | GetViewShell () const |
const SfxPoolItem * | GetSlotState (sal_uInt16 nSlotId, const SfxInterface *pIF=nullptr, SfxItemSet *pStateSet=nullptr) |
const SfxPoolItem * | ExecuteSlot (SfxRequest &rReq, const SfxInterface *pIF=nullptr) |
void | ExecuteSlot (SfxRequest &rReq, bool bAsync) |
SfxItemPool & | GetPool () const |
void | SetPool (SfxItemPool *pNewPool) |
virtual SfxUndoManager * | GetUndoManager () |
void | SetUndoManager (SfxUndoManager *pNewUndoMgr) |
SfxRepeatTarget * | GetRepeatTarget () const |
void | SetRepeatTarget (SfxRepeatTarget *pTarget) |
virtual void | Invalidate (sal_uInt16 nId=0) |
virtual bool | IsDesignMode () const |
bool | IsActive () const |
virtual void | Activate (bool bMDI) |
virtual void | Deactivate (bool bMDI) |
SfxDispatcher * | GetDispatcher () const |
SfxViewFrame * | GetFrame () const |
virtual bool | HasUIFeature (SfxShellFeature nFeature) const |
void | UIFeatureChanged () |
const SfxPoolItem * | GetItem (sal_uInt16 nSlotId) const |
const T * | GetItem (TypedWhichId< T > nWhich) const |
void | PutItem (const SfxPoolItem &rItem) |
void | SetVerbs (const css::uno::Sequence< css::embed::VerbDescriptor > &aVerbs) |
const css::uno::Sequence< css::embed::VerbDescriptor > & | GetVerbs () const |
void | VerbExec (SfxRequest &) |
SAL_DLLPRIVATE const SfxSlot * | GetVerbSlot_Impl (sal_uInt16 nId) const |
virtual SfxObjectShell * | GetObjectShell () |
void | SetDisableFlags (SfxDisableFlags nFlags) |
SfxDisableFlags | GetDisableFlags () const |
virtual std::optional< SfxItemSet > | CreateItemSet (sal_uInt16 nId) |
virtual void | ApplyItemSet (sal_uInt16 nId, const SfxItemSet &rSet) |
void | SetContextName (const OUString &rsContextName) |
void | BroadcastContextForActivation (const bool bIsActivated) |
bool | SetContextBroadcasterEnabled (const bool bIsEnabled) |
SAL_DLLPRIVATE bool | CanExecuteSlot_Impl (const SfxSlot &rSlot) |
virtual bool | IsConditionalFastCall (const SfxRequest &rReq) |
SAL_DLLPRIVATE void | DoActivate_Impl (SfxViewFrame *pFrame, bool bMDI) |
SAL_DLLPRIVATE void | DoDeactivate_Impl (SfxViewFrame const *pFrame, bool bMDI) |
Public Member Functions inherited from SfxListener | |
SfxListener () | |
SfxListener (const SfxListener &rCopy) | |
virtual | ~SfxListener () COVERITY_NOEXCEPT_FALSE |
void | StartListening (SfxBroadcaster &rBroadcaster, DuplicateHandling eDuplicateHanding=DuplicateHandling::Unexpected) |
void | EndListening (SfxBroadcaster &rBroadcaster, bool bRemoveAllDuplicates=false) |
void | EndListeningAll () |
bool | IsListening (SfxBroadcaster &rBroadcaster) const |
sal_uInt16 | GetBroadcasterCount () const |
SfxBroadcaster * | GetBroadcasterJOE (sal_uInt16 nNo) const |
virtual void | Notify (SfxBroadcaster &rBC, const SfxHint &rHint) |
void | RemoveBroadcaster_Impl (SfxBroadcaster &rBC) |
virtual bool | IsSdrView () const |
Public Member Functions inherited from utl::ConfigurationListener | |
virtual | ~ConfigurationListener () |
virtual void | ConfigurationChanged (ConfigurationBroadcaster *p, ConfigurationHints nHint)=0 |
Static Public Member Functions | |
static void | HideDisabledSlots (SfxItemSet &rSet) |
static ScDocument * | GetClipDoc () |
static void | GetSpellSettings (LanguageType &rDefLang, LanguageType &rCjkLang, LanguageType &rCtlLang, bool &rAutoSpell) |
static void | SetAutoSpellProperty (bool bSet) |
static bool | HasThesaurusLanguage (LanguageType nLang) |
static LanguageType | GetOptDigitLanguage () |
Static Public Member Functions inherited from SfxModule | |
static SfxModule * | GetActiveModule (SfxViewFrame *pFrame=nullptr) |
static FieldUnit | GetCurrentFieldUnit () |
static FieldUnit | GetModuleFieldUnit (css::uno::Reference< css::frame::XFrame > const &i_frame) |
Static Public Member Functions inherited from SfxShell | |
static SfxInterface * | GetStaticInterface () |
static void | EmptyExecStub (SfxShell *pShell, SfxRequest &) |
static void | EmptyStateStub (SfxShell *pShell, SfxItemSet &) |
static void | VerbState (SfxItemSet &) |
Static Private Member Functions | |
static void | InitInterface_Impl () |
SfxInterface initializer. More... | |
Additional Inherited Members | |
Protected Member Functions inherited from SfxShell | |
SfxShell () | |
SfxShell (SfxViewShell *pViewSh) | |
void | SetViewShell_Impl (SfxViewShell *pView) |
SAL_DLLPRIVATE void | Invalidate_Impl (SfxBindings &rBindings, sal_uInt16 nId) |
Static Protected Member Functions inherited from SfxShell | |
static void | HandleOpenXmlFilterSettings (SfxRequest &) |
ScModule::ScModule | ( | SfxObjectFactory * | pFact | ) |
|
overridevirtual |
Definition at line 161 of file scmod.cxx.
References ScGlobal::Clear(), DeleteCfg(), m_pDragData, m_pErrorHdl, m_pMessagePool, and m_pSelTransfer.
void ScModule::ActivateInputWindow | ( | const OUString * | pStr = nullptr , |
bool | bMatrix = false |
||
) |
Definition at line 1482 of file scmod.cxx.
References ScInputHandler::CancelHandler(), ScInputHandler::EnterHandler(), GetInputHdl(), ScInputHandler::GetInputWindow(), MATRIX, NORMAL, ScInputWindow::SetFuncString(), and ScInputWindow::TextInvalidate().
Referenced by ScCellShell::ExecuteEdit().
void ScModule::AddRefEntry | ( | ) |
Multiple selection.
Definition at line 1804 of file scmod.cxx.
References ScInputHandler::AddRefEntry(), SfxChildWindow::GetController(), GetInputHdl(), lcl_GetChildWinFromAnyView(), and m_nCurRefDlgId.
Referenced by ScTabView::UpdateRef().
void ScModule::AnythingChanged | ( | ) |
Idle/OnlineSpelling.
Definition at line 1869 of file scmod.cxx.
References Timer::GetTimeout(), m_aIdleTimer, nIdleCount, SC_IDLE_MIN, and Timer::SetTimeout().
|
overridevirtual |
void ScModule::CallAutomationApplicationEventSinks | ( | const OUString & | Method, |
css::uno::Sequence< css::uno::Any > & | Arguments | ||
) |
Definition at line 2327 of file scmod.cxx.
References Method, and mxAutomationApplicationEventsCaller.
|
overridevirtual |
Implements utl::ConfigurationListener.
Definition at line 177 of file scmod.cxx.
References Color::AsRGBHexString(), svtools::CALCDETECTIVE, svtools::CALCDETECTIVEERROR, svtools::CALCNOTESBACKGROUND, SfxObjectShell::Current(), SfxViewShell::Current(), svtools::DOCCOLOR, ScInputHandler::ForgetLastPattern(), ScDetectiveFunc::GetArrowColor(), GetColorConfig(), svtools::ColorConfig::GetColorValue(), ScDetectiveFunc::GetCommentColor(), svtools::ColorConfig::GetCurrentSchemeName(), ScDetectiveFunc::GetErrorColor(), SfxViewShell::GetFirst(), SfxObjectShell::GetFirst(), GetInputHdl(), SfxObjectShell::GetNext(), SfxViewShell::GetNext(), GetOptDigitLanguage(), ScViewData::GetOptions(), vcl::Window::GetOutDev(), ScTabView::GetViewData(), SfxViewShell::GetWindow(), ScDetectiveFunc::InitializeColors(), vcl::Window::Invalidate(), comphelper::LibreOfficeKit::isActive(), ScDetectiveFunc::IsColorsInitialized(), SfxViewShell::libreOfficeKitViewCallback(), m_pAccessOptions, m_pColorConfig, m_pCTLOptions, svtools::ColorConfigValue::nColor, SfxLokHelper::notifyViewRenderState(), p, ScViewOptions::SetColorSchemeName(), OutputDevice::SetDigitLanguage(), ScViewOptions::SetDocColor(), ScViewData::SetOptions(), ScDetectiveFunc::UpdateAllArrowColors(), ScDetectiveFunc::UpdateAllComments(), and ScInputHandler::UpdateRefDevice().
|
overridevirtual |
Virtual methods for the OptionsDialog.
Reimplemented from SfxShell.
Definition at line 1947 of file scmod.cxx.
References ScViewOptions::CreateGridItem(), SfxObjectShell::Current(), SfxViewShell::Current(), ScAppOptions::GetAppMetric(), GetAppOptions(), ScFormulaOptions::GetCalcConfig(), ScDocument::GetCalcConfig(), GetDefaultsOptions(), GetDocOptions(), ScDocument::GetDocOptions(), ScDocShell::GetDocument(), ScInputOptions::GetEnterEdit(), ScInputOptions::GetEnterPasteMode(), ScInputOptions::GetExpandRefs(), ScInputOptions::GetExtendFormat(), GetFormulaOptions(), GetInputOptions(), ScAppOptions::GetKeyBindingType(), ScInputOptions::GetLegacyCellSelection(), ScInputOptions::GetMarkHeader(), ScInputOptions::GetMoveDir(), ScInputOptions::GetMoveSelection(), ScViewData::GetOptions(), SfxShell::GetPool(), GetPrintOptions(), ScInputOptions::GetRangeFinder(), ScInputOptions::GetReplaceCellsWarn(), ScInputOptions::GetSortRefUpdate(), ScAppOptions::GetSynchronizeZoom(), ScDocOptions::GetTabDistance(), ScInputOptions::GetTextWysiwyg(), ScGlobal::GetUserList(), ScTabView::GetViewData(), GetViewOptions(), svl::Items, ScCalcConfig::MergeDocumentSpecific(), nId, SCITEM_USERLIST, ScFormulaOptions::SetCalcConfig(), and ScUserListItem::SetUserList().
|
overridevirtual |
|
overridevirtual |
Reimplemented from SfxModule.
Definition at line 2074 of file scmod.cxx.
References ScAbstractDialogFactory::Create(), SvxGridTabPage::Create(), CreateTabPage(), ScAbstractDialogFactory::GetTabPageCreatorFunc(), nId, and rSet.
Referenced by CreateTabPage().
ScModule::DECL_DLLPRIVATE_LINK | ( | CalcFieldValueHdl | , |
EditFieldInfo * | , | ||
void | |||
) |
References Execute(), and GetState().
ScModule::DECL_DLLPRIVATE_LINK | ( | IdleHandler | , |
Timer * | , | ||
void | |||
) |
void ScModule::DeleteCfg | ( | ) |
Definition at line 314 of file scmod.cxx.
References m_pAccessOptions, m_pAddInCfg, m_pAppCfg, m_pColorConfig, m_pCTLOptions, m_pDefaultsCfg, m_pDocCfg, m_pFormulaCfg, m_pInputCfg, m_pNavipiCfg, m_pPrintCfg, m_pUserOptions, and m_pViewCfg.
Referenced by Notify(), and ~ScModule().
void ScModule::EndReference | ( | ) |
Definition at line 1833 of file scmod.cxx.
References SfxChildWindow::GetController(), comphelper::LibreOfficeKit::isActive(), lcl_GetChildWinFromAnyView(), lcl_GetChildWinFromCurrentView(), and m_nCurRefDlgId.
Referenced by ScGridWindow::MouseButtonUp(), and ScTabControl::Select().
void ScModule::Execute | ( | SfxRequest & | rReq | ) |
Definition at line 346 of file scmod.cxx.
References SfxRequest::AppendItem(), SfxApplication::CallAppBasic(), SfxObjectShell::Current(), SfxViewFrame::Current(), SfxViewShell::Current(), DBG_UNHANDLED_EXCEPTION, SfxRequest::Done(), SfxItemSet::Get(), GetAppOptions(), SfxRequest::GetArg(), SfxRequest::GetArgs(), ScAppOptions::GetAutoComplete(), SfxViewFrame::GetBindings(), ScAppOptions::GetDetectiveAuto(), GetDocOptions(), ScDocument::GetDocOptions(), ScDocShell::GetDocument(), GetInputHdl(), ScInputHandler::GetInputWindow(), SfxItemSet::GetItemState(), ScDocument::GetLanguage(), GetLanguage(), SfxShell::GetPool(), SfxRequest::GetSlot(), CntUInt32Item::GetValue(), SfxBoolItem::GetValue(), GetValue, GetWhich, SfxBindings::Invalidate(), ScDocOptions::IsAutoSpell(), ModifyOptions(), ScInputWindow::PosGrabFocus(), SfxItemSet::Put(), SfxShell::PutItem(), ScAppOptions::SetAppMetric(), SetAppOptions(), ScAppOptions::SetAutoComplete(), ScAppOptions::SetDetectiveAuto(), ScDocShell::SetDocumentModified(), ScDocument::SetLanguage(), ScAppOptions::SetStatusFunc(), SfxBindings::Update(), ScTabView::UpdateDrawTextOutliner(), and ScInputHandler::UpdateSpellSettings().
std::shared_ptr< SfxDialogController > ScModule::Find1RefWindow | ( | sal_uInt16 | nSlotId, |
const weld::Window * | pWndAncestor | ||
) |
Definition at line 2232 of file scmod.cxx.
References m_mapRefController.
ScAddInCfg & ScModule::GetAddInCfg | ( | ) |
Definition at line 879 of file scmod.cxx.
References m_pAddInCfg.
const ScAppOptions & ScModule::GetAppOptions | ( | ) |
Definition at line 799 of file scmod.cxx.
References m_pAppCfg.
Referenced by CreateItemSet(), ScViewFunc::EnterData(), ScGridWinUIObject::execute(), Execute(), ScTabViewShell::Execute(), ScSpreadsheetSettings::getPropertyValue(), GetState(), ScDLL::Init(), InsertEntryToLRUList(), ModifyOptions(), ScSpreadsheetSettings::setPropertyValue(), ScRecentFunctionsObj::setRecentFunctionIds(), ScTabViewObj::SetZoom(), and ScInputHandler::UpdateFormulaMode().
|
static |
Definition at line 688 of file scmod.cxx.
References SfxViewShell::Current(), ScViewData::GetActiveWin(), vcl::Window::GetClipboard(), ScTabViewShell::GetClipData(), ScTransferObj::GetDocument(), SfxViewShell::GetFirst(), SfxViewFrame::GetFirst(), ScTransferObj::GetOwnClipboard(), ScTabView::GetViewData(), SfxViewFrame::GetWindow(), and ScDocument::IsClipboard().
Referenced by ScDocument::CopyFromClip(), ScDocument::CopyTabToClip(), ScDocument::CopyToClip(), ScDocument::IsClipboardSource(), ScDocShell::Notify(), and ScDocument::UpdateReference().
svtools::ColorConfig & ScModule::GetColorConfig | ( | ) |
Definition at line 887 of file scmod.cxx.
References m_pColorConfig.
Referenced by ConfigurationChanged(), ScPreview::DoPrint(), ScGridWindow::DrawContent(), ScOutputData::DrawRotated(), ScDrawStringsVars::ScDrawStringsVars(), ScViewData::SetEditEngine(), and ScInputHandler::StartTable().
|
inline |
Definition at line 226 of file scmod.hxx.
Referenced by ScTabViewShell::Activate(), ScTabViewShell::DeactivateOle(), lcl_IsRefDlgActive(), ScDrawView::MarkListHasChanged(), FuSelection::MouseButtonUp(), and ScTabView::SetTabNo().
const ScDefaultsOptions & ScModule::GetDefaultsOptions | ( | ) |
const ScDocOptions & ScModule::GetDocOptions | ( | ) |
Definition at line 746 of file scmod.cxx.
References m_pDocCfg.
Referenced by CreateItemSet(), Execute(), ScDocShell::InitOptions(), and ModifyOptions().
const ScDragData & ScModule::GetDragData | ( | ) | const |
Definition at line 623 of file scmod.cxx.
References ScTabViewShell::GetActiveViewShell(), ScTabViewShell::GetDragData(), comphelper::LibreOfficeKit::isActive(), and m_pDragData.
Referenced by ScDrawTransferObj::DragFinished(), ScTransferObj::DragFinished(), ScGridWindow::ExecuteDrop(), ScViewFunc::PasteDraw(), ScDrawTransferObj::~ScDrawTransferObj(), and ScTransferObj::~ScTransferObj().
const ScFormulaOptions & ScModule::GetFormulaOptions | ( | ) |
Definition at line 831 of file scmod.cxx.
References m_pFormulaCfg.
Referenced by ScDocShell::CheckConfigOptions(), CreateItemSet(), and ScDocShell::InitOptions().
ScInputHandler * ScModule::GetInputHdl | ( | ScTabViewShell * | pViewSh = nullptr , |
bool | bUseRef = true |
||
) |
Input-Handler.
Definition at line 1355 of file scmod.cxx.
References SfxViewShell::Current(), ScTabViewShell::GetInputHandler(), SfxViewShell::GetUIActiveClient(), comphelper::LibreOfficeKit::isActive(), and m_pRefInputHandler.
Referenced by ScTabViewShell::Activate(), ActivateInputWindow(), AddRefEntry(), ScInputWindow::AutoSum(), ScGridWindow::Command(), ScTextWnd::Command(), ConfigurationChanged(), ScGridWindow::DeleteSurroundingText(), ScFunctionWin::DoEnter(), ScPosWnd::DoEnter(), ScGridWindow::DrawContent(), ScGridWindow::ExecDataSelect(), ScCellShell::Execute(), Execute(), ScCellShell::ExecuteEdit(), ScFormulaDlg::fill(), ScGridWindow::GetSurroundingText(), ScGridWindow::GetSurroundingTextSelection(), InputCancelHandler(), InputChanged(), InputEnterHandler(), InputGetSelection(), InputKeyEvent(), InputReplaceSelection(), InputSelection(), InputSetSelection(), InputTurnOffWinEngine(), ScTabViewShell::InsertURLField(), IsEditMode(), IsFormulaMode(), IsInputMode(), IsModalMode(), ScTabViewShell::IsRefInputMode(), ScViewFunc::ModifyCellSize(), ModifyOptions(), ScInputWindow::Select(), SetInputMode(), ScDocShell::SetPrinter(), SetReference(), ScGridWindow::StartDrag(), ScTabViewShell::TabKeyInput(), ViewShellChanged(), and ViewShellGone().
const ScInputOptions & ScModule::GetInputOptions | ( | ) |
Definition at line 847 of file scmod.cxx.
References m_pInputCfg.
Referenced by CreateItemSet(), ScGridWindow::Draw(), ScTabView::GetAreaMoveEndPosition(), ScSpreadsheetSettings::getPropertyValue(), ModifyOptions(), ScReplaceWarnBox::run(), ScSpreadsheetSettings::setPropertyValue(), and ScTabViewShell::TabKeyInput().
|
inline |
Definition at line 155 of file scmod.hxx.
Referenced by ScTabViewShell::ExecStyle(), ScGridWindow::HandleMouseButtonDown(), and ScGridWindow::MouseButtonUp().
ScNavipiCfg & ScModule::GetNavipiCfg | ( | ) |
Definition at line 871 of file scmod.cxx.
References m_pNavipiCfg.
|
static |
Definition at line 907 of file scmod.cxx.
References SvtCTLOptions::GetCTLTextNumerals(), LANGUAGE_ARABIC_SAUDI_ARABIA, LANGUAGE_ENGLISH_US, LANGUAGE_SYSTEM, SvtCTLOptions::NUMERALS_ARABIC, and SvtCTLOptions::NUMERALS_HINDI.
Referenced by ConfigurationChanged(), ScTabView::DigitLanguageChanged(), ScDocument::GetPrinter(), lcl_GetRenderDevice(), ScGridWindow::ScGridWindow(), ScPreview::ScPreview(), ScSizeDeviceProvider::ScSizeDeviceProvider(), ScDocument::SetPrinter(), and ScInputHandler::UpdateRefDevice().
const ScPrintOptions & ScModule::GetPrintOptions | ( | ) |
Definition at line 863 of file scmod.cxx.
References m_pPrintCfg.
Referenced by CreateItemSet(), ScPreview::DoPrint(), ScSpreadsheetSettings::getPropertyValue(), and ScSpreadsheetSettings::setPropertyValue().
|
inline |
|
inline |
Definition at line 151 of file scmod.hxx.
Referenced by ScTabView::CheckSelectionTransfer(), ScSelectionTransferObj::ObjectReleased(), ScSelectionTransferObj::~ScSelectionTransferObj(), and ScTabView::~ScTabView().
|
static |
Definition at line 2255 of file scmod.cxx.
References SvtLinguOptions::bIsSpellAuto, SvtLinguConfig::GetOptions(), SvtLinguOptions::nDefaultLanguage, SvtLinguOptions::nDefaultLanguage_CJK, SvtLinguOptions::nDefaultLanguage_CTL, and MsLangId::resolveSystemLanguageByScriptType().
Referenced by ScDocShell::Execute(), ScDocShell::InitOptions(), ModifyOptions(), and ScDocumentPool::ScDocumentPool().
void ScModule::GetState | ( | SfxItemSet & | rSet | ) |
Definition at line 540 of file scmod.cxx.
References ATTR_CJK_FONT_LANGUAGE(), ATTR_CTL_FONT_LANGUAGE(), SfxObjectShell::Current(), SfxItemSet::DisableItem(), GetAppOptions(), ScDocShell::GetBestViewShell(), ScDocument::GetDocOptions(), ScDocShell::GetDocument(), ScDocument::GetLanguage(), ScDocOptions::IsAutoSpell(), SfxItemSet::Put(), and rSet.
SvtUserOptions & ScModule::GetUserOptions | ( | ) |
Definition at line 898 of file scmod.cxx.
References m_pUserOptions.
const ScViewOptions & ScModule::GetViewOptions | ( | ) |
Definition at line 730 of file scmod.cxx.
References m_pViewCfg.
Referenced by CreateItemSet(), ScDocShell::InitOptions(), and ModifyOptions().
|
static |
Definition at line 2280 of file scmod.cxx.
References LanguageTag::convertToLocale(), LinguMgr::GetThesaurus(), and LANGUAGE_NONE.
Referenced by ScCellShell::GetCellState(), ScDrawTextObjectBar::GetState(), and ScEditShell::GetState().
|
static |
Definition at line 587 of file scmod.cxx.
References SfxViewFrame::Current(), SfxItemSet::DisableItem(), SfxWhichIter::FirstWhich(), ScViewUtil::HideDisabledSlot(), SfxWhichIter::NextWhich(), and rSet.
|
staticprivate |
SfxInterface initializer.
Definition at line 109 of file scmod.cxx.
References SFX_OBJECTBAR_APPLICATION.
void ScModule::InputCancelHandler | ( | ) |
Definition at line 1421 of file scmod.cxx.
References ScInputHandler::CancelHandler(), and GetInputHdl().
Referenced by ScCellShell::Execute(), and ScInputWindow::Select().
void ScModule::InputChanged | ( | const EditView * | pView | ) |
Definition at line 1435 of file scmod.cxx.
References GetInputHdl(), and ScInputHandler::InputChanged().
Referenced by ScGridWindow::MouseButtonUp(), ScInputWindow::SetFuncString(), and ScInputWindow::StartFormula().
void ScModule::InputEnterHandler | ( | ScEnterMode | nBlockMode = ScEnterMode::NORMAL , |
bool | bBeforeSavingInLOK = false |
||
) |
Definition at line 1411 of file scmod.cxx.
References ScInputHandler::EnterHandler(), GetInputHdl(), and SfxGetpApp().
Referenced by ScTabControl::AddTabClick(), ScCellShell::Execute(), ScTabViewShell::Execute(), ScCellShell::ExecuteDB(), ScCellShell::ExecuteEdit(), ScTabViewShell::ExecuteInputDirect(), ScFormatShell::ExecuteNumFormat(), ScGridWindow::HandleMouseButtonDown(), ScFormulaDlg::ScFormulaDlg(), ScInputWindow::Select(), ScTabControl::Select(), ScGridWindow::SelectForContextMenu(), and ScTabViewShell::TabKeyInput().
void ScModule::InputGetSelection | ( | sal_Int32 & | rStart, |
sal_Int32 & | rEnd | ||
) |
Definition at line 1454 of file scmod.cxx.
References GetInputHdl(), and ScInputHandler::InputGetSelection().
Referenced by ScFormulaDlg::getSelection().
bool ScModule::InputKeyEvent | ( | const KeyEvent & | rKEvt, |
bool | bStartEdit = false |
||
) |
Definition at line 1405 of file scmod.cxx.
References GetInputHdl(), and ScInputHandler::KeyInput().
Referenced by ScCellShell::ExecuteEdit(), and ScTabViewShell::TabKeyInput().
void ScModule::InputReplaceSelection | ( | std::u16string_view | aStr | ) |
Definition at line 1468 of file scmod.cxx.
References aStr, GetInputHdl(), and ScInputHandler::InputReplaceSelection().
Referenced by ScFormulaDlg::setCurrentFormula().
void ScModule::InputSelection | ( | const EditView * | pView | ) |
Definition at line 1428 of file scmod.cxx.
References GetInputHdl(), and ScInputHandler::InputSelection().
Referenced by ScGridWindow::MouseButtonUp(), ScGridWindow::SelectForContextMenu(), and ScTextWnd::StopEditEngine().
void ScModule::InputSetSelection | ( | sal_Int32 | nStart, |
sal_Int32 | nEnd | ||
) |
Definition at line 1461 of file scmod.cxx.
References GetInputHdl(), and ScInputHandler::InputSetSelection().
Referenced by ScFormulaDlg::setSelection().
void ScModule::InputTurnOffWinEngine | ( | ) |
Definition at line 1475 of file scmod.cxx.
References GetInputHdl(), and ScInputHandler::InputTurnOffWinEngine().
Referenced by ScFormulaDlg::setCurrentFormula().
void ScModule::InsertEntryToLRUList | ( | sal_uInt16 | nFIndex | ) |
Definition at line 754 of file scmod.cxx.
References GetAppOptions(), ScAppOptions::GetLRUFuncList(), ScAppOptions::GetLRUFuncListCount(), LRU_MAX, n, SetAppOptions(), and ScAppOptions::SetLRUFuncList().
Referenced by ScFormulaDlg::SaveLRUEntry(), and ScFunctionWin::UpdateLRUList().
bool ScModule::IsEditMode | ( | ) |
Definition at line 1393 of file scmod.cxx.
References GetInputHdl(), and ScInputHandler::IsEditMode().
Referenced by ScInputWindow::AutoSum(), ScFunctionWin::DoEnter(), ScCellShell::ExecuteEdit(), ScTabViewShell::InsertURLField(), ScInputWindow::Select(), ScInputWindow::SetFuncString(), ScInputWindow::StartFormula(), and ScTabViewShell::TabKeyInput().
bool ScModule::IsFormulaMode | ( | ) |
Definition at line 1681 of file scmod.cxx.
References SfxChildWindow::GetController(), GetInputHdl(), comphelper::LibreOfficeKit::isActive(), ScInputHandler::IsFormulaMode(), SfxChildWindow::IsVisible(), lcl_GetChildWinFromAnyView(), lcl_GetChildWinFromCurrentView(), m_bIsInEditCommand, and m_nCurRefDlgId.
Referenced by ScTabView::ActivateView(), ScTabControl::AddTabClick(), ScViewFunctionSet::BeginDrag(), ScGridWindow::Command(), ScTabControl::Command(), ScGridWindow::HandleMouseButtonDown(), ScTabViewShell::IsRefInputMode(), ScTabControl::MouseButtonDown(), ScCornerButton::MouseButtonDown(), ScGridWindow::MouseButtonUp(), ScGridWindow::MouseMove(), ScInputHandler::NotifyChange(), ScTabControl::Select(), ScTabView::SetTabNo(), ScTabControl::StartDrag(), and ScTabView::UpdateRef().
bool ScModule::IsInputMode | ( | ) |
Definition at line 1399 of file scmod.cxx.
References GetInputHdl(), and ScInputHandler::IsInputMode().
Referenced by ScViewFunc::ModifyCellSize(), and ScTabViewShell::TabKeyInput().
bool ScModule::IsModalMode | ( | SfxObjectShell * | pDocSh = nullptr | ) |
Definition at line 1597 of file scmod.cxx.
References SfxChildWindow::GetController(), GetInputHdl(), comphelper::LibreOfficeKit::isActive(), ScInputHandler::IsModalMode(), SfxChildWindow::IsVisible(), lcl_GetChildWinFromCurrentView(), and m_nCurRefDlgId.
Referenced by ScGridWindow::Command(), ScTabControl::Command(), ScGridWindow::HandleMouseButtonDown(), ScColBar::IsDisabled(), ScRowBar::IsDisabled(), ScTabControl::MouseButtonDown(), ScCornerButton::MouseButtonDown(), ScGridWindow::MouseButtonUp(), ScGridWindow::MouseMove(), ScViewFunctionSet::SetCursorAtCell(), and ScTabControl::StartDrag().
bool ScModule::IsRefDialogOpen | ( | ) |
Definition at line 1665 of file scmod.cxx.
References SfxChildWindow::IsVisible(), lcl_GetChildWinFromCurrentView(), and m_nCurRefDlgId.
Referenced by ScTabViewShell::Activate(), ScTabViewShell::DeactivateOle(), ScTabViewShell::IsRefInputMode(), lcl_IsRefDlgActive(), ScDrawView::MarkListHasChanged(), FuSelection::MouseButtonUp(), ScGridWindow::MouseButtonUp(), ScInputHandler::NotifyChange(), and ScTabView::SetTabNo().
bool ScModule::IsTableLocked | ( | ) |
Definition at line 1635 of file scmod.cxx.
References SfxChildWindow::GetController(), comphelper::LibreOfficeKit::isActive(), lcl_GetChildWinFromAnyView(), and m_nCurRefDlgId.
Referenced by ScTabControl::AddTabClick(), and ScTabControl::Select().
void ScModule::ModifyOptions | ( | const SfxItemSet & | rOptSet | ) |
Items from Calc options dialog and SID_AUTOSPELL_CHECK
Definition at line 920 of file scmod.cxx.
References ScDocument::CalcAll(), ScDocument::CompileErrorCells(), SfxObjectShell::Current(), SfxViewFrame::Current(), SfxViewShell::Current(), ScDBFunc::DoUpdateCharts(), ScTabView::EnableAutoSpell(), ScDocShell::GetActiveDialogParent(), GetAppOptions(), SfxViewFrame::GetBindings(), ScFormulaOptions::GetCalcConfig(), GetDocOptions(), ScDocument::GetDocOptions(), ScDocShell::GetDocument(), ScViewData::GetDocument(), ScDocument::GetDrawLayer(), SfxViewShell::GetFirst(), SfxObjectShell::GetFirst(), ScViewOptions::GetGridOptions(), GetInputHdl(), GetInputOptions(), SfxItemSet::GetItemIfSet(), ScDocOptions::GetIterCount(), ScDocOptions::GetIterEps(), ScAppOptions::GetKeyBindingType(), SfxObjectShell::GetNext(), SfxViewShell::GetNext(), ScViewOptions::GetOption(), ScViewData::GetOptions(), GetSpellSettings(), ScDocOptions::GetStdPrecision(), ScInputOptions::GetTextWysiwyg(), ScFormulaOptions::GetUseEnglishFuncName(), ScTabView::GetViewData(), GetViewOptions(), ScFormulaOptions::GetWriteCalcConfig(), ScDocOptions::GetYear2000(), ScViewData::GetZoomX(), ScViewData::GetZoomY(), SfxBindings::Invalidate(), SfxViewShell::InvalidateBorder(), ScDocOptions::IsAutoSpell(), ScDocOptions::IsCalcAsShown(), ScDocOptions::IsFormulaRegexEnabled(), ScDocOptions::IsFormulaWildcardsEnabled(), ScDocOptions::IsIgnoreCase(), ScDocOptions::IsIter(), ScDocOptions::IsMatchWholeCell(), m_pAppCfg, m_pFormulaCfg, m_pInputCfg, ScDocument::MaxRow(), ScCalcConfig::MergeDocumentSpecific(), ScTabView::PaintExtras(), ScTabView::PaintGrid(), ScTabView::PaintLeft(), ScTabView::PaintTop(), ScDocShell::PostPaintGridAll(), SfxShell::PutItem(), ScDocShell::ResetKeyBindings(), SCITEM_USERLIST, ScAppOptions::SetAppMetric(), ScDocOptions::SetAutoSpell(), SetAutoSpellProperty(), SetDefaultsOptions(), SdrModel::SetDefaultTabulator(), ScDocument::SetDocOptions(), SetDocOptions(), ScDocShell::SetDocumentModified(), ScInputOptions::SetEnterEdit(), ScInputOptions::SetEnterPasteMode(), ScInputOptions::SetExpandRefs(), ScInputOptions::SetExtendFormat(), SetFormulaOptions(), ScDocShell::SetFormulaOptions(), ScViewOptions::SetGridOptions(), ScAppOptions::SetKeyBindingType(), ScInputOptions::SetLegacyCellSelection(), ScInputOptions::SetMarkHeader(), ScInputOptions::SetMoveDir(), ScInputOptions::SetMoveSelection(), ScViewData::SetOptions(), SetPrintOptions(), ScInputOptions::SetRangeFinder(), ScInputOptions::SetReplaceCellsWarn(), ScInputOptions::SetSortRefUpdate(), ScAppOptions::SetSynchronizeZoom(), ScDocOptions::SetTabDistance(), ScInputOptions::SetTextWysiwyg(), ScGlobal::SetUserList(), ScDocument::SetViewOptions(), SetViewOptions(), ScTabView::SetZoom(), SfxGetpApp(), ScTabView::UpdateAnchorHandles(), ScTabView::UpdateAutoFillMark(), ScDBFunc::UpdateCharts(), ScTabView::UpdateDrawTextOutliner(), ScTabView::UpdateFixPos(), ScInputHandler::UpdateRefDevice(), ScInputHandler::UpdateSpellSettings(), and VOPT_ANCHOR.
Referenced by ApplyItemSet(), and Execute().
|
overridevirtual |
Reimplemented from SfxListener.
Definition at line 305 of file scmod.cxx.
References DeleteCfg(), and SfxHint::GetId().
void ScModule::RegisterAutomationApplicationEventsCaller | ( | css::uno::Reference< ooo::vba::XSinkCaller > const & | xCaller | ) |
Definition at line 2322 of file scmod.cxx.
References mxAutomationApplicationEventsCaller.
void ScModule::RegisterRefController | ( | sal_uInt16 | nSlotId, |
std::shared_ptr< SfxDialogController > & | rWnd, | ||
weld::Window * | pWndAncestor | ||
) |
Definition at line 2194 of file scmod.cxx.
References m_mapRefController.
void ScModule::ResetDragObject | ( | ) |
Definition at line 602 of file scmod.cxx.
References ScTabViewShell::GetActiveViewShell(), comphelper::LibreOfficeKit::isActive(), m_pDragData, and ScTabViewShell::ResetDragObject().
Referenced by ScDrawTransferObj::DragFinished(), ScLinkTransferObj::DragFinished(), ScTransferObj::DragFinished(), SetDragJump(), SetDragLink(), SetDragObject(), ScDrawTransferObj::~ScDrawTransferObj(), and ScTransferObj::~ScTransferObj().
void ScModule::SetAppOptions | ( | const ScAppOptions & | rOpt | ) |
Definition at line 786 of file scmod.cxx.
References m_pAppCfg.
Referenced by ScViewFunc::EnterData(), ScGridWinUIObject::execute(), Execute(), ScTabViewShell::Execute(), InsertEntryToLRUList(), ScSpreadsheetSettings::setPropertyValue(), ScRecentFunctionsObj::setRecentFunctionIds(), and ScTabViewObj::SetZoom().
|
static |
Definition at line 2271 of file scmod.cxx.
References LINGUPROP_AUTOSPELL, and SvtLinguConfig::SetProperty().
Referenced by ModifyOptions().
void ScModule::SetDefaultsOptions | ( | const ScDefaultsOptions & | rOpt | ) |
void ScModule::SetDocOptions | ( | const ScDocOptions & | rOpt | ) |
void ScModule::SetDragJump | ( | ScDocument * | pLocalDoc, |
const OUString & | rTarget, | ||
const OUString & | rText | ||
) |
Definition at line 669 of file scmod.cxx.
References ScTabViewShell::GetActiveViewShell(), comphelper::LibreOfficeKit::isActive(), m_pDragData, ResetDragObject(), rTarget, and ScTabViewShell::SetDragJump().
Referenced by IMPL_LINK().
void ScModule::SetDragLink | ( | const OUString & | rDoc, |
const OUString & | rTab, | ||
const OUString & | rArea | ||
) |
Definition at line 651 of file scmod.cxx.
References ScTabViewShell::GetActiveViewShell(), comphelper::LibreOfficeKit::isActive(), m_pDragData, ResetDragObject(), and ScTabViewShell::SetDragLink().
Referenced by IMPL_LINK().
void ScModule::SetDragObject | ( | ScTransferObj * | pCellObj, |
ScDrawTransferObj * | pDrawObj | ||
) |
Definition at line 635 of file scmod.cxx.
References ScTabViewShell::GetActiveViewShell(), comphelper::LibreOfficeKit::isActive(), m_pDragData, ResetDragObject(), and ScTabViewShell::SetDragObject().
void ScModule::SetFormulaOptions | ( | const ScFormulaOptions & | rOpt | ) |
Definition at line 823 of file scmod.cxx.
References m_pFormulaCfg.
Referenced by ScDocShell::CheckConfigOptions(), and ModifyOptions().
|
inline |
Definition at line 157 of file scmod.hxx.
Referenced by ScTextWnd::Command(), and ScGridWindow::StartDrag().
|
inline |
Definition at line 159 of file scmod.hxx.
Referenced by ScGridWindow::ExecuteDrop().
void ScModule::SetInputMode | ( | ScInputMode | eMode, |
const OUString * | pInitText = nullptr |
||
) |
Definition at line 1386 of file scmod.cxx.
References eMode, GetInputHdl(), and ScInputHandler::SetMode().
Referenced by ScGridWindow::Command(), ScFunctionWin::DoEnter(), ScCellShell::ExecuteEdit(), ScGridWindow::HandleMouseButtonDown(), ScTabViewShell::InsertURLField(), ScGridWindow::MouseButtonUp(), and ScTabViewShell::TabKeyInput().
void ScModule::SetInputOptions | ( | const ScInputOptions & | rOpt | ) |
Definition at line 839 of file scmod.cxx.
References m_pInputCfg.
Referenced by ScReplaceWarnBox::run(), and ScSpreadsheetSettings::setPropertyValue().
void ScModule::SetPrintOptions | ( | const ScPrintOptions & | rOpt | ) |
Definition at line 855 of file scmod.cxx.
References m_pPrintCfg.
Referenced by ModifyOptions(), and ScSpreadsheetSettings::setPropertyValue().
void ScModule::SetRefDialog | ( | sal_uInt16 | nId, |
bool | bVis, | ||
SfxViewFrame * | pViewFrm = nullptr |
||
) |
Reference dialogs.
Definition at line 1519 of file scmod.cxx.
References SfxViewFrame::Current(), SfxShell::GetViewShell(), comphelper::LibreOfficeKit::isActive(), m_nCurRefDlgId, nId, SfxViewFrame::SetChildWindow(), and SfxGetpApp().
Referenced by ScCellShell::Execute(), ScTabViewShell::Execute(), ScCellShell::ExecuteDB(), ScCellShell::ExecuteEdit(), and ScCellShell::ExecuteXMLSourceDialog().
void ScModule::SetReference | ( | const ScRange & | rRef, |
ScDocument & | rDoc, | ||
const ScMarkData * | pMarkData = nullptr |
||
) |
Definition at line 1736 of file scmod.cxx.
References ScRange::aEnd, ScRange::aStart, SfxChildWindow::GetController(), GetInputHdl(), comphelper::LibreOfficeKit::isActive(), lcl_GetChildWinFromAnyView(), lcl_GetChildWinFromCurrentView(), lcl_MarkedTabs(), m_nCurRefDlgId, ScRange::PutInOrder(), ScInputHandler::SetReference(), ScAddress::SetTab(), and ScAddress::Tab().
Referenced by ScTabControl::Select().
void ScModule::SetRefInputHdl | ( | ScInputHandler * | pNew | ) |
Definition at line 1449 of file scmod.cxx.
References m_pRefInputHandler.
Referenced by ScFormulaDlg::clear(), ScFormulaDlg::fill(), ScFormulaDlg::ScFormulaDlg(), and ScInputHandler::UpdateFormulaMode().
void ScModule::SetSelectionTransfer | ( | ScSelectionTransferObj * | pNew | ) |
Definition at line 717 of file scmod.cxx.
References m_pSelTransfer.
Referenced by ScTabView::CheckSelectionTransfer(), ScSelectionTransferObj::ObjectReleased(), ScSelectionTransferObj::~ScSelectionTransferObj(), and ScTabView::~ScTabView().
void ScModule::SetViewOptions | ( | const ScViewOptions & | rOpt | ) |
|
inline |
Definition at line 154 of file scmod.hxx.
Referenced by ScTabViewShell::ExecStyle().
void ScModule::UnregisterRefController | ( | sal_uInt16 | nSlotId, |
const std::shared_ptr< SfxDialogController > & | rWnd | ||
) |
Definition at line 2208 of file scmod.cxx.
References i, and m_mapRefController.
void ScModule::ViewShellChanged | ( | bool | bStopEditing | ) |
Definition at line 1378 of file scmod.cxx.
References ScTabViewShell::GetActiveViewShell(), GetInputHdl(), and ScTabViewShell::UpdateInputHandler().
Referenced by ScTabViewShell::Activate().
void ScModule::ViewShellGone | ( | const ScTabViewShell * | pViewSh | ) |
Definition at line 1442 of file scmod.cxx.
References GetInputHdl(), and ScInputHandler::ViewShellGone().
|
private |
Definition at line 81 of file scmod.hxx.
Referenced by AnythingChanged().
|
private |
Definition at line 103 of file scmod.hxx.
Referenced by IsFormulaMode().
|
private |
Definition at line 109 of file scmod.hxx.
Referenced by Find1RefWindow(), RegisterRefController(), and UnregisterRefController().
|
private |
Definition at line 101 of file scmod.hxx.
Referenced by AddRefEntry(), EndReference(), IsFormulaMode(), IsModalMode(), IsRefDialogOpen(), IsTableLocked(), SetRefDialog(), and SetReference().
|
private |
Definition at line 97 of file scmod.hxx.
Referenced by ConfigurationChanged(), and DeleteCfg().
|
private |
Definition at line 95 of file scmod.hxx.
Referenced by DeleteCfg(), and GetAddInCfg().
|
private |
Definition at line 89 of file scmod.hxx.
Referenced by DeleteCfg(), GetAppOptions(), ModifyOptions(), and SetAppOptions().
|
private |
Definition at line 96 of file scmod.hxx.
Referenced by ConfigurationChanged(), DeleteCfg(), and GetColorConfig().
|
private |
Definition at line 98 of file scmod.hxx.
Referenced by ConfigurationChanged(), and DeleteCfg().
|
private |
Definition at line 90 of file scmod.hxx.
Referenced by DeleteCfg(), GetDefaultsOptions(), and SetDefaultsOptions().
|
private |
Definition at line 88 of file scmod.hxx.
Referenced by DeleteCfg(), GetDocOptions(), and SetDocOptions().
|
private |
Definition at line 82 of file scmod.hxx.
Referenced by GetDragData(), ResetDragObject(), SetDragJump(), SetDragLink(), SetDragObject(), and ~ScModule().
|
private |
Definition at line 100 of file scmod.hxx.
Referenced by ~ScModule().
|
private |
Definition at line 91 of file scmod.hxx.
Referenced by DeleteCfg(), GetFormulaOptions(), ModifyOptions(), and SetFormulaOptions().
|
private |
Definition at line 92 of file scmod.hxx.
Referenced by DeleteCfg(), GetInputOptions(), ModifyOptions(), and SetInputOptions().
|
private |
Definition at line 84 of file scmod.hxx.
Referenced by ~ScModule().
|
private |
Definition at line 94 of file scmod.hxx.
Referenced by DeleteCfg(), and GetNavipiCfg().
|
private |
Definition at line 93 of file scmod.hxx.
Referenced by DeleteCfg(), GetPrintOptions(), and SetPrintOptions().
|
private |
Definition at line 86 of file scmod.hxx.
Referenced by GetInputHdl(), and SetRefInputHdl().
|
private |
Definition at line 83 of file scmod.hxx.
Referenced by SetSelectionTransfer(), and ~ScModule().
|
private |
Definition at line 99 of file scmod.hxx.
Referenced by DeleteCfg(), and GetUserOptions().
|
private |
Definition at line 87 of file scmod.hxx.
Referenced by DeleteCfg(), GetViewOptions(), and SetViewOptions().
|
private |
Definition at line 111 of file scmod.hxx.
Referenced by CallAutomationApplicationEventSinks(), and RegisterAutomationApplicationEventsCaller().