/aoo4110/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 …]
|
/aoo4110/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();
|
/aoo4110/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()
|
/aoo4110/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 | 479 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 D | notxtfrm.cxx | 685 if( ND_GRFNODE == GetNode()->GetNodeType() ) in Modify() 742 if ( GetNode()->GetNodeType() == ND_GRFNODE ) in Modify()
|
H A D | doc.cxx | 1742 switch( ( pNd = GetNodes()[ --i ])->GetNodeType() ) in UpdateDocStat() 2721 if ( ND_TEXTNODE == pNd->GetNodeType() && in ContainsHiddenChars()
|
H A D | dbgoutsw.cxx | 556 aTmpStr += String::CreateFromInt32(sal_Int32( rNode.GetNodeType() ) ); in lcl_dbg_out()
|
/aoo4110/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 );
|
/aoo4110/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()
|
/aoo4110/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()
|
H A D | tralay.cxx | 245 && lst->GetObject( 2 )->GetNodeType() == XML_NODE_TYPE_DEFAULT ) in insertMarker()
|
/aoo4110/main/sw/source/core/crsr/ |
H A D | callnk.cxx | 64 nNdTyp = rNd.GetNodeType(); in SwCallLink() 97 sal_uInt16 nNdWhich = pCNd->GetNodeType(); in ~SwCallLink()
|
/aoo4110/main/sw/source/filter/writer/ |
H A D | wrt_fn.cxx | 106 switch (pCNd->GetNodeType()) in Out()
|
/aoo4110/main/sw/source/core/edit/ |
H A D | edws.cxx | 167 switch( GetCrsr()->GetNode()->GetNodeType() ) in GetCntType()
|
H A D | edattr.cxx | 134 switch( pNd->GetNodeType() ) in GetCurAttr()
|
H A D | editsh.cxx | 900 switch( pNd->GetNodeType() ) in SetNumberingRestart()
|
/aoo4110/main/basic/source/inc/ |
H A D | expr.hxx | 145 SbiNodeType GetNodeType() { return eNodeType; } in GetNodeType() function in SbiExprNode
|
/aoo4110/main/sw/inc/ |
H A D | node.hxx | 139 sal_uInt8 GetNodeType() const { return nNodeType; } in GetNodeType() function in SwNode
|
/aoo4110/main/sw/source/core/unocore/ |
H A D | unoredline.cxx | 518 switch(pNode->GetNodeType()) in getPropertyValue()
|
/aoo4110/main/sw/source/filter/ww8/ |
H A D | writerhelper.cxx | 248 switch (rNd.GetNodeType()) in Frame()
|
/aoo4110/main/basic/source/comp/ |
H A D | parser.cxx | 501 if( pExprNode && pExprNode->GetNodeType() == SbxVARVAL ) in Symbol()
|
/aoo4110/main/sw/source/core/undo/ |
H A D | unins.cxx | 389 switch( pCNd->GetNodeType() ) in RepeatImpl()
|