Lines Matching refs:sal_Int32

95 	void NotifyCurrentSlideChange (const sal_Int32 nCurrentSlideIndex);
120 virtual sal_Int32 SAL_CALL getAccessibleChildCount (void)
124 getAccessibleChild (sal_Int32 nIndex)
130 virtual sal_Int32 SAL_CALL getAccessibleIndexInParent (void)
181 virtual sal_Int32 SAL_CALL getForeground (void)
184 virtual sal_Int32 SAL_CALL getBackground (void)
267 AccessibleStateSet (const sal_Int32 nStateSet);
287 const sal_Int32 mnStateSet;
316 virtual sal_Int32 SAL_CALL getRelationCount (void)
319 virtual AccessibleRelation SAL_CALL getRelation (sal_Int32 nIndex)
356 const sal_Int32 nParagraphIndex);
370 virtual sal_Int32 SAL_CALL getCaretPosition (void)
373 virtual sal_Bool SAL_CALL setCaretPosition (sal_Int32 nIndex)
376 virtual sal_Unicode SAL_CALL getCharacter (sal_Int32 nIndex)
381 ::sal_Int32 nIndex,
385 virtual css::awt::Rectangle SAL_CALL getCharacterBounds (sal_Int32 nIndex)
388 virtual sal_Int32 SAL_CALL getCharacterCount (void)
391 virtual sal_Int32 SAL_CALL getIndexAtPoint (const css::awt::Point& rPoint)
397 virtual sal_Int32 SAL_CALL getSelectionStart (void)
400 virtual sal_Int32 SAL_CALL getSelectionEnd (void)
403 virtual sal_Bool SAL_CALL setSelection (sal_Int32 nStartIndex, sal_Int32 nEndIndex)
410 sal_Int32 nStartIndex,
411 sal_Int32 nEndIndex)
415 sal_Int32 nIndex,
422 sal_Int32 nIndex,
429 sal_Int32 nIndex,
435 virtual ::sal_Bool SAL_CALL copyText (sal_Int32 nStartIndex, sal_Int32 nEndIndex)
447 const sal_Int32 mnParagraphIndex;
548 const sal_Int32 nOldParagraphIndex,
549 const sal_Int32 nOldCharacterIndex,
550 const sal_Int32 nNewParagraphIndex,
551 const sal_Int32 nNewCharacterIndex);
759 const sal_Int32 nCurrentSlideIndex, in NotifyCurrentSlideChange()
760 const sal_Int32 nSlideCount) in NotifyCurrentSlideChange()
1005 sal_Int32 SAL_CALL PresenterAccessible::AccessibleObject::getAccessibleChildCount (void) in getAccessibleChildCount()
1010 const sal_Int32 nChildCount (maChildren.size()); in getAccessibleChildCount()
1019 PresenterAccessible::AccessibleObject::getAccessibleChild (sal_Int32 nIndex) in getAccessibleChild()
1024 if (nIndex<0 || nIndex>=sal_Int32(maChildren.size())) in getAccessibleChild()
1045 sal_Int32 SAL_CALL
1055 for (sal_Int32 nIndex=0,nCount=xContext->getAccessibleChildCount(); in getAccessibleIndexInParent()
1256 sal_Int32 SAL_CALL PresenterAccessible::AccessibleObject::getForeground (void) in getForeground()
1267 sal_Int32 SAL_CALL PresenterAccessible::AccessibleObject::getBackground (void) in getBackground()
1631 AccessibleStateSet::AccessibleStateSet (const sal_Int32 nStateSet) in AccessibleStateSet()
1683 for (sal_Int32 nIndex=0,nCount=rStateSet.getLength(); nIndex<nCount; ++nIndex) in containsAll()
1741 sal_Int32 SAL_CALL AccessibleRelationSet::getRelationCount (void) in getRelationCount()
1750 AccessibleRelation SAL_CALL AccessibleRelationSet::getRelation (sal_Int32 nIndex) in getRelation()
1801 const sal_Int32 nParagraphIndex) in AccessibleParagraph()
1855 sal_Int32 SAL_CALL PresenterAccessible::AccessibleParagraph::getCaretPosition (void) in getCaretPosition()
1860 sal_Int32 nPosition (-1); in getCaretPosition()
1870 sal_Bool SAL_CALL PresenterAccessible::AccessibleParagraph::setCaretPosition (sal_Int32 nIndex) in setCaretPosition()
1887 sal_Unicode SAL_CALL PresenterAccessible::AccessibleParagraph::getCharacter (sal_Int32 nIndex) in getCharacter()
1909 ::sal_Int32 nIndex, in getCharacterAttributes()
1918 for (sal_Int32 nAttributeIndex(0),nAttributeCount(rRequestedAttributes.getLength()); in getCharacterAttributes()
1938 sal_Int32 nIndex) in getCharacterBounds()
1968 sal_Int32 SAL_CALL PresenterAccessible::AccessibleParagraph::getCharacterCount (void) in getCharacterCount()
1973 sal_Int32 nCount (0); in getCharacterCount()
1983 sal_Int32 SAL_CALL PresenterAccessible::AccessibleParagraph::getIndexAtPoint ( in getIndexAtPoint()
1989 sal_Int32 nIndex (-1); in getIndexAtPoint()
2010 sal_Int32 SAL_CALL PresenterAccessible::AccessibleParagraph::getSelectionStart (void) in getSelectionStart()
2021 sal_Int32 SAL_CALL PresenterAccessible::AccessibleParagraph::getSelectionEnd (void) in getSelectionEnd()
2033 sal_Int32 nStartIndex, in setSelection()
2034 sal_Int32 nEndIndex) in setSelection()
2062 sal_Int32 nLocalStartIndex, in getTextRange()
2063 sal_Int32 nLocalEndIndex) in getTextRange()
2083 sal_Int32 nLocalCharacterIndex, in getTextAtIndex()
2102 sal_Int32 nLocalCharacterIndex, in getTextBeforeIndex()
2121 sal_Int32 nLocalCharacterIndex, in getTextBehindIndex()
2140 sal_Int32 nStartIndex, in copyText()
2141 sal_Int32 nEndIndex) in copyText()
2283 ::boost::function<void(sal_Int32,sal_Int32,sal_Int32,sal_Int32)>()); in SetTextView()
2293 const sal_Int32 nParagraphCount (mpTextView->GetParagraphCount()); in SetTextView()
2294 for (sal_Int32 nIndex=0; nIndex<nParagraphCount; ++nIndex) in SetTextView()
2361 const sal_Int32 nOldParagraphIndex, in NotifyCaretChange()
2362 const sal_Int32 nOldCharacterIndex, in NotifyCaretChange()
2363 const sal_Int32 nNewParagraphIndex, in NotifyCaretChange()
2364 const sal_Int32 nNewCharacterIndex) in NotifyCaretChange()
2381 Any(sal_Int32(-1))); in NotifyCaretChange()
2387 Any(sal_Int32(-1)), in NotifyCaretChange()