Searched refs:pSourceSh (Results 1 – 5 of 5) sorted by relevance
/aoo42x/main/sc/source/ui/app/ |
H A D | transobj.cxx | 494 ScDocShell* pSourceSh = GetSourceDocShell(); in DragFinished() local 495 if (pSourceSh) in DragFinished() 500 pSourceSh->GetDocFunc().DeleteContents( aMarkData, IDF_ALL & ~IDF_OBJECTS, sal_True, sal_True ); in DragFinished()
|
H A D | inputhdl.cxx | 3330 sal_Bool bForce, ScTabViewShell* pSourceSh, in NotifyChange() argument 3352 if ( pSourceSh ) in NotifyChange() 3353 pActiveViewSh = pSourceSh; in NotifyChange()
|
/aoo42x/main/sc/source/ui/view/ |
H A D | tabvwsha.cxx | 693 ScTabViewShell* pSourceSh = pInputHandler ? this : NULL; in UpdateInputHandler() local 695 pHdl->NotifyChange( &aState, bForce, pSourceSh, bStopEditing ); in UpdateInputHandler()
|
H A D | gridwin.cxx | 4106 SfxObjectShell* pSourceSh = pSourceDoc->GetDocumentShell(); in DropTransferObj() local 4107 DBG_ASSERT(pSourceSh, "drag document has no shell"); in DropTransferObj() 4108 if (pSourceSh) in DropTransferObj() 4128 String aTopic = pSourceSh->GetTitle( SFX_TITLE_FULLNAME ); in DropTransferObj()
|
/aoo42x/main/sc/source/ui/inc/ |
H A D | inputhdl.hxx | 190 ScTabViewShell* pSourceSh = NULL,
|
Completed in 58 milliseconds