Home
last modified time | relevance | path

Searched refs:pIdx (Results 26 – 50 of 54) sorted by relevance

123

/trunk/main/sw/source/core/inc/
H A Dmvsave.hxx59 const SwIndex* pIdx =0);
62 const SwIndex* pIdx =0);
H A Dacorrect.hxx54 SwNodeIndex* pIdx; member in SwAutoCorrDoc
/trunk/main/sw/source/core/edit/
H A Dedattr.cxx298 SwNodeIndex* pIdx = pTxtFtn->GetStartNode(); in GetSeqFtnList() local
299 if( pIdx ) in GetSeqFtnList()
301 SwNodeIndex aIdx( *pIdx, 1 ); in GetSeqFtnList()
/trunk/main/sw/source/core/undo/
H A Dundobj1.cxx430 SwNodeIndex* pIdx = GetMvSttIdx(); in GetRewriter() local
431 if( 1 == GetMvNodeCnt() && pIdx) in GetRewriter()
433 SwNode *const pNd = & pIdx->GetNode(); in GetRewriter()
H A Dunins.cxx171 SwIndex* pIdx; in CanGrouping() local
175 if( pIReg == (pIdx = &pRedl->End()->nContent)->GetIdxReg() && in CanGrouping()
176 nCntnt == pIdx->GetIndex() ) in CanGrouping()
H A Dundobj.cxx956 void SwUndoSaveSection::RestoreSection( SwDoc* pDoc, SwNodeIndex* pIdx, in RestoreSection() argument
972 if( pIdx ) in RestoreSection()
973 *pIdx = *pSttNd; in RestoreSection()
/trunk/main/sw/source/core/unocore/
H A Dunosect.cxx473 const SwNodeIndex* pIdx; in getAnchor() local
475 0 != ( pIdx = pSectFmt->GetCntnt().GetCntntIdx() ) && in getAnchor()
476 pIdx->GetNode().GetNodes().IsDocNodes() ) in getAnchor()
478 SwPaM aPaM(*pIdx); in getAnchor()
481 const SwEndNode* pEndNode = pIdx->GetNode().EndOfSectionNode(); in getAnchor()
H A Dunocoll.cxx871 const SwNodeIndex* pIdx = pFmt->GetCntnt().GetCntntIdx(); in SwXFrameEnumeration() local
872 if(!pIdx || !pIdx->GetNodes().IsDocNodes()) in SwXFrameEnumeration()
874 const SwNode* pNd = pDoc->GetNodes()[ pIdx->GetIndex() + 1 ]; in SwXFrameEnumeration()
H A Dunoidx.cxx1421 SwNodeIndex const*const pIdx( pSectionFmt->GetCntnt().GetCntntIdx() ); in getAnchor() local
1422 if (pIdx && pIdx->GetNode().GetNodes().IsDocNodes()) in getAnchor()
1424 SwPaM aPaM(*pIdx); in getAnchor()
1427 aPaM.GetPoint()->nNode = *pIdx->GetNode().EndOfSectionNode(); in getAnchor()
H A Dunoobj2.cxx1826 const SwNodeIndex* pIdx = pFormat->GetCntnt().GetCntntIdx(); in lcl_CreateNextObject() local
1827 DBG_ASSERT(pIdx, "where is the index?"); in lcl_CreateNextObject()
1829 i_rUnoCrsr.GetDoc()->GetNodes()[ pIdx->GetIndex() + 1 ]; in lcl_CreateNextObject()
H A Dunodraw.cxx348 const SwNodeIndex* pIdx; in _CreateShape() local
350 && 0 != ( pIdx = pFlyFmt->GetCntnt().GetCntntIdx() ) in _CreateShape()
351 && pIdx->GetNodes().IsDocNodes() in _CreateShape()
354 const SwNode* pNd = pDoc->GetNodes()[ pIdx->GetIndex() + 1 ]; in _CreateShape()
/trunk/main/sw/source/core/fields/
H A Dreffld.cxx875 SwNodeIndex* pIdx = pFtnIdx->GetStartNode(); in FindAnchor() local
876 if( pIdx ) in FindAnchor()
878 SwNodeIndex aIdx( *pIdx, 1 ); in FindAnchor()
/trunk/main/sw/source/core/layout/
H A Datrfrm.cxx610 void SwFmtCntnt::SetNewCntntIdx( const SwNodeIndex *pIdx ) in SetNewCntntIdx() argument
613 pStartNode = pIdx ? new SwNodeIndex( *pIdx ) : 0; in SetNewCntntIdx()
2719 const SwNodeIndex* pIdx = pFmt->GetCntnt().GetCntntIdx(); in IsLowerOf() local
2720 if( pIdx && pFlyNd == &pIdx->GetNode() ) in IsLowerOf()
H A Dfrmtool.cxx977 SwNodeIndex *pIdx = 0; in ~SwCntntNotify() local
989 if ( !pIdx ) in ~SwCntntNotify()
991 pIdx = new SwNodeIndex( *pCnt->GetNode() ); in ~SwCntntNotify()
993 if ( rAnch.GetCntntAnchor()->nNode == *pIdx ) in ~SwCntntNotify()
1010 delete pIdx; in ~SwCntntNotify()
/trunk/main/sw/inc/
H A Dfmtcntnt.hxx52 void SetNewCntntIdx( const SwNodeIndex *pIdx );
H A Dundobj.hxx204 void RestoreSection( SwDoc* pDoc, SwNodeIndex* pIdx, sal_uInt16 nSectType );
/trunk/main/sw/source/filter/ww8/
H A Dwriterhelper.cxx230 if (const SwNodeIndex* pIdx = rFmt.GetCntnt().GetCntntIdx()) in Frame() local
232 SwNodeIndex aIdx(*pIdx, 1); in Frame()
H A Dwrtw8sty.cxx2084 const SwNodeIndex* pIdx = pFtn->GetTxtFtn()->GetStartNode(); in WriteGenericTxt() local
2085 ASSERT( pIdx, "wo ist der StartNode der Fuss-/EndNote?" ); in WriteGenericTxt()
2086 rWrt.WriteSpecialText( pIdx->GetIndex() + 1, in WriteGenericTxt()
2087 pIdx->GetNode().EndOfSectionIndex(), in WriteGenericTxt()
H A Dww8graf.cxx2120 const SwNodeIndex* pIdx = pFlyFmt->GetCntnt(false).GetCntntIdx(); in SetAttributesAtGrfNode() local
2122 if( pIdx && 0 != (pGrfNd = rDoc.GetNodes()[pIdx->GetIndex() + 1]->GetGrfNode() )) in SetAttributesAtGrfNode()
H A Dww8struc.hxx269 sal_uInt8 *pCol=0, short *pIdx=0) const;
/trunk/main/sw/source/core/txtnode/
H A Dndtxt.cxx1064 SwIndex * pIdx; in Update() local
1068 pIdx = &pRedl->GetBound( false ).nContent; in Update()
1073 pIdx = &pRedl->GetBound( true ).nContent; in Update()
1075 pIdx->Assign( &aTmpIdxReg, pIdx->GetIndex() ); in Update()
/trunk/main/sw/source/core/frmedt/
H A Dfefly1.cxx1589 const SwNodeIndex* pIdx = pFmt->GetCntnt( sal_False ).GetCntntIdx(); in WizzardGetFly() local
1591 if( pIdx && in WizzardGetFly()
1592 0 != ( pSttNd = pIdx->GetNode().GetStartNode() ) && in WizzardGetFly()
/trunk/main/sfx2/source/inc/
H A Dtempldgi.hxx208 sal_uInt16* pIdx = NULL, const sal_uInt16* pModifier = NULL );
/trunk/main/sw/source/core/docnode/
H A Dndtbl.cxx638 const sal_uInt16* pIdx = aPropagateItems; in InsertTable() local
639 while ( *pIdx != 0 ) in InsertTable()
641 if ( SFX_ITEM_SET != pTmpNd->GetSwAttrSet().GetItemState( *pIdx ) && in InsertTable()
642 SFX_ITEM_SET == pAttrSet->GetItemState( *pIdx, sal_True, &pItem ) ) in InsertTable()
644 ++pIdx; in InsertTable()
/trunk/main/sfx2/source/dialog/
H A Dtempldlg.cxx1825 sal_uInt16 nMask, sal_uInt16 *pIdx, const sal_uInt16* pModifier) in Execute_Impl() argument
1898 if ( ( pTupel->nFlags & nFilterFlags ) == nFilterFlags && pIdx ) in Execute_Impl()
1899 *pIdx = i; in Execute_Impl()

Completed in 300 milliseconds

123