Lines Matching refs:nHeaders
1376 long nHeaders; member
1388 return nBackShapes + nHeaders + nTables + nNoteParagraphs + nFooters + nForeShapes + nControls; in GetTotal()
1396 nHeaders( 0 ), in ScPagePreviewCountData()
1412 nHeaders = 1; in ScPagePreviewCountData()
1538 sal_Int32 nIndex (aCount.nBackShapes + aCount.nHeaders); in Notify()
1622 sal_Int32 nIndex (aCount.nBackShapes + aCount.nHeaders); in getAccessibleAtPoint()
1642 …new ScAccessiblePageHeader( this, mpViewShell, sal_True, aCount.nBackShapes + aCount.nHeaders - 1); in getAccessibleAtPoint()
1647 …lePageHeader( this, mpViewShell, sal_False, aCount.nBackShapes + aCount.nHeaders + aCount.nTables … in getAccessibleAtPoint()
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()
1886 mpNotesChilds->Init(aCount.aVisRect, aCount.nBackShapes + aCount.nHeaders); in GetNotesChilds()