Home
last modified time | relevance | path

Searched refs:GetNode (Results 1 – 25 of 241) sorted by relevance

12345678910

/AOO41X/main/sw/source/core/docnode/
H A Dnodes.cxx132 pNode = &aNdIdx.GetNode(); in ~SwNodes()
154 if( GetDoc()->SetFieldsDirty( sal_True, &rDelPos.GetNode(), nSz ) && in ChgNode()
173 SwNode& rNd = aDelIdx.GetNode(); in ChgNode()
234 SwNode* pNd = &rDelPos.GetNode(); in ChgNode()
422 SwCntntNode* pCNd = aIdx.GetNode().GetCntntNode(); in ChgNode()
464 ( (pAktNode = &aIndex.GetNode())->GetStartNode() && in _MoveNodes()
471 while( ND_STARTNODE == (pAktNode = &aRg.aStart.GetNode())->GetNodeType() in _MoveNodes()
479 while( ( (( pAktNode = &aRg.aEnd.GetNode())->GetStartNode() && in _MoveNodes()
512 SwStartNode* pStartNode = aIdx.GetNode().pStartOfSection; in _MoveNodes()
528 SwNode& rNode (aNodeIndex.GetNode()); in _MoveNodes()
[all …]
H A Dndsect.cxx107 SwSectionNode* pSectNd = aChkIdx.GetNode().FindSectionNode(); in lcl_IsInSameTblBox()
176 pEnd->nNode.GetNode().GetCntntNode()->Len() == in InsertSwSection()
181 pStt->nNode.GetNode(), in InsertSwSection()
182 pEnd->nNode.GetNode() ); in InsertSwSection()
214 while( pPrvNd != aStt.GetNode().StartOfSectionNode() ) in InsertSwSection()
216 while( pPrvNd != aEnd.GetNode().StartOfSectionNode() ) in InsertSwSection()
231 pSttPos->nNode.GetNode().GetTxtNode(); in InsertSwSection()
241 pEndPos->nNode.GetNode().GetTxtNode(); in InsertSwSection()
254 pSttPos->nContent.Assign( pSttPos->nNode.GetNode().GetCntntNode(), 0 ); in InsertSwSection()
264 pEndPos->nContent.Assign( pEndPos->nNode.GetNode().GetCntntNode(), 0 ); in InsertSwSection()
[all …]
H A Dndcopy.cxx85 SwNode& rNode = rLastIdx.GetNode(); in lcl_NonCopyCount()
98 SwNode& rNode = rLastIdx.GetNode(); in lcl_NonCopyCount()
131 rChgPos.nContent.Assign( rChgPos.nNode.GetNode().GetCntntNode(), nCntntPos ); in lcl_SetCpyPos()
243 if( aIdx.GetNode().IsTxtNode() ) in MakeCopy()
245 pCpyAttrNd = aIdx.GetNode().GetTxtNode(); in MakeCopy()
371 ASSERT( aNewIdx.GetNode().IsStartNode(), "Index nicht auf einem StartNode" ); in lcl_CopyTblBox()
581 0 == ( pSNd = rCntnt.GetCntntIdx()->GetNode().GetStartNode() )) in lcl_ChkFlyFly()
678 SwDoc* pSrcDoc = rRg.aStart.GetNode().GetDoc(); in lcl_DeleteRedlines()
694 SwDoc* pDoc = rPos.nNode.GetNode().GetDoc(); in CopyRange()
738 !pStt->nNode.GetNode().IsTxtNode() )) ) in CopyRange()
[all …]
/AOO41X/main/editeng/source/editeng/
H A Dimpedit2.cxx302 ContentNode* pStartNode = aSel.Min().GetNode(); in GetSelected()
303 ContentNode* pEndNode = aSel.Max().GetNode(); in GetSelected()
360 aNewSelection.Max().SetIndex( aCurSel.Min().GetNode()->Len() ); in MouseButtonDown()
483 String aOldTextAfterStartPos = aPaM.GetNode()->Copy( aPaM.GetIndex() ); in Command()
509 … const sal_Unicode nCharCode = aSel.Min().GetNode()->GetChar( aSel.Min().GetIndex() ); in Command()
518 ParaPortion* pPortion = FindParaPortion( mpIMEInfos->aPos.GetNode() ); in Command()
588 ParaPortion* pPortion = FindParaPortion( mpIMEInfos->aPos.GetNode() ); in Command()
593 …EditSelection aNewSel = EditPaM( mpIMEInfos->aPos.GetNode(), mpIMEInfos->aPos.GetIndex()+pData->Ge… in Command()
618 …raPortion* pParaPortion = GetParaPortions().SaveGetObject( GetEditDoc().GetPos( aPaM.GetNode() ) ); in Command()
623 … Rectangle aR2 = PaMtoEditCursor( EditPaM( aPaM.GetNode(), nInputEnd ), GETCRSR_ENDOFLINE ); in Command()
[all …]
H A Deertfpar.cxx106 EditPaM aStart1PaM( aCurSel.Min().GetNode(), aCurSel.Min().GetIndex() ); in CallParser()
110 aStart2PaM.GetNode()->GetContentAttribs().GetItems().ClearItem(); in CallParser()
131 ContentNode* pCurNode = aCurSel.Max().GetNode(); in CallParser()
142 sal_Bool bOnlyOnePara = ( aEnd2PaM.GetNode() == aStart2PaM.GetNode() ); in CallParser()
147 sal_Bool bSpecialBackward = aStart1PaM.GetNode()->Len() ? sal_False : sal_True; in CallParser()
148 if ( bOnlyOnePara || aStart1PaM.GetNode()->Len() ) in CallParser()
149 pImpEditEngine->ParaAttribsToCharAttribs( aStart2PaM.GetNode() ); in CallParser()
151 aStart1PaM.GetNode(), aStart2PaM.GetNode(), bSpecialBackward ); in CallParser()
152 bSpecialBackward = aEnd1PaM.GetNode()->Len() ? sal_True : sal_False; in CallParser()
154 if ( !bOnlyOnePara && aEnd1PaM.GetNode()->Len() ) in CallParser()
[all …]
H A Dimpedit4.cxx267 nStartNode = aEditDoc.GetPos( aSel.Min().GetNode() ); in WriteText()
268 nEndNode = aEditDoc.GetPos( aSel.Max().GetNode() ); in WriteText()
371 nStartNode = aEditDoc.GetPos( aSel.Min().GetNode() ); in WriteRTF()
372 nEndNode = aEditDoc.GetPos( aSel.Max().GetNode() ); in WriteRTF()
1063 nStartNode = aEditDoc.GetPos( aSel.Min().GetNode() ); in CreateBinTextObject()
1064 nEndNode = aEditDoc.GetPos( aSel.Max().GetNode() ); in CreateBinTextObject()
1067 ( aSel.Max().GetIndex() < aSel.Max().GetNode()->Len() ) ) ? in CreateBinTextObject()
1194 …DBG_ASSERT( ( nTPLen == pParaPortion->GetNode()->Len() ) && ( nTxtLen == pParaPortion->GetNode()->… in CreateBinTextObject()
1268 sal_uInt16 nPara = aEditDoc.GetPos( aPaM.GetNode() ); in InsertBinTextObject()
1273 sal_Bool bNewContent = aPaM.GetNode()->Len() ? sal_False: sal_True; in InsertBinTextObject()
[all …]
H A Dimpedit3.cxx365 …GetParaPortions()[nPortion]->MarkSelectionInvalid( 0, GetParaPortions()[nPortion]->GetNode()->Len(… in FormatFullDoc()
402 pParaPortion->MarkSelectionInvalid( 0, pParaPortion->GetNode()->Len() ); in FormatDoc()
419 pPP->MarkSelectionInvalid( 0, pPP->GetNode()->Len() ); in FormatDoc()
555 ContentNode* pNode = pParaPortion->GetNode(); in CheckAutoPageSize()
598 DBG_ASSERT( pParaPortion->GetNode(), "Portion ohne Node in CreateLines" ); in CreateLines()
602 sal_Bool bProcessingEmptyLine = ( pParaPortion->GetNode()->Len() == 0 ); in CreateLines()
603 sal_Bool bEmptyNodeWithPolygon = ( pParaPortion->GetNode()->Len() == 0 ) && GetTextRanger(); in CreateLines()
608 if ( ( pParaPortion->GetNode()->Len() == 0 ) && !GetTextRanger() ) in CreateLines()
635 ContentNode* const pNode = pParaPortion->GetNode(); in CreateLines()
1057 …n->GetSize() = aTmpFont.QuickGetTextSize( GetRefDevice(), *pParaPortion->GetNode(), nTmpPos, pPort… in CreateLines()
[all …]
H A Deditdbg.cxx340 … %i\nText = '%s'", nPortion, pPPortion->GetNode()->Len(), pPPortion->IsInvalid(), ByteString( *pPP… in ShowEditEngineData()
342 SfxStyleSheet* pStyle = pPPortion->GetNode()->GetStyleSheet(); in ShowEditEngineData()
346 … DbgOutItemSet( fp, pPPortion->GetNode()->GetContentAttribs().GetItems(), sal_False, sal_False ); in ShowEditEngineData()
351 for ( z = 0; z < pPPortion->GetNode()->GetCharAttribs().Count(); z++ ) in ShowEditEngineData()
353 … EditCharAttrib* pAttr = pPPortion->GetNode()->GetCharAttribs().GetAttribs().GetObject( z ); in ShowEditEngineData()
379 aPortionStr += ByteString::CreateFromInt32( pPPortion->GetNode()->Len() ); in ShowEditEngineData()
402 if ( pPPortion->GetNode()->Len() != n ) in ShowEditEngineData()
414 …ByteString aLine( *(pPPortion->GetNode()), pLine->GetStart(), pLine->GetEnd() - pLine->GetStart(),… in ShowEditEngineData()
493 aDebStr += ByteString::CreateFromInt32( pPPortion->GetNode()->Len() ); in GetPortionInfo()
496 for ( z = 0; z < pPPortion->GetNode()->GetCharAttribs().Count(); z++ ) in GetPortionInfo()
[all …]
/AOO41X/main/sw/source/core/crsr/
H A Dtrvltbl.cxx63 const SwNode* pTableBoxStartNode = pCrsr->GetNode()->FindTableBoxStartNode(); in GoNextCell()
84 if( !aCellStt.GetNode().IsStartNode() ) in GoNextCell()
94 pCrsr->GetPoint()->nNode.GetNode(). in GoNextCell()
301 pCurCrsr->GetPoint()->nNode.GetNode().FindTableBoxStartNode(); in SelTblBox()
359 const SwTableNode* pTblNd = rIdx.GetNode().GetTableNode(); in lcl_FindNextCell()
369 SwNodes& rNds = aTmp.GetNode().GetNodes(); in lcl_FindNextCell()
370 SwCntntNode* pCNd = aTmp.GetNode().GetCntntNode(); in lcl_FindNextCell()
394 SwNode* pNd = &aTmp.GetNode(); in lcl_FindNextCell()
403 pCNd = aTmp.GetNode().GetCntntNode(); in lcl_FindNextCell()
436 const SwNode* pTableEndNode = &rIdx.GetNode(); in lcl_FindPrevCell()
[all …]
H A Dswcrsr.cxx248 const SwSectionNode* pSectNd = rPtIdx.GetNode().FindSectionNode(); in IsSelOvr()
280 if( 0 == ( pCNd = rPtIdx.GetNode().GetCntntNode() ) ) in IsSelOvr()
285 if( 0 == ( pCNd = rPtIdx.GetNode().GetCntntNode() ) ) in IsSelOvr()
342 const SwNode* pNd = &GetPoint()->nNode.GetNode(); in IsSelOvr()
372 if( pFrm && 0 != (pCNd = (SwCntntNode*)pFrm->GetNode()) ) in IsSelOvr()
416 if( (pNd = &GetMark()->nNode.GetNode())->IsCntntNode() in IsSelOvr()
428 SwTxtNode* pTxtNdAtPoint = GetPoint()->nNode.GetNode().GetTxtNode(); in IsSelOvr()
436 SwTxtNode* pTxtNdAtMark = GetMark()->nNode.GetNode().GetTxtNode(); in IsSelOvr()
474 const SwTableNode* pPtNd = GetPoint()->nNode.GetNode().FindTableNode(); in IsSelOvr()
475 const SwTableNode* pMrkNd = GetMark()->nNode.GetNode().FindTableNode(); in IsSelOvr()
[all …]
H A Dpam.cxx77 : nNode( rNodeIndex ), nContent( nNode.GetNode().GetCntntNode() ) in SwPosition()
82 : nNode( rNode ), nContent( nNode.GetNode().GetCntntNode() ) in SwPosition()
162 return nNode.GetNode().GetDoc(); in GetDoc()
394 , m_Bound2( rPos.nNode.GetNode().GetNodes() ) // default initialize in SwPaM()
429 m_Bound1.nContent.Assign( m_Bound1.nNode.GetNode().GetCntntNode(), 0 ); in SwPaM()
430 m_Bound2.nContent.Assign( m_Bound2.nNode.GetNode().GetCntntNode(), 0 ); in SwPaM()
451 m_Bound1.nContent.Assign( m_Bound1.nNode.GetNode().GetCntntNode(), 0 ); in SwPaM()
452 m_Bound2.nContent.Assign( m_Bound2.nNode.GetNode().GetCntntNode(), 0 ); in SwPaM()
464 m_pPoint->nContent.Assign( rPoint.GetNode().GetCntntNode(), nPointCntnt); in SwPaM()
465 m_pMark ->nContent.Assign( rMark .GetNode().GetCntntNode(), nMarkCntnt ); in SwPaM()
[all …]
H A Dcrsrsh.cxx223 const SwNode& rNd = pCurCrsr->GetPoint()->nNode.GetNode(); in StartAction()
395 0 != ( pTxtNd = pShellCrsr->GetNode()->GetTxtNode() ) && in LeftRight()
507 SwTxtNode * pTxtNd = _GetCrsr()->GetNode()->GetTxtNode(); in UpdateMarkedListLevel()
586 const SwTxtNode * pTxtNd = _GetCrsr()->GetNode()->GetTxtNode(); in LRMargin()
698 SwCntntNode* pCNd = rIdx.GetNode().GetCntntNode(); in lcl_IsInHeaderFooter()
730 SwTxtNode * pTxtNd = pCrsr->GetNode()->GetTxtNode(); in SetCrsr()
758 if( IsTableMode() && !pFrm && aPos.nNode.GetNode().StartOfSectionNode() == in SetCrsr()
759 pCrsr->GetPoint()->nNode.GetNode().StartOfSectionNode() ) in SetCrsr()
784 else if( aPos.nNode.GetNode().IsCntntNode() ) in SetCrsr()
787 SwFrm* pOld = ((SwCntntNode&)aPos.nNode.GetNode()).getLayoutFrm( in SetCrsr()
[all …]
/AOO41X/main/sw/source/core/doc/
H A Ddocedt.cxx220 SwCntntNode* pCNd = aPos.nNode.GetNode().GetCntntNode(); in _RestFlyInRange()
228 SwSpzFrmFmts& rFmts = *rRg.aStart.GetNode().GetDoc()->GetSpzFrmFmts(); in _SaveFlyInRange()
251 SwSpzFrmFmts& rFmts = *rPam.GetPoint()->nNode.GetNode().GetDoc()->GetSpzFrmFmts(); in _SaveFlyInRange()
257 short nSttOff = (!bMoveAllFlys && rSttNdIdx.GetNode().IsCntntNode() && in _SaveFlyInRange()
262 short nOff = ( bMoveAllFlys || ( rEndNdIdx.GetNode().IsCntntNode() && in _SaveFlyInRange()
263 pPos->nContent == rEndNdIdx.GetNode().GetCntntNode()->Len() )) in _SaveFlyInRange()
280 rInsPos < pCntntIdx->GetNode().EndOfSectionIndex() )) ) in _SaveFlyInRange()
321 SwDoc* pDoc = rMkNdIdx.GetNode().GetDoc(); in DelFlyInRange()
352 GetNode().EndOfSectionNode() )); in DelFlyInRange()
399 ? (( &rSttNd.GetNode() == pFtnNd && in lcl_SaveFtn()
[all …]
H A Ddocnum.cxx178 const SwNodePtr pSttNd = (SwNodePtr)&rPam.Start()->nNode.GetNode(); in OutlineUpDown()
179 const SwNodePtr pEndNd = (SwNodePtr)&rPam.End()->nNode.GetNode(); in OutlineUpDown()
449 SwNode* pSrch = &aSttRg.GetNode(); in MoveOutlinePara()
454 SwNode* pEndSrch = &aEndRg.GetNode(); in MoveOutlinePara()
498 while( aSttRg.GetNode().IsStartNode() ) in MoveOutlinePara()
500 pNd = aSttRg.GetNode().EndOfSectionNode(); in MoveOutlinePara()
508 while( aEndRg.GetNode().IsStartNode() ) in MoveOutlinePara()
510 while( aEndRg.GetNode().IsEndNode() ) in MoveOutlinePara()
512 pNd = aEndRg.GetNode().StartOfSectionNode(); in MoveOutlinePara()
531 while( aInsertPos.GetNode().IsStartNode() ) in MoveOutlinePara()
[all …]
H A Ddocfly.cxx174 const SwCntntNode* pNd = pPos->nNode.GetNode().GetCntntNode(); in lcl_FindAnchorLayPos()
185 nNode.GetNode().GetFlyFmt(); in lcl_FindAnchorLayPos()
252 SwTxtNode *pTxtNode = pPos->nNode.GetNode().GetTxtNode(); in SetFlyFrmAnchor()
282 SwTxtNode *pNd = pPos->nNode.GetNode().GetTxtNode(); in SetFlyFrmAnchor()
602 const SwGrfNode* pGrfNd = aIdx.GetNode().GetGrfNode(); in GetGrfNms()
693 SwPosition aPos( *((SwCntntFrm*)pNewAnchorFrm)->GetNode() ); in ChgAnchor()
713 pTxtFrm = aPos.nNode.GetNode(). in ChgAnchor()
765 SwPosition aPos( *((SwCntntFrm*)pNewAnchorFrm)->GetNode() ); in ChgAnchor()
776 *((SwCntntFrm*)pNewAnchorFrm)->GetNode(); in ChgAnchor()
787 SwTxtNode *pNd = aPos.nNode.GetNode().GetTxtNode(); in ChgAnchor()
[all …]
H A Ddocredln.cxx73 aComparePos.nNode.GetNode().GetCntntNode(), 0 ); in lcl_CheckPosition()
78 SwTxtNode* pTxtNode = pPos->nNode.GetNode().GetTxtNode(); in lcl_CheckPosition()
246 0 != ( pCNd = rPos1.nNode.GetNode().GetCntntNode() ) in IsPrevPos()
255 SwNode* pSttNode = &pStt->nNode.GetNode(); in CheckPosition()
256 SwNode* pEndNode = &pEnd->nNode.GetNode(); in CheckPosition()
332 SwTxtNode* pTxtNode = pStt->nNode.GetNode().GetTxtNode(); in AppendRedline()
349 pTxtNode = pEnd->nNode.GetNode().GetTxtNode(); in AppendRedline()
792 pEnd->nNode.GetNode().IsEndNode() ) in AppendRedline()
796 pEnd->nNode.GetNode().GetTxtNode(), 0); in AppendRedline()
1309 pPrevStt->nNode.GetNode().StartOfSectionNode() == in CompressRedlines()
[all …]
H A Dnotxtfrm.cxx278 const SwNoTxtNode* pNd = GetNode()->GetNoTxtNode(); in Paint()
302 SwNoTxtNode& rNoTNd = *(SwNoTxtNode*)GetNode(); in Paint()
411 const SwAttrSet& rAttrSet = GetNode()->GetSwAttrSet(); in GetGrfArea()
431 Size aOrigSz( ((SwNoTxtNode*)GetNode())->GetTwipSize() ); in GetGrfArea()
610 if ( &rPos.nNode.GetNode() != (SwNode*)GetNode() ) in GetCharRect()
647 SwCntntNode* pCNd = (SwCntntNode*)GetNode(); in GetCrsrOfst()
686 if( ND_GRFNODE == GetNode()->GetNodeType() ) in Modify()
689 SwGrfNode* pNd = (SwGrfNode*) GetNode(); in Modify()
719 CLEARCACHE( (SwGrfNode*) GetNode() ) in Modify()
729 CLEARCACHE( (SwGrfNode*) GetNode() ) in Modify()
[all …]
/AOO41X/main/sw/source/core/undo/
H A Dundobj.cxx115 SwNode* pNd = rPam.GetNode(); in SetPaM()
131 if( (pNd = rPam.GetNode())->IsCntntNode() ) in SetPaM()
156 : aIdx.GetNode().EndOfSectionIndex() ); in RemoveIdxFromSection()
192 SwNodeIndex aIdx( rPos.nNode.GetNode().GetNodes(), nIdx ); in RemoveIdxRel()
362 SwNoTxtNode* pCpyNd = rPaM.GetNode()->GetNoTxtNode(); in MoveToUndoNds()
372 if( pCpyNd || pEndNdIdx || !aPos.nNode.GetNode().GetCntntNode() || in MoveToUndoNds()
374 (!pStt->nNode.GetNode().GetCntntNode() || in MoveToUndoNds()
375 pStt->nNode.GetNode().GetCntntNode()->Len() == in MoveToUndoNds()
382 aPos.nNode.GetNode().GetCntntNode()->MakeEndIndex( &aPos.nContent ); in MoveToUndoNds()
399 SwTxtNode* pTxtNd = aPos.nNode.GetNode().GetTxtNode(); in MoveToUndoNds()
[all …]
H A Dunmove.cxx78 pTxtNd = rMvPos.nNode.GetNode().GetTxtNode(); in SwUndoMove()
122 SwCntntNode* pCNd = rRg.aEnd.GetNode().GetCntntNode(); in SwUndoMove()
126 if( 0 != ( pCNd = aMkPos.nNode.GetNode().GetCntntNode() )) in SwUndoMove()
164 pStt->nNode.GetNode().GetTxtNode() && in SetDestRange()
165 pEnd->nNode.GetNode().GetTxtNode(); in SetDestRange()
209 SwPaM aPam( aIdx.GetNode(), nDestSttCntnt, in UndoImpl()
218 SwCntntNode* pCNd = aPos.nNode.GetNode().GetCntntNode(); in UndoImpl()
237 if( aPam.GetNode()->IsCntntNode() ) in UndoImpl()
238 aPam.GetNode()->GetCntntNode()->ResetAllAttr(); in UndoImpl()
242 SwTxtNode* pTxtNd = aIdx.GetNode().GetTxtNode(); in UndoImpl()
[all …]
H A Dundel.cxx180 pSttTxtNd = pStt->nNode.GetNode().GetTxtNode(); in SwUndoDelete()
183 : pEnd->nNode.GetNode().GetTxtNode(); in SwUndoDelete()
239 &aRg.aEnd.GetNode() != &pDoc->GetNodes().GetEndOfContent() ) in SwUndoDelete()
241 SwNode* pNode = aRg.aEnd.GetNode().StartOfSectionNode(); in SwUndoDelete()
305 else if( !bFullPara && !aRg.aEnd.GetNode().IsCntntNode() ) in SwUndoDelete()
359 if( !rPam.GetNode()->IsCntntNode() ) in SwUndoDelete()
487 SwTxtNode * pDelTxtNd = pStt->nNode.GetNode().GetTxtNode(); in CanGrouping()
538 pMvStt->GetNode().GetNodes().Delete( *pMvStt, nNode ); in ~SwUndoDelete()
668 SwNode* pInsNd = &aIdx.GetNode(); in UndoImpl()
699 SwTxtNode* pTxtNd = aPos.nNode.GetNode().GetTxtNode(); in UndoImpl()
[all …]
/AOO41X/main/sw/source/core/edit/
H A Dedsect.cxx101 SwCntntNode *pNd = aPos.nNode.GetNode().GetCntntNode(); in GetAnySection()
205 const SwSectionNode* pSttSectNd = pStt->nNode.GetNode().FindSectionNode(), in SetSectionAttr()
206 * pEndSectNd = pEnd->nNode.GetNode().FindSectionNode(); in SetSectionAttr()
230 if( 0 != (pSttSectNd = aSIdx.GetNode().GetSectionNode()) in SetSectionAttr()
231 || ( aSIdx.GetNode().IsEndNode() && in SetSectionAttr()
232 0 != ( pSttSectNd = aSIdx.GetNode(). in SetSectionAttr()
276 ( 0 == ( pCNd = pEnd->nNode.GetNode().GetCntntNode() )) || in GetFullSelectedSectionCount()
290 if( !aSIdx.GetNode().IsSectionNode() || in GetFullSelectedSectionCount()
291 !aEIdx.GetNode().IsEndNode() || in GetFullSelectedSectionCount()
292 !aEIdx.GetNode().StartOfSectionNode()->IsSectionNode() ) in GetFullSelectedSectionCount()
[all …]
H A Deditsh.cxx134 SwNode& rNode = pTmpCrsr->GetPoint()->nNode.GetNode(); in Insert2()
255 pGrfNode = pCrsr->GetPoint()->nNode.GetNode().GetGrfNode(); in _GetGrfNode()
342 && 0 != ( pNoTxtNd = pCurrentCrsr->GetNode()->GetNoTxtNode() ) ) in GetGrfSize()
412 SwNoTxtNode *pNd = GetCrsr()->GetNode()->GetNoTxtNode(); in GetGraphicPolygon()
419 SwNoTxtNode *pNd = GetCrsr()->GetNode()->GetNoTxtNode(); in SetGraphicPolygon()
431 SwNoTxtNode *pNd = GetCrsr()->GetNode()->GetNoTxtNode(); in ClearAutomaticContour()
461 SwOLENode *pOLENode = GetCrsr()->GetNode()->GetOLENode(); in GetOLEObject()
472 while ( 0 != (pStNd = aIdx.GetNode().GetStartNode()) ) in HasOLEObj()
475 SwNode& rNd = aIdx.GetNode(); in HasOLEObj()
489 SwOLENode *pONd = GetCrsr()->GetNode()->GetOLENode(); in SetChartName()
[all …]
/AOO41X/main/sw/source/filter/rtf/
H A Drtffly.cxx100 if( nSttNd == nEndNd && nEndNd.GetNode().IsNoTxtNode() ) in IsEqualFly()
114 SwCntntNode *const pCNd = aIdx.GetNode().GetCntntNode(); in IsEqualFly()
198 pDstNd = aPos.nNode.GetNode().GetCntntNode(); in lcl_CpyBreakAttrs()
236 ASSERT( !pFlySave->nSttNd.GetNode().FindFlyStartNode(), in SetFlysInDoc()
249 SwTxtNode* pSttNd = pFlySave->nSttNd.GetNode().GetTxtNode(); in SetFlysInDoc()
250 SwTxtNode* pEndNd = pFlySave->nEndNd.GetNode().GetTxtNode(); in SetFlysInDoc()
287 SwCntntNode *const pCNd = pFlySave->nEndNd.GetNode().GetCntntNode(); in SetFlysInDoc()
307 const SwNode* pNd = &pFlySave->nSttNd.GetNode(); in SetFlysInDoc()
328 pNd = &aRg.aEnd.GetNode(); in SetFlysInDoc()
332 && (pNd->GetIndex() >= aRg.aStart.GetNode().GetIndex()) ) in SetFlysInDoc()
[all …]
/AOO41X/main/sw/source/filter/ww8/
H A Dww8glsy.cxx107 SwNodeIndex aStart( *aDocEnd.GetNode().StartOfSectionNode(), 1 ); in MakeEntries()
110 while( !( aStart.GetNode().IsStartNode() && SwNormalStartNode == in MakeEntries()
111 aStart.GetNode().GetStartNode()->GetStartNodeType()) && in MakeEntries()
126 if( 0 == ( pCNd = rIdx.GetNode().GetTxtNode() ) ) in MakeEntries()
136 rIdx = aStart.GetNode().EndOfSectionIndex() - 1; in MakeEntries()
137 if(( 0 == ( pCNd = rIdx.GetNode().GetCntntNode() ) ) in MakeEntries()
178 pCNd = aIdx.GetNode().GetCntntNode(); in MakeEntries()
184 aStart = aStart.GetNode().EndOfSectionIndex() + 1; in MakeEntries()
186 } while( aStart.GetNode().IsStartNode() && in MakeEntries()
187 SwNormalStartNode == aStart.GetNode(). in MakeEntries()
[all …]
/AOO41X/main/sw/source/core/frmedt/
H A Dfecopy.cxx108 SwTxtNode* pTxtNd = aSttIdx.GetNode().GetTxtNode(); in Copy()
363 if( (pNd = &aPos.nNode.GetNode())->IsNoTxtNode() ) in CopyDrawSel()
372 if( pCrsr->GetNode()->IsNoTxtNode() ) in CopyDrawSel()
376 *pCrsr->GetNode(), 0, rInsPt, in CopyDrawSel()
513 if( (pNd = &aPos.nNode.GetNode())->IsNoTxtNode() ) in Copy()
519 pTmp->GetNode().EndOfSectionIndex() ) in Copy()
531 if( pCrsr->GetNode()->IsNoTxtNode() ) in Copy()
534 bRet = ::lcl_SetAnchor( *pCrsr->GetPoint(), *pCrsr->GetNode(), in Copy()
610 if( !pDstPos->nNode.GetNode().IsNoTxtNode() ) in Copy()
613 else if( !pDestShell->GetCrsr()->GetNode()->IsNoTxtNode() ) in Copy()
[all …]

12345678910