Uses of Interface
com._1c.g5.v8.dt.moxel.SpreadsheetDocument
Packages that use SpreadsheetDocument
Package
Description
-
Uses of SpreadsheetDocument in com._1c.g5.v8.dt.dcs.ui.templates
Methods in com._1c.g5.v8.dt.dcs.ui.templates with parameters of type SpreadsheetDocumentModifier and TypeMethodDescriptionvoid
MoxelDcsEditor.init
(org.eclipse.ui.IEditorSite site, IEditingContext editingContext, SpreadsheetDocument document) Custom initialization method. -
Uses of SpreadsheetDocument in com._1c.g5.v8.dt.internal.moxel.serializer
Constructors in com._1c.g5.v8.dt.internal.moxel.serializer with parameters of type SpreadsheetDocumentModifierConstructorDescriptionMxlSerializer
(SpreadsheetDocument sheet, IDtProject dtProject) Create ssnew instance ofMxlSerializer
-
Uses of SpreadsheetDocument in com._1c.g5.v8.dt.internal.moxel.ui.extension
Methods in com._1c.g5.v8.dt.internal.moxel.ui.extension that return SpreadsheetDocumentModifier and TypeMethodDescriptionstatic SpreadsheetDocument
MoxelExtensionService.getMainConfigurationSpreadsheet
(SpreadsheetDocument adopted) Get spreadsheet from main configuration by adopted spreadsheet.static SpreadsheetDocument
MoxelExtensionService.getPageContent
(org.eclipse.ui.IEditorPart editor, String pageId) Gets content of provided editor's page.Methods in com._1c.g5.v8.dt.internal.moxel.ui.extension with parameters of type SpreadsheetDocumentModifier and TypeMethodDescriptionstatic SpreadsheetDocument
MoxelExtensionService.getMainConfigurationSpreadsheet
(SpreadsheetDocument adopted) Get spreadsheet from main configuration by adopted spreadsheet.static MdObject
MoxelExtensionService.getOwnerTemplate
(SpreadsheetDocument adopted) Get owner template (metedata object) by spreadsheet document.static org.eclipse.ui.IEditorPart
MoxelExtensionService.lookupTemplateEditor
(SpreadsheetDocument sheet) Lookup for opened editor for specifiedSpreadsheetDocument
-
Uses of SpreadsheetDocument in com._1c.g5.v8.dt.internal.moxel.ui.extension.adopt
Methods in com._1c.g5.v8.dt.internal.moxel.ui.extension.adopt that return SpreadsheetDocumentModifier and TypeMethodDescriptionSpreadsheetDocumentAdopterParticipant.adopt
(SpreadsheetDocument nativeObject, Version version, IAdopterContext context) Methods in com._1c.g5.v8.dt.internal.moxel.ui.extension.adopt with parameters of type SpreadsheetDocumentModifier and TypeMethodDescriptionSpreadsheetDocumentAdopterParticipant.adopt
(SpreadsheetDocument nativeObject, Version version, IAdopterContext context) void
SpreadsheetDocumentAdopterParticipant.beforeUpdate
(SpreadsheetDocument source, SpreadsheetDocument adopted, Set<org.eclipse.emf.ecore.EObject> objectsToAdopt, org.eclipse.core.runtime.IProgressMonitor monitor) void
SpreadsheetDocumentAdopterParticipant.updateAdopted
(SpreadsheetDocument nativeObject, SpreadsheetDocument adoptedObject, IAdopterContext context) -
Uses of SpreadsheetDocument in com._1c.g5.v8.dt.moxel
Methods in com._1c.g5.v8.dt.moxel that return SpreadsheetDocumentModifier and TypeMethodDescriptionMoxelFactory.createSpreadsheetDocument()
Returns a new object of class 'Spreadsheet Document'.SpreadsheetDocument.getBaseSheet()
Returns the value of the 'Base Sheet' containment reference.PivotTable.getNotStandardAppearance()
Returns the value of the 'Not Standard Appearance' containment reference.Methods in com._1c.g5.v8.dt.moxel with parameters of type SpreadsheetDocumentModifier and TypeMethodDescriptionvoid
SpreadsheetDocument.setBaseSheet
(SpreadsheetDocument value) Sets the value of the 'Base Sheet
' containment reference.void
PivotTable.setNotStandardAppearance
(SpreadsheetDocument value) Sets the value of the 'Not Standard Appearance
' containment reference. -
Uses of SpreadsheetDocument in com._1c.g5.v8.dt.moxel.impl
Classes in com._1c.g5.v8.dt.moxel.impl that implement SpreadsheetDocumentModifier and TypeClassDescriptionclass
An implementation of the model object 'Spreadsheet Document'.Methods in com._1c.g5.v8.dt.moxel.impl that return SpreadsheetDocumentModifier and TypeMethodDescriptionMoxelFactoryImpl.createSpreadsheetDocument()
SpreadsheetDocumentImpl.getBaseSheet()
PivotTableImpl.getNotStandardAppearance()
Methods in com._1c.g5.v8.dt.moxel.impl with parameters of type SpreadsheetDocumentModifier and TypeMethodDescriptionvoid
SpreadsheetDocumentImpl.setBaseSheet
(SpreadsheetDocument newBaseSheet) void
PivotTableImpl.setNotStandardAppearance
(SpreadsheetDocument newNotStandardAppearance) -
Uses of SpreadsheetDocument in com._1c.g5.v8.dt.moxel.internal.ui.properties.editor
Methods in com._1c.g5.v8.dt.moxel.internal.ui.properties.editor that return types with arguments of type SpreadsheetDocument -
Uses of SpreadsheetDocument in com._1c.g5.v8.dt.moxel.sheet
Methods in com._1c.g5.v8.dt.moxel.sheet that return SpreadsheetDocumentModifier and TypeMethodDescriptionstatic SpreadsheetDocument
SheetFactory.createEmbeddedSpreadsheetDocument
(IDtProject dtProject) Creates embedded spreadsheet document.static SpreadsheetDocument
SheetFactory.createInteractiveSpreadsheetDocument
(IDtProject dtProject) Creates spreadsheet document for interactive using (for UI).static SpreadsheetDocument
SheetFactory.createSpreadsheetDocument()
Creates new spreadsheet document.static SpreadsheetDocument
SheetFactory.createSpreadsheetDocument
(IDtProject dtProject) Creates spreadsheet document for interactive using (for UI).SheetAccessor.getDocument()
Получить документMethods in com._1c.g5.v8.dt.moxel.sheet with parameters of type SpreadsheetDocumentModifier and TypeMethodDescriptionvoid
SheetAccessor.setDocument
(SpreadsheetDocument document) Sets document.Constructors in com._1c.g5.v8.dt.moxel.sheet with parameters of type SpreadsheetDocumentModifierConstructorDescriptionSheetAccessor
(SpreadsheetDocument document) Конструктор.SheetAccessor
(SpreadsheetDocument document, IDtProject dtProject) Конструктор. -
Uses of SpreadsheetDocument in com._1c.g5.v8.dt.moxel.ui.editor
Fields in com._1c.g5.v8.dt.moxel.ui.editor declared as SpreadsheetDocumentMethods in com._1c.g5.v8.dt.moxel.ui.editor that return SpreadsheetDocumentModifier and TypeMethodDescriptionstatic SpreadsheetDocument
ClipboardCopyUtil.copySelectedDrawings
(SheetAccessor sheet, List<Drawing> selectedDrawings, PositionHolder positionHolder) Copy selected drawings of spreadsheetstatic SpreadsheetDocument
ClipboardCopyUtil.copySheet
(SheetAccessor srcSheet, Selection selection, boolean forBackUp) Copy selected area as spreadsheet documentMoxelEditor.getDocument()
Получить документstatic SpreadsheetDocument
ClipboardCopyUtil.makeDocumentCopy
(SpreadsheetDocument spreadsheet) Make a copy of spreadsheet document.static SpreadsheetDocument
ReadSpreadsheetDocument
form string.Methods in com._1c.g5.v8.dt.moxel.ui.editor with parameters of type SpreadsheetDocumentModifier and TypeMethodDescriptionstatic SpreadsheetDocument
ClipboardCopyUtil.makeDocumentCopy
(SpreadsheetDocument spreadsheet) Make a copy of spreadsheet document.static MoxelDescriptor
ClipboardCopyUtil.makeDocumentDescriptor
(Selection selection, SpreadsheetDocument srcSheet) Make descriptor for spreadsheet documentvoid
IExtensionHighlightComputer.setBaseSheet
(SpreadsheetDocument baseSheet) Set base spreadsheet.void
MoxelControl.setDocument
(SpreadsheetDocument sheet_) SetSpreadsheetDocument
to displayvoid
IExtensionHighlightComputer.setSheet
(SpreadsheetDocument sheet) Set result spreadsheet.static String
MoxelTextWriter.write
(SpreadsheetDocument document, boolean isForClipboard, org.eclipse.emf.ecore.EObject context) WriteSpreadsheetDocument
to string.Constructors in com._1c.g5.v8.dt.moxel.ui.editor with parameters of type SpreadsheetDocumentModifierConstructorDescriptionPrintHelper
(PrintInfoProvider printInfoProvider, SpreadsheetDocument sheet, MoxelRepaginator repaginator) Constructor -
Uses of SpreadsheetDocument in com._1c.g5.v8.dt.moxel.ui.extension.diff
Methods in com._1c.g5.v8.dt.moxel.ui.extension.diff that return SpreadsheetDocumentModifier and TypeMethodDescriptionSpreadsheetDocumentMerger.mergeSheets
(SpreadsheetDocument baseSheet, SpreadsheetDocument configurationSheet, SpreadsheetDocument extensionSheet) Merge spreadsheet documents.Methods in com._1c.g5.v8.dt.moxel.ui.extension.diff with parameters of type SpreadsheetDocumentModifier and TypeMethodDescriptionstatic List<com._1c.g5.v8.dt.moxel.ui.extension.diff.CellElement>
MergeUtil.convertRowToCellElements
(SpreadsheetDocument sheet, int rowIndex) Convert row to the sequence of cell elements.static boolean
MergeUtil.convertSheetToSubsheets
(SpreadsheetDocument sheet, List<com._1c.g5.v8.dt.moxel.ui.extension.diff.SubsheetElement> subsheets) Convert sheet to list of subsheets.static List<ColumnElement>
MergeUtil.convertSubsheetToColumnEelements
(SpreadsheetDocument sheet, Columns columns) Convert subsheet to the sequence of column elements.static List<com._1c.g5.v8.dt.moxel.ui.extension.diff.RowElement>
MergeUtil.convertSubsheetToRowElements
(SpreadsheetDocument sheet, RowsArea subsheetRowsArea) Convert subsheet to the sequence of row elements.static RowsArea
MergeUtil.getAreaBetweenNamedRows
(SpreadsheetDocument document, String nameOfTopArea, String nameOfBottomArea) Get area between 2 named rows areas.static RowsArea
MergeUtil.getAreaOfNamedArea
(SpreadsheetDocument document, String name) Get area of named rows area.static RowsArea
MergeUtil.getCenterArea
(SpreadsheetDocument sheet) Get area between first named rows area and last named rows area.static RowsArea
MergeUtil.getCenterArea
(SpreadsheetDocument sheet, List<NamedItemInfo> namedItemRows) Get area between first named rows area and last named rows area.static RowsArea
MergeUtil.getFooterArea
(SpreadsheetDocument sheet) Get spreadsheet area below all named rows.static RowsArea
MergeUtil.getFooterArea
(SpreadsheetDocument sheet, List<NamedItemInfo> namedItemRows) Get spreadsheet area below all named rows.static RowsArea
MergeUtil.getHeaderArea
(SpreadsheetDocument sheet) Get spreadsheet area above all named rows.static RowsArea
MergeUtil.getHeaderArea
(SpreadsheetDocument sheet, List<NamedItemInfo> namedItemRows) Get spreadsheet area above all named rows.static List<NamedItemInfo>
MergeUtil.getNamedColumnsSorted
(SpreadsheetDocument sheet) Get named column areas sorted by left column.static List<NamedItemInfo>
MergeUtil.getNamedRowsSorted
(SpreadsheetDocument sheet) Get named row areas sorted by top row.static Cell
MergeUtil.lookupCell
(SpreadsheetDocument document, int rowIndex, int columnIndex) Lookup for cell in spreadsheet document.void
SheetCellsMerger.mergeSheets
(SpreadsheetDocument baseSheet, SpreadsheetDocument configurationSheet, SpreadsheetDocument extensionSheet, SpreadsheetDocument resultSheet) Merge sheets.SpreadsheetDocumentMerger.mergeSheets
(SpreadsheetDocument baseSheet, SpreadsheetDocument configurationSheet, SpreadsheetDocument extensionSheet) Merge spreadsheet documents.void
ExtensionHighlightComputer.setBaseSheet
(SpreadsheetDocument baseSheet) void
ExtensionHighlightComputer.setSheet
(SpreadsheetDocument sheet) -
Uses of SpreadsheetDocument in com._1c.g5.v8.dt.moxel.ui.operations
Constructors in com._1c.g5.v8.dt.moxel.ui.operations with parameters of type SpreadsheetDocumentModifierConstructorDescriptionPasteCellsOperation
(String label, SheetAccessor sheet, Selection selection, boolean changeContentOrFormat, SpreadsheetDocument document, MoxelDescriptor descriptor, PositionHolder positionHolder, IConfigurationProvider configurationProvider, boolean nested) Creates new instance ofPasteCellsOperation
PasteCellsOperation
(String label, SheetAccessor sheet, Selection selection, SpreadsheetDocument document, MoxelDescriptor descriptor, PositionHolder positionHolder, IConfigurationProvider configurationProvider, PasteSpecialOptions pasteOptions, boolean nested) Creates new instance ofPasteCellsOperation
PasteDrawingsOperation
(String label, SheetAccessor sheet, Selection selection, List<Drawing> selectedDrawings, PositionHolder positionholder, SpreadsheetDocument document, MoxelDescriptor description) Creates new instance ofPasteDrawingsOperation
-
Uses of SpreadsheetDocument in com._1c.g5.v8.dt.moxel.util
Methods in com._1c.g5.v8.dt.moxel.util with parameters of type SpreadsheetDocumentModifier and TypeMethodDescriptionMoxelSwitch.caseSpreadsheetDocument
(SpreadsheetDocument object) Returns the result of interpreting the object as an instance of 'Spreadsheet Document'.static Cell
MoxelUtil.getCell
(SpreadsheetDocument document, int rowIndex, int columnIndex) Get document cell.static ReadOnlyFormat
MoxelUtil.getFormatByKey
(SpreadsheetDocument document, int formatIndex) Get format by key.static int
MoxelUtil.getHorizontalSize
(SpreadsheetDocument document, int rowIndex) Get document horizontal size for specified row.static int
MoxelUtil.getPictureIndex
(SpreadsheetDocument sheet, Picture picture) Get picture indexstatic Columns
MoxelUtil.getRowColumns
(SpreadsheetDocument document, int rowIndex) Get row columns.static Columns
MoxelUtil.getRowColumns
(SpreadsheetDocument document, Row row) Get row columns or default document columns.static Row
MoxelUtil.getRowContent
(SpreadsheetDocument document, int rowIndex) Get row content.static boolean
MoxelUtil.isEmbedded
(SpreadsheetDocument document) Проверить, является ли документ встроенным.Constructors in com._1c.g5.v8.dt.moxel.util with parameters of type SpreadsheetDocumentModifierConstructorDescriptionV8MoxelSerializer
(IDtProject dtProject, SpreadsheetDocument sheet) Creates new serializer instance. -
Uses of SpreadsheetDocument in com._1c.g5.v8.dt.qw.ui.utils
Methods in com._1c.g5.v8.dt.qw.ui.utils that return types with arguments of type SpreadsheetDocumentModifier and TypeMethodDescriptionstatic Pair<SpreadsheetDocument,
BasicTemplate> SpreadsheetUtils.buildDocument
(String templateName, org.eclipse.emf.ecore.EObject mdObject, boolean isReplaceTemplate) Make new spreadsheet documentSpreadsheetDocumentTemplateBuilder.buildSpreadsheetDocument
(org.eclipse.emf.ecore.EObject mdObject, boolean isReplaceTemplate) Build spreadsheet documentMethods in com._1c.g5.v8.dt.qw.ui.utils with parameters of type SpreadsheetDocumentModifier and TypeMethodDescriptionvoid
SpreadsheetDocumentTemplateBuilder.fillSpreadsheetDocument
(SpreadsheetDocument spreadsheetDocument, List<QuerySchemaTotalControlPoint> totals, List<QuerySchemaExpression> totalsExpressions, List<QuerySchemaExpression> allFields, boolean isCommonTotals) Fill spreadsheet documentstatic void
SpreadsheetUtils.saveDocument
(SpreadsheetDocument spreadsheetDocument) Save document