Home
last modified time | relevance | path

Searched refs:bCancelled (Results 1 – 13 of 13) sorted by last modified time

/aoo41x/main/vcl/win/source/window/
H A Dsalframe.cxx6214 sal_Bool bCancelled; in SalFrameWndProc() local
6215 InitAccessBridge(sal_False,bCancelled); in SalFrameWndProc()
6216 if( bCancelled ) in SalFrameWndProc()
/aoo41x/main/vcl/inc/vcl/
H A Ddockwin.hxx54 EndDockingData( const Rectangle& rRect, sal_Bool b, sal_Bool bCancelled ) : in EndDockingData()
55 maWindowRect( rRect ), mbFloating( b ), mbCancelled( bCancelled ) in EndDockingData()
/aoo41x/main/toolkit/source/awt/
H A Dvclxwindow.cxx859 aEvent.bCancelled = pData->mbCancelled; in ProcessWindowEvent()
/aoo41x/main/svx/source/form/
H A Dfmshell.cxx821 sal_Bool bCancelled = ( SID_FM_FILTER_EXIT == nSlot ); in Execute() local
824 if ( !bCancelled ) in Execute()
851 GetImpl()->stopFiltering( !bCancelled ); in Execute()
/aoo41x/main/svtools/source/contnr/
H A Dcontentenumeration.cxx236 bool bCancelled = false; in enumerateFolderContent() local
247 while ( !bCancelled && xResultSet->next() ) in enumerateFolderContent()
346 bCancelled = m_bCancelled; in enumerateFolderContent()
/aoo41x/main/svtools/inc/svtools/
H A Divctrl.hxx245 …l sal_Bool EditedEntry( SvxIconChoiceCtrlEntry*, const XubString& rNewText, sal_Bool bCancelled );
/aoo41x/main/sfx2/source/control/
H A Drequest.cxx78 sal_Bool bCancelled; // nicht mehr zustellen member
91 , bCancelled(sal_False) in SfxRequest_Impl()
653 return pImp->bCancelled; in IsCancelled()
667 pImp->bCancelled = sal_True; in Cancel()
/aoo41x/main/sc/source/ui/view/
H A Dgridwin.cxx177 sal_Bool bCancelled; member in ScFilterListBox
201 void SetCancelled() { bCancelled = sal_True; } in SetCancelled()
218 bCancelled( sal_False ), in ScFilterListBox()
286 if ( !IsTravelSelect() && !bInit && !bCancelled ) in SelectHdl()
/aoo41x/main/sc/source/ui/dbgui/
H A Dpvlaydlg.cxx413 bool bCancelled = rTEvt.IsTrackingCanceled(); in Tracking() local
416 mpDropWindow->NotifyEndTracking( bCancelled ? ENDTRACKING_CANCEL : ENDTRACKING_DROP ); in Tracking()
417 if( !bCancelled ) in Tracking()
428 if( !bCancelled ) in Tracking()
/aoo41x/main/oox/inc/oox/dump/
H A Ddumperbase.hxx1992 bool bCancelled = aDumper.isImportCancelled(); \
1993 if( !aDumper.isImportEnabled() || bCancelled ) \
1994 return aDumper.isValid() && !bCancelled; \
/aoo41x/main/offapi/com/sun/star/awt/
H A DEndDockingEvent.idl60 boolean bCancelled;
/aoo41x/main/forms/source/component/
H A Dclickableimage.cxx180 sal_Bool bCancelled = sal_False; in approveAction() local
184 while( !bCancelled && aIter.hasMoreElements() ) in approveAction()
188 bCancelled = sal_True; in approveAction()
191 return !bCancelled; in approveAction()
/aoo41x/main/comphelper/source/misc/
H A Dlistenernotification.cxx90 bool bCancelled = false; in impl_notify() local
91 while ( aIter.hasMoreElements() && !bCancelled ) in impl_notify()
99 bCancelled = !implNotify( xListener, _rEvent ); in impl_notify()
117 return !bCancelled; in impl_notify()

Completed in 138 milliseconds