Home
last modified time | relevance | path

Searched refs:pTxtNd (Results 76 – 92 of 92) sorted by relevance

1234

/trunk/main/sw/source/core/frmedt/
H A Dtblsel.cxx1436 SwTxtNode* pTxtNd = 0; in GetMergeSel() local
1481 pTxtNd = rInsPosNd.GetNode().GetTxtNode(); in GetMergeSel()
1482 if( pTxtNd ) in GetMergeSel()
1483 aInsPos.nContent.Assign( pTxtNd, pTxtNd->GetTxt().Len() ); in GetMergeSel()
/trunk/main/sw/source/filter/ww8/
H A Dww8par.cxx4074 SwTxtNode* pTxtNd = 0; in InsertSegments() local
4094 pTxtNd = in InsertSegments()
4098 aSectPaM.GetPoint()->nNode = SwNodeIndex(*pTxtNd); in InsertSegments()
4177 if (pTxtNd) in InsertSegments()
4179 SwNodeIndex aIdx(*pTxtNd); in InsertSegments()
4183 pTxtNd = 0; in InsertSegments()
4514 SwTxtNode const*const pTxtNd = pPos->nNode.GetNode().GetTxtNode(); in CoreLoad() local
4515 if ( pTxtNd->GetTxt().Len() ) in CoreLoad()
H A Dwriterhelper.cxx158 if (SwTxtNode* pTxtNd = aPos.nNode.GetNode().GetTxtNode()) in SwPosFlyFrmsToFrames() local
160 aPos.nContent.Assign(pTxtNd, 0); in SwPosFlyFrmsToFrames()
H A Dwrtww8gr.cxx427 const SwTxtNode* pTxtNd = (const SwTxtNode*)pOutFmtNode; in OutGrf() local
428 SwPosition aPos(*pTxtNd); in OutGrf()
H A Dww8attributeoutput.hxx348 virtual void ParaNumRule_Impl( const SwTxtNode *pTxtNd, sal_Int32 nLvl, sal_Int32 nNumId );
H A Dattributeoutputbase.hxx486 virtual void ParaNumRule_Impl( const SwTxtNode *pTxtNd, sal_Int32 nLvl, sal_Int32 nNumId ) = 0;
H A Dwrtww8.cxx2404 const SwNode *pTxtNd = pTableTextNodeInfoInner->getNode( ); in GetTablePageSize() local
2435 … const_cast<const SwDoc *>(GetExport().pDoc)->GetPageDesc(0).GetPageFmtOfNode(*pTxtNd, false); in GetTablePageSize()
3022 const SwTxtNode* pTxtNd; in CollectOutlineBookmarks() local
3030 0 != ( pTxtNd = pTxtAttr->GetpTxtNode() ) && in CollectOutlineBookmarks()
3031 pTxtNd->GetNodes().IsDocNodes() ) in CollectOutlineBookmarks()
H A Drtfattributeoutput.hxx390 virtual void ParaNumRule_Impl( const SwTxtNode *pTxtNd, sal_Int32 nLvl, sal_Int32 nNumId );
H A Ddocxattributeoutput.hxx453 virtual void ParaNumRule_Impl( const SwTxtNode *pTxtNd, sal_Int32 nLvl, sal_Int32 nNumId );
/trunk/main/sw/source/core/inc/
H A DUndoSection.hxx69 void SaveSplitNode(SwTxtNode *const pTxtNd, bool const bAtStart);
/trunk/main/sw/source/filter/rtf/
H A Drtffly.cxx1162 SwTxtNode* pTxtNd = pFlySave->nSttNd.GetNode().GetTxtNode(); in ReadFly() local
1164 if( 1 == pTxtNd->GetTxt().Len() && in ReadFly()
1166 pTxtNd->GetTxtAttrForCharAt(0, RES_TXTATR_FLYCNT))) && in ReadFly()
H A Drtffld.cxx1051 if (SwTxtNode* pTxtNd = pPam->GetPoint()->nNode.GetNode().GetTxtNode()) in ReadField() local
1054 pTxtNd->GetTxtAttrForCharAt( in ReadField()
/trunk/main/sw/source/ui/utlui/
H A Dcontent.cxx1774 const SwTxtNode* pTxtNd = in FillTransferData() local
1776 if( pTxtNd && pOutlRule && pTxtNd->IsNumbered()) in FillTransferData()
1779 pTxtNd->GetNumberVector(); in FillTransferData()
1781 nLevel <= pTxtNd->GetActualListLevel(); in FillTransferData()
/trunk/main/sw/source/core/access/
H A Daccportions.hxx98 SwAccessiblePortionData( const SwTxtNode* pTxtNd,
/trunk/main/sw/source/core/doc/
H A Ddocredln.cxx3376 SwTxtNode* pTxtNd = rNds[ pSttNd->GetIndex() + 1 ]->GetTxtNode(); in MoveToSection() local
3378 SwNodeIndex aNdIdx( *pTxtNd ); in MoveToSection()
3379 SwPosition aPos( aNdIdx, SwIndex( pTxtNd )); in MoveToSection()
3446 SwTxtNode* pTxtNd = aNdIdx.GetNode().GetTxtNode(); in CopyToSection() local
3447 SwPosition aPos( aNdIdx, SwIndex( pTxtNd )); in CopyToSection()
/trunk/main/sw/source/core/unocore/
H A Dunoobj.cxx592 SwTxtNode *const pTxtNd = rPam.GetNode()->GetTxtNode(); in SetCursorPropertyValue() local
602 pTxtNd->SetAttrListLevel(nLevel); in SetCursorPropertyValue()
611 pTxtNd->SetListId( sListId ); in SetCursorPropertyValue()
622 pTxtNd->SetCountedInList( false ); in SetCursorPropertyValue()
/trunk/main/sw/source/ui/uno/
H A Dunotxdoc.cxx1134 const SwTxtNode * pTxtNd = rOutlineNodes[ nIndex ]->GetTxtNode(); in lcl_CreateOutlineString() local
1135 SwNumberTree::tNumberVector aNumVector = pTxtNd->GetNumberVector(); in lcl_CreateOutlineString()
1136 if( pOutlRule && pTxtNd->GetNumRule()) in lcl_CreateOutlineString()
1138 nLevel <= pTxtNd->GetActualListLevel(); in lcl_CreateOutlineString()

Completed in 182 milliseconds

1234