Home
last modified time | relevance | path

Searched refs:nArrPos (Results 1 – 8 of 8) sorted by relevance

/trunk/main/sw/source/core/crsr/
H A Dcrstrvl.cxx2045 const SwRedline* SwCrsrShell::_GotoRedline( sal_uInt16 nArrPos, sal_Bool bSelect ) in _GotoRedline() argument
2051 pFnd = GetDoc()->GetRedlineTbl()[ nArrPos ]; in _GotoRedline()
2113 const SwRedline* SwCrsrShell::GotoRedline( sal_uInt16 nArrPos, sal_Bool bSelect ) in GotoRedline() argument
2121 const SwRedline* pTmp = rTbl[ nArrPos ]; in GotoRedline()
2127 sal_uInt16 nArrSavPos = nArrPos; in GotoRedline()
2130 pTmp = _GotoRedline( nArrPos, sal_True ); in GotoRedline()
2199 ? rTbl.FindNextOfSeqNo( nArrPos ) in GotoRedline()
2200 : rTbl.FindPrevOfSeqNo( nArrPos ); in GotoRedline()
2211 nArrPos = nFndPos; in GotoRedline()
2219 pFnd = _GotoRedline( nArrPos, bSelect ); in GotoRedline()
/trunk/main/svl/source/numbers/
H A Dzforscan.cxx2613 xub_StrLen nArrPos = 0; in FinalScan() local
2673 sStrArray[iPos], nArrPos, in FinalScan()
2674 sStrArray[iPos].Len()-nArrPos ) ); in FinalScan()
2681 sStrArray[iPos].Replace( nArrPos+nCPos, in FinalScan()
2688 nArrPos = sStrArray[iPos].Len(); in FinalScan()
2690 nArrPos = sStrArray[iPos].Len() + sStrArray[i].Len(); in FinalScan()
2706 sStrArray[iPos], nArrPos, in FinalScan()
2707 sStrArray[iPos].Len()-nArrPos ) ); in FinalScan()
2714 sStrArray[iPos].Replace( nArrPos+nCPos, in FinalScan()
/trunk/main/sw/source/core/layout/
H A Dflypos.cxx51 sal_uInt16 nArrPos ) in SwPosFlyFrm() argument
87 nOrdNum += nArrPos; in SwPosFlyFrm()
/trunk/main/sw/source/ui/inc/
H A Dcontent.hxx68 sal_uInt16 nArrPos, in SwOutlineContent() argument
73 nOutlinePos(nArrPos), nOutlineLevel(nLevel), bIsMoveable(bMove) {} in SwOutlineContent()
/trunk/main/sw/source/core/edit/
H A Dednumber.cxx110 SwPaM& SwPamRanges::SetPam( sal_uInt16 nArrPos, SwPaM& rPam ) in SetPam() argument
112 ASSERT_ID( nArrPos < Count(), ERR_VAR_IDX ); in SetPam()
113 const SwPamRange& rTmp = *(GetData() + nArrPos ); in SetPam()
/trunk/main/sw/inc/
H A Dflypos.hxx40 SwPosFlyFrm( const SwNodeIndex& , const SwFrmFmt*, sal_uInt16 nArrPos );
H A Dedimp.hxx70 SwPaM& SetPam( sal_uInt16 nArrPos, SwPaM& rPam );
H A Dcrsrsh.hxx284 SW_DLLPRIVATE const SwRedline* _GotoRedline( sal_uInt16 nArrPos, sal_Bool bSelect );
869 const SwRedline* GotoRedline( sal_uInt16 nArrPos, sal_Bool bSelect = sal_False );

Completed in 73 milliseconds