Home
last modified time | relevance | path

Searched refs:nChoice (Results 1 – 18 of 18) sorted by relevance

/dports/games/libretro-scummvm/scummvm-7b1e929/engines/tony/mpal/
H A Dmpal.h321 #define mpalQueryDialogSelectList(nChoice) \ argument
322 (uint32 *)mpalQueryHANDLE(MPQ_DIALOG_SELECTLIST, (uint32)(nChoice))
335 #define mpalQueryDialogSelection(nChoice, dwData) \ argument
336 (bool)mpalQueryDWORD(MPQ_DIALOG_SELECTION, (uint32)(nChoice), (uint32)(dwData))
338 #define mpalQueryDialogSelectionDWORD(nChoice, dwData) \ argument
339 mpalQueryDWORD(MPQ_DIALOG_SELECTION, (uint32)(nChoice), (uint32)(dwData))
H A Dmpal.cpp1069 void doChoice(CORO_PARAM, uint32 nChoice);
1153 void doChoice(CORO_PARAM, uint32 nChoice) { in doChoice() argument
1170 if (_ctx->dialog->_choice[_ctx->i]._nChoice == nChoice) in doChoice()
/dports/games/scummvm/scummvm-2.5.1/engines/tony/mpal/
H A Dmpal.h321 #define mpalQueryDialogSelectList(nChoice) \ argument
322 (uint32 *)mpalQueryHANDLE(MPQ_DIALOG_SELECTLIST, (uint32)(nChoice))
335 #define mpalQueryDialogSelection(nChoice, dwData) \ argument
336 (bool)mpalQueryDWORD(MPQ_DIALOG_SELECTION, (uint32)(nChoice), (uint32)(dwData))
338 #define mpalQueryDialogSelectionDWORD(nChoice, dwData) \ argument
339 mpalQueryDWORD(MPQ_DIALOG_SELECTION, (uint32)(nChoice), (uint32)(dwData))
H A Dmpal.cpp1069 void doChoice(CORO_PARAM, uint32 nChoice);
1153 void doChoice(CORO_PARAM, uint32 nChoice) { in doChoice() argument
1170 if (_ctx->dialog->_choice[_ctx->i]._nChoice == nChoice) in doChoice()
/dports/games/iqpuzzle/iqpuzzle-1.2.5/
H A Diqpuzzle.cpp372 void IQPuzzle::randomGame(const int nChoice) { in randomGame() argument
373 qDebug() << "Random game:" << nChoice; in randomGame()
375 if (nChoice > 0 && nChoice <= m_sListFiles.size()) { in randomGame()
376 if (!m_sListFiles[nChoice-1]->isEmpty()) { in randomGame()
380 m_sListFiles.at(nChoice-1)->size()); in randomGame()
383 nRand = qrand() % m_sListFiles.at(nChoice-1)->size(); in randomGame()
386 if (nRand >= 0 && nRand < m_sListFiles.at(nChoice-1)->size()) { in randomGame()
388 m_sListFiles.at(nChoice-1)->at(nRand)); in randomGame()
396 qWarning() << "Invalid random choice:" << nChoice; in randomGame()
H A Diqpuzzle.h80 void randomGame(const int nChoice);
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.pde.ui/ua/org.eclipse.pde.ua.ui/src/org/eclipse/pde/internal/ua/ui/editor/cheatsheet/comp/details/
H A Dmessages.properties40 … task group is complete when all of its children are completed in order.\nChoice: The task group i…
41 … task group is complete when all of its children are completed in order.\nChoice: The task group i…
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sfx2/source/view/
H A Dviewprn.cxx199 sal_Int32 nChoice = 0; in getSelectionObject() local
202 pVal->Value >>= nChoice; in getSelectionObject()
205 return (nChoice > 1) ? maSelection : maCompleteSelection; in getSelectionObject()
207 return (nChoice > 3) ? maSelection : maCompleteSelection; in getSelectionObject()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sfx2/source/view/
H A Dviewprn.cxx193 sal_Int32 nChoice = 0; in getSelectionObject() local
196 pVal->Value >>= nChoice; in getSelectionObject()
198 return (nChoice > 1) ? maSelection : maCompleteSelection; in getSelectionObject()
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/tony/
H A Dcustom.cpp1865 uint32 nChoice; in startDialog() local
1881 mpalQueryDialogWaitForChoice(&_ctx->nChoice); in startDialog()
1882 while (_ctx->nChoice != (uint32) - 1) { in startDialog()
1884 _ctx->sl = mpalQueryDialogSelectList(_ctx->nChoice); in startDialog()
1890 mpalQueryDialogSelectionDWORD(_ctx->nChoice, _ctx->sl[0]); in startDialog()
1894 mpalQueryDialogWaitForChoice(&_ctx->nChoice); in startDialog()
1927 mpalQueryDialogSelectionDWORD(_ctx->nChoice, _ctx->sl[_ctx->sel]); in startDialog()
1935 mpalQueryDialogWaitForChoice(&_ctx->nChoice); in startDialog()
/dports/games/scummvm/scummvm-2.5.1/engines/tony/
H A Dcustom.cpp1867 uint32 nChoice; in startDialog() local
1883 mpalQueryDialogWaitForChoice(&_ctx->nChoice); in startDialog()
1884 while (_ctx->nChoice != (uint32) - 1) { in startDialog()
1886 _ctx->sl = mpalQueryDialogSelectList(_ctx->nChoice); in startDialog()
1892 mpalQueryDialogSelectionDWORD(_ctx->nChoice, _ctx->sl[0]); in startDialog()
1896 mpalQueryDialogWaitForChoice(&_ctx->nChoice); in startDialog()
1929 mpalQueryDialogSelectionDWORD(_ctx->nChoice, _ctx->sl[_ctx->sel]); in startDialog()
1937 mpalQueryDialogWaitForChoice(&_ctx->nChoice); in startDialog()
/dports/devel/fossil/fossil-src-2.17/src/
H A Dstyle.c325 int nChoice, /* Number of options */ in style_submenu_multichoice() argument
331 aSubmenuCtrl[nSubmenuCtrl].iSize = nChoice; in style_submenu_multichoice()
H A Dsetup.c302 int nChoice, /* Number of choices */
320 for(i=0; i<nChoice*2; i+=2){
/dports/editors/libreoffice/libreoffice-7.2.6.2/include/vcl/
H A Dprint.hxx476 … isUIChoiceEnabled( const OUString& rPropName, sal_Int32 nChoice ) const;
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/vcl/
H A Dprint.hxx483 … isUIChoiceEnabled( const OUString& rPropName, sal_Int32 nChoice ) const;
/dports/cad/freehdl/freehdl-0.0.7/vaul/
H A Dexpr.cc1842 for(nChoice c = ea->first_choice; c; c = c->next) { in aggregate_conversion_cost()
/dports/astro/josm/josm-18303/META-INF/
H A DMANIFEST.MF7668 nChoice.class
9943 nChoice$LambertCBPanel.class
H A DFOSSGIS_.SF7661 nChoice.class
9936 nChoice$LambertCBPanel.class