Home
last modified time | relevance | path

Searched refs:pCNode (Results 1 – 11 of 11) sorted by last modified time

/trunk/main/sw/source/core/unocore/
H A Dunoobj.cxx1202 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/unoxml/source/xpath/
H A Dxpathapi.cxx152 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()
358 DOM::CNode *const pCNode = DOM::CNode::GetImplementation(xContextNode); in eval() local
359 if (!pCNode) { throw RuntimeException(); } in eval()
363 xmlNodePtr const pNode = pCNode->GetNodePtr(); in eval()
/trunk/main/unoxml/source/dom/
H A Dnode.cxx187 CNode *const pCNode( reinterpret_cast< CNode* >( in GetImplementation() local
190 return pCNode; in GetImplementation()
H A Ddocument.cxx148 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 …]
H A Ddocument.hxx122 void RemoveCNode(xmlNodePtr const pNode, CNode const*const pCNode);
H A Delement.cxx435 ::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()
/trunk/main/sw/source/filter/writer/
H A Dwriter.cxx228 SwCntntNode* pCNode = aStt.GetNode().GetCntntNode(); in NewSwPaM() local
229 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()
/trunk/main/sw/source/core/inc/
H A Ddocfld.hxx151 SwCntntNode* pCNode; // der TxtNode zur UpdatePos. member in SwDocUpdtFld
/trunk/main/sw/source/core/frmedt/
H A Dfeshview.cxx743 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/crsr/
H A Dcrsrsh.cxx1328 SwCntntNode *pCNode = pShellCrsr->GetCntntNode(); in UpdateCrsrPos() local
1329 SwCntntFrm *pFrm = pCNode ? in UpdateCrsrPos()
1330pCNode->getLayoutFrm( GetLayout(), &pShellCrsr->GetPtPos(), pShellCrsr->GetPoint(), sal_False ) :0; in UpdateCrsrPos()
/trunk/main/sw/source/core/access/
H A Daccembedded.cxx141 SwCntntNode* pCNode = pCFrm->GetNode(); in getExtendedAttributes() local
142 if( pCNode ) in getExtendedAttributes()
144 style += ((SwOLENode*)pCNode)->GetOLEObj().GetStyleString(); in getExtendedAttributes()

Completed in 96 milliseconds