Searched refs:SC_DROP_TABLE (Results 1 – 4 of 4) sorted by relevance
474 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()
3379 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()
90 #define SC_DROP_TABLE 2 macro
1468 lcl_DoDragCells( pSrcShell, aRange, SC_DROP_NAVIGATOR | SC_DROP_TABLE, this ); in DoDrag()
Completed in 53 milliseconds