Home
last modified time | relevance | path

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

/trunk/main/svtools/inc/svtools/
H A Dsvlbox.hxx313 sal_Int8 nDragOptions; member in SvLBox
540 void SetDragOptions( sal_Int8 nOptions ) { nDragOptions = nOptions; } in SetDragOptions()
541 sal_Int8 GetDragOptions() const { return nDragOptions; } in GetDragOptions()
/trunk/main/svtools/source/contnr/
H A Dsvlbox.cxx700 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()
/trunk/main/sw/source/ui/dochdl/
H A Dswdtflvr.cxx3226 sal_Int8 nDragOptions = DND_ACTION_COPYMOVE | DND_ACTION_LINK; in StartDrag() local
3229 nDragOptions &= ~DND_ACTION_MOVE; in StartDrag()
3231 TransferableHelper::StartDrag( pWin, nDragOptions ); in StartDrag()
/trunk/main/toolkit/source/awt/
H A Dvclxwindows.cxx3259 sal_uLong nDragOptions = aStyle.GetDragFullOptions(); in setProperty() local
3261 nDragOptions |= DRAGFULL_OPTION_SCROLL; in setProperty()
3263 nDragOptions &= ~DRAGFULL_OPTION_SCROLL; in setProperty()
3264 aStyle.SetDragFullOptions( nDragOptions ); in setProperty()

Completed in 71 milliseconds