Lines Matching refs:SC_MOD
315 SC_MOD()->InputEnterHandler(); in DoEnterHandler()
649 … if ( HasSharedXMLFlagSet() && !SC_MOD()->IsInSharedDocLoading() && !IsReadOnly() ) in Notify()
671 if ( IsDocShared() && !SC_MOD()->IsInSharedDocLoading() ) in Notify()
673 ScAppOptions aAppOptions = SC_MOD()->GetAppOptions(); in Notify()
684 SC_MOD()->SetAppOptions( aAppOptions ); in Notify()
732 if ( IsDocShared() && !SC_MOD()->IsInSharedDocSaving() ) in Notify()
857 SC_MOD()->SetInSharedDocSaving( true ); in Notify()
859 SC_MOD()->SetInSharedDocSaving( false ); in Notify()
899 SC_MOD()->SetInSharedDocSaving( false ); in Notify()
929 if ( IsDocShared() && !SC_MOD()->IsInSharedDocSaving() ) in Notify()
2423 if(SC_MOD()->GetCurRefDlgId()>0) in PrepareClose()
2575 SetPool( &SC_MOD()->GetPool() ); in ScDocShell()
2603 SetPool( &SC_MOD()->GetPool() );
2728 pList->Count() && !IsInUndo() && SC_MOD()->GetAppOptions().GetDetectiveAuto() ) in SetDocumentModified()
2777 SC_MOD()->AnythingChanged(); in SetDrawModified()
2926 if( SC_MOD()->Find1RefWindow( SFX_APP()->GetTopWindow() ) ) in AcceptStateUpdate()