Home
last modified time | relevance | path

Searched refs:bCanceled (Results 1 – 25 of 36) sorted by relevance

12

/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/dialogs/
H A DGUIDialogYesNo.cpp85 bool& bCanceled) in ShowAndGetInput() argument
87 return ShowAndGetInput(heading, line0, line1, line2, bCanceled, "", "", NO_TIMEOUT); in ShowAndGetInput()
105 bool& bCanceled, in ShowAndGetInput() argument
126 bCanceled = dialog->m_bCanceled; in ShowAndGetInput()
138 bool& bCanceled, in ShowAndGetInput() argument
145 bCanceled = result == -1; in ShowAndGetInput()
H A DGUIDialogYesNo.h54 bool& bCanceled);
87 bool& bCanceled,
110 bool& bCanceled,
/dports/graphics/sane-backends/sane-backends-1.0.32/backend/
H A Dsm3600-scanutil.c189 TBool bCanceled; in CancelScan() local
201 bCanceled=this->state.bCanceled; in CancelScan()
202 this->state.bCanceled=false; /* re-enable Origination! */ in CancelScan()
205 this->state.bCanceled=bCanceled; in CancelScan()
230 if (this->state.bCanceled) /* deferred cancellation? */ in ReadChunk()
H A Dsm3600-homerun.c388 while (lt!=ltHome && !this->state.bCanceled) in DoOriginate()
402 if (this->state.bCanceled) in DoOriginate()
H A Dsm3600.c714 this->state.bCanceled=false; in sane_start()
725 if (this->state.bCanceled) return SANE_STATUS_CANCELLED; in sane_start()
766 this->state.bCanceled=true; in sane_cancel()
H A Dsm3600.h126 TBool bCanceled; member
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/
H A DGUIPassword.h47 bool CheckLock(LockType btnType, const std::string& strPassword, int iHeading, bool& bCanceled);
49 bool IsProfileLockUnlocked(int iProfile, bool& bCanceled, bool prompt = true);
51 bool IsMasterLockUnlocked(bool bPromptUser, bool& bCanceled);
H A DGUIPassword.cpp209 bool CGUIPassword::IsProfileLockUnlocked(int iProfile, bool& bCanceled, bool prompt) in IsProfileLockUnlocked() argument
221 return IsMasterLockUnlocked(prompt,bCanceled); in IsProfileLockUnlocked()
244 return CheckLock(profile->getLockMode(),profile->getLockCode(),20095,bCanceled); in IsProfileLockUnlocked()
257 bool CGUIPassword::IsMasterLockUnlocked(bool bPromptUser, bool& bCanceled) in IsMasterLockUnlocked() argument
259 bCanceled = false; in IsMasterLockUnlocked()
291 bCanceled = true; in IsMasterLockUnlocked()
341 …assword::CheckLock(LockType btnType, const std::string& strPassword, int iHeading, bool& bCanceled) in CheckLock() argument
343 bCanceled = false; in CheckLock()
359 bCanceled = true; in CheckLock()
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/interfaces/json-rpc/
H A DProfilesOperations.cpp102 bool bCanceled = false; in LoadProfile() local
109 (bPrompt && g_passwordManager.IsProfileLockUnlocked(index, bCanceled, bPrompt))) in LoadProfile()
111 else if (!bCanceled) // Password needed and user provided it in LoadProfile()
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/interfaces/builtins/
H A DProfileBuiltins.cpp38 bool bCanceled; in LoadProfile() local
41 || g_passwordManager.IsProfileLockUnlocked(index,bCanceled,prompt))) in LoadProfile()
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/windows/
H A DGUIWindowLoginScreen.cpp89 bool bCanceled; in OnMessage() local
90 bool bOkay = g_passwordManager.IsProfileLockUnlocked(iItem, bCanceled); in OnMessage()
99 if (!bCanceled && iItem != 0) in OnMessage()
/dports/editors/libreoffice/libreoffice-7.2.6.2/connectivity/source/commontools/
H A Dparameters.cxx704 bool bCanceled = false; in consultParameterListeners() local
716 while ( aIter.hasMoreElements() && !bCanceled ) in consultParameterListeners()
717bCanceled = !static_cast< XDatabaseParameterListener* >( aIter.next() )->approveParameter( aEvent … in consultParameterListeners()
721 return !bCanceled; in consultParameterListeners()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/connectivity/source/commontools/
H A Dparameters.cxx708 bool bCanceled = false; in consultParameterListeners() local
720 while ( aIter.hasMoreElements() && !bCanceled ) in consultParameterListeners()
721bCanceled = !static_cast< XDatabaseParameterListener* >( aIter.next() )->approveParameter( aEvent … in consultParameterListeners()
725 return !bCanceled; in consultParameterListeners()
/dports/editors/libreoffice/libreoffice-7.2.6.2/basctl/source/basicide/
H A Dbasides1.cxx159 bool bCanceled = false; in ExecuteSearch() local
172 while ( !nFound && !bCanceled && ( pWin || !bSearchedFromStart ) ) in ExecuteSearch()
192 bCanceled = true; in ExecuteSearch()
223 if ( !nFound && !bCanceled ) in ExecuteSearch()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/basctl/source/basicide/
H A Dbasides1.cxx156 bool bCanceled = false; in ExecuteSearch() local
169 while ( !nFound && !bCanceled && ( pWin || !bSearchedFromStart ) ) in ExecuteSearch()
189 bCanceled = true; in ExecuteSearch()
220 if ( !nFound && !bCanceled ) in ExecuteSearch()
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/source/treelist/
H A Dtreelistbox.cxx68 bool bCanceled; member in SvInplaceEdit2
83 bool EditingCanceled() const { return bCanceled; } in EditingCanceled()
138 bCanceled ( false ), in SvInplaceEdit2()
192 bCanceled = false; in IMPL_LINK_NOARG()
198 bCanceled = true; in IMPL_LINK_NOARG()
210 bCanceled = true; in KeyInput()
215 bCanceled = false; in KeyInput()
226 bCanceled = bCancel; in StopEditing()
237 bCanceled = false; in LoseFocus()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/vcl/
H A Dtreelistbox.hxx740 bool bCanceled; member in SvInplaceEdit2
755 bool EditingCanceled() const { return bCanceled; } in EditingCanceled()
H A Dmenu.hxx155 bool bCanceled : 1; ///< Terminated during a callback member in Menu
/dports/print/hplip/hplip-3.20.6/prnt/hpijs/
H A Ddj3320.cpp558 BOOL bCanceled = FALSE; in Send() local
761 if(!bOriginalRequest && !bCanceled) in Send()
1020 !(bCanceling || bCanceled) ) in Send()
1035 else if(!bCanceled) in Send()
1048 bCanceled = TRUE; in Send()
1054 if (bCanceled) in Send()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/source/treelist/
H A Dtreelistbox.cxx103 bCanceled ( false ), in SvInplaceEdit2()
157 bCanceled = false; in IMPL_LINK_NOARG()
163 bCanceled = true; in IMPL_LINK_NOARG()
175 bCanceled = true; in KeyInput()
180 bCanceled = false; in KeyInput()
191 bCanceled = bCancel; in StopEditing()
202 bCanceled = false; in LoseFocus()
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/video/windows/
H A DGUIWindowVideoBase.cpp1581 bool bCanceled; in OnUnAssignContent() local
1584 …if (CGUIDialogYesNo::ShowAndGetInput(CVariant{header}, CVariant{text}, bCanceled, CVariant{ "" }, … in OnUnAssignContent()
1594 if (!bCanceled) in OnUnAssignContent()
/dports/x11-fm/catseye-fm/catseye-fm-4.2.0.0/
H A Dlistitems.c318 gboolean bCanceled = FALSE; in copyReMoveItemRecursive() local
320 bCanceled = g_cancellable_is_cancelled (commstru->cancellable); in copyReMoveItemRecursive()
324 if (bCanceled == FALSE && currentItem->status==0){ in copyReMoveItemRecursive()
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/music/windows/
H A DGUIWindowMusicBase.cpp1177 bool bCanceled; in OnRemoveSource() local
1178 …if (CGUIDialogYesNo::ShowAndGetInput(CVariant{522}, CVariant{20340}, bCanceled, CVariant{""}, CVar… in OnRemoveSource()
/dports/editors/libreoffice/libreoffice-7.2.6.2/include/vcl/
H A Dmenu.hxx160 bool bCanceled : 1; ///< Terminated during a callback member in Menu
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/video/dialogs/
H A DGUIDialogVideoInfo.cpp126 bool bCanceled=false; in OnMessage() local
127 …if (CGUIDialogYesNo::ShowAndGetInput(CVariant{20377}, CVariant{20378}, bCanceled, CVariant{ "" }, … in OnMessage()
140 if (bCanceled) in OnMessage()

12