Home
last modified time | relevance | path

Searched refs:nHere (Results 1 – 5 of 5) sorted by relevance

/trunk/main/sw/source/core/access/
H A Daccframebase.cxx346 sal_uLong nHere = pNode->GetIndex(); in GetSelectedState() local
360 if( ( nHere >= nStartIndex ) && (nHere <= nEndIndex) ) in GetSelectedState()
364 … if( (nHere == nStartIndex) && (pIndex >= pStart->nContent.GetIndex()) || (nHere > nStartIndex) ) in GetSelectedState()
365 if( (nHere == nEndIndex) && (pIndex < pEnd->nContent.GetIndex()) || (nHere < nEndIndex) ) in GetSelectedState()
370 if( ((nHere > nStartIndex) || pStart->nContent.GetIndex() ==0 ) in GetSelectedState()
371 && (nHere < nEndIndex ) ) in GetSelectedState()
H A Daccpara.cxx238 sal_uLong nHere = pNode->GetIndex(); in GetSelection() local
252 if( ( nHere >= nStartIndex ) && in GetSelection()
259 if( nHere > nStartIndex ) in GetSelection()
295 if( nHere < nEndIndex ) in GetSelection()
3714 sal_uLong nHere = pNode->GetIndex(); in getSelectedPortionCount() local
3787 sal_uLong nHere = pNode->GetIndex(); in removeSelection() local
4093 sal_uLong nHere = pNode->GetIndex(); in GetSelectionAtIndex() local
4116 if( nHere > nStartIndex ) in GetSelectionAtIndex()
4124 DBG_ASSERT( nHere == nStartIndex, in GetSelectionAtIndex()
4152 if( nHere < nEndIndex ) in GetSelectionAtIndex()
[all …]
H A Daccmap.cxx1200 sal_uLong nHere = pNode->GetIndex(); in InvalidateShapeInParaSelection() local
1213 if( ( nHere >= nStartIndex ) && (nHere <= nEndIndex) ) in InvalidateShapeInParaSelection()
1217 … if( ( (nHere == nStartIndex) && (pIndex >= pStart->nContent.GetIndex()) || (nHere > nStartIndex) ) in InvalidateShapeInParaSelection()
1218 … &&( (nHere == nEndIndex) && (pIndex < pEnd->nContent.GetIndex()) || (nHere < nEndIndex) ) ) in InvalidateShapeInParaSelection()
1233 if( ((nHere > nStartIndex) || pStart->nContent.GetIndex() ==0 ) in InvalidateShapeInParaSelection()
1234 && (nHere < nEndIndex ) ) in InvalidateShapeInParaSelection()
/trunk/main/i18npool/source/localedata/
H A DLocaleNode.cxx822 sal_Int16 nHere = ::std::min( ((aIter != aFormatIndexSet.end() ? *aIter : in generateCode() local
826 for ( ; nNext < nHere; ++nNext) in generateCode()
840 switch (nHere) in generateCode()
/trunk/main/sc/source/filter/html/
H A Dhtmlpars.cxx574 SCCOL nHere = 0; in SetWidths() local
588 nHere = nCol; in SetWidths()
592 pWidths[nHere] = pE->nWidth - nTotal; in SetWidths()

Completed in 76 milliseconds