Home
last modified time | relevance | path

Searched refs:bOutlinerMode (Results 1 – 2 of 2) sorted by relevance

/AOO41X/main/editeng/source/editeng/ !
H A Dimpedit.cxx1590 pDragAndDropInfo->bOutlinerMode = sal_True; in dragGestureRecognized()
1643 …if ( !bReadOnly && rDSDE.DropSuccess && !pDragAndDropInfo->bOutlinerMode && ( rDSDE.DropAction & d… in dragDropEnd()
1746 if ( pDragAndDropInfo->bOutlinerMode ) in drop()
1883 if ( pDragAndDropInfo->bOutlinerMode ) in dragOver()
1919 if ( pDragAndDropInfo->bOutlinerMode ) in dragOver()
H A Dimpedit.hxx128 sal_Bool bOutlinerMode : 1; member
134 bHasValidData = sal_False; bUndoAction = sal_False; bOutlinerMode = sal_False; in DragAndDropInfo()