Lines Matching refs:aCount

1533 …ScPagePreviewCountData aCount( rData, mpViewShell->GetWindow(), GetNotesChilds(), GetShapeChilds()…  in Notify()  local
1535 if (aCount.nTables > 0) in Notify()
1538 sal_Int32 nIndex (aCount.nBackShapes + aCount.nHeaders); in Notify()
1604 …ScPagePreviewCountData aCount( rData, mpViewShell->GetWindow(), GetNotesChilds(), GetShapeChilds()… in getAccessibleAtPoint() local
1619 if ( !mpTable && (aCount.nTables > 0) ) in getAccessibleAtPoint()
1622 sal_Int32 nIndex (aCount.nBackShapes + aCount.nHeaders); in getAccessibleAtPoint()
1638 …ScPagePreviewCountData aCount( rData, mpViewShell->GetWindow(), GetNotesChilds(), GetShapeChilds()… in getAccessibleAtPoint() local
1642 …der = new ScAccessiblePageHeader( this, mpViewShell, sal_True, aCount.nBackShapes + aCount.nHeader… in getAccessibleAtPoint()
1647 …r( this, mpViewShell, sal_False, aCount.nBackShapes + aCount.nHeaders + aCount.nTables + aCount.nN… in getAccessibleAtPoint()
1692 …ScPagePreviewCountData aCount( mpViewShell->GetLocationData(), mpViewShell->GetWindow(), GetNotesC… in getAccessibleChildCount() local
1693 nRet = aCount.GetTotal(); in getAccessibleChildCount()
1709 …ScPagePreviewCountData aCount( rData, mpViewShell->GetWindow(), GetNotesChilds(), GetShapeChilds()… in getAccessibleChild() local
1711 if ( nIndex < aCount.nBackShapes ) in getAccessibleChild()
1715 else if ( nIndex < aCount.nBackShapes + aCount.nHeaders ) in getAccessibleChild()
1725 else if ( nIndex < aCount.nBackShapes + aCount.nHeaders + aCount.nTables ) in getAccessibleChild()
1735 else if ( nIndex < aCount.nBackShapes + aCount.nHeaders + aCount.nNoteParagraphs ) in getAccessibleChild()
1737 xAccessible = GetNotesChilds()->GetChild(nIndex - aCount.nBackShapes - aCount.nHeaders); in getAccessibleChild()
1739 …else if ( (nIndex < aCount.nBackShapes + aCount.nHeaders + aCount.nTables + aCount.nNoteParagraphs… in getAccessibleChild()
1750 …sal_Int32 nIdx(nIndex - (aCount.nBackShapes + aCount.nHeaders + aCount.nTables + aCount.nNoteParag… in getAccessibleChild()
1751 if (nIdx < aCount.nForeShapes) in getAccessibleChild()
1754 xAccessible = GetShapeChilds()->GetControl(nIdx - aCount.nForeShapes); in getAccessibleChild()
1883 …ScPagePreviewCountData aCount( rData, mpViewShell->GetWindow(), GetNotesChilds(), GetShapeChilds()… in GetNotesChilds() local
1886 mpNotesChilds->Init(aCount.aVisRect, aCount.nBackShapes + aCount.nHeaders); in GetNotesChilds()