Home
last modified time | relevance | path

Searched refs:aDragShellRef (Results 1 – 4 of 4) sorted by relevance

/trunk/main/sc/source/ui/app/
H A Dseltrans.cxx290 ScDocShellRef aDragShellRef; in CreateCellData() local
293 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() local
355 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()
/trunk/main/sc/source/ui/view/
H A Ddrawvie4.cxx158 ScDocShellRef aDragShellRef; in BeginDrag() local
161 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()
H A Dviewfun5.cxx490 ScDocShellRef aDragShellRef( new ScDocShell ); in PasteDataFormat() local
491 aDragShellRef->DoInitNew(NULL); in PasteDataFormat()
492 FmFormModel* pModel = new FmFormModel( aPath, NULL, aDragShellRef ); in PasteDataFormat()
522 aDragShellRef->DoClose(); in PasteDataFormat()
/trunk/main/sc/source/ui/docshell/
H A Ddocfunc.cxx2282 ScDocShellRef aDragShellRef; in MoveBlock() local
2285 aDragShellRef = new ScDocShell; // DocShell needs a Ref immediately in MoveBlock()
2286 aDragShellRef->DoInitNew(NULL); in MoveBlock()
2288 ScDrawLayer::SetGlobalDrawPersist(aDragShellRef); in MoveBlock()

Completed in 42 milliseconds