Home
last modified time | relevance | path

Searched refs:fileColumn (Results 1 – 12 of 12) sorted by relevance

/dports/devel/msbuild/msbuild-0.06/src/MSBuild/
H A DProjectSchemaValidationHandler.cs180 int fileColumn, in VerifyThrowInitializationExceptionWithResource() argument
193 fileColumn, in VerifyThrowInitializationExceptionWithResource()
210 int fileColumn, in ThrowInitializationExceptionWithResource() argument
223 fileColumn, in ThrowInitializationExceptionWithResource()
241 int fileColumn, in BuildStringFromResource() argument
260 fileColumn, in BuildStringFromResource()
/dports/cad/librepcb/librepcb-0.1.6/libs/librepcb/common/
H A Dexceptions.cpp97 int fileColumn, in FileParseError() argument
106 .arg(fileColumn) in FileParseError()
H A Dexceptions.h330 int fileLine = -1, int fileColumn = -1,
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.team/bundles/org.eclipse.team.cvs.ui/src/org/eclipse/team/internal/ccvs/ui/wizards/
H A DModeWizardSelectionPage.java145 …public TableComparator(TableViewer viewer, TableColumn fileColumn, TableColumn modeColumn, TableCo… in TableComparator() argument
150 fFile= fileColumn; in TableComparator()
160 fileColumn.addSelectionListener(this); in TableComparator()
263 final TableColumn fileColumn = new TableColumn(table, SWT.NONE, INDEX_FILE); in ModeChangeTable() local
264 fileColumn.setWidth(converter.convertWidthInCharsToPixels(LARGE_COLUMN)); in ModeChangeTable()
265 fileColumn.setText(CVSUIMessages.ModeWizardSelectionPage_2); in ModeChangeTable()
266 table.setSortColumn(fileColumn); in ModeChangeTable()
296 fViewer.setComparator(new TableComparator(fViewer, fileColumn, newModeColumn, pathColumn)); in ModeChangeTable()
303 fileColumn.addSelectionListener(new SelectionAdapter() { in ModeChangeTable()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.team/bundles/org.eclipse.team.ui/src/org/eclipse/team/internal/ui/preferences/
H A DFileTypeTable.java127 final TableColumn fileColumn = new TableColumn(table, SWT.NONE, 0); in FileTypeTable() local
128fileColumn.setWidth(converter.convertWidthInCharsToPixels(TeamUIMessages.FileTypeTable_4.length() … in FileTypeTable()
129 fileColumn.setText(TeamUIMessages.FileTypeTable_4); in FileTypeTable()
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/ui/dialog/
H A Ddocument-properties.h154 { add(fileColumn); add(nameColumn); add(separatorColumn); } in AvailableProfilesColumns()
155 Gtk::TreeModelColumn<Glib::ustring> fileColumn; variable
H A Ddocument-properties.cpp427 row[_AvailableProfilesListColumns.fileColumn] = "<separator>"; in populate_available_profiles()
435 row[_AvailableProfilesListColumns.fileColumn] = profile.filename; in populate_available_profiles()
491 Glib::ustring file = (*iter)[_AvailableProfilesListColumns.fileColumn]; in linkSelectedProfile()
/dports/games/NBlood/NBlood-a1689a4/source/duke3d/src/
H A Dstartosx.game.mm351 NSTableColumn * fileColumn = [[NSTableColumn alloc] initWithIdentifier:@"1"];
352 [gameListTable addTableColumn:fileColumn];
356 [fileColumn setEditable:NO];
357 [[fileColumn headerCell] setStringValue:@"File"];
/dports/games/NBlood/NBlood-a1689a4/source/sw/src/
H A DStartupWinController.game.mm353 NSTableColumn * fileColumn = [[NSTableColumn alloc] initWithIdentifier:@"1"];
354 [gameListTable addTableColumn:fileColumn];
358 [fileColumn setEditable:NO];
359 [[fileColumn headerCell] setStringValue:@"File"];
/dports/games/NBlood/NBlood-a1689a4/source/rr/src/
H A Dstartosx.game.mm356 NSTableColumn * fileColumn = [[NSTableColumn alloc] initWithIdentifier:@"1"];
357 [gameListTable addTableColumn:fileColumn];
361 [fileColumn setEditable:NO];
362 [[fileColumn headerCell] setStringValue:@"File"];
/dports/games/NBlood/NBlood-a1689a4/source/exhumed/src/
H A Dstartosx.game.mm350 NSTableColumn * fileColumn = [[NSTableColumn alloc] initWithIdentifier:@"1"];
351 [gameListTable addTableColumn:fileColumn];
355 [fileColumn setEditable:NO];
356 [[fileColumn headerCell] setStringValue:@"File"];
/dports/games/NBlood/NBlood-a1689a4/source/blood/src/
H A Dstartosx.game.mm501 NSTableColumn * fileColumn = [[NSTableColumn alloc] initWithIdentifier:@"1"];
502 [gameListTable addTableColumn:fileColumn];
506 [fileColumn setEditable:NO];
507 [[fileColumn headerCell] setStringValue:@"File"];