Home
last modified time | relevance | path

Searched refs:GetNodeType (Results 1 – 25 of 38) sorted by relevance

12

/aoo41x/main/l10ntools/source/
H A Dxmlparse.cxx258 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 …]
/aoo41x/main/l10ntools/inc/
H A Dxmlparse.hxx106 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();
/aoo41x/main/sw/source/core/docnode/
H A Dnodes.cxx471 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 Dnode.cxx883 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()
/aoo41x/main/sw/source/core/doc/
H A Ddoccomp.cxx905 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 Ddoclay.cxx479 sal_Int8 nNdTyp = aRg.aStart.GetNode().GetNodeType(); in CopyLayoutFmt()
615 switch( rNode.GetNodeType() ) in _MakeFlySection()
2106 : nNdTyp == pNd->GetNodeType() ) in FindFlyByName()
2124 switch( GetNodes()[ pIdx->GetIndex() + 1 ]->GetNodeType() ) in SetFlyName()
2196 switch( GetNodes()[ pIdx->GetIndex() + 1 ]->GetNodeType() ) in SetAllUniqueFlyNames()
H A Dnotxtfrm.cxx685 if( ND_GRFNODE == GetNode()->GetNodeType() ) in Modify()
742 if ( GetNode()->GetNodeType() == ND_GRFNODE ) in Modify()
H A Ddoc.cxx1742 switch( ( pNd = GetNodes()[ --i ])->GetNodeType() ) in UpdateDocStat()
2721 if ( ND_TEXTNODE == pNd->GetNodeType() && in ContainsHiddenChars()
H A Ddbgoutsw.cxx556 aTmpStr += String::CreateFromInt32(sal_Int32( rNode.GetNodeType() ) ); in lcl_dbg_out()
/aoo41x/main/sw/source/core/access/
H A Daccframebase.cxx119 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 Daccframebase.hxx67 static sal_uInt8 GetNodeType( const SwFlyFrm *pFlyFrm );
/aoo41x/main/automation/source/server/
H A DXMLParser.cxx120 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()
/aoo41x/main/l10ntools/layout/
H A Dlayoutparse.cxx44 if ( lst->GetObject( i )->GetNodeType() == XML_NODE_TYPE_ELEMENT ) in SearchL10NElements()
46 else if ( lst->GetObject( i )->GetNodeType() == XML_NODE_TYPE_COMMENT ) in SearchL10NElements()
H A Dtralay.cxx245 && lst->GetObject( 2 )->GetNodeType() == XML_NODE_TYPE_DEFAULT ) in insertMarker()
/aoo41x/main/sw/source/core/crsr/
H A Dcallnk.cxx64 nNdTyp = rNd.GetNodeType(); in SwCallLink()
97 sal_uInt16 nNdWhich = pCNd->GetNodeType(); in ~SwCallLink()
/aoo41x/main/sw/source/filter/writer/
H A Dwrt_fn.cxx106 switch (pCNd->GetNodeType()) in Out()
/aoo41x/main/sw/source/core/edit/
H A Dedws.cxx167 switch( GetCrsr()->GetNode()->GetNodeType() ) in GetCntType()
H A Dedattr.cxx134 switch( pNd->GetNodeType() ) in GetCurAttr()
H A Deditsh.cxx900 switch( pNd->GetNodeType() ) in SetNumberingRestart()
/aoo41x/main/basic/source/inc/
H A Dexpr.hxx145 SbiNodeType GetNodeType() { return eNodeType; } in GetNodeType() function in SbiExprNode
/aoo41x/main/sw/inc/
H A Dnode.hxx139 sal_uInt8 GetNodeType() const { return nNodeType; } in GetNodeType() function in SwNode
/aoo41x/main/sw/source/core/unocore/
H A Dunoredline.cxx518 switch(pNode->GetNodeType()) in getPropertyValue()
/aoo41x/main/sw/source/filter/ww8/
H A Dwriterhelper.cxx248 switch (rNd.GetNodeType()) in Frame()
/aoo41x/main/basic/source/comp/
H A Dparser.cxx501 if( pExprNode && pExprNode->GetNodeType() == SbxVARVAL ) in Symbol()
/aoo41x/main/sw/source/core/undo/
H A Dunins.cxx389 switch( pCNd->GetNodeType() ) in RepeatImpl()

Completed in 213 milliseconds

12