Home
last modified time | relevance | path

Searched refs:pCurNode (Results 1 – 10 of 10) sorted by relevance

/trunk/main/editeng/source/editeng/
H A Dedtspell.cxx544 pCurNode = pN; in EdtAutoCorrDoc()
559 EditSelection aSel( EditPaM( pCurNode, nStt ), EditPaM( pCurNode, nEnd ) ); in Delete()
569 EditSelection aSel = EditPaM( pCurNode, nPos ); in Insert()
590 if ( nEnd > pCurNode->Len() ) in ReplaceRange()
591 nEnd = pCurNode->Len(); in ReplaceRange()
595 …pImpEE->ImpDeleteSelection( EditSelection( EditPaM( pCurNode, nPos ), EditPaM( pCurNode, nEnd ) ) … in ReplaceRange()
626 EditSelection aSel( EditPaM( pCurNode, nStt ), EditPaM( pCurNode, nEnd ) ); in SetAttr()
638 EditSelection aSel( EditPaM( pCurNode, nStt ), EditPaM( pCurNode, nEnd ) ); in SetINetAttr()
684 sal_uInt32 nPos = rNodes.GetPos( pCurNode ); in GetPrevPara()
733 EditPaM( pCurNode, nEndPos ) ); in ChgAutoCorrWord()
[all …]
H A Dedtspell.hxx141 ContentNode* pCurNode; member in EdtAutoCorrDoc
151 …EdtAutoCorrDoc( ImpEditEngine* pImpEE, ContentNode* pCurNode, sal_uInt16 nCrsr, xub_Unicode cIns );
H A Deertfpar.cxx131 ContentNode* pCurNode = aCurSel.Max().GetNode(); in CallParser() local
132 sal_uInt32 nPara = pImpEditEngine->GetEditDoc().GetPos( pCurNode ); in CallParser()
137 aSel.Max() = EditPaM( pCurNode, 0 ); in CallParser()
H A Dimpedit.hxx655 ContentNode* GetPrevVisNode( ContentNode* pCurNode );
656 ContentNode* GetNextVisNode( ContentNode* pCurNode );
H A Dimpedit3.cxx4111 ContentNode* ImpEditEngine::GetPrevVisNode( ContentNode* pCurNode ) in GetPrevVisNode() argument
4113 ParaPortion* pPortion = FindParaPortion( pCurNode ); in GetPrevVisNode()
4121 ContentNode* ImpEditEngine::GetNextVisNode( ContentNode* pCurNode ) in GetNextVisNode() argument
4123 ParaPortion* pPortion = FindParaPortion( pCurNode ); in GetNextVisNode()
H A Deditdoc.cxx1545 ContentNode* pCurNode = aPaM.GetNode(); in InsertParaBreak() local
1546 sal_uInt32 nPos = GetPos( pCurNode ); in InsertParaBreak()
/trunk/main/svl/source/items/
H A Dstylepool.cxx431 Node* pCurNode = &maRoot[ rSet.GetParent() ]; in insertItemSet() local
451 pCurNode = pCurNode->findChildNode( *pItem ); in insertItemSet()
464 pCurNode = pCurNode->findChildNode( *pItem, true ); in insertItemSet()
472 if( !pCurNode->hasItemSet( false ) ) in insertItemSet()
474 pCurNode->setItemSet( rSet ); in insertItemSet()
480 pCurNode->setItemSet( rSet ); in insertItemSet()
491 if( pCurNode->hasItemSet( false ) && pTemp.get() == pCurNode->getItemSet().get() ) in insertItemSet()
501 return pCurNode->getItemSet(); in insertItemSet()
/trunk/main/l10ntools/source/
H A Dxmlparse.cxx1139 XMLElement *pElement = new XMLElement( sElementName, ( XMLParentNode * ) pCurNode ); in StartElement()
1140 pCurNode = pElement; in StartElement()
1161 pCurNode = pCurNode->GetParent(); in EndElement()
1173 pCurData = new XMLData( x , pCurNode ); in CharacterData()
1188 new XMLComment( String( XML_CHAR_TO_OUSTRING( data )), pCurNode ); in Comment()
1198 String( XML_CHAR_N_TO_OUSTRING( s, len )), pCurNode ); in Default()
1237 pCurNode = pXMLFile; in Execute()
/trunk/main/sw/source/core/doc/
H A Ddoc.cxx804 SwTxtNode * pCurNode = rPos.nNode.GetNode().GetTxtNode(); in AppendTxtNode() local
805 if( !pCurNode ) in AppendTxtNode()
809 pCurNode = GetNodes().MakeTxtNode( aIdx, in AppendTxtNode()
813 pCurNode = (SwTxtNode*)pCurNode->AppendNode( rPos ); in AppendTxtNode()
816 rPos.nContent.Assign( pCurNode, 0 ); in AppendTxtNode()
/trunk/main/l10ntools/inc/
H A Dxmlparse.hxx507 XMLParentNode *pCurNode; member in SimpleXMLParser

Completed in 98 milliseconds