Searched refs:bCancelled (Results 1 – 13 of 13) sorted by relevance
/aoo42x/main/comphelper/source/misc/ |
H A D | listenernotification.cxx | 90 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()
|
/aoo42x/main/sfx2/source/control/ |
H A D | request.cxx | 78 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()
|
/aoo42x/main/forms/source/component/ |
H A D | clickableimage.cxx | 180 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()
|
/aoo42x/main/svtools/source/contnr/ |
H A D | contentenumeration.cxx | 236 bool bCancelled = false; in enumerateFolderContent() local 247 while ( !bCancelled && xResultSet->next() ) in enumerateFolderContent() 346 bCancelled = m_bCancelled; in enumerateFolderContent()
|
/aoo42x/main/sc/source/ui/dbgui/ |
H A D | pvlaydlg.cxx | 413 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()
|
/aoo42x/main/vcl/inc/vcl/ |
H A D | dockwin.hxx | 54 EndDockingData( const Rectangle& rRect, sal_Bool b, sal_Bool bCancelled ) : in EndDockingData() 55 maWindowRect( rRect ), mbFloating( b ), mbCancelled( bCancelled ) in EndDockingData()
|
/aoo42x/main/svx/source/form/ |
H A D | fmshell.cxx | 821 sal_Bool bCancelled = ( SID_FM_FILTER_EXIT == nSlot ); in Execute() local 824 if ( !bCancelled ) in Execute() 851 GetImpl()->stopFiltering( !bCancelled ); in Execute()
|
/aoo42x/main/offapi/com/sun/star/awt/ |
H A D | EndDockingEvent.idl | 60 boolean bCancelled;
|
/aoo42x/main/oox/inc/oox/dump/ |
H A D | dumperbase.hxx | 1992 bool bCancelled = aDumper.isImportCancelled(); \ 1993 if( !aDumper.isImportEnabled() || bCancelled ) \ 1994 return aDumper.isValid() && !bCancelled; \
|
/aoo42x/main/svtools/inc/svtools/ |
H A D | ivctrl.hxx | 245 …l sal_Bool EditedEntry( SvxIconChoiceCtrlEntry*, const XubString& rNewText, sal_Bool bCancelled );
|
/aoo42x/main/sc/source/ui/view/ |
H A D | gridwin.cxx | 179 sal_Bool bCancelled; member in ScFilterListBox 203 void SetCancelled() { bCancelled = sal_True; } in SetCancelled() 220 bCancelled( sal_False ), in ScFilterListBox() 288 if ( !IsTravelSelect() && !bInit && !bCancelled ) in SelectHdl()
|
/aoo42x/main/vcl/win/source/window/ |
H A D | salframe.cxx | 6217 sal_Bool bCancelled(sal_False); in SalFrameWndProc() local 6218 InitAccessBridge(sal_False,bCancelled); in SalFrameWndProc() 6219 if( bCancelled ) in SalFrameWndProc()
|
/aoo42x/main/toolkit/source/awt/ |
H A D | vclxwindow.cxx | 859 aEvent.bCancelled = pData->mbCancelled; in ProcessWindowEvent()
|
Completed in 324 milliseconds