Home
last modified time | relevance | path

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

/aoo41x/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()
3710 sal_uLong nHere = pNode->GetIndex(); in getSelectedPortionCount() local
3783 sal_uLong nHere = pNode->GetIndex(); in removeSelection() local
4088 sal_uLong nHere = pNode->GetIndex(); in GetSelectionAtIndex() local
4111 if( nHere > nStartIndex ) in GetSelectionAtIndex()
4119 DBG_ASSERT( nHere == nStartIndex, in GetSelectionAtIndex()
4147 if( nHere < nEndIndex ) in GetSelectionAtIndex()
[all …]
H A Daccmap.cxx1209 sal_uLong nHere = pNode->GetIndex(); in InvalidateShapeInParaSelection() local
1222 if( ( nHere >= nStartIndex ) && (nHere <= nEndIndex) ) in InvalidateShapeInParaSelection()
1226 … if( ( (nHere == nStartIndex) && (pIndex >= pStart->nContent.GetIndex()) || (nHere > nStartIndex) ) in InvalidateShapeInParaSelection()
1227 … &&( (nHere == nEndIndex) && (pIndex < pEnd->nContent.GetIndex()) || (nHere < nEndIndex) ) ) in InvalidateShapeInParaSelection()
1242 if( ((nHere > nStartIndex) || pStart->nContent.GetIndex() ==0 ) in InvalidateShapeInParaSelection()
1243 && (nHere < nEndIndex ) ) in InvalidateShapeInParaSelection()
/aoo41x/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()
/aoo41x/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 71 milliseconds