Home
last modified time | relevance | path

Searched refs:itemTo (Results 1 – 25 of 80) sorted by relevance

1234

/dports/x11-toolkits/wxgtk28-common/wxGTK-2.8.12/src/generic/
H A Dselstore.cpp78 bool wxSelectionStore::SelectRange(size_t itemFrom, size_t itemTo, in SelectRange() argument
87 wxASSERT_MSG( itemFrom <= itemTo, _T("should be in order") ); in SelectRange()
90 if ( itemTo - itemFrom > m_count/2 ) in SelectRange()
112 for ( item = itemTo + 1; item < m_count; item++ ) in SelectRange()
126 end = m_itemsSel.IndexForInsert(itemTo); in SelectRange()
133 if ( end == count || m_itemsSel[end] > itemTo ) in SelectRange()
169 for ( size_t item = itemFrom; item <= itemTo; item++ ) in SelectRange()
/dports/x11-toolkits/wxgtk28-contrib-common/wxGTK-2.8.12/src/generic/
H A Dselstore.cpp78 bool wxSelectionStore::SelectRange(size_t itemFrom, size_t itemTo, in SelectRange() argument
87 wxASSERT_MSG( itemFrom <= itemTo, _T("should be in order") ); in SelectRange()
90 if ( itemTo - itemFrom > m_count/2 ) in SelectRange()
112 for ( item = itemTo + 1; item < m_count; item++ ) in SelectRange()
126 end = m_itemsSel.IndexForInsert(itemTo); in SelectRange()
133 if ( end == count || m_itemsSel[end] > itemTo ) in SelectRange()
169 for ( size_t item = itemFrom; item <= itemTo; item++ ) in SelectRange()
/dports/x11-toolkits/wxgtk28-contrib/wxGTK-2.8.12/src/generic/
H A Dselstore.cpp78 bool wxSelectionStore::SelectRange(size_t itemFrom, size_t itemTo, in SelectRange() argument
87 wxASSERT_MSG( itemFrom <= itemTo, _T("should be in order") ); in SelectRange()
90 if ( itemTo - itemFrom > m_count/2 ) in SelectRange()
112 for ( item = itemTo + 1; item < m_count; item++ ) in SelectRange()
126 end = m_itemsSel.IndexForInsert(itemTo); in SelectRange()
133 if ( end == count || m_itemsSel[end] > itemTo ) in SelectRange()
169 for ( size_t item = itemFrom; item <= itemTo; item++ ) in SelectRange()
/dports/x11-toolkits/wxgtk28/wxGTK-2.8.12/src/generic/
H A Dselstore.cpp78 bool wxSelectionStore::SelectRange(size_t itemFrom, size_t itemTo, in SelectRange() argument
87 wxASSERT_MSG( itemFrom <= itemTo, _T("should be in order") ); in SelectRange()
90 if ( itemTo - itemFrom > m_count/2 ) in SelectRange()
112 for ( item = itemTo + 1; item < m_count; item++ ) in SelectRange()
126 end = m_itemsSel.IndexForInsert(itemTo); in SelectRange()
133 if ( end == count || m_itemsSel[end] > itemTo ) in SelectRange()
169 for ( size_t item = itemFrom; item <= itemTo; item++ ) in SelectRange()
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/generic/
H A Dselstore.cpp77 bool wxSelectionStore::SelectRange(unsigned itemFrom, unsigned itemTo, in SelectRange() argument
86 wxASSERT_MSG( itemFrom <= itemTo, wxT("should be in order") ); in SelectRange()
89 if ( itemTo - itemFrom > m_count/2 ) in SelectRange()
111 for ( item = itemTo + 1; item < m_count; item++ ) in SelectRange()
125 end = m_itemsSel.IndexForInsert(itemTo); in SelectRange()
132 if ( end == count || m_itemsSel[end] > itemTo ) in SelectRange()
168 for ( unsigned item = itemFrom; item <= itemTo; item++ ) in SelectRange()
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/src/generic/
H A Dselstore.cpp77 bool wxSelectionStore::SelectRange(unsigned itemFrom, unsigned itemTo, in SelectRange() argument
86 wxASSERT_MSG( itemFrom <= itemTo, wxT("should be in order") ); in SelectRange()
89 if ( itemTo - itemFrom > m_count/2 ) in SelectRange()
111 for ( item = itemTo + 1; item < m_count; item++ ) in SelectRange()
125 end = m_itemsSel.IndexForInsert(itemTo); in SelectRange()
132 if ( end == count || m_itemsSel[end] > itemTo ) in SelectRange()
168 for ( unsigned item = itemFrom; item <= itemTo; item++ ) in SelectRange()
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/src/generic/
H A Dselstore.cpp76 bool wxSelectionStore::SelectRange(unsigned itemFrom, unsigned itemTo, in SelectRange() argument
85 wxASSERT_MSG( itemFrom <= itemTo, wxT("should be in order") ); in SelectRange()
88 if ( itemTo - itemFrom > m_count/2 ) in SelectRange()
110 for ( item = itemTo + 1; item < m_count; item++ ) in SelectRange()
124 end = m_itemsSel.IndexForInsert(itemTo); in SelectRange()
131 if ( end == count || m_itemsSel[end] > itemTo ) in SelectRange()
167 for ( unsigned item = itemFrom; item <= itemTo; item++ ) in SelectRange()
/dports/devel/msbuild/msbuild-0.06/src/Deprecated/Engine.UnitTests/Compatibility/
H A DBuildItem_Tests.cs1185 BuildItem itemTo = new BuildItem("otherN", "otherI"); in CopyCustomMetadataToBuildItemWithNoCustomMetadata()
1186 itemFrom.CopyCustomMetadataTo(itemTo); in CopyCustomMetadataToBuildItemWithNoCustomMetadata()
1189 Assertion.AssertEquals(3, itemTo.CustomMetadataCount); in CopyCustomMetadataToBuildItemWithNoCustomMetadata()
1248 itemFrom.CopyCustomMetadataTo(itemTo); in CopyCustomMetadataToAnotherBuildItemWithNoCustomMetadataInSameProject()
1281 itemFrom.CopyCustomMetadataTo(itemTo); in CopyCustomMetadataToAntherBuildItemWithAllOtherDifferentCustomMetadata()
1316 itemFrom.CopyCustomMetadataTo(itemTo); in CopyCustomMetadataToAnotherBuildItemWithAllOtherSameCustomMetadata()
1355 itemFrom.CopyCustomMetadataTo(itemTo); in CopyCustomMetadataToAnotherBuildItemWithSomeOtherSameCustomMetadata()
1397 BuildItem itemTo = GetSpecificBuildItem(p, "nMain"); in CopyCustomMetadataToNonImportedBuildItemFromAnImportedBuildItem()
1398 itemFrom.CopyCustomMetadataTo(itemTo); in CopyCustomMetadataToNonImportedBuildItemFromAnImportedBuildItem()
1438 itemFrom.CopyCustomMetadataTo(itemTo); in CopyCustomMetadataToImportedBuildItem()
[all …]
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/qmldesigner/components/transitioneditor/
H A Dtransitionform.cpp189 auto itemTo = new QListWidgetItem(stateName, ui->listWidgetTo); in setupStatesLists() local
190 ui->listWidgetTo->addItem(itemTo); in setupStatesLists()
191 itemTo->setFlags(Qt::ItemIsUserCheckable | Qt::ItemIsEnabled); in setupStatesLists()
193 itemTo->setCheckState(Qt::Checked); in setupStatesLists()
195 itemTo->setCheckState(Qt::Unchecked); in setupStatesLists()
/dports/misc/parley/parley-21.12.3/src/practice/
H A Dpracticesummarycomponent.cpp108 …QTableWidgetItem *itemTo = new QTableWidgetItem(entry->entry()->translation(entry->languageTo())->… in setupDetailsTable() local
110 itemTo->setForeground(correctPalette.windowText()); in setupDetailsTable()
122 itemTo->setFlags(flags); in setupDetailsTable()
138 tableWidget->setItem(i, 2, itemTo); in setupDetailsTable()
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/src/univ/
H A Dlistbox.cpp1028 void wxListBox::ExtendSelection(int itemTo) in ExtendSelection() argument
1035 if ( itemTo == -1 ) in ExtendSelection()
1036 itemTo = m_current; in ExtendSelection()
1040 if ( itemFrom > itemTo ) in ExtendSelection()
1043 itemFrom = itemTo; in ExtendSelection()
1044 itemTo = itemTmp; in ExtendSelection()
1056 for ( ; n <= itemTo; n++ ) in ExtendSelection()
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/univ/
H A Dlistbox.cpp1032 void wxListBox::ExtendSelection(int itemTo) in ExtendSelection() argument
1039 if ( itemTo == -1 ) in ExtendSelection()
1040 itemTo = m_current; in ExtendSelection()
1044 if ( itemFrom > itemTo ) in ExtendSelection()
1047 itemFrom = itemTo; in ExtendSelection()
1048 itemTo = itemTmp; in ExtendSelection()
1060 for ( ; n <= itemTo; n++ ) in ExtendSelection()
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/src/univ/
H A Dlistbox.cpp1032 void wxListBox::ExtendSelection(int itemTo) in ExtendSelection() argument
1039 if ( itemTo == -1 ) in ExtendSelection()
1040 itemTo = m_current; in ExtendSelection()
1044 if ( itemFrom > itemTo ) in ExtendSelection()
1047 itemFrom = itemTo; in ExtendSelection()
1048 itemTo = itemTmp; in ExtendSelection()
1060 for ( ; n <= itemTo; n++ ) in ExtendSelection()
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/include/wx/
H A Dselstore.h67 bool SelectRange(unsigned itemFrom, unsigned itemTo,
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/include/wx/
H A Dselstore.h67 bool SelectRange(unsigned itemFrom, unsigned itemTo,
/dports/x11-toolkits/wxgtk28/wxGTK-2.8.12/include/wx/
H A Dselstore.h70 bool SelectRange(size_t itemFrom, size_t itemTo,
/dports/x11-toolkits/wxgtk28-contrib/wxGTK-2.8.12/include/wx/
H A Dselstore.h70 bool SelectRange(size_t itemFrom, size_t itemTo,
/dports/x11-toolkits/wxgtk28-common/wxGTK-2.8.12/include/wx/
H A Dselstore.h70 bool SelectRange(size_t itemFrom, size_t itemTo,
/dports/x11-toolkits/wxgtk28-contrib-common/wxGTK-2.8.12/include/wx/
H A Dselstore.h70 bool SelectRange(size_t itemFrom, size_t itemTo,
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/include/wx/
H A Dselstore.h71 bool SelectRange(unsigned itemFrom, unsigned itemTo,
/dports/converters/wkhtmltopdf/qt-5db36ec/tools/qtestlib/wince/cetcpsyncserver/
H A Dcommands.cpp299 QString itemTo = destDir.absoluteFilePath(item); in copyDir() local
301 if (recursive && !copyDir(itemFrom, itemTo, recursive)) in copyDir()
304 if (!QFile::copy(itemFrom, itemTo)) in copyDir()
/dports/games/scorched3d/scorched-dep-win32/include/wx/wx/msw/
H A Dlistctrl.h245 void RefreshItems(long itemFrom, long itemTo);
/dports/multimedia/obs-studio/obs-studio-27.1.3/UI/
H A Dsource-tree.cpp1357 int itemTo = to; in dropEvent() local
1359 if (itemTo > from) in dropEvent()
1360 itemTo--; in dropEvent()
1362 if (itemTo != from) { in dropEvent()
1365 MoveItem(items, from, itemTo); in dropEvent()
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/include/wx/qt/
H A Dlistctrl.h189 void RefreshItems(long itemFrom, long itemTo);
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/include/wx/univ/
H A Dlistbox.h167 void ExtendSelection(int itemTo = -1);

1234