Home
last modified time | relevance | path

Searched refs:nSelect (Results 1 – 25 of 449) sorted by relevance

12345678910>>...18

/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/source/fontsubset/
H A Dxlat.cxx32 sal_uInt16 convertOne( int nSelect, sal_Unicode );
34 void ensureConverter( int nSelect );
59 void ConverterCache::ensureConverter( int nSelect ) in ensureConverter() argument
62 rtl_UnicodeToTextContext aContext = maContexts[ nSelect ]; in ensureConverter()
66 switch( nSelect ) in ensureConverter()
68 default: nSelect = 1; [[fallthrough]]; // to unicode recoding in ensureConverter()
77 maConverterCache[ nSelect ] = aRecodeConverter; in ensureConverter()
80 maContexts[ nSelect ] = aContext; in ensureConverter()
86 sal_uInt16 ConverterCache::convertOne( int nSelect, sal_Unicode aChar ) in convertOne() argument
88 ensureConverter( nSelect ); in convertOne()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/source/fontsubset/
H A Dxlat.cxx32 sal_uInt16 convertOne( int nSelect, sal_Unicode );
34 void ensureConverter( int nSelect );
59 void ConverterCache::ensureConverter( int nSelect ) in ensureConverter() argument
62 rtl_UnicodeToTextContext aContext = maContexts[ nSelect ]; in ensureConverter()
66 switch( nSelect ) in ensureConverter()
68 default: nSelect = 1; [[fallthrough]]; // to unicode recoding in ensureConverter()
77 maConverterCache[ nSelect ] = aRecodeConverter; in ensureConverter()
80 maContexts[ nSelect ] = aContext; in ensureConverter()
86 sal_uInt16 ConverterCache::convertOne( int nSelect, sal_Unicode aChar ) in convertOne() argument
88 ensureConverter( nSelect ); in convertOne()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/ui/dbui/
H A Daddresslistdialog.cxx227 int nSelect = m_xListLB->get_selected_index(); in IMPL_LINK_NOARG() local
229 if (nSelect == -1) in IMPL_LINK_NOARG()
424 int nSelect = m_xListLB->get_selected_index(); in IMPL_LINK_NOARG() local
431 int nSelect = reinterpret_cast<sal_IntPtr>(p); in IMPL_LINK() local
438 if (nSelect != -1) in IMPL_LINK()
471 int nSelect, in DetectTablesAndQueries() argument
575 if (nSelect != -1) in TableSelectHdl()
597 if (nSelect != -1) in GetSource()
610 if (nSelect != -1) in GetConnection()
622 if (nSelect != -1) in GetColumnsSupplier()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/ui/dbui/
H A Daddresslistdialog.cxx231 int nSelect = m_xListLB->get_selected_index(); in IMPL_LINK_NOARG() local
233 if (nSelect != -1) in IMPL_LINK_NOARG()
427 int nSelect = m_xListLB->get_selected_index(); in IMPL_LINK_NOARG() local
434 int nSelect = reinterpret_cast<sal_IntPtr>(p); in IMPL_LINK() local
441 if (nSelect != -1) in IMPL_LINK()
474 int nSelect, in DetectTablesAndQueries() argument
578 if (nSelect != -1) in TableSelectHdl()
600 if (nSelect != -1) in GetSource()
613 if (nSelect != -1) in GetConnection()
625 if (nSelect != -1) in GetColumnsSupplier()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/source/control/
H A Dimp_listbox.cxx800 sal_Int32 nSelect = mnTop; in GetEntryPosForPoint() local
813 return nSelect; in GetEntryPosForPoint()
927 nSelect = std::min( nSelect, GetLastVisibleEntry() ); in MouseMove()
1268 nSelect = std::min( nSelect, GetLastVisibleEntry() ); in Tracking()
1393 if( ( nSelect != LISTBOX_ENTRY_NOTFOUND ) && ( nSelect < mnTop ) ) in ProcessKeyInput()
1420 if( ( nSelect != LISTBOX_ENTRY_NOTFOUND ) && ( nSelect >= GetLastVisibleEntry() ) ) in ProcessKeyInput()
1631 if (nSelect >= nCount) in ProcessKeyInput()
1634 mnCurrentPos = nSelect; in ProcessKeyInput()
1695 if (nSelect >= nCount) in SelectEntry()
1699 ShowProminentEntry( nSelect ); in SelectEntry()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/source/control/
H A Dimp_listbox.cxx781 sal_Int32 nSelect = mnTop; in GetEntryPosForPoint() local
794 return nSelect; in GetEntryPosForPoint()
890 nSelect = std::min( nSelect, GetLastVisibleEntry() ); in MouseMove()
891 nSelect = std::min( nSelect, static_cast<sal_Int32>( mpEntryList->GetEntryCount() - 1 ) ); in MouseMove()
1201 nSelect = std::min( nSelect, GetLastVisibleEntry() ); in Tracking()
1281 if( ( nSelect != LISTBOX_ENTRY_NOTFOUND ) && ( nSelect < mnTop ) ) in ProcessKeyInput()
1522 if (nSelect >= nCount) in ProcessKeyInput()
1525 mnCurrentPos = nSelect; in ProcessKeyInput()
1586 if (nSelect >= nCount) in SelectEntry()
1590 ShowProminentEntry( nSelect ); in SelectEntry()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/ui/dbgui/
H A Ddapidata.cxx83 const sal_Int32 nSelect = m_xLbType->get_active(); in GetValues() local
90 else if ( nSelect == DP_TYPELIST_TABLE ) in GetValues()
92 else if ( nSelect == DP_TYPELIST_QUERY ) in GetValues()
97 rDesc.bNative = ( nSelect == DP_TYPELIST_SQLNAT ); in GetValues()
113 const int nSelect = m_xLbType->get_active(); in FillObjects() local
114 if ( nSelect > DP_TYPELIST_QUERY ) in FillObjects()
135 if ( nSelect == DP_TYPELIST_TABLE ) in FillObjects()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/ui/dbgui/
H A Ddapidata.cxx83 const sal_Int32 nSelect = m_xLbType->get_active(); in GetValues() local
90 else if ( nSelect == DP_TYPELIST_TABLE ) in GetValues()
92 else if ( nSelect == DP_TYPELIST_QUERY ) in GetValues()
97 rDesc.bNative = ( nSelect == DP_TYPELIST_SQLNAT ); in GetValues()
113 const int nSelect = m_xLbType->get_active(); in FillObjects() local
114 if ( nSelect > DP_TYPELIST_QUERY ) in FillObjects()
135 if ( nSelect == DP_TYPELIST_TABLE ) in FillObjects()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/svx/source/stbctrls/
H A Dpszctrl.cxx351 sal_uInt32 nSelect = pImpl->nFunctionSet; in Command() local
352 if (!nSelect) in Command()
353 nSelect = ( 1 << PSZ_FUNC_NONE ); in Command()
354 FunctionPopup_Impl aMenu(nSelect); in Command()
357 nSelect = aMenu.GetSelected(); in Command()
358 if (nSelect) in Command()
360 if (nSelect == (1 << PSZ_FUNC_NONE)) in Command()
361 nSelect = 0; in Command()
364 SfxUInt32Item aItem( SID_PSZ_FUNCTION, nSelect ); in Command()
/dports/databases/sqlcipher/sqlcipher-3.4.2/ext/fts3/
H A Dfts3speed.tcl85 proc test_3 {nSelect} { argument
86 for {set i 0} {$i < $nSelect} {incr i} {
91 proc test_4 {nSelect} { argument
92 for {set i 0} {$i < $nSelect} {incr i} {
/dports/databases/sqlite3/sqlite-src-3350500/ext/fts3/
H A Dfts3speed.tcl85 proc test_3 {nSelect} { argument
86 for {set i 0} {$i < $nSelect} {incr i} {
91 proc test_4 {nSelect} { argument
92 for {set i 0} {$i < $nSelect} {incr i} {
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/sqlite/src/ext/fts3/
H A Dfts3speed.tcl85 proc test_3 {nSelect} { argument
86 for {set i 0} {$i < $nSelect} {incr i} {
91 proc test_4 {nSelect} { argument
92 for {set i 0} {$i < $nSelect} {incr i} {
/dports/databases/db5/db-5.3.28/lang/sql/sqlite/ext/fts3/
H A Dfts3speed.tcl85 proc test_3 {nSelect} { argument
86 for {set i 0} {$i < $nSelect} {incr i} {
91 proc test_4 {nSelect} { argument
92 for {set i 0} {$i < $nSelect} {incr i} {
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/ext/fts3/
H A Dfts3speed.tcl85 proc test_3 {nSelect} { argument
86 for {set i 0} {$i < $nSelect} {incr i} {
91 proc test_4 {nSelect} { argument
92 for {set i 0} {$i < $nSelect} {incr i} {
/dports/textproc/scim-openvanilla/openvanilla-0.7.2.20070514/Modules/OVIMSpaceChewingOld/libchewing/
H A Dchewingutil.c345 pgdata->nSelect = 0; in CleanAllBuf()
407 for ( i = 0; i < pgdata->nSelect; i++ ) { in AddChi()
462 pgdata->nSelect ); in ShowChewingData()
463 for ( i = 0; i < pgdata->nSelect; i++ ) { in ShowChewingData()
713 int length, nSelect; in AddSelect() local
717 nSelect = pgdata->nSelect; in AddSelect()
721 pgdata->selectStr[ nSelect ], in AddSelect()
726 pgdata->nSelect++; in AddSelect()
752 if ( --pgdata->nSelect == i ) in RemoveSelectElement()
761 for ( i = 0; i < pgdata->nSelect; i++ ) { in ChewingKillSelectIntervalAcross()
[all …]
H A Dtree.c112 IntervalType selectInterval[], int nSelect ) in CheckUserChoose() argument
129 for ( chno = 0; chno < nSelect; chno++ ) { in CheckUserChoose()
144 for ( chno = 0; chno < nSelect; chno++ ) { in CheckUserChoose()
161 if ( chno == nSelect ) { in CheckUserChoose()
190 IntervalType selectInterval[], int nSelect ) in CheckChoose() argument
204 for ( chno = 0; chno < nSelect; chno++ ) { in CheckChoose()
223 if ( chno == nSelect ) { in CheckChoose()
272 IntervalType selectInterval[], int nSelect, in FindInterval() argument
306 selectInterval, nSelect ) ) { in FindInterval()
520 int nSelect, TreeDataType *ptd ) in OutputRecordStr() argument
[all …]
/dports/textproc/openvanilla-framework/openvanilla-0.7.2.20070514/Modules/OVIMSpaceChewingOld/libchewing/
H A Dchewingutil.c345 pgdata->nSelect = 0;
407 for ( i = 0; i < pgdata->nSelect; i++ ) {
462 pgdata->nSelect );
463 for ( i = 0; i < pgdata->nSelect; i++ ) {
713 int length, nSelect;
717 nSelect = pgdata->nSelect;
721 pgdata->selectStr[ nSelect ],
726 pgdata->nSelect++;
752 if ( --pgdata->nSelect == i )
761 for ( i = 0; i < pgdata->nSelect; i++ ) {
[all …]
H A Dtree.c112 IntervalType selectInterval[], int nSelect ) in CheckUserChoose() argument
129 for ( chno = 0; chno < nSelect; chno++ ) { in CheckUserChoose()
144 for ( chno = 0; chno < nSelect; chno++ ) { in CheckUserChoose()
161 if ( chno == nSelect ) { in CheckUserChoose()
190 IntervalType selectInterval[], int nSelect ) in CheckChoose() argument
204 for ( chno = 0; chno < nSelect; chno++ ) { in CheckChoose()
223 if ( chno == nSelect ) { in CheckChoose()
272 IntervalType selectInterval[], int nSelect, in FindInterval() argument
306 selectInterval, nSelect ) ) { in FindInterval()
520 int nSelect, TreeDataType *ptd ) in OutputRecordStr() argument
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/svx/source/stbctrls/
H A Dpszctrl.cxx352 sal_uInt32 nSelect = pImpl->nFunctionSet; in Command() local
353 if (!nSelect) in Command()
354 nSelect = ( 1 << PSZ_FUNC_NONE ); in Command()
357 FunctionPopup_Impl aMenu(nSelect); in Command()
361 nSelect = aMenu.GetSelected(sIdent); in Command()
362 if (nSelect) in Command()
364 if (nSelect == (1 << PSZ_FUNC_NONE)) in Command()
365 nSelect = 0; in Command()
368 SfxUInt32Item aItem( SID_PSZ_FUNCTION, nSelect ); in Command()
/dports/textproc/scim-openvanilla/openvanilla-0.7.2.20070514/Modules/OVIMSpaceChewing0.3/libchewing/
H A Dchewingutil.c398 pgdata->nSelect = 0; in CleanAllBuf()
461 for ( i = 0; i < pgdata->nSelect; i++ ) { in AddChi()
516 pgdata->nSelect ); in ShowChewingData()
517 for ( i = 0; i < pgdata->nSelect; i++ ) { in ShowChewingData()
771 int length, nSelect; in AddSelect() local
775 nSelect = pgdata->nSelect; in AddSelect()
778 ueStrNCpy( pgdata->selectStr[ nSelect ], in AddSelect()
783 pgdata->nSelect++; in AddSelect()
809 if ( --pgdata->nSelect == i ) in RemoveSelectElement()
818 for ( i = 0; i < pgdata->nSelect; i++ ) { in ChewingKillSelectIntervalAcross()
[all …]
H A Dtree.c152 IntervalType selectInterval[], int nSelect ) in CheckUserChoose() argument
169 for ( chno = 0; chno < nSelect; chno++ ) { in CheckUserChoose()
184 for ( chno = 0; chno < nSelect; chno++ ) { in CheckUserChoose()
201 if ( chno == nSelect ) { in CheckUserChoose()
229 IntervalType selectInterval[], int nSelect ) in CheckChoose() argument
243 for ( chno = 0; chno < nSelect; chno++ ) { in CheckChoose()
262 if ( chno == nSelect ) { in CheckChoose()
351 IntervalType selectInterval[], int nSelect, in FindInterval() argument
390 selectInterval, nSelect ) ) { in FindInterval()
629 int nSelect, TreeDataType *ptd ) in OutputRecordStr() argument
[all …]
/dports/textproc/openvanilla-framework/openvanilla-0.7.2.20070514/Modules/OVIMSpaceChewing0.3/libchewing/
H A Dchewingutil.c398 pgdata->nSelect = 0;
461 for ( i = 0; i < pgdata->nSelect; i++ ) {
516 pgdata->nSelect );
517 for ( i = 0; i < pgdata->nSelect; i++ ) {
771 int length, nSelect;
775 nSelect = pgdata->nSelect;
778 ueStrNCpy( pgdata->selectStr[ nSelect ],
783 pgdata->nSelect++;
809 if ( --pgdata->nSelect == i )
818 for ( i = 0; i < pgdata->nSelect; i++ ) {
[all …]
H A Dtree.c152 IntervalType selectInterval[], int nSelect ) in CheckUserChoose() argument
169 for ( chno = 0; chno < nSelect; chno++ ) { in CheckUserChoose()
184 for ( chno = 0; chno < nSelect; chno++ ) { in CheckUserChoose()
201 if ( chno == nSelect ) { in CheckUserChoose()
229 IntervalType selectInterval[], int nSelect ) in CheckChoose() argument
243 for ( chno = 0; chno < nSelect; chno++ ) { in CheckChoose()
262 if ( chno == nSelect ) { in CheckChoose()
351 IntervalType selectInterval[], int nSelect, in FindInterval() argument
390 selectInterval, nSelect ) ) { in FindInterval()
629 int nSelect, TreeDataType *ptd ) in OutputRecordStr() argument
[all …]
/dports/textproc/aiksaurus/aiksaurus-1.2.1/win/src/
H A DAiksaurusDlg.cpp177 int nSelect = SendMessage( m_hMeanings, LB_GETCURSEL, 0, 0); in _onCommand() local
178 if( nSelect != CB_ERR ) in _onCommand()
183 SendMessage( m_hMeanings, LB_GETTEXT, nSelect, (LPARAM)buf ); in _onCommand()
192 _showSynonyms( nSelect ); in _onCommand()
201 int nSelect = SendMessage( m_hSynonyms, LB_GETCURSEL, 0, 0); in _onCommand() local
202 if( nSelect != CB_ERR ) in _onCommand()
205 SendMessage( m_hSynonyms, LB_GETTEXT, nSelect, (LPARAM)buf ); in _onCommand()
/dports/editors/abiword/abiword-3.0.5/plugins/aiksaurus/win/
H A DAiksaurusDlg.cpp180 int nSelect = SendMessage( m_hMeanings, LB_GETCURSEL, 0, 0); in _onCommand() local
181 if( nSelect != CB_ERR ) in _onCommand()
186 SendMessage( m_hMeanings, LB_GETTEXT, nSelect, (LPARAM)buf ); in _onCommand()
195 _showSynonyms( nSelect ); in _onCommand()
204 int nSelect = SendMessage( m_hSynonyms, LB_GETCURSEL, 0, 0); in _onCommand() local
205 if( nSelect != CB_ERR ) in _onCommand()
208 SendMessage( m_hSynonyms, LB_GETTEXT, nSelect, (LPARAM)buf ); in _onCommand()

12345678910>>...18