/trunk/main/l10ntools/source/ |
H A D | xmlparse.cxx | 258 sal_uInt16 XMLFile::GetNodeType() in GetNodeType() function in XMLFile 330 switch( pCur->GetNodeType()) { in Write() 396 switch( pCur->GetNodeType()) { in Print() 552 switch (node->GetNodeType()){ in showType() 628 switch( pCur->GetNodeType()) { in SearchL10NElements() 702 switch( pCur->GetNodeType()) { in CheckExportStatus() 743 sal_uInt16 XMLElement::GetNodeType() in GetNodeType() function in XMLElement 914 switch( pCur->GetNodeType()) { in Print() 1005 sal_uInt16 XMLData::GetNodeType() in GetNodeType() function in XMLData 1016 sal_uInt16 XMLComment::GetNodeType() in GetNodeType() function in XMLComment [all …]
|
/trunk/main/l10ntools/inc/ |
H A D | xmlparse.hxx | 106 virtual sal_uInt16 GetNodeType() = 0; 125 virtual sal_uInt16 GetNodeType() = 0; 161 virtual sal_uInt16 GetNodeType() = 0; 233 virtual sal_uInt16 GetNodeType(); 343 virtual sal_uInt16 GetNodeType(); 413 virtual sal_uInt16 GetNodeType(); 445 virtual sal_uInt16 GetNodeType(); 477 virtual sal_uInt16 GetNodeType();
|
/trunk/main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/model/simple/ |
H A D | SimpleTypeReference.java | 54 else if (aType.GetNodeType()!=NodeType.SimpleType && aType.GetNodeType()!=NodeType.BuiltIn) in GetReferencedSimpleType() 55 …RuntimeException("name '"+maReferencedTypeName+"' references a "+aType.GetNodeType()+" not a simpl… in GetReferencedSimpleType() 90 public NodeType GetNodeType () in GetNodeType() method in SimpleTypeReference
|
H A D | SimpleContent.java | 52 public NodeType GetNodeType() in GetNodeType() method in SimpleContent
|
H A D | Union.java | 46 public NodeType GetNodeType () in GetNodeType() method in Union
|
/trunk/main/sw/source/core/docnode/ |
H A D | nodes.cxx | 471 while( ND_STARTNODE == (pAktNode = &aRg.aStart.GetNode())->GetNodeType() in _MoveNodes() 482 ND_STARTNODE == pAktNode->pStartOfSection->GetNodeType()) ) && in _MoveNodes() 529 if (rNode.GetNodeType() != ND_ENDNODE) in _MoveNodes() 547 switch( (pAktNode = &aRg.aEnd.GetNode())->GetNodeType() ) in _MoveNodes() 892 ->GetNodeType() && pAktNode->StartOfSectionIndex() && in _MoveNodes() 2052 switch( pAktNode->GetNodeType() ) in _CopyNodes() 2211 if( ND_SECTIONDUMMY == aIdx.GetNode().GetNodeType() ) in _DelDummyNodes() 2249 if (ND_SECTIONNODE == pNd->GetNodeType()) in GoNextSection() 2271 else if( ND_CONTENTNODE & pNd->GetNodeType() ) in GoNextSection() 2302 if (ND_ENDNODE == pNd->GetNodeType()) in GoPrevSection() [all …]
|
H A D | node.cxx | 883 return ND_TABLENODE == rNd.GetNodeType() || in IsValidNextPrevNd() 884 ( ND_CONTENTNODE & rNd.GetNodeType() ) || in IsValidNextPrevNd() 885 ( ND_ENDNODE == rNd.GetNodeType() && rNd.StartOfSectionNode() && in IsValidNextPrevNd() 886 ND_TABLENODE == rNd.StartOfSectionNode()->GetNodeType() ); in IsValidNextPrevNd() 1821 sal_uInt8 nNdType = GetNodeType(); in CanJoinNext() 1830 if( pNd->GetNodeType() != nNdType || rNds.Count()-1 == aIdx.GetIndex() ) in CanJoinNext() 1851 sal_uInt8 nNdType = GetNodeType(); in CanJoinPrev() 1860 if( pNd->GetNodeType() != nNdType || 0 == aIdx.GetIndex() ) in CanJoinPrev() 1911 switch( pSttNd->GetNodeType() ) in IsAnyCondition()
|
/trunk/main/sw/source/core/doc/ |
H A D | doccomp.cxx | 905 switch( rNode.GetNodeType() ) in GetHashValue() 943 switch( rNode.GetNodeType() ) in GetEndNode() 991 if( rSrcNd.GetNodeType() != rDstNd.GetNodeType() ) in CompareNode() 996 switch( rDstNd.GetNodeType() ) in CompareNode() 1068 bRet = rSrcNd.StartOfSectionNode()->GetNodeType() == in CompareNode() 1069 rDstNd.StartOfSectionNode()->GetNodeType(); in CompareNode() 1072 if (bRet && rSrcNd.StartOfSectionNode()->GetNodeType() == ND_TABLENODE) in CompareNode() 1087 switch( rNode.GetNodeType() ) in GetText() 1170 if( ND_TEXTNODE == rNode.GetNodeType() && in ChangesInLine() 1171 ND_TEXTNODE == rLine.GetNode().GetNodeType() ) in ChangesInLine()
|
H A D | doclay.cxx | 471 sal_Int8 nNdTyp = aRg.aStart.GetNode().GetNodeType(); in CopyLayoutFmt() 607 switch( rNode.GetNodeType() ) in _MakeFlySection() 2098 : nNdTyp == pNd->GetNodeType() ) in FindFlyByName() 2116 switch( GetNodes()[ pIdx->GetIndex() + 1 ]->GetNodeType() ) in SetFlyName() 2188 switch( GetNodes()[ pIdx->GetIndex() + 1 ]->GetNodeType() ) in SetAllUniqueFlyNames()
|
/trunk/main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/simple/ |
H A D | SimpleTypeDescriptorFactory.java | 55 Counters.put(aNode.GetNodeType(), Counters.get(aNode.GetNodeType())+1); in Default() 283 switch(aNode.GetNodeType()) in Default() 286 throw new RuntimeException(aNode.GetNodeType() +" is not yet supported"); in Default()
|
/trunk/main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/model/complex/ |
H A D | GroupReference.java | 63 else if (aType.GetNodeType()!=NodeType.Group) in GetReferencedGroup() 64 …untimeException("name '"+maReferencedGroupName+"' references a "+aType.GetNodeType()+" not a group… in GetReferencedGroup() 82 public NodeType GetNodeType () in GetNodeType() method in GroupReference
|
H A D | All.java | 56 if (aParent.GetNodeType() != NodeType.OccurrenceIndicator) in CheckParent() 83 public NodeType GetNodeType() in GetNodeType() method in All
|
H A D | Element.java | 71 if (aOther.GetNodeType() != NodeType.Element) in compareTo() 81 public NodeType GetNodeType () in GetNodeType() method in Element
|
H A D | ComplexTypeReference.java | 54 else if (aType.GetNodeType() != NodeType.ComplexType) in GetReferencedComplexType() 91 public NodeType GetNodeType () in GetNodeType() method in ComplexTypeReference
|
H A D | Extension.java | 64 public NodeType GetNodeType() in GetNodeType() method in Extension 128 switch (aNode.GetNodeType()) in AddNodes()
|
H A D | Choice.java | 46 public NodeType GetNodeType () in GetNodeType() method in Choice
|
H A D | ComplexContent.java | 52 public NodeType GetNodeType() in GetNodeType() method in ComplexContent
|
/trunk/main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/generator/ |
H A D | LogGenerator.java | 212 switch(aType.GetNodeType()) in WriteType() 246 switch(aAttribute.GetNodeType()) in WriteAttribute() 295 switch (aType.GetNodeType()) in HasChild()
|
/trunk/main/automation/source/server/ |
H A D | XMLParser.cxx | 120 NodeType GetNodeType() { return aNodeType; } in GetNodeType() function in Node 427 if ( pSAXParser->GetCurrentNode()->GetNodeType() == NODE_ELEMENT ) in HandleSAXParser() 496 … pRet->GenReturn ( RET_Value, nMethodId, (comm_ULONG)pSAXParser->GetCurrentNode()->GetNodeType() ); in HandleSAXParser() 561 if ( pSAXParser->GetCurrentNode()->GetNodeType() == NODE_CHARACTER ) in HandleSAXParser() 633 if ( xNew->GetNodeType() == NODE_ELEMENT ) in HandleSAXParser()
|
/trunk/main/sw/source/core/access/ |
H A D | accframebase.cxx | 119 sal_uInt8 SwAccessibleFrameBase::GetNodeType( const SwFlyFrm *pFlyFrm ) in GetNodeType() function in SwAccessibleFrameBase 128 nType = pCntFrm->GetNode()->GetNodeType(); in GetNodeType() 141 nType = pCNd->GetNodeType(); in GetNodeType()
|
H A D | accframebase.hxx | 67 static sal_uInt8 GetNodeType( const SwFlyFrm *pFlyFrm );
|
/trunk/main/l10ntools/layout/ |
H A D | layoutparse.cxx | 44 if ( lst->GetObject( i )->GetNodeType() == XML_NODE_TYPE_ELEMENT ) in SearchL10NElements() 46 else if ( lst->GetObject( i )->GetNodeType() == XML_NODE_TYPE_COMMENT ) in SearchL10NElements()
|
/trunk/main/sw/source/core/crsr/ |
H A D | callnk.cxx | 64 nNdTyp = rNd.GetNodeType(); in SwCallLink() 97 sal_uInt16 nNdWhich = pCNd->GetNodeType(); in ~SwCallLink()
|
/trunk/main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/automaton/ |
H A D | NonValidatingCreator.java | 193 if (aNode.GetNodeType() == NodeType.Element) in CollectElements() 207 if (aNode.GetNodeType() == NodeType.Any) in CollectAnys()
|
/trunk/main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/model/base/ |
H A D | INode.java | 30 NodeType GetNodeType (); in GetNodeType() method
|