Lines Matching refs:sal_Int32

56     sal_Int32 Signum (const sal_Int32 nValue)  in Signum()
180 sal_Int32 nCharacterCount (0); in SetText()
212 sal_Int32 nCharacterCount (0); in SetText()
320 const sal_Int32 nDistance, in MoveCaret()
334 sal_Int32 nParagraphIndex (mpCaret->GetParagraphIndex()); in MoveCaret()
335 sal_Int32 nCharacterIndex (mpCaret->GetCharacterIndex()); in MoveCaret()
345 sal_Int32 nRemainingDistance (nDistance); in MoveCaret()
351 const sal_Int32 nDelta (Signum(nDistance)); in MoveCaret()
421 const sal_Int32 nAdditionalLeftBorder (10); in Paint()
422 const sal_Int32 nAdditionalRightBorder (5); in Paint()
425 const sal_Int32 nClipLeft (::std::max( in Paint()
427 const sal_Int32 nClipTop (::std::max( in Paint()
429 const sal_Int32 nClipRight (::std::min( in Paint()
431 const sal_Int32 nClipBottom (::std::min( in Paint()
477 for (sal_Int32 nParagraphIndex(0), nParagraphCount(GetParagraphCount()); in Paint()
484 for (sal_Int32 nCharacterIndex(0),nCharacterCount(pParagraph->GetCharacterCount()); in Paint()
521 sal_Int32 PresenterTextView::GetCharacterOffset (const sal_Int32 nParagraphIndex) const in GetCharacterOffset()
523 sal_Int32 nCharacterOffset (0); in GetCharacterOffset()
524 for (sal_Int32 nIndex=0; nIndex<nParagraphIndex; ++nIndex) in GetCharacterOffset()
533 sal_Int32 nParagraphIndex, in GetCaretBounds()
534 const sal_Int32 nCharacterIndex) const in GetCaretBounds()
579 sal_Int32 PresenterTextView::GetParagraphCount (void) const in GetParagraphCount()
588 const sal_Int32 nParagraphIndex) const in GetParagraph()
592 else if (nParagraphIndex>=sal_Int32(maParagraphs.size())) in GetParagraph()
604 const sal_Int32 nParagraphIndex, in PresenterTextParagraph()
664 const sal_Int32 nParagraphIndex, in PresenterTextParagraph()
714 for (sal_Int32 nIndex=0,nCount=maLines.size(); in Paint()
723 for (sal_Int32 nIndex=0,nCount=maLines.size(); in Paint()
766 sal_Int32 nPosition (0); in Format()
815 sal_Int32 PresenterTextParagraph::GetWordBoundary( in GetWordBoundary()
816 const sal_Int32 nLocalCharacterIndex, in GetWordBoundary()
817 const sal_Int32 nDistance) in GetWordBoundary()
830 sal_Int32 nIndex (0); in GetWordBoundary()
831 for (sal_Int32 nCount (maWordBoundaries.size()); nIndex<nCount; ++nIndex) in GetWordBoundary()
858 sal_Int32 PresenterTextParagraph::GetCaretPosition (void) const in GetCaretPosition()
869 void PresenterTextParagraph::SetCaretPosition (const sal_Int32 nPosition) const in SetCaretPosition()
890 sal_Int32(mnXOrigin), in GetRelativeLocation()
891 sal_Int32(mnYOrigin + mnVerticalOffset)); in GetRelativeLocation()
900 sal_Int32(mnWidth), in GetSize()
901 sal_Int32(GetTotalTextHeight())); in GetSize()
910 const sal_Int32 nWordBoundary, in AddWord()
913 sal_Int32 nLineStart (0); in AddWord()
914 sal_Int32 nLineEnd (0); in AddWord()
958 sal_Int32 nCellIndex (aLine.mnLineStartCellIndex); in AddLine()
960 for ( ; nCellIndex<sal_Int32(maCells.size()); ++nCellIndex) in AddLine()
978 sal_Int32 PresenterTextParagraph::GetParagraphIndex (void) const in GetParagraphIndex()
994 sal_Int32 PresenterTextParagraph::GetCharacterOffset (void) const in GetCharacterOffset()
1002 void PresenterTextParagraph::SetCharacterOffset (const sal_Int32 nCharacterOffset) in SetCharacterOffset()
1010 sal_Int32 PresenterTextParagraph::GetCharacterCount (void) const in GetCharacterCount()
1019 const sal_Int32 nGlobalCharacterIndex) const in GetCharacter()
1044 const sal_Int32 nOffset, in GetTextSegment()
1045 const sal_Int32 nIndex, in GetTextSegment()
1059 const sal_Int32 nStart (mxBreakIterator->beginOfSentence( in GetTextSegment()
1061 const sal_Int32 nEnd (mxBreakIterator->endOfSentence( in GetTextSegment()
1112 const sal_Int32 nOffset, in GetWordTextSegment()
1113 const sal_Int32 nIndex) const in GetWordTextSegment()
1115 sal_Int32 nCurrentOffset (nOffset); in GetWordTextSegment()
1116 sal_Int32 nCurrentIndex (nIndex); in GetWordTextSegment()
1160 sal_Int32 nStartIndex, in CreateTextSegment()
1161 sal_Int32 nEndIndex) const in CreateTextSegment()
1179 sal_Int32 nGlobalCharacterIndex, in GetCharacterBounds()
1184 sal_Int32 nFirstCharacterIndex (0); in GetCharacterBounds()
1185 sal_Int32 nEndCharacterIndex (0); in GetCharacterBounds()
1189 for (sal_Int32 nLineIndex=0,nLineCount=maLines.size(); in GetCharacterBounds()
1202 const sal_Int32 nCellIndex (nGlobalCharacterIndex - rLine.mnLineStartCharacterIndex); in GetCharacterBounds()
1235 const sal_Int32 nX1 = sal_Int32(floor(nLeft)); in GetCharacterBounds()
1236 const sal_Int32 nY1 = sal_Int32(floor(nTop)); in GetCharacterBounds()
1237 const sal_Int32 nX2 = sal_Int32(ceil(nRight)); in GetCharacterBounds()
1238 const sal_Int32 nY2 = sal_Int32(ceil(nBottom)); in GetCharacterBounds()
1246 return awt::Rectangle(sal_Int32(nX+0.5), sal_Int32(nY+0.5), 0, 0); in GetCharacterBounds()
1252 sal_Int32 PresenterTextParagraph::GetIndexAtPoint (const awt::Point& rPoint) const in GetIndexAtPoint()
1264 sal_Int32 nPosition (0); in GetTextDirection()
1265 sal_Int32 nTextLength (msParagraphText.getLength()); in GetTextDirection()
1328 sal_Int32 nPosition (0); in SetupCellArray()
1329 sal_Int32 nIndex (0); in SetupCellArray()
1330 const sal_Int32 nTextLength (msParagraphText.getLength()); in SetupCellArray()
1334 const sal_Int32 nNewPosition (mxBreakIterator->nextCharacters( in SetupCellArray()
1362 …const ::boost::function<css::awt::Rectangle(const sal_Int32,const sal_Int32)>& rCharacterBoundsAcc… in PresenterTextCaret()
1417 sal_Int32 PresenterTextCaret::GetParagraphIndex (void) const in GetParagraphIndex()
1425 sal_Int32 PresenterTextCaret::GetCharacterIndex (void) const in GetCharacterIndex()
1434 const sal_Int32 nParagraphIndex, in SetPosition()
1435 const sal_Int32 nCharacterIndex) in SetPosition()
1443 const sal_Int32 nOldParagraphIndex (mnParagraphIndex); in SetPosition()
1444 const sal_Int32 nOldCharacterIndex (mnCharacterIndex); in SetPosition()
1478 const ::boost::function<void(sal_Int32,sal_Int32,sal_Int32,sal_Int32)>& rBroadcaster) in SetCaretMotionBroadcaster() argument
1510 const sal_Int32 nCharacterIndex, in Cell()
1511 const sal_Int32 nCharacterCount, in Cell()
1525 const sal_Int32 nLineStartCharacterIndex, in Line()
1526 const sal_Int32 nLineEndCharacterIndex) in Line()
1539 sal_Int32 PresenterTextParagraph::Line::GetLength (void) const in GetLength()