Searched refs:nDragOptions (Results 1 – 4 of 4) sorted by relevance
313 sal_Int8 nDragOptions; member in SvLBox540 void SetDragOptions( sal_Int8 nOptions ) { nDragOptions = nOptions; } in SetDragOptions()541 sal_Int8 GetDragOptions() const { return nDragOptions; } in GetDragOptions()
700 nDragOptions = DND_ACTION_COPYMOVE | DND_ACTION_LINK; in SvLBox()725 nDragOptions = DND_ACTION_COPYMOVE | DND_ACTION_LINK; in SvLBox()1885 pContainer->StartDrag( this, nDragOptions, GetDragFinishedHdl() ); in StartDrag()
3226 sal_Int8 nDragOptions = DND_ACTION_COPYMOVE | DND_ACTION_LINK; in StartDrag() local3229 nDragOptions &= ~DND_ACTION_MOVE; in StartDrag()3231 TransferableHelper::StartDrag( pWin, nDragOptions ); in StartDrag()
3259 sal_uLong nDragOptions = aStyle.GetDragFullOptions(); in setProperty() local3261 nDragOptions |= DRAGFULL_OPTION_SCROLL; in setProperty()3263 nDragOptions &= ~DRAGFULL_OPTION_SCROLL; in setProperty()3264 aStyle.SetDragFullOptions( nDragOptions ); in setProperty()
Completed in 130 milliseconds