Searched refs:nHere (Results 1 – 5 of 5) sorted by relevance
346 sal_uLong nHere = pNode->GetIndex(); in GetSelectedState() local360 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()
238 sal_uLong nHere = pNode->GetIndex(); in GetSelection() local252 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() local3787 sal_uLong nHere = pNode->GetIndex(); in removeSelection() local4093 sal_uLong nHere = pNode->GetIndex(); in GetSelectionAtIndex() local4116 if( nHere > nStartIndex ) in GetSelectionAtIndex()4124 DBG_ASSERT( nHere == nStartIndex, in GetSelectionAtIndex()4152 if( nHere < nEndIndex ) in GetSelectionAtIndex()[all …]
1200 sal_uLong nHere = pNode->GetIndex(); in InvalidateShapeInParaSelection() local1213 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()
822 sal_Int16 nHere = ::std::min( ((aIter != aFormatIndexSet.end() ? *aIter : in generateCode() local826 for ( ; nNext < nHere; ++nNext) in generateCode()840 switch (nHere) in generateCode()
574 SCCOL nHere = 0; in SetWidths() local588 nHere = nCol; in SetWidths()592 pWidths[nHere] = pE->nWidth - nTotal; in SetWidths()
Completed in 116 milliseconds