Home
last modified time | relevance | path

Searched refs:pIdx (Results 1 – 25 of 54) sorted by last modified time

123

/trunk/main/sw/source/core/unocore/
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()
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 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 Dunoframe.cxx1395 if(pIdx) in setPropertyValue()
1558 if(pIdx) in setPropertyValue()
1581 if(pIdx) in setPropertyValue()
1973 if(pIdx) in getPropertyValue()
2020 if ( pIdx ) in getPropertyValue()
2045 if(pIdx) in getPropertyValue()
2073 if(pIdx) in getPropertyValue()
2124 if(pIdx) in getPropertyValue()
2424 if(pIdx) in getPropertyStates()
2488 if(pIdx) in setPropertyToDefault()
[all …]
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()
/trunk/main/sw/source/filter/ww8/
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 Dww8scan.cxx1290 sal_uInt8 *pCol, short *pIdx) const in DetermineBorderProperties()
1495 if (pIdx) in DetermineBorderProperties()
1496 *pIdx = nIdx; in DetermineBorderProperties()
H A Dww8struc.hxx269 sal_uInt8 *pCol=0, short *pIdx=0) const;
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 Dwriterhelper.cxx230 if (const SwNodeIndex* pIdx = rFmt.GetCntnt().GetCntntIdx()) in Frame() local
232 SwNodeIndex aIdx(*pIdx, 1); in Frame()
/trunk/main/sw/source/core/layout/
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()
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()
/trunk/main/sw/source/core/doc/
H A Ddoc.cxx1067 _PostItFld( const SwNodeIndex& rNdIdx, const SwTxtFld* pFld, const SwIndex* pIdx = 0 ) in _PostItFld()
1068 : _SetGetExpFld( rNdIdx, pFld, pIdx ) {} in _PostItFld()
/trunk/main/sfx2/source/inc/
H A Dtempldgi.hxx208 sal_uInt16* pIdx = NULL, const sal_uInt16* pModifier = NULL );
/trunk/main/sw/source/filter/ww8/dump/
H A Dww8scan.cxx1198 sal_uInt8 *pCol, short *pIdx) const in DetermineBorderProperties()
1404 if (pIdx) in DetermineBorderProperties()
1405 *pIdx = nIdx; in DetermineBorderProperties()
/trunk/main/sw/source/filter/rtf/
H A Drtffly.cxx74 extern SwCntntNode* GoNextNds( SwNodeIndex * pIdx, sal_Bool bChk );
/trunk/main/sw/source/filter/ascii/
H A Dwrtasc.cxx159 const SwNodeIndex* pIdx = pFmt->GetCntnt().GetCntntIdx(); in WriteStream() local
160 if( pIdx ) in WriteStream()
163 pCurPam = NewSwPaM( *pDoc, pIdx->GetIndex(), in WriteStream()
164 pIdx->GetNode().EndOfSectionIndex() ); in WriteStream()
/trunk/main/sw/source/core/undo/
H A Dunovwr.cxx424 sal_Int32* pIdx = pNew->pOffsets->getArray(); in AddChanges() local
433 *(pIdx-1) = nNewVal++; in AddChanges()
438 *pIdx++ = nNewVal; in AddChanges()
444 *pIdx++ = nNewVal++; in AddChanges()
H A Dunsort.cxx151 SwNodeIndex* pIdx = new SwNodeIndex( rDoc.GetNodes(), in UndoImpl() local
153 aIdxList.C40_INSERT(SwNodeIndex, pIdx, i ); in UndoImpl()
228 SwNodeIndex* pIdx = new SwNodeIndex( rDoc.GetNodes(), in RedoImpl() local
230 aIdxList.C40_INSERT( SwNodeIndex, pIdx, i ); in RedoImpl()
H A Dundobj.cxx956 void SwUndoSaveSection::RestoreSection( SwDoc* pDoc, SwNodeIndex* pIdx, in RestoreSection() argument
972 if( pIdx ) in RestoreSection()
973 *pIdx = *pSttNd; in RestoreSection()
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()
/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/inc/
H A Dmvsave.hxx59 const SwIndex* pIdx =0);
62 const SwIndex* pIdx =0);

Completed in 272 milliseconds

123