Home
last modified time | relevance | path

Searched refs:nodeType (Results 1 – 25 of 32) sorted by relevance

12

/trunk/main/configmgr/source/
H A Dxcsparser.cxx414 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 Dxmldata.cxx180 rtl::OUString const & nodeType, rtl::OUString const * defaultTemplateName) in parseTemplateReference() argument
191 return Data::fullTemplateName(component, nodeType); in parseTemplateReference()
H A Dxcuparser.cxx959 rtl::OUString nodeType; in handleSetNode() local
982 nodeType = reader.getAttributeValue(false).convertFromUtf8(); in handleSetNode()
1014 component, hasNodeType, nodeType, &set->getDefaultTemplateName())); in handleSetNode()
H A Dxmldata.hxx48 rtl::OUString const & nodeType, rtl::OUString const * defaultTemplateName);
/trunk/main/idlc/source/
H A Derrorhandler.cxx607 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 Dastscope.cxx45 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 Dfehelper.cxx98 NodeType nodeType, ::rtl::OString* pName, ::rtl::OString* pInherits, in FeInheritanceHeader() argument
100 : m_nodeType(nodeType) in FeInheritanceHeader()
H A Dastconstant.cxx34 const NodeType nodeType, in AstConstant() argument
38 : AstDeclaration(nodeType, name, pScope) in AstConstant()
/trunk/main/idlc/inc/idlc/
H A Dastattribute.hxx43 …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 Dastconstant.hxx34 AstConstant(const ExprType type, const NodeType nodeType,
H A Dastscope.hxx35 AstScope(NodeType nodeType);
H A Dfehelper.hxx65 NodeType nodeType, ::rtl::OString* pName, ::rtl::OString* pInherits,
H A Derrorhandler.hxx130 void inheritanceError(NodeType nodeType, const ::rtl::OString* name, AstDeclaration* pDecl);
/trunk/main/unoxml/source/dom/
H A Ddocumentfragment.cxx36 bool CDocumentFragment::IsChildTypeAllowed(NodeType const nodeType) in IsChildTypeAllowed() argument
38 switch (nodeType) { in IsChildTypeAllowed()
H A Dentityreference.cxx38 bool CEntityReference::IsChildTypeAllowed(NodeType const nodeType) in IsChildTypeAllowed() argument
40 switch (nodeType) { in IsChildTypeAllowed()
H A Dentity.cxx40 bool CEntity::IsChildTypeAllowed(NodeType const nodeType) in IsChildTypeAllowed() argument
42 switch (nodeType) { in IsChildTypeAllowed()
H A Dattr.cxx69 bool CAttr::IsChildTypeAllowed(NodeType const nodeType) in IsChildTypeAllowed() argument
71 switch (nodeType) { in IsChildTypeAllowed()
H A Delement.cxx207 bool CElement::IsChildTypeAllowed(NodeType const nodeType) in IsChildTypeAllowed() argument
209 switch (nodeType) { in IsChildTypeAllowed()
H A Ddocumentfragment.hxx54 virtual bool IsChildTypeAllowed(NodeType const nodeType);
H A Dentityreference.hxx56 virtual bool IsChildTypeAllowed(NodeType const nodeType);
H A Dentity.hxx60 virtual bool IsChildTypeAllowed(NodeType const nodeType);
/trunk/main/l10ntools/scripts/tool/
H A Dxhtex.py36 … 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():
/trunk/main/xmerge/java/aportisdoc/src/main/java/org/openoffice/xmerge/converter/xml/sxw/aportisdoc/
H A DDocumentSerializerImpl.java220 short nodeType = child.getNodeType(); in traverseParaContents() local
222 switch (nodeType) { in traverseParaContents()
/trunk/main/xmerge/java/pocketword/src/main/java/org/openoffice/xmerge/converter/xml/sxw/pocketword/
H A DDocumentSerializerImpl.java262 short nodeType = child.getNodeType(); in traverseParagraphContents() local
264 switch (nodeType) { in traverseParagraphContents()
/trunk/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/converter/xml/sxc/
H A DSxcDocumentSerializer.java831 short nodeType = child.getNodeType(); in traverseParagraph() local
833 switch (nodeType) { in traverseParagraph()

Completed in 77 milliseconds

12