Searched refs:nSearchPos (Results 1 – 6 of 6) sorted by relevance
/aoo42x/main/sw/source/core/text/ |
H A D | txttab.cxx | 56 const SvxTabStop *SwLineInfo::GetTabStop( const SwTwips nSearchPos, in GetTabStop() argument 65 if( rTabStop.GetTabPos() > nSearchPos ) in GetTabStop() 158 const SwTwips nSearchPos = bRTL ? in NewTabPortion() local 168 const SvxTabStop* pTabStop = aLineInf.GetTabStop( nSearchPos, nMyRight ); in NewTabPortion() 175 if(!bTabsRelativeToIndent && eAdj == SVX_TAB_ADJUST_DEFAULT && nSearchPos < 0) in NewTabPortion() 178 nNextPos = ( nSearchPos / nNextPos ) * nNextPos; in NewTabPortion() 195 SwTwips nCount = nSearchPos; in NewTabPortion() 202 nNextPos = ( nCount < 0 || ( !nCount && nSearchPos <= 0 ) ) in NewTabPortion()
|
H A D | inftxt.hxx | 116 const SvxTabStop *GetTabStop( const SwTwips nSearchPos,
|
/aoo42x/main/oox/source/xls/ |
H A D | worksheethelper.cxx | 610 …al_Int32 nBegAddr, sal_Int32 nEndAddr, sal_Int32 nBegPos, sal_Int32 nEndPos, sal_Int32 nSearchPos ) in lclGetMidAddr() argument 613 …t< sal_Int32 >( static_cast< sal_Int64 >( nEndAddr - nBegAddr - 2 ) * (nSearchPos - nBegPos) / (nE… in lclGetMidAddr() 617 sal_Int32 nBegPos, sal_Int32 nEndPos, sal_Int32 nSearchPos ) in lclPrepareInterval() argument 620 if( nSearchPos <= nBegPos ) in lclPrepareInterval() 627 if( (nSearchPos >= nEndPos) || (nBegAddr + 1 >= nEndAddr) ) in lclPrepareInterval() 635 rnMidAddr = lclGetMidAddr( nBegAddr, nEndAddr, nBegPos, nEndPos, nSearchPos ); in lclPrepareInterval() 640 sal_Int32& rnBegPos, sal_Int32 nMidPos, sal_Int32& rnEndPos, sal_Int32 nSearchPos ) in lclUpdateInterval() argument 643 if( nSearchPos < nMidPos ) in lclUpdateInterval() 651 rnMidAddr = lclGetMidAddr( rnBegAddr, rnEndAddr, rnBegPos, rnEndPos, nSearchPos ); in lclUpdateInterval() 656 if( nSearchPos > nMidPos ) in lclUpdateInterval() [all …]
|
/aoo42x/main/sc/source/core/data/ |
H A D | olinetab.cxx | 156 void ScOutlineArray::FindEntry( SCCOLROW nSearchPos, sal_uInt16& rFindLevel, sal_uInt16& rFindIndex, in FindEntry() argument 171 if ( pEntry->GetStart() <= nSearchPos && pEntry->GetEnd() >= nSearchPos ) in FindEntry()
|
/aoo42x/main/sc/source/filter/excel/ |
H A D | xestyle.cxx | 2491 else for( size_t nSearchPos = nSearchStart, nSearchEnd = maSortedXFList.GetSize(); in Finalize() local 2492 … (nSearchPos < nSearchEnd) && (nFoundIndex == EXC_XF_NOTFOUND); ++nSearchPos ) in Finalize() 2494 if( maSortedXFList.GetRecord( nSearchPos )->Equals( *xXF ) ) in Finalize() 2495 nFoundIndex = static_cast< sal_uInt16 >( nSearchPos ); in Finalize()
|
/aoo42x/main/sc/inc/ |
H A D | olinetab.hxx | 85 …void FindEntry( SCCOLROW nSearchPos, sal_uInt16& rFindLevel, sal_uInt16& rFindI…
|
Completed in 52 milliseconds