Searched refs:pCNode (Results 1 – 11 of 11) sorted by relevance
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()212 pCNode = static_cast< CNode* >( in GetCNode()217 pCNode = static_cast< CNode* >( in GetCNode()258 if (pCNode != 0) { in GetCNode()262 pCNode.get())) in GetCNode()[all …]
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()
187 CNode *const pCNode( reinterpret_cast< CNode* >( in GetImplementation() local190 return pCNode; in GetImplementation()
122 void RemoveCNode(xmlNodePtr const pNode, CNode const*const pCNode);
152 DOM::CNode *const pCNode(DOM::CNode::GetImplementation(xNamespaceNode)); in lcl_collectNamespaces() local153 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()358 DOM::CNode *const pCNode = DOM::CNode::GetImplementation(xContextNode); in eval() local359 if (!pCNode) { throw RuntimeException(); } in eval()363 xmlNodePtr const pNode = pCNode->GetNodePtr(); in eval()
228 SwCntntNode* pCNode = aStt.GetNode().GetCntntNode(); in NewSwPaM() local229 if( !pCNode && 0 == ( pCNode = pNds->GoNext( &aStt )) ) in NewSwPaM()237 if( 0 == (pCNode = aStt.GetNode().GetCntntNode()) && in NewSwPaM()238 0 == (pCNode = pNds->GoPrevious( &aStt )) ) in NewSwPaM()242 pCNode->MakeEndIndex( &pNew->GetPoint()->nContent ); in NewSwPaM()
141 SwCntntNode* pCNode = pCFrm->GetNode(); in getExtendedAttributes() local142 if( pCNode ) in getExtendedAttributes()144 style += ((SwOLENode*)pCNode)->GetOLEObj().GetStyleString(); in getExtendedAttributes()
1202 SwCntntNode * pCNode = 0; in gotoStart() local1206 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()
743 SwCntntNode *pCNode = pCFrm->GetNode(); in SelFlyGrabCrsr() local751 pCrsr->GetPoint()->nNode = *pCNode; in SelFlyGrabCrsr()752 pCrsr->GetPoint()->nContent.Assign( pCNode, 0 ); in SelFlyGrabCrsr()2432 SwCntntNode *pCNode = pCFrm->GetNode(); in GotoFly() local2436 pCrsr->GetPoint()->nNode = *pCNode; in GotoFly()2437 pCrsr->GetPoint()->nContent.Assign( pCNode, 0 ); in GotoFly()
151 SwCntntNode* pCNode; // der TxtNode zur UpdatePos. member in SwDocUpdtFld
1328 SwCntntNode *pCNode = pShellCrsr->GetCntntNode(); in UpdateCrsrPos() local1329 SwCntntFrm *pFrm = pCNode ? in UpdateCrsrPos()1330 …pCNode->getLayoutFrm( GetLayout(), &pShellCrsr->GetPtPos(), pShellCrsr->GetPoint(), sal_False ) :0; in UpdateCrsrPos()
Completed in 94 milliseconds