Home
last modified time | relevance | path

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

/trunk/main/sc/source/ui/view/
H A Dtabcont.cxx474 pTransferObj->SetDragSourceFlags( SC_DROP_TABLE ); in DoDrag()
509 if ( rData.pCellTransfer && ( rData.pCellTransfer->GetDragSourceFlags() & SC_DROP_TABLE ) && in ExecuteDrop()
550 if ( rData.pCellTransfer && ( rData.pCellTransfer->GetDragSourceFlags() & SC_DROP_TABLE ) && in AcceptDrop()
H A Dgridwin.cxx3379 if ( rData.pCellTransfer->GetDragSourceFlags() & SC_DROP_TABLE ) // whole sheet? in AcceptPrivateDrop()
3919 if (pSourceDoc != pThisDoc && ((nFlags & SC_DROP_TABLE) || in DropTransferObj()
3936 if ( nFlags & SC_DROP_TABLE ) // whole sheet? in DropTransferObj()
4068 if ( nFlags & SC_DROP_TABLE ) // copy/link sheets between documents in DropTransferObj()
/trunk/main/sc/inc/
H A Dscmod.hxx90 #define SC_DROP_TABLE 2 macro
/trunk/main/sc/source/ui/navipi/
H A Dcontent.cxx1468 lcl_DoDragCells( pSrcShell, aRange, SC_DROP_NAVIGATOR | SC_DROP_TABLE, this ); in DoDrag()

Completed in 45 milliseconds