Lines Matching refs:sal_Int32

81     sal_Int32   mnParaCount;
92 void Init(const Rectangle& rVisRect, sal_Int32 nOffset);
94 sal_Int32 GetChildsCount() const;
95 uno::Reference<XAccessible> GetChild(sal_Int32 nIndex) const;
99 void SetOffset(sal_Int32 nNewOffset);
106 sal_Int32 mnParagraphs;
107 sal_Int32 mnOffset;
109 …nst Rectangle& rVisRect, const ScAddress& aCellPos, sal_Bool bMarkNote, sal_Int32 nChildOffset) co…
110sal_Int32 AddNotes(const ScPreviewLocationData& rData, const Rectangle& rVisRect, sal_Bool bMark, …
114 sal_Int32 CheckChanges(const ScPreviewLocationData& rData, const Rectangle& rVisRect,
144 …nst Rectangle& rVisRect, const ScAddress& aCellPos, sal_Bool bMarkNote, sal_Int32 nChildOffset) co… in CreateTextHelper()
164 sal_Int32 ScNotesChilds::AddNotes(const ScPreviewLocationData& rData, const Rectangle& rVisRect, sa… in AddNotes()
166 sal_Int32 nCount = rData.GetNoteCountInRange(rVisRect, bMark); in AddNotes()
170 sal_Int32 nParagraphs(0); in AddNotes()
178 for (sal_Int32 nIndex = 0; nIndex < nCount; ++nIndex) in AddNotes()
203 void ScNotesChilds::Init(const Rectangle& rVisRect, sal_Int32 nOffset) in Init()
215 sal_Int32 ScNotesChilds::GetChildsCount() const in GetChildsCount()
222 sal_Int32 mnIndex;
223 ScParaFound(sal_Int32 nIndex) : mnIndex(nIndex) {} in ScParaFound()
235 uno::Reference<XAccessible> ScNotesChilds::GetChild(sal_Int32 nIndex) const in GetChild()
241 if (nIndex < static_cast<sal_Int32>(maMarks.size())) in GetChild()
279 sal_Int32 mnParagraphs;
332 for (sal_Int32 i = 0; i < rNote.mnParaCount; ++i) in CollectChilds()
336 sal_Int32 ScNotesChilds::CheckChanges(const ScPreviewLocationData& rData, in CheckChanges()
340 sal_Int32 nCount = rData.GetNoteCountInRange(rVisRect, bMark); in CheckChanges()
344 sal_Int32 nParagraphs(0); in CheckChanges()
355 for (sal_Int32 nIndex = 0; nIndex < nCount; ++nIndex) in CheckChanges()
490 sal_Int32 mnDiff;
491 ScChangeOffset(sal_Int32 nDiff) : mnDiff(nDiff) {} in ScChangeOffset()
499 void ScNotesChilds::SetOffset(sal_Int32 nNewOffset) in SetOffset()
501 sal_Int32 nDiff(nNewOffset - mnOffset); in SetOffset()
640 sal_Int32 mnRangeId;
711 sal_Int32 GetBackShapeCount() const;
712 uno::Reference<XAccessible> GetBackShape(sal_Int32 nIndex) const;
713 sal_Int32 GetForeShapeCount() const;
714 uno::Reference<XAccessible> GetForeShape(sal_Int32 nIndex) const;
715 sal_Int32 GetControlCount() const;
716 uno::Reference<XAccessible> GetControl(sal_Int32 nIndex) const;
732 …::accessibility::AccessibleShape* GetAccShape(const ScShapeChildVec& rShapes, sal_Int32 nIndex) co…
887 for (sal_Int32 i = 0; i < SC_PREVIEW_MAXRANGES; ++i) in DataChanged()
950 sal_Int32 ScShapeChilds::GetBackShapeCount() const in GetBackShapeCount()
952 sal_Int32 nCount(0); in GetBackShapeCount()
959 uno::Reference<XAccessible> ScShapeChilds::GetBackShape(sal_Int32 nIndex) const in GetBackShape()
966 sal_Int32 nCount(aItr->maBackShapes.size()); in GetBackShape()
980 sal_Int32 ScShapeChilds::GetForeShapeCount() const in GetForeShapeCount()
982 sal_Int32 nCount(0); in GetForeShapeCount()
989 uno::Reference<XAccessible> ScShapeChilds::GetForeShape(sal_Int32 nIndex) const in GetForeShape()
996 sal_Int32 nCount(aItr->maForeShapes.size()); in GetForeShape()
1010 sal_Int32 ScShapeChilds::GetControlCount() const in GetControlCount()
1012 sal_Int32 nCount(0); in GetControlCount()
1019 uno::Reference<XAccessible> ScShapeChilds::GetControl(sal_Int32 nIndex) const in GetControl()
1026 sal_Int32 nCount(aItr->maControls.size()); in GetControl()
1120 …AccessibleShape* ScShapeChilds::GetAccShape(const ScShapeChildVec& rShapes, sal_Int32 nIndex) const in GetAccShape()
1538 sal_Int32 nIndex (aCount.nBackShapes + aCount.nHeaders); in Notify()
1622 sal_Int32 nIndex (aCount.nBackShapes + aCount.nHeaders); in getAccessibleAtPoint()
1684 sal_Int32 SAL_CALL ScAccessibleDocumentPagePreview::getAccessibleChildCount(void) throw (uno::Runti… in getAccessibleChildCount()
1699 uno::Reference<XAccessible> SAL_CALL ScAccessibleDocumentPagePreview::getAccessibleChild(sal_Int32 in getAccessibleChild()
1750sal_Int32 nIdx(nIndex - (aCount.nBackShapes + aCount.nHeaders + aCount.nTables + aCount.nNoteParag… in getAccessibleChild()
1803 sal_Int32 nOldSize(aSequence.getLength()); in getSupportedServiceNames()