Searched refs:pSrcShell (Results 1 – 7 of 7) sorted by relevance
1284 ScDocument* pSrcDoc = pSrcShell->GetDocument(); in lcl_DoDragObject()1303 pSrcShell->FillTransferableObjectDescriptor( aObjDesc ); in lcl_DoDragObject()1326 ScDocument* pSrcDoc = pSrcShell->GetDocument(); in lcl_DoDragCells()1337 pSrcShell->FillTransferableObjectDescriptor( aObjDesc ); in lcl_DoDragCells()1344 pTransferObj->SetDragSource( pSrcShell, aMark ); in lcl_DoDragCells()1440 ScDocShell* pSrcShell = NULL; in DoDrag() local1446 pSrcShell = pDocLoader->GetDocShell(); in DoDrag()1449 pSrcShell = GetManualOrCurrent(); in DoDrag()1451 if ( pSrcShell ) in DoDrag()1453 ScDocument* pSrcDoc = pSrcShell->GetDocument(); in DoDrag()[all …]
1115 SfxObjectShell* pSrcShell = pSrcDoc ? pSrcDoc->GetDocumentShell() : NULL; in TransferTab() local1116 if ( pSrcShell ) in TransferTab()1118 StarBASIC* pStarBASIC = pSrcShell ? pSrcShell->GetBasic() : NULL; in TransferTab()1120 if ( pSrcShell && pSrcShell->GetBasicManager()->GetName().Len() > 0 ) in TransferTab()1122 aLibName = pSrcShell->GetBasicManager()->GetName(); in TransferTab()1123 pStarBASIC = pSrcShell->GetBasicManager()->GetLib( aLibName ); in TransferTab()1128 … uno::Reference< script::XLibraryContainer > xLibContainer = pSrcShell->GetBasicContainer(); in TransferTab()
270 ScDocShell* pSrcShell = new ScDocShell(SFX_CREATE_MODE_INTERNAL); in Refresh() local271 SfxObjectShellLock aRef = pSrcShell; in Refresh()272 pSrcShell->DoLoad(pMed); in Refresh()274 ScDocument* pSrcDoc = pSrcShell->GetDocument(); in Refresh()
219 ScDocShell* pSrcShell = new ScDocShell(SFX_CREATE_MODE_INTERNAL); in Refresh() local220 SfxObjectShellLock aRef = pSrcShell; in Refresh()221 pSrcShell->DoLoad(pMed); in Refresh()240 ScDocument* pSrcDoc = pSrcShell->GetDocument(); in Refresh()
270 void ImportTables( ScDocShell* pSrcShell,
2365 void ScViewFunc::ImportTables( ScDocShell* pSrcShell, in ImportTables() argument2368 ScDocument* pSrcDoc = pSrcShell->GetDocument(); in ImportTables()2447 SfxMedium* pMed = pSrcShell->GetMedium(); in ImportTables()
4072 ScDocShell* pSrcShell = pTransObj->GetSourceDocShell(); in DropTransferObj() local4097 pView->ImportTables( pSrcShell,nTabSelCount, nTabs, bIsLink, nThisTab ); in DropTransferObj()
Completed in 62 milliseconds