Searched refs:aDragShellRef (Results 1 – 4 of 4) sorted by relevance
290 ScDocShellRef aDragShellRef; in CreateCellData() local293 aDragShellRef = new ScDocShell; // DocShell needs a Ref immediately in CreateCellData()294 aDragShellRef->DoInitNew(NULL); in CreateCellData()296 ScDrawLayer::SetGlobalDrawPersist(aDragShellRef); in CreateCellData()319 SfxObjectShellRef aPersistRef( aDragShellRef ); in CreateCellData()352 ScDocShellRef aDragShellRef; in CreateDrawData() local355 aDragShellRef = new ScDocShell; // ohne Ref lebt die DocShell nicht !!! in CreateDrawData()356 aDragShellRef->DoInitNew(NULL); in CreateDrawData()360 ScDrawLayer::SetGlobalDrawPersist(aDragShellRef); in CreateDrawData()375 SfxObjectShellRef aPersistRef( aDragShellRef ); in CreateDrawData()
158 ScDocShellRef aDragShellRef; in BeginDrag() local161 aDragShellRef = new ScDocShell; // DocShell needs a Ref immediately in BeginDrag()162 aDragShellRef->DoInitNew(NULL); in BeginDrag()164 ScDrawLayer::SetGlobalDrawPersist(aDragShellRef); in BeginDrag()184 pTransferObj->SetDrawPersist( &aDragShellRef ); // keep persist for ole objects alive in BeginDrag()
490 ScDocShellRef aDragShellRef( new ScDocShell ); in PasteDataFormat() local491 aDragShellRef->DoInitNew(NULL); in PasteDataFormat()492 FmFormModel* pModel = new FmFormModel( aPath, NULL, aDragShellRef ); in PasteDataFormat()522 aDragShellRef->DoClose(); in PasteDataFormat()
2282 ScDocShellRef aDragShellRef; in MoveBlock() local2285 aDragShellRef = new ScDocShell; // DocShell needs a Ref immediately in MoveBlock()2286 aDragShellRef->DoInitNew(NULL); in MoveBlock()2288 ScDrawLayer::SetGlobalDrawPersist(aDragShellRef); in MoveBlock()
Completed in 50 milliseconds