Home
last modified time | relevance | path

Searched defs:pIdx (Results 1 – 25 of 42) sorted by relevance

12

/trunk/main/basic/source/sbx/
H A Dsbxarray.cxx709 sal_uInt32 SbxDimArray::Offset32( const sal_Int32* pIdx ) in Offset32()
728 sal_uInt16 SbxDimArray::Offset( const short* pIdx ) in Offset()
747 SbxVariableRef& SbxDimArray::GetRef( const short* pIdx ) in GetRef()
752 SbxVariable* SbxDimArray::Get( const short* pIdx ) in Get()
757 void SbxDimArray::Put( SbxVariable* p, const short* pIdx ) in Put()
762 SbxVariableRef& SbxDimArray::GetRef32( const sal_Int32* pIdx ) in GetRef32()
767 SbxVariable* SbxDimArray::Get32( const sal_Int32* pIdx ) in Get32()
772 void SbxDimArray::Put32( SbxVariable* p, const sal_Int32* pIdx ) in Put32()
/trunk/main/sw/source/filter/ascii/
H A Dwrtasc.cxx159 const SwNodeIndex* pIdx = pFmt->GetCntnt().GetCntntIdx(); in WriteStream() local
/trunk/main/sw/source/core/undo/
H A Dunsort.cxx151 SwNodeIndex* pIdx = new SwNodeIndex( rDoc.GetNodes(), in UndoImpl() local
228 SwNodeIndex* pIdx = new SwNodeIndex( rDoc.GetNodes(), in RedoImpl() local
H A Dunovwr.cxx424 sal_Int32* pIdx = pNew->pOffsets->getArray(); in AddChanges() local
H A Dundobj1.cxx430 SwNodeIndex* pIdx = GetMvSttIdx(); in GetRewriter() local
/trunk/main/sw/source/core/docnode/
H A Dsection.cxx678 const SwNodeIndex* pIdx = GetCntnt( sal_False ).GetCntntIdx(); in ~SwSectionFmt() local
727 const SwNodeIndex* pIdx = GetCntnt(sal_False).GetCntntIdx(); in DelFrms() local
773 const SwNodeIndex* pIdx = GetCntnt(sal_False).GetCntntIdx(); in MakeFrms() local
977 const SwNodeIndex* pIdx; in GetChildSections() local
1016 const SwNodeIndex* pIdx = GetCntnt(sal_False).GetCntntIdx(); in IsInNodesArr() local
1112 const SwNodeIndex* pIdx = GetCntnt(sal_False).GetCntntIdx(); in GetSectionNode() local
1150 SwNodeIndex const*const pIdx = GetCntnt(sal_False).GetCntntIdx(); in IsInContent() local
H A Dnode2lay.cxx76 SwNode* GoNextWithFrm(const SwNodes& rNodes, SwNodeIndex *pIdx) in GoNextWithFrm()
108 SwNode* GoPreviousWithFrm(SwNodeIndex *pIdx) in GoPreviousWithFrm()
H A Dndsect.cxx528 const SwNodeIndex* pIdx = pFmt->GetCntnt( sal_False ).GetCntntIdx(); in DelSectionFmt() local
663 const SwNodeIndex* pIdx = 0; in UpdateSection() local
H A Dnode.cxx609 const SwNodeIndex* pIdx = pFrmFmt->GetCntnt(). in FindPageDesc() local
1222 sal_Bool SwCntntNode::GoNext(SwIndex * pIdx, sal_uInt16 nMode ) const in GoNext()
1270 sal_Bool SwCntntNode::GoPrevious(SwIndex * pIdx, sal_uInt16 nMode ) const in GoPrevious()
H A Dnodes.cxx2240 SwCntntNode* SwNodes::GoNextSection( SwNodeIndex * pIdx, in GoNextSection()
2293 SwCntntNode* SwNodes::GoPrevSection( SwNodeIndex * pIdx, in GoPrevSection()
/trunk/main/sw/source/core/bastyp/
H A Dindex.cxx59 const SwIndex* pIdx = pFirst, *pPrev = 0; in ChkArr() local
619 SwIndex* pIdx = (SwIndex*)pFirst, *pNext; in MoveTo() local
/trunk/main/sw/source/core/inc/
H A Dacorrect.hxx54 SwNodeIndex* pIdx; member in SwAutoCorrDoc
/trunk/main/sw/source/core/doc/
H A Ddocdde.cxx111 const SwNodeIndex* pIdx; in lcl_FindSection() local
332 SwNodeIndex* pIdx; in SelectServerObj() local
H A Ddocbm.cxx67 …atic bool lcl_GreaterThan( const SwPosition& rPos, const SwNodeIndex& rNdIdx, const SwIndex* pIdx ) in lcl_GreaterThan()
76 static bool lcl_Lower( const SwPosition& rPos, const SwNodeIndex& rNdIdx, const SwIndex* pIdx ) in lcl_Lower()
1168 …ic inline int lcl_Greater( const SwPosition& rPos, const SwNodeIndex& rNdIdx, const SwIndex* pIdx ) in lcl_Greater()
1223 const SwIndex* pIdx) in SaveBookmark()
1273 const SwIndex* pIdx) in SetInDoc()
H A Ddocfly.cxx80 const SwNodeIndex* pIdx; in GetFlyCount() local
122 const SwNodeIndex* pIdx; in GetFlyNum() local
H A Ddoclay.cxx2087 const SwNodeIndex* pIdx; in FindFlyByName() local
2114 const SwNodeIndex* pIdx = rFmt.GetCntnt().GetCntntIdx(); in SetFlyName() local
2180 const SwNodeIndex* pIdx; in SetAllUniqueFlyNames() local
2264 const SwNodeIndex* pIdx = pFmt->GetCntnt().GetCntntIdx(); in IsInHeaderFooter() local
H A Ddocfld.cxx761 const SwIndex* pIdx ) in _SetGetExpFld()
775 const SwTxtINetFmt& rINet, const SwIndex* pIdx ) in _SetGetExpFld()
833 const SwIndex* pIdx ) in _SetGetExpFld()
H A Ddocredln.cxx2377 SwNodeIndex* pIdx = &rPam.GetMark()->nNode; in SelNextRedline() local
2496 SwNodeIndex* pIdx = &rPam.GetMark()->nNode; in SelPrevRedline() local
3703 void SwRedline::SetContentIdx( const SwNodeIndex* pIdx ) in SetContentIdx()
/trunk/main/sw/inc/
H A Dnode.hxx420 void MakeStartIndex( SwIndex * pIdx ) { pIdx->Assign( this, 0 ); } in MakeStartIndex()
421 void MakeEndIndex( SwIndex * pIdx ) { pIdx->Assign( this, Len() ); } in MakeEndIndex()
/trunk/main/connectivity/source/inc/ado/
H A DACollection.hxx174 SimT* pIdx = NULL; in getElementNames() local
/trunk/main/sw/source/core/crsr/
H A Dpam.cxx332 sal_Bool GoNext(SwNode* pNd, SwIndex * pIdx, sal_uInt16 nMode ) in GoNext()
340 sal_Bool GoPrevious( SwNode* pNd, SwIndex * pIdx, sal_uInt16 nMode ) in GoPrevious()
348 SwCntntNode* GoNextNds( SwNodeIndex* pIdx, sal_Bool bChk ) in GoNextNds()
364 SwCntntNode* GoPreviousNds( SwNodeIndex * pIdx, sal_Bool bChk ) in GoPreviousNds()
H A Dtrvlreg.cxx258 const SwNodeIndex* pIdx; in GotoRegion() local
/trunk/main/sw/source/core/unocore/
H A Dunoframe.cxx1394 const :: SwNodeIndex* pIdx = pFmt->GetCntnt().GetCntntIdx(); in setPropertyValue() local
1557 const :: SwNodeIndex* pIdx = pFmt->GetCntnt().GetCntntIdx(); in setPropertyValue() local
1580 const :: SwNodeIndex* pIdx = pFmt->GetCntnt().GetCntntIdx(); in setPropertyValue() local
1972 const SwNodeIndex* pIdx = pFmt->GetCntnt().GetCntntIdx(); in getPropertyValue() local
2019 const SwNodeIndex* pIdx = pFmt->GetCntnt().GetCntntIdx(); in getPropertyValue() local
2043 const SwNodeIndex* pIdx = pFmt->GetCntnt().GetCntntIdx(); in getPropertyValue() local
2072 const SwNodeIndex* pIdx = pFmt->GetCntnt().GetCntntIdx(); in getPropertyValue() local
2123 const SwNodeIndex* pIdx = pFmt->GetCntnt().GetCntntIdx(); in getPropertyValue() local
2423 const SwNodeIndex* pIdx = pFmt->GetCntnt().GetCntntIdx(); in getPropertyStates() local
2487 const SwNodeIndex* pIdx = pFmt->GetCntnt().GetCntntIdx(); in setPropertyToDefault() local
[all …]
/trunk/main/sw/source/core/edit/
H A Dedattr.cxx298 SwNodeIndex* pIdx = pTxtFtn->GetStartNode(); in GetSeqFtnList() local
/trunk/main/sw/source/core/fields/
H A Dreffld.cxx875 SwNodeIndex* pIdx = pFtnIdx->GetStartNode(); in FindAnchor() local

Completed in 241 milliseconds

12