/trunk/main/idlc/source/ |
H A D | astdump.cxx | 49 if ( getNodeType() == NT_root ) in dump() 68 if ( getNodeType() == NT_constants ) in dump() 85 if ( pDecl->getNodeType() == NT_const && in dump() 109 if ( getNodeType() == NT_constants ) in dump() 121 if ( getNodeType() != NT_root ) in dump() 133 if ( getNodeType() == NT_root ) in dump() 187 switch ((*i)->getNodeType()) { in dump() 196 OSL_ASSERT(getNodeType() == NT_service); in dump() 206 if (getNodeType() == NT_singleton) { in dump() 257 switch ((*i)->getNodeType()) { in dump() [all …]
|
H A D | astscope.cxx | 62 if (pDecl->getNodeType() == NT_union_branch ) in addDeclaration() 72 if ( (pDecl->getNodeType() == pDeclaration->getNodeType()) && in addDeclaration() 73 (pDecl->getNodeType() == NT_sequence in addDeclaration() 74 || pDecl->getNodeType() == NT_array in addDeclaration() 79 if ( (pDeclaration->getNodeType() == NT_interface) in addDeclaration() 80 && (pDecl->getNodeType() == NT_interface) in addDeclaration() 87 ( ((pDecl->getNodeType() == NT_interface_member) in addDeclaration() 88 && (pDeclaration->getNodeType() == NT_interface)) || in addDeclaration() 90 && (pDeclaration->getNodeType() == NT_service)) ) in addDeclaration() 115 if ( pDecl->getNodeType() == nodeType ) in getNodeCount() [all …]
|
H A D | astunion.cxx | 53 if ( pDiscType->getNodeType() == NT_predefined ) in AstUnion() 79 if (pDiscType->getNodeType() == NT_enum) in AstUnion() 99 if ( pDecl->getNodeType() == NT_union_branch ) in addDeclaration() 141 if ( pDecl->getNodeType() == NT_union_branch ) in lookupDefault() 188 if ( pDecl->getNodeType() == NT_union_branch ) in lookupLabel() 212 if ( pType->getNodeType() != NT_enum ) in lookupEnum() 249 if ( pDecl->getNodeType() == NT_union_branch ) in lookupEnum() 313 if ( pDecl->getNodeType() == NT_union_branch ) in dump()
|
H A D | fehelper.cxx | 75 if (m_pComplexPart->getNodeType() == NT_array) in compose() 119 if ( resolved->getNodeType() == getNodeType() in initializeInherits() 120 && (resolved->getNodeType() != NT_interface in initializeInherits() 132 getNodeType(), getName(), pDecl); in initializeInherits()
|
H A D | parser.y | 199 } else if (resolved->getNodeType() == NT_struct) { 231 if (type1->getNodeType() == NT_instantiated_struct) { 599 (pDecl->getNodeType() == NT_interface) ) 642 if (pDecl->getNodeType() == NT_interface) 1019 if ( !pType || (pType->getNodeType() == NT_exception) ) 1268 } else if (decl->getNodeType() != NT_exception) { 1563 if (type->getNodeType() == NT_predefined) 1736 if ( pDecl && (pDecl->getNodeType() == NT_interface) ) 1781 if ( pDecl && (pDecl->getNodeType() == NT_service) ) 1870 if ( pDecl && (pDecl->getNodeType() == NT_service) ) [all …]
|
H A D | aststruct.cxx | 84 return getNodeType() == NT_struct in isType() 112 if ( getNodeType() == NT_exception ) in dump() 141 if ( pDecl->getNodeType() == NT_member ) in dump() 146 if (pMember->getType()->getNodeType() == NT_type_parameter) { in dump()
|
H A D | idlc.cxx | 83 switch(pDecl->getNodeType()) in declAsScope() 304 while (type->getNodeType() == NT_typedef) { in resolveTypedefs() 319 switch (type->getNodeType()) { in deconstructAndResolveTypedefs() 335 OSL_ASSERT(decl->getNodeType() == NT_interface); in resolveInterfaceTypedefs()
|
H A D | astoperation.cxx | 83 if ( pDecl->getNodeType() == NT_parameter ) in dumpBlob() 138 if ( pDecl->getNodeType() == NT_parameter ) in addDeclaration()
|
/trunk/main/connectivity/source/drivers/file/ |
H A D | fcomp.cxx | 262 if (pPrec->getNodeType() == SQL_NODE_EQUAL) in execute_COMPARE() 264 else if (pPrec->getNodeType() == SQL_NODE_NOTEQUAL) in execute_COMPARE() 266 else if (pPrec->getNodeType() == SQL_NODE_LESS) in execute_COMPARE() 268 else if (pPrec->getNodeType() == SQL_NODE_LESSEQ) in execute_COMPARE() 270 else if (pPrec->getNodeType() == SQL_NODE_GREATEQ) in execute_COMPARE() 272 else if (pPrec->getNodeType() == SQL_NODE_GREAT) in execute_COMPARE() 296 if (!(pAtom->getNodeType() == SQL_NODE_STRING || in execute_LIKE() 316 if (pEscNode->getNodeType() != SQL_NODE_STRING) in execute_LIKE() 489 pPredicateNode->getNodeType() == SQL_NODE_INTNUM || in execute_Operand() 490 pPredicateNode->getNodeType() == SQL_NODE_APPROXNUM || in execute_Operand() [all …]
|
H A D | FStatement.cxx | 708 …OSL_ENSURE(pComp->getNodeType() == SQL_NODE_EQUAL,"OResultSet: pComp->getNodeType() != SQL_NODE_CO… in GetAssignValues() 732 if (pRow_Value_Constructor_Elem->getNodeType() == SQL_NODE_STRING || in ParseAssignValues() 733 pRow_Value_Constructor_Elem->getNodeType() == SQL_NODE_INTNUM || in ParseAssignValues() 734 pRow_Value_Constructor_Elem->getNodeType() == SQL_NODE_APPROXNUM) in ParseAssignValues()
|
/trunk/main/connectivity/source/drivers/evoab2/ |
H A D | NStatement.cxx | 330 && ( pLHS->getNodeType() != SQL_NODE_INTNUM ) in whereAnalysis() 333 && ( pRHS->getNodeType() != SQL_NODE_INTNUM ) in whereAnalysis() 334 && ( pRHS->getNodeType() != SQL_NODE_APPROXNUM ) in whereAnalysis() 339 && ( pRHS->getNodeType() != SQL_NODE_INTNUM ) in whereAnalysis() 346 if ( ( pPrec->getNodeType() != SQL_NODE_EQUAL ) in whereAnalysis() 347 && ( pPrec->getNodeType() != SQL_NODE_NOTEQUAL ) in whereAnalysis() 354 if ( ( pLHS->getNodeType() == SQL_NODE_INTNUM ) in whereAnalysis() 355 && ( pRHS->getNodeType() == SQL_NODE_INTNUM ) in whereAnalysis() 356 && ( pPrec->getNodeType() == SQL_NODE_EQUAL ) in whereAnalysis() 391 if( !( pAtom->getNodeType() == SQL_NODE_STRING || in whereAnalysis() [all …]
|
/trunk/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/converter/xml/sxc/ |
H A D | SxcDocumentSerializer.java | 158 if (child.getNodeType() == Node.ELEMENT_NODE) { in traverseSettings() 235 if (searchNode.getNodeType() == Node.ELEMENT_NODE) { in traverseBody() 253 if (child.getNodeType() == Node.ELEMENT_NODE) { in traverseBody() 294 if (child.getNodeType() == Node.ELEMENT_NODE) { in traverseNamedExpressions() 338 if (child.getNodeType() == Node.ELEMENT_NODE) { in traverseTable() 452 if (child.getNodeType() == Node.ELEMENT_NODE) { in traverseTableRow() 765 if (child.getNodeType() == Node.ELEMENT_NODE) { in traverseCell() 831 short nodeType = child.getNodeType(); in traverseParagraph() 847 if (child2.getNodeType() == Node.TEXT_NODE) { in traverseParagraph() 955 if (child.getNodeType() == Node.TEXT_NODE) { in getDecimalPlaces()
|
/trunk/main/xmerge/source/wordsmith/java/org/openoffice/xmerge/converter/xml/sxw/wordsmith/ |
H A D | DocumentSerializerImpl.java | 192 if (child.getNodeType() == Node.ELEMENT_NODE) { in traverseBody() 277 if (child.getNodeType() == Node.TEXT_NODE) { in traverseParaContents() 291 } else if (child.getNodeType() == Node.ELEMENT_NODE) { in traverseParaContents() 390 if (child.getNodeType() == Node.ELEMENT_NODE) { in traverseList() 435 if (child.getNodeType() == Node.ELEMENT_NODE) { in traverseListHeader() 482 if (child.getNodeType() == Node.ELEMENT_NODE) { in traverseListItem()
|
/trunk/main/forms/source/xforms/ |
H A D | model_ui.cxx | 146 if( xIter->getNodeType() == xNode->getNodeType() && in lcl_OutPosition() 231 switch( xCurrent->getNodeType() ) in getDefaultBindingExpressionForNode() 298 switch( xNode->getNodeType() ) in getNodeDisplayName() 342 switch( xNode->getNodeType() ) in getNodeName() 631 if( xNode->getNodeType() == NodeType_ATTRIBUTE_NODE in renameNode() 642 if( xNode->getNodeType() == NodeType_ELEMENT_NODE ) in renameNode() 669 else if( xNode->getNodeType() == NodeType_ATTRIBUTE_NODE ) in renameNode() 811 switch ( xCurrent->getNodeType() ) in lcl_serializeForDisplay()
|
H A D | model.cxx | 174 xElement->getNodeType() == NodeType_ELEMENT_NODE, in getEvaluationContext() 391 switch( xNode->getNodeType() ) in setSimpleContent() 398 xChild.is() && xChild->getNodeType() != NodeType_TEXT_NODE; in setSimpleContent() 413 xNode->getNodeType() == NodeType_TEXT_NODE, in setSimpleContent()
|
/trunk/main/xmerge/java/aportisdoc/src/main/java/org/openoffice/xmerge/converter/xml/sxw/aportisdoc/ |
H A D | DocumentSerializerImpl.java | 155 if (child.getNodeType() == Node.ELEMENT_NODE) { in traverseBody() 220 short nodeType = child.getNodeType(); in traverseParaContents() 397 if (child.getNodeType() == Node.ELEMENT_NODE) { in traverseList() 442 if (child.getNodeType() == Node.ELEMENT_NODE) { in traverseListHeader() 489 if (child.getNodeType() == Node.ELEMENT_NODE) { in traverseListItem()
|
/trunk/main/xmerge/java/pocketword/src/main/java/org/openoffice/xmerge/converter/xml/sxw/pocketword/ |
H A D | DocumentSerializerImpl.java | 187 if (child.getNodeType() == Node.ELEMENT_NODE) { in traverseBody() 262 short nodeType = child.getNodeType(); in traverseParagraphContents() 373 if (child.getNodeType() == Node.ELEMENT_NODE) { in traverseList() 401 if (child.getNodeType() == Node.ELEMENT_NODE) { in traverseListItem()
|
/trunk/main/forms/source/xforms/submission/ |
H A D | serialization_urlencoded.cxx | 129 if (aNode->getNodeType() == NodeType_ELEMENT_NODE) in serialize_node() 138 if (aChild->getNodeType() == NodeType_TEXT_NODE) in serialize_node() 165 if (aChild.is() && aChild->getNodeType() == NodeType_ELEMENT_NODE) in serialize_node()
|
/trunk/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/util/registry/ |
H A D | ConverterInfoReader.java | 144 if (converterNode.getNodeType() == Node.ELEMENT_NODE) { in parseDocument() 193 if (detailNode.getNodeType() == Node.ELEMENT_NODE) { in parseConverterNode() 254 if (tempNode.getNodeType() == Node.TEXT_NODE) { in getTextValue()
|
/trunk/main/unoxml/qa/complex/unoxml/ |
H A D | DOMTest.java | 442 DOCUMENT_NODE == xDoc.getNodeType()); in testXDocument() 642 DOCUMENT_FRAGMENT_NODE == xDF.getNodeType()); in testXDocumentFragment() 1027 ELEMENT_NODE == xElemFoo.getNodeType()); in testXElement() 1247 ATTRIBUTE_NODE == xAttr.getNodeType()); in testXAttr() 1476 TEXT_NODE == xText.getNodeType()); in testXText() 1664 CDATA_SECTION_NODE == xCDS.getNodeType()); in testXCDataSection() 1837 COMMENT_NODE == xComment.getNodeType()); in testXComment() 1989 ENTITY_REFERENCE_NODE == xER.getNodeType()); in testXEntityReference() 2780 public NodeType getNodeType() { return DOCUMENT_NODE; } in getNodeType() method in DOMTest.MockDoc 2896 public NodeType getNodeType() { return ELEMENT_NODE; } in getNodeType() method in DOMTest.MockElement [all …]
|
/trunk/main/xmerge/source/palmtests/qa/comparator/ |
H A D | XmlDiff.java | 143 switch (node.getNodeType()) { in nodeInfo() 215 if (node1.getNodeType() != node2.getNodeType()) { in compareNode()
|
/trunk/main/xmerge/workben/ |
H A D | XmlDiff.java | 143 switch (node.getNodeType()) { in nodeInfo() 215 if (node1.getNodeType() != node2.getNodeType()) { in compareNode()
|
/trunk/main/unoxml/source/dom/ |
H A D | saxbuilder.cxx | 156 if ( aNode->getNodeType() != NodeType_DOCUMENT_FRAGMENT_NODE) in endDocumentFragment() 190 if ( aNode->getNodeType() != NodeType_DOCUMENT_NODE) in endDocument() 310 if (aNode->getNodeType() != NodeType_ELEMENT_NODE) in endElement()
|
/trunk/main/xmlsecurity/tools/uno/ |
H A D | AdapterNode.java | 121 String s = typeName[m_domNode.getNodeType()]; in toString() 144 if (m_domNode.getNodeType() == ELEMENT_TYPE) in toString()
|
/trunk/main/odk/examples/java/Inspector/ |
H A D | SwingUnoNode.java | 128 public int getNodeType(){ in getNodeType() method in SwingUnoNode 129 return m_oUnoNode.getNodeType(); in getNodeType()
|