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()3710 sal_uLong nHere = pNode->GetIndex(); in getSelectedPortionCount() local3783 sal_uLong nHere = pNode->GetIndex(); in removeSelection() local4089 sal_uLong nHere = pNode->GetIndex(); in GetSelectionAtIndex() local4112 if( nHere > nStartIndex ) in GetSelectionAtIndex()4120 DBG_ASSERT( nHere == nStartIndex, in GetSelectionAtIndex()4148 if( nHere < nEndIndex ) in GetSelectionAtIndex()[all …]
1209 sal_uLong nHere = pNode->GetIndex(); in InvalidateShapeInParaSelection() local1222 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()
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 185 milliseconds