Searched refs:IsNoTxtNode (Results 1 – 17 of 17) sorted by relevance
363 if( (pNd = &aPos.nNode.GetNode())->IsNoTxtNode() ) in CopyDrawSel()372 if( pCrsr->GetNode()->IsNoTxtNode() ) in CopyDrawSel()513 if( (pNd = &aPos.nNode.GetNode())->IsNoTxtNode() ) in Copy()531 if( pCrsr->GetNode()->IsNoTxtNode() ) in Copy()610 if( !pDstPos->nNode.GetNode().IsNoTxtNode() ) in Copy()613 else if( !pDestShell->GetCrsr()->GetNode()->IsNoTxtNode() ) in Copy()655 bRet = !aPos.nNode.GetNode().IsNoTxtNode(); in Copy()657 else if( pDestShell->GetCrsr()->GetNode()->IsNoTxtNode() ) in Copy()
180 inline sal_Bool IsNoTxtNode() const;688 inline sal_Bool SwNode::IsNoTxtNode() const in IsNoTxtNode() function in SwNode
95 if( nSttNd == nEndNd && nEndNd.GetNode().IsNoTxtNode() ) in IsEqualFly()303 if( pNd->IsNoTxtNode() ) in SetFlysInDoc()1181 if( !aRg.aStart.GetNode().IsNoTxtNode() || in ReadFly()
94 if(!pNd->IsNoTxtNode()) in GetFlyCount()136 if( !pNd->IsNoTxtNode() && nIdx == nCount++) in GetFlyNum()
337 !( pNd = &pIdx->GetNode())->IsNoTxtNode() ) in SelectServerObj()
2097 ? !pNd->IsNoTxtNode() in FindFlyByName()
1482 if( !pNd->IsNoTxtNode() ) in UpdateCntnt()
113 if( pCntntNode->IsNoTxtNode() && in DataChanged()
237 if( pNd->IsNoTxtNode() ) in ChgNode()381 if( pCNd->IsNoTxtNode() && bRestPersData ) in ChgNode()
2660 if( (nStt < nEnd) && !pDoc->GetNodes()[ nStt ]->IsNoTxtNode() ) in OutWW6FlyFrmsInCntnt()2738 if ( pParTxtNode && !m_rWW8Export.pDoc->GetNodes()[ nStt ]->IsNoTxtNode() ) in OutputFlyFrame_Impl()2775 !m_rWW8Export.pDoc->GetNodes()[ nStt ]->IsNoTxtNode() in OutputFlyFrame_Impl()
435 if ( pNd->IsNoTxtNode() && pNd->IsOLENode()) in GetRewriter()
2874 else if( bOnlyText && pCNd && pCNd->IsNoTxtNode() ) in FindValidCntntNode()2968 ( bOnlyText && pCNd->IsNoTxtNode() ) ) in FindValidCntntNode()
778 static inline bool filter(const SwNode* const pNode) { return !pNode->IsNoTxtNode(); }; in filter()
1831 const FlyCntType eType = (!pNd->IsNoTxtNode()) ? FLYCNTTYPE_FRM in lcl_CreateNextObject()
355 if(!pNd->IsNoTxtNode()) in _CreateShape()
545 if ( nCntntIndex.GetNode().IsNoTxtNode() ) in lcl_HideObj()
247 if ( aFirstCntnt.GetNode().IsNoTxtNode() ) in InsertColumns()
Completed in 152 milliseconds