Home
last modified time | relevance | path

Searched refs:getExtendedAttributes (Results 1 – 25 of 66) sorted by relevance

123

/dports/biology/gatk/gatk-4.2.0.0/src/main/java/org/broadinstitute/hellbender/tools/walkers/genotyper/
H A DAlleleSubsettingUtils.java92 final Map<String, Object> attributes = new HashMap<>(g.getExtendedAttributes()); in subsetAlleles()
149 Set<String> keys = g.getExtendedAttributes().keySet(); in subsetSomaticAlleles()
254 …Class<?> clazz = g.getExtendedAttributes().get(GATKVCFConstants.STRAND_COUNT_BY_SAMPLE_KEY).getCla… in getSACs()
257 …final String SACsString = (String) g.getExtendedAttributes().get(GATKVCFConstants.STRAND_COUNT_BY_… in getSACs()
268 … return (int[]) g.getExtendedAttributes().get(GATKVCFConstants.STRAND_COUNT_BY_SAMPLE_KEY); in getSACs()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/access/
H A Daccembedded.hxx69 virtual css::uno::Any SAL_CALL getExtendedAttributes() override ;
H A Daccembedded.cxx93 css::uno::Any SAL_CALL SwAccessibleEmbeddedObject::getExtendedAttributes() in getExtendedAttributes() function in SwAccessibleEmbeddedObject
H A Dacccell.hxx107 css::uno::Any SAL_CALL getExtendedAttributes() override ;
H A Daccdoc.hxx162 virtual css::uno::Any SAL_CALL getExtendedAttributes() override;
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/access/
H A Daccembedded.hxx70 virtual css::uno::Any SAL_CALL getExtendedAttributes() override ;
H A Daccembedded.cxx93 css::uno::Any SAL_CALL SwAccessibleEmbeddedObject::getExtendedAttributes() in getExtendedAttributes() function in SwAccessibleEmbeddedObject
H A Dacccell.hxx108 css::uno::Any SAL_CALL getExtendedAttributes() override ;
H A Daccdoc.hxx162 virtual css::uno::Any SAL_CALL getExtendedAttributes() override;
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.pde.ui/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/schema/
H A DSchemaRootElement.java43 public String getExtendedAttributes() { in getExtendedAttributes() method in SchemaRootElement
H A DSchemaElement.java283 String extendedProperties = getExtendedAttributes(); in write()
347 public String getExtendedAttributes() { in getExtendedAttributes() method in SchemaElement
/dports/editors/libreoffice/libreoffice-7.2.6.2/include/svx/
H A DAccessibleOLEShape.hxx96 virtual css::uno::Any SAL_CALL getExtendedAttributes() override ;
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/svx/
H A DAccessibleOLEShape.hxx96 virtual css::uno::Any SAL_CALL getExtendedAttributes() override ;
H A DAccessibleShape.hxx151 virtual css::uno::Any SAL_CALL getExtendedAttributes() override ;
/dports/editors/libreoffice/libreoffice-7.2.6.2/svx/source/accessibility/
H A DAccessibleOLEShape.cxx127 uno::Any SAL_CALL AccessibleOLEShape::getExtendedAttributes() in getExtendedAttributes() function in AccessibleOLEShape
/dports/editors/libreoffice6/libreoffice-6.4.7.2/svx/source/accessibility/
H A DAccessibleOLEShape.cxx134 uno::Any SAL_CALL AccessibleOLEShape::getExtendedAttributes() in getExtendedAttributes() function in AccessibleOLEShape
/dports/editors/libreoffice/libreoffice-7.2.6.2/offapi/com/sun/star/accessibility/
H A DXAccessibleExtendedAttributes.idl30 any getExtendedAttributes() raises (::com::sun::star::lang::IndexOutOfBoundsException);
/dports/editors/libreoffice6/libreoffice-6.4.7.2/offapi/com/sun/star/accessibility/
H A DXAccessibleExtendedAttributes.idl30 any getExtendedAttributes() raises (::com::sun::star::lang::IndexOutOfBoundsException);
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/ui/inc/
H A DAccessibleCell.hxx133 virtual css::uno::Any SAL_CALL getExtendedAttributes() override;
H A DAccessibleDocument.hxx116 virtual css::uno::Any SAL_CALL getExtendedAttributes() override ;
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/ui/inc/
H A DAccessibleCell.hxx134 virtual css::uno::Any SAL_CALL getExtendedAttributes() override;
H A DAccessibleDocument.hxx116 virtual css::uno::Any SAL_CALL getExtendedAttributes() override ;
/dports/editors/libreoffice/libreoffice-7.2.6.2/sd/source/ui/inc/
H A DAccessibleDocumentViewBase.hxx221 virtual css::uno::Any SAL_CALL getExtendedAttributes() override;
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sd/source/ui/inc/
H A DAccessibleDocumentViewBase.hxx221 virtual css::uno::Any SAL_CALL getExtendedAttributes() override;
/dports/biology/gatk/gatk-4.2.0.0/src/main/java/org/broadinstitute/hellbender/tools/walkers/
H A DGenotypeGVCFsEngine.java198 final Set<String> keys = g.getExtendedAttributes().keySet(); in subsetAlleleSpecificFormatFields()
430 final Map<String, Object> attrs = new HashMap<>(oldGT.getExtendedAttributes()); in cleanupGenotypeAnnotations()

123