Searched refs:pCNode (Results 1 – 11 of 11) sorted by relevance
| /trunk/main/unoxml/source/dom/ ! |
| H A D | document.cxx | 135 CDocument::RemoveCNode(xmlNodePtr const pNode, CNode const*const pCNode) in RemoveCNode() argument 148 if (pCurrent == pCNode) { in RemoveCNode() 182 ::rtl::Reference<CNode> pCNode; in GetCNode() 187 pCNode = static_cast< CNode* >( in GetCNode() 192 pCNode = static_cast< CNode* >( in GetCNode() 197 pCNode = static_cast< CNode* >( in GetCNode() 202 pCNode = static_cast< CNode* >( in GetCNode() 207 pCNode = static_cast< CNode* >(new CEntity(*this, m_Mutex, in GetCNode() 212 pCNode = static_cast< CNode* >( in GetCNode() 217 pCNode = static_cast< CNode* >( in GetCNode() [all …]
|
| H A D | element.cxx | 435 ::rtl::Reference<CNode> const pCNode(GetOwnerDocument().GetCNode( in removeAttribute() 437 if (pCNode.is()) { in removeAttribute() 438 pCNode->invalidate(); // freed by xmlUnsetProp in removeAttribute() 465 ::rtl::Reference<CNode> const pCNode(GetOwnerDocument().GetCNode( in removeAttributeNS() 467 if (pCNode.is()) { in removeAttributeNS() 468 pCNode->invalidate(); // freed by xmlUnsetNsProp in removeAttributeNS() 486 ::rtl::Reference<CNode> const pCNode( in removeAttributeNode() 488 if (!pCNode.is()) { throw RuntimeException(); } in removeAttributeNode() 490 xmlNodePtr const pNode = pCNode->GetNodePtr(); in removeAttributeNode() 521 pCNode->invalidate(); // freed by xmlRemoveProp in removeAttributeNode()
|
| H A D | node.cxx | 187 CNode *const pCNode( reinterpret_cast< CNode* >( in GetImplementation() local 190 return pCNode; in GetImplementation()
|
| H A D | document.hxx | 122 void RemoveCNode(xmlNodePtr const pNode, CNode const*const pCNode);
|
| /trunk/main/unoxml/source/xpath/ ! |
| H A D | xpathapi.cxx | 152 DOM::CNode *const pCNode(DOM::CNode::GetImplementation(xNamespaceNode)); in lcl_collectNamespaces() local 153 if (!pCNode) { throw RuntimeException(); } in lcl_collectNamespaces() 155 ::osl::MutexGuard const g(pCNode->GetOwnerDocument().GetMutex()); in lcl_collectNamespaces() 157 xmlNodePtr pNode = pCNode->GetNodePtr(); in lcl_collectNamespaces() 366 DOM::CNode *const pCNode = DOM::CNode::GetImplementation(xContextNode); in eval() local 367 if (!pCNode) { throw RuntimeException(); } in eval() 371 xmlNodePtr const pNode = pCNode->GetNodePtr(); in eval()
|
| /trunk/main/sw/source/filter/writer/ ! |
| H A D | writer.cxx | 225 SwCntntNode* pCNode = aStt.GetNode().GetCntntNode(); in NewSwPaM() local 226 if( !pCNode && 0 == ( pCNode = pNds->GoNext( &aStt )) ) in NewSwPaM() 234 if( 0 == (pCNode = aStt.GetNode().GetCntntNode()) && in NewSwPaM() 235 0 == (pCNode = pNds->GoPrevious( &aStt )) ) in NewSwPaM() 239 pCNode->MakeEndIndex( &pNew->GetPoint()->nContent ); in NewSwPaM()
|
| /trunk/main/sw/source/core/access/ ! |
| H A D | accembedded.cxx | 141 SwCntntNode* pCNode = pCFrm->GetNode(); in getExtendedAttributes() local 142 if( pCNode ) in getExtendedAttributes() 144 style += ((SwOLENode*)pCNode)->GetOLEObj().GetStyleString(); in getExtendedAttributes()
|
| /trunk/main/sw/source/core/unocore/ ! |
| H A D | unoobj.cxx | 1202 SwCntntNode * pCNode = 0; in gotoStart() local 1206 pCNode = GetDoc()->GetNodes().GoNext(&rUnoCursor.GetPoint()->nNode); in gotoStart() 1207 pTblNode = (pCNode) ? pCNode->FindTableNode() : 0; in gotoStart() 1209 if (pCNode) in gotoStart() 1211 rUnoCursor.GetPoint()->nContent.Assign(pCNode, 0); in gotoStart() 1221 pCNode = GetDoc()->GetNodes().GoNextSection( in gotoStart() 1223 if (pCNode) in gotoStart() 1225 rUnoCursor.GetPoint()->nContent.Assign(pCNode, 0); in gotoStart()
|
| /trunk/main/sw/source/core/frmedt/ ! |
| H A D | feshview.cxx | 743 SwCntntNode *pCNode = pCFrm->GetNode(); in SelFlyGrabCrsr() local 751 pCrsr->GetPoint()->nNode = *pCNode; in SelFlyGrabCrsr() 752 pCrsr->GetPoint()->nContent.Assign( pCNode, 0 ); in SelFlyGrabCrsr() 2432 SwCntntNode *pCNode = pCFrm->GetNode(); in GotoFly() local 2436 pCrsr->GetPoint()->nNode = *pCNode; in GotoFly() 2437 pCrsr->GetPoint()->nContent.Assign( pCNode, 0 ); in GotoFly()
|
| /trunk/main/sw/source/core/inc/ ! |
| H A D | docfld.hxx | 151 SwCntntNode* pCNode; // der TxtNode zur UpdatePos. member in SwDocUpdtFld
|
| /trunk/main/sw/source/core/crsr/ ! |
| H A D | crsrsh.cxx | 1328 SwCntntNode *pCNode = pShellCrsr->GetCntntNode(); in UpdateCrsrPos() local 1329 SwCntntFrm *pFrm = pCNode ? in UpdateCrsrPos() 1330 …pCNode->getLayoutFrm( GetLayout(), &pShellCrsr->GetPtPos(), pShellCrsr->GetPoint(), sal_False ) :0; in UpdateCrsrPos()
|