Searched refs:pSharedDocShell (Results 1 – 3 of 3) sorted by relevance
1192 bool ScDocShell::MergeSharedDocument( ScDocShell* pSharedDocShell ) in MergeSharedDocument() argument1194 if ( !pSharedDocShell ) in MergeSharedDocument()1205 ScDocument& rSharedDoc = *( pSharedDocShell->GetDocument() ); in MergeSharedDocument()1252 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 );