Home
last modified time | relevance | path

Searched refs:SHEET (Results 1 – 25 of 499) sorted by relevance

12345678910>>...20

/dports/deskutils/teapot/teapot-2.3.0/
H A Dsheet.c100 …if (SHEET(sheet1,x1,y1,z1)->label!=(char*)0) SHEET(sheet2,x2,y2,z2)->label=strcpy(malloc(strlen(SH… in copycell()
467 …else if (c==2) return (SHEET(sheet,x,y,z)->clock_t0 && SHEET(sheet,x,y,z)->ccontents ? SHEET(sheet… in getcont()
569 if (SHEET(sheet,x,y,z) && SHEET(sheet,x,y,z)->clock_t2) in update()
584 if (SHEET(sheet,x,y,z) && SHEET(sheet,x,y,z)->clock_t1) in update()
587 SHEET(sheet,x,y,z)->value=SHEET(sheet,x,y,z)->resvalue; in update()
1746 SHEET(sheet,x,y,z)=SHEET(sheet,x-(x2-x1+1),y,z); in insertcube()
1761 SHEET(sheet,x,y,z)=SHEET(sheet,x,y-(y2-y1+1),z); in insertcube()
1776 SHEET(sheet,x,y,z)=SHEET(sheet,x,y,z-(z2-z1+1)); in insertcube()
1813 SHEET(sheet,x,y,z)=SHEET(sheet,x+(x2-x1+1),y,z); in deletecube()
1827 SHEET(sheet,x,y,z)=SHEET(sheet,x,y+(y2-y1+1),z); in deletecube()
[all …]
H A Dsc.c233 SHEET(sheet,col,0,0)->adjust=RIGHT; in loadsc()
234 SHEET(sheet,col,0,0)->precision=precision; in loadsc()
257 SHEET(sheet,x,y,0)->adjust=strncmp(buf,"leftstring ",11) ? RIGHT : LEFT; in loadsc()
258 SHEET(sheet,x,y,0)->contents=contents; in loadsc()
296 SHEET(sheet,x,y,0)->adjust=RIGHT; in loadsc()
297 SHEET(sheet,x,y,0)->contents=contents; in loadsc()
310 for (y=1; y<sheet->dimy; ++y) if (SHEET(sheet,x,y,0)) SHEET(sheet,x,y,0)->precision=prec; in loadsc()
H A Dwk1.c839 format((unsigned char)body[0],SHEET(sheet,it(body+1),it(body+3),0)); in loadwk1()
856 format((unsigned char)body[0],SHEET(sheet,it(body+1),it(body+3),0)); in loadwk1()
873 format((unsigned char)body[0],SHEET(sheet,it(body+1),it(body+3),0)); in loadwk1()
890 format((unsigned char)body[0],SHEET(sheet,it(body+1),it(body+3),0)); in loadwk1()
947 format((unsigned char)body[0],SHEET(sheet,it(body+1),it(body+3),0)); in loadwk1()
972 SHEET(sheet,it(body+1),it(body+3),0)->value.type=FLOAT; in loadwk1()
973 SHEET(sheet,it(body+1),it(body+3),0)->value.u.flt=dbl((unsigned char*)body+5); in loadwk1()
1095 format((unsigned char)body[0],SHEET(sheet,it(body+1),it(body+3),0)); in loadwk1()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/
H A DDirectoryDialog.java90 if (parent != null && (style & SWT.SHEET) != 0) this.style |= SWT.SHEET; in DirectoryDialog()
124 if (parent != null && (style & SWT.SHEET) != 0) { in handleResponse()
171 if (parent != null && (style & SWT.SHEET) != 0) { in open()
H A DFileDialog.java109 if (parent != null && (style & SWT.SHEET) != 0) this.style |= SWT.SHEET; in FileDialog()
279 if (parent != null && (style & SWT.SHEET) != 0) { in handleResponse()
410 if (parent != null && (style & SWT.SHEET) != 0) { in open()
H A DMessageBox.java103 if (parent != null && (style & SWT.SHEET) != 0) this.style |= SWT.SHEET; in MessageBox()
226 if ((style & SWT.SHEET) != 0) { in open()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/wizards/preferences/
H A DWizardPreferencesImportPage1.java171 e.getLocalizedMessage(), SWT.SHEET); in transfer()
182 SWT.SHEET); in transfer()
193 SWT.SHEET); in transfer()
221 return SWT.OPEN | SWT.SHEET; in getFileDialogStyle()
H A DWizardPreferencesExportPage1.java198 return SWT.SAVE | SWT.SHEET; in getFileDialogStyle()
214 …MessageDialog.open(MessageDialog.ERROR, shell, "", e.getLocalizedMessage(), SWT.SHEET); //$NON-NLS… in reportException()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.ui.ide.application/src/org/eclipse/ui/internal/ide/application/
H A DDelayedEventsProcessor.java138 IDEWorkbenchMessages.OpenDelayedUrlAction_title, message, SWT.SHEET); in openUrl()
156 message, SWT.SHEET); in getUriSchemeFromEvent()
184 IDEWorkbenchMessages.OpenDelayedFileAction_title, msg, SWT.SHEET); in openFile()
197 IDEWorkbenchMessages.OpenDelayedFileAction_title, msg, SWT.SHEET); in openFile()
247 IDEWorkbenchMessages.OpenDelayedFileAction_title, msg, SWT.SHEET); in openFile()
/dports/www/tikiwiki/tiki-21.2/vendor_bundled/vendor/jquery/jquery-sheet/parser/formula/
H A Dformula.jison14 'SHEET'[0-9]+ {
15 if (yy.obj.type == 'cell') return 'SHEET';//js
18 //php if ($this->type == 'cell') return 'SHEET';
313 | SHEET '!' CELL {
320 | SHEET '!' CELL ':' CELL {
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/dialogs/cpd/
H A DUnavailableContributionItemCheckListener.java79 …sageBox mb = new MessageBox(viewer.getControl().getShell(), SWT.OK | SWT.ICON_WARNING | SWT.SHEET); in checkStateChanged()
87 mb = new MessageBox(viewer.getControl().getShell(), SWT.OK | SWT.ICON_WARNING | SWT.SHEET); in checkStateChanged()
98 … = new MessageBox(viewer.getControl().getShell(), SWT.YES | SWT.NO | SWT.ICON_WARNING | SWT.SHEET); in checkStateChanged()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.ui.ide/src/org/eclipse/ui/internal/ide/actions/
H A DOpenLocalFileAction.java82 FileDialog dialog = new FileDialog(window.getShell(), SWT.OPEN | SWT.MULTI | SWT.SHEET); in run()
104 …ageDialog.ERROR,window.getShell(), IDEWorkbenchMessages.OpenLocalFileAction_title, msg, SWT.SHEET); in run()
116 …geDialog.ERROR, window.getShell(), IDEWorkbenchMessages.OpenLocalFileAction_title, msg, SWT.SHEET); in run()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT/common/org/eclipse/swt/widgets/
H A DDialog.java174 if ((style & SWT.SHEET) != 0) { in checkStyle()
175 style &= ~SWT.SHEET; in checkStyle()
/dports/x11-toolkits/swt/swt-4.20/org/eclipse/swt/widgets/
H A DDialog.java174 if ((style & SWT.SHEET) != 0) { in checkStyle()
175 style &= ~SWT.SHEET; in checkStyle()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT Printing/cocoa/org/eclipse/swt/printing/
H A DPrintDialog.java99 if ((style & SWT.SHEET) != 0) { in checkStyle()
102 style &= ~SWT.SHEET; in checkStyle()
105 style &= ~SWT.SHEET; in checkStyle()
195 if ((getStyle () & SWT.SHEET) != 0) { in open()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/handlers/
H A DResetPerspectiveHandler.java60 WorkbenchMessages.RevertPerspective_option, toggleState, null, null, SWT.SHEET); in execute()
73 WorkbenchMessages.ResetPerspective_title, message, SWT.SHEET, in execute()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.ui.ide/extensions/org/eclipse/ui/dialogs/
H A DWizardDataTransferPage.java270 return super.getShellStyle() | SWT.SHEET; in queryOverwrite()
293 return super.getShellStyle() | SWT.SHEET; in queryYesNoQuestion()
413 …og.open(MessageDialog.ERROR, getContainer().getShell(), getErrorDialogTitle(), message, SWT.SHEET); in displayErrorDialog()
/dports/textproc/py-pyexcel/pyexcel-0.6.7/pyexcel/internal/
H A Dsource_plugin.py80 target=constants.SHEET, action=constants.READ_ACTION, **keywords
92 target=constants.SHEET, action=constants.WRITE_ACTION, **keywords
/dports/science/jmol/jmol-14.32.7/src/org/jmol/modelsetbio/
H A DAlphaMonomer.java131 proteinStructure.type == STR.SHEET; in isSheet()
154 case SHEET: in setProteinStructureType()
/dports/math/pspp/pspp-1.4.1/tests/language/data-io/
H A Dget-data-spreadsheet.at33 GET DATA /TYPE=$1 /FILE='testsheet' /READNAMES=off /SHEET=name 'This' /CELLRANGE=range 'g9:i13' .
58 GET DATA /TYPE=$1 /FILE='testsheet' /READNAMES=on /SHEET=name 'This' /CELLRANGE=range 'g8:i13' .
83 GET DATA /TYPE=$1 /FILE='testsheet' /SHEET=index 3.
109 GET DATA /TYPE=$1 /FILE='testsheet' /READNAMES=on /SHEET=index 5.
149 GET DATA /TYPE=$1 /FILE='testsheet' /SHEET=name 'Empty'.
160 GET DATA /TYPE=$1 /FILE='testsheet' /SHEET=name 'foobarxx'.
302 /SHEET=index 3
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.debug/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/stringsubstitution/
H A DFilePrompt.java31 FileDialog dialog = new FileDialog(getShell(), SWT.SHEET); in prompt()
H A DFolderPrompt.java31 DirectoryDialog dialog = new DirectoryDialog(getShell(), SWT.SHEET); in prompt()
/dports/textproc/py-pyexcel/pyexcel-0.6.7/pyexcel/
H A Dconstants.py107 SHEET = "sheet" variable
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/dialogs/
H A DFileExtensionDialog.java70 setShellStyle(getShellStyle() | SWT.SHEET); in FileExtensionDialog()
93 setShellStyle(getShellStyle() | SWT.SHEET); in FileExtensionDialog()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javadocexport/
H A DJavadocWizardPage.java101 FileDialog dialog= new FileDialog(text.getShell(), SWT.SHEET); in handleFileBrowseButtonPressed()
117 DirectoryDialog dialog= new DirectoryDialog(getShell(), SWT.SHEET); in handleFolderBrowseButtonPressed()

12345678910>>...20