Home
last modified time | relevance | path

Searched refs:pSharedDocShell (Results 1 – 3 of 3) sorted by relevance

/aoo41x/main/sc/source/ui/docshell/
H A Ddocsh3.cxx1198 bool ScDocShell::MergeSharedDocument( ScDocShell* pSharedDocShell ) in MergeSharedDocument() argument
1200 if ( !pSharedDocShell ) in MergeSharedDocument()
1211 ScDocument& rSharedDoc = *( pSharedDocShell->GetDocument() ); in MergeSharedDocument()
1258 pSharedDocShell->MergeDocument( *pTmpDoc, true, true, 0, &aOwnInverseMergeMap, true ); in MergeSharedDocument()
H A Ddocsh.cxx749 …ScDocShell* pSharedDocShell = ( pDocObj ? dynamic_cast< ScDocShell* >( pDocObj->GetObjectShell() )… in Notify() local
750 if ( pSharedDocShell ) in Notify()
752 bShared = pSharedDocShell->HasSharedXMLFlagSet(); in Notify()
820 if ( pSharedDocShell ) in Notify()
822 bSaveToShared = MergeSharedDocument( pSharedDocShell ); in Notify()
/aoo41x/main/sc/source/ui/inc/
H A Ddocsh.hxx259 bool MergeSharedDocument( ScDocShell* pSharedDocShell );

Completed in 84 milliseconds