Home
last modified time | relevance | path

Searched refs:GetAttributes (Results 1 – 25 of 80) sorted by path

1234

/trunk/main/automation/source/server/
H A DXMLParser.cxx162 Reference < XAttributeList > GetAttributes(){ return xAttributeList; } in GetAttributes() function in ElementNode
507 Reference < XAttributeList > xAttributeList = pElementNode->GetAttributes(); in HandleSAXParser()
/trunk/main/chart2/source/controller/main/
H A DDrawCommandDispatch.cxx224 pDrawViewWrapper->GetAttributes( aSet ); in setLineEnds()
H A DShapeController.cxx395 pDrawViewWrapper->GetAttributes( aAttr ); in executeDispatch_TransformDialog()
561 pDrawViewWrapper->GetAttributes( aAttr ); in executeDispatch_FontDialog()
584 pDrawViewWrapper->GetAttributes( aAttr ); in executeDispatch_ParagraphDialog()
/trunk/main/connectivity/source/drivers/ado/
H A DADatabaseMetaDataResultSet.cxx148 if((aField.GetAttributes() & adFldLong) == adFldLong) in getBinaryStream()
H A DADatabaseMetaDataResultSetMetaData.cxx122 return (aField.GetAttributes() & adFldFixed) == adFldFixed; in isCurrency()
138 return (aField.GetAttributes() & adFldNegativeScale) == adFldNegativeScale; in isSigned()
181 return (aField.GetAttributes() & adFldIsNullable) == adFldIsNullable; in isNullable()
215 return (aField.GetAttributes() & adFldUpdatable) == adFldUpdatable; in isDefinitelyWritable()
H A DAPreparedStatement.cxx261 if ( adVarBinary == eType && aParam.GetAttributes() == adParamLong ) in setParameter()
H A DAResultSet.cxx180 if((aField.GetAttributes() & adFldLong) == adFldLong) in getBinaryStream()
H A DAResultSetMetaData.cxx154 …return ((aField.GetAttributes() & adFldFixed) == adFldFixed) && (aField.GetADOType() == adCurrency… in isCurrency()
219 return (aField.GetAttributes() & adFldIsNullable) == adFldIsNullable; in isNullable()
247 return (aField.GetAttributes() & adFldUpdatable) == adFldUpdatable; in isDefinitelyWritable()
H A DAwrapado.cxx487 sal_Int32 WpADOField::GetAttributes() const in GetAttributes() function in WpADOField
681 sal_Int32 WpADOProperty::GetAttributes() const in GetAttributes() function in WpADOProperty
977 sal_Int32 WpADOParameter::GetAttributes() const in GetAttributes() function in WpADOParameter
/trunk/main/connectivity/source/inc/ado/
H A DAwrapado.hxx248 sal_Int32 GetAttributes() const ;
298 sal_Int32 GetAttributes() const ;
384 sal_Int32 GetAttributes() const ;
/trunk/main/ooxml/source/framework/JavaOOXMLParser/src/org/apache/openoffice/ooxml/parser/
H A DElementContext.java64 public AttributeValues GetAttributes () in GetAttributes() method in ElementContext
H A DOOXMLParser.java160 if (aContext.GetAttributes().GetAttributeCount() == 0) in AddSomeActions()
163 … for (final Entry<String,String> aAttribute : aContext.GetAttributes().GetAttributes()) in AddSomeActions()
/trunk/main/ooxml/source/framework/JavaOOXMLParser/src/org/apache/openoffice/ooxml/parser/attribute/
H A DAttributeValues.java57 public Iterable<Entry<String,String>> GetAttributes () in GetAttributes() method in AttributeValues
/trunk/main/ooxml/source/framework/JavaPartManager/src/org/apache/openoffice/ooxml/framework/part/
H A DContentTypes.java105 aContext.GetAttributes().GetRawAttributeValue("A_Extension"), in ContentTypes()
106 aContext.GetAttributes().GetRawAttributeValue("A_ContentType")); in ContentTypes()
122 aContext.GetAttributes().GetRawAttributeValue("A_PartName"), in ContentTypes()
123 aContext.GetAttributes().GetRawAttributeValue("A_ContentType")); in ContentTypes()
H A DRelatedParts.java66 final String sId = aContext.GetAttributes().GetRawAttributeValue("A_Id"); in RelatedParts()
67 … final String sType = aContext.GetAttributes().GetRawAttributeValue("A_Type"); in RelatedParts()
68 … final String sTarget = aContext.GetAttributes().GetRawAttributeValue("A_Target"); in RelatedParts()
69 … String sTargetMode = aContext.GetAttributes().GetRawAttributeValue("A_TargetMode"); in RelatedParts()
/trunk/main/ooxml/source/framework/OOXMLViewer/src/org/apache/openoffice/ooxml/viewer/content/
H A DPresentationImporter.java70 … final String aReferenceId = aContext.GetAttributes().GetRawAttributeValue("r06_id"); in CreateParser()
/trunk/main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/automaton/
H A DFiniteAutomaton.java158 public Vector<Attribute> GetAttributes () in GetAttributes() method in FiniteAutomaton
H A DFiniteAutomatonContainer.java147 aEntry.getValue().GetAttributes(), in MinimizeDFAs()
/trunk/main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/generator/
H A DLogGenerator.java215 for (final INode aAttribute : ((ComplexType)aType).GetAttributes()) in WriteType()
298 return ((ComplexType)aType).GetAttributes().iterator().hasNext(); in HasChild()
H A DParserTablesGenerator.java125 for (final Attribute aAttribute : aAutomaton.GetAttributes()) in SetupNameList()
272 aAutomaton.GetAttributes()); in WriteAutomatonList()
/trunk/main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/generator/html/
H A DHtmlGenerator.java549 for (final INode aAttribute: aParent.GetAttributes()) in WriteAttributes()
/trunk/main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/iterator/
H A DAttributeIterator.java71 for (final INode aAttribute : aType.GetAttributes()) in CollectAttributes()
85 for (final INode aGroupAttribute : aAttributeGroup.GetAttributes()) in CollectAttributes()
H A DAttributeNodeIterator.java71 for (final INode aAttribute : aType.GetAttributes()) in CollectAttributes()
87 for (final INode aGroupAttribute : aAttributeGroup.GetAttributes()) in CollectAttributes()
/trunk/main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/model/base/
H A DINode.java36 Iterable<INode> GetAttributes (); in GetAttributes() method
H A DNode.java106 public Iterable<INode> GetAttributes () in GetAttributes() method in Node

Completed in 126 milliseconds

1234