Searched refs:pSharedDocShell (Results 1 – 3 of 3) sorted by relevance
1198 bool ScDocShell::MergeSharedDocument( ScDocShell* pSharedDocShell ) in MergeSharedDocument() argument1200 if ( !pSharedDocShell ) in MergeSharedDocument()1211 ScDocument& rSharedDoc = *( pSharedDocShell->GetDocument() ); in MergeSharedDocument()1258 pSharedDocShell->MergeDocument( *pTmpDoc, true, true, 0, &aOwnInverseMergeMap, true ); in MergeSharedDocument()
749 …ScDocShell* pSharedDocShell = ( pDocObj ? dynamic_cast< ScDocShell* >( pDocObj->GetObjectShell() )… in Notify() local750 if ( pSharedDocShell ) in Notify()752 bShared = pSharedDocShell->HasSharedXMLFlagSet(); in Notify()820 if ( pSharedDocShell ) in Notify()822 bSaveToShared = MergeSharedDocument( pSharedDocShell ); in Notify()
259 bool MergeSharedDocument( ScDocShell* pSharedDocShell );
Completed in 32 milliseconds