/aoo42x/main/configmgr/source/ |
H A D | xcsparser.cxx | 414 rtl::OUString nodeType; in handleNodeRef() local 434 nodeType = reader.getAttributeValue(false).convertFromUtf8(); in handleNodeRef() 448 component, hasNodeType, nodeType, 0))); in handleNodeRef() 595 rtl::OUString nodeType; in handleSet() local 615 nodeType = reader.getAttributeValue(false).convertFromUtf8(); in handleSet() 633 component, hasNodeType, nodeType, 0), in handleSet() 641 rtl::OUString nodeType; in handleSetItem() local 656 nodeType = reader.getAttributeValue(false).convertFromUtf8(); in handleSetItem() 660 xmldata::parseTemplateReference(component, hasNodeType, nodeType, 0)); in handleSetItem()
|
H A D | xmldata.cxx | 180 rtl::OUString const & nodeType, rtl::OUString const * defaultTemplateName) in parseTemplateReference() argument 191 return Data::fullTemplateName(component, nodeType); in parseTemplateReference()
|
H A D | xcuparser.cxx | 959 rtl::OUString nodeType; in handleSetNode() local 982 nodeType = reader.getAttributeValue(false).convertFromUtf8(); in handleSetNode() 1014 component, hasNodeType, nodeType, &set->getDefaultTemplateName())); in handleSetNode()
|
H A D | xmldata.hxx | 48 rtl::OUString const & nodeType, rtl::OUString const * defaultTemplateName);
|
/aoo42x/main/idlc/source/ |
H A D | errorhandler.cxx | 607 char const * nodeTypeName(NodeType nodeType) { in nodeTypeName() argument 608 switch (nodeType) { in nodeTypeName() 625 void ErrorHandler::inheritanceError(NodeType nodeType, const OString* name, AstDeclaration* pDecl) in inheritanceError() argument 627 if ( nodeType == NT_interface && in inheritanceError() 638 nodeTypeName(nodeType), name->getStr(), in inheritanceError()
|
H A D | astscope.cxx | 45 AstScope::AstScope(NodeType nodeType) in AstScope() argument 46 : m_nodeType(nodeType) in AstScope() 105 sal_uInt16 AstScope::getNodeCount(NodeType nodeType) in getNodeCount() argument 115 if ( pDecl->getNodeType() == nodeType ) in getNodeCount()
|
H A D | fehelper.cxx | 98 NodeType nodeType, ::rtl::OString* pName, ::rtl::OString* pInherits, in FeInheritanceHeader() argument 100 : m_nodeType(nodeType) in FeInheritanceHeader()
|
H A D | astconstant.cxx | 34 const NodeType nodeType, in AstConstant() argument 38 : AstDeclaration(nodeType, name, pScope) in AstConstant()
|
/aoo42x/main/idlc/inc/idlc/ |
H A D | astattribute.hxx | 43 …AstAttribute(NodeType nodeType, sal_uInt32 flags, AstType const * pType, const ::rtl::OString& nam… in AstAttribute() argument 44 : AstDeclaration(nodeType, name, pScope), AstScope(nodeType) in AstAttribute()
|
H A D | astconstant.hxx | 34 AstConstant(const ExprType type, const NodeType nodeType,
|
H A D | astscope.hxx | 35 AstScope(NodeType nodeType);
|
H A D | fehelper.hxx | 65 NodeType nodeType, ::rtl::OString* pName, ::rtl::OString* pInherits,
|
H A D | errorhandler.hxx | 130 void inheritanceError(NodeType nodeType, const ::rtl::OString* name, AstDeclaration* pDecl);
|
/aoo42x/main/unoxml/source/dom/ |
H A D | documentfragment.cxx | 36 bool CDocumentFragment::IsChildTypeAllowed(NodeType const nodeType) in IsChildTypeAllowed() argument 38 switch (nodeType) { in IsChildTypeAllowed()
|
H A D | entityreference.cxx | 38 bool CEntityReference::IsChildTypeAllowed(NodeType const nodeType) in IsChildTypeAllowed() argument 40 switch (nodeType) { in IsChildTypeAllowed()
|
H A D | entity.cxx | 40 bool CEntity::IsChildTypeAllowed(NodeType const nodeType) in IsChildTypeAllowed() argument 42 switch (nodeType) { in IsChildTypeAllowed()
|
H A D | attr.cxx | 69 bool CAttr::IsChildTypeAllowed(NodeType const nodeType) in IsChildTypeAllowed() argument 71 switch (nodeType) { in IsChildTypeAllowed()
|
H A D | element.cxx | 207 bool CElement::IsChildTypeAllowed(NodeType const nodeType) in IsChildTypeAllowed() argument 209 switch (nodeType) { in IsChildTypeAllowed()
|
H A D | documentfragment.hxx | 54 virtual bool IsChildTypeAllowed(NodeType const nodeType);
|
H A D | entityreference.hxx | 56 virtual bool IsChildTypeAllowed(NodeType const nodeType);
|
H A D | entity.hxx | 60 virtual bool IsChildTypeAllowed(NodeType const nodeType);
|
/aoo42x/main/l10ntools/scripts/tool/ |
H A D | xhtex.py | 36 … if elem.childNodes[0].nodeType == elem.TEXT_NODE and len(elem.childNodes[0].data.strip()): 50 if elem.childNodes[0].nodeType == elem.TEXT_NODE and elem.getAttribute("id").strip():
|
/aoo42x/main/xmerge/java/aportisdoc/src/main/java/org/openoffice/xmerge/converter/xml/sxw/aportisdoc/ |
H A D | DocumentSerializerImpl.java | 220 short nodeType = child.getNodeType(); in traverseParaContents() local 222 switch (nodeType) { in traverseParaContents()
|
/aoo42x/main/xmerge/java/pocketword/src/main/java/org/openoffice/xmerge/converter/xml/sxw/pocketword/ |
H A D | DocumentSerializerImpl.java | 262 short nodeType = child.getNodeType(); in traverseParagraphContents() local 264 switch (nodeType) { in traverseParagraphContents()
|
/aoo42x/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/converter/xml/sxc/ |
H A D | SxcDocumentSerializer.java | 831 short nodeType = child.getNodeType(); in traverseParagraph() local 833 switch (nodeType) { in traverseParagraph()
|