Home
last modified time | relevance | path

Searched refs:GetLocationData (Results 1 – 10 of 10) sorted by relevance

/trunk/main/sc/source/ui/Accessibility/
H A DAccessibleDocumentPagePreview.cxx208 const ScPreviewLocationData& rData = mpViewShell->GetLocationData(); in Init()
477 …mnParagraphs = CheckChanges(mpViewShell->GetLocationData(), rVisRect, sal_True, maMarks, aNewMarks… in DataChanged()
480 …mnParagraphs += CheckChanges(mpViewShell->GetLocationData(), rVisRect, sal_False, maNotes, aNewNot… in DataChanged()
936 const ScPreviewLocationData& rData = mpViewShell->GetLocationData(); in Init()
1354 SCTAB nTab( mpViewShell->GetLocationData().GetPrintTab() ); in GetDrawPage()
1531 const ScPreviewLocationData& rData = mpViewShell->GetLocationData(); in Notify()
1601 const ScPreviewLocationData& rData = mpViewShell->GetLocationData(); in getAccessibleAtPoint()
1635 const ScPreviewLocationData& rData = mpViewShell->GetLocationData(); in getAccessibleAtPoint()
1690 …ScPagePreviewCountData aCount( mpViewShell->GetLocationData(), mpViewShell->GetWindow(), GetNotesC… in getAccessibleChildCount()
1705 const ScPreviewLocationData& rData = mpViewShell->GetLocationData(); in getAccessibleChild()
[all …]
H A DAccessiblePageHeader.cxx242 …le = pDoc->GetStyleSheetPool()->Find(pDoc->GetPageStyle(mpViewShell->GetLocationData().GetPrintTab… in getAccessibleChildCount()
247 …nPageWhichId = mpViewShell->GetLocationData().IsHeaderLeft() ? ATTR_PAGE_HEADERLEFT : ATTR_PAGE_HE… in getAccessibleChildCount()
249 …nPageWhichId = mpViewShell->GetLocationData().IsFooterLeft() ? ATTR_PAGE_FOOTERLEFT : ATTR_PAGE_FO… in getAccessibleChildCount()
378 const ScPreviewLocationData& rData = mpViewShell->GetLocationData(); in GetBoundingBox()
H A DAccessibleText.cxx426 const ScPreviewLocationData& rData = mpViewShell->GetLocationData(); in GetVisArea()
471 const ScPreviewLocationData& rData = mpViewShell->GetLocationData(); in GetVisArea()
519 const ScPreviewLocationData& rData = mpViewShell->GetLocationData(); in GetVisArea()
565 const ScPreviewLocationData& rData = mpViewShell->GetLocationData(); in GetVisArea()
1391 Size aSize(mpViewShell->GetLocationData().GetCellOutputRect(aCellPos).GetSize()); in GetTextForwarder()
1516 …Size aSize(mpViewShell->GetLocationData().GetHeaderCellOutputRect(aVisRect, aCellPos, mbColHeader)… in GetTextForwarder()
1656 mpViewShell->GetLocationData().GetHeaderPosition(aVisRect); in GetTextForwarder()
1771 …Size aSize(mpViewShell->GetLocationData().GetNoteInRangeOutputRect(aVisRect, mbMarkNote, maCellPos… in GetTextForwarder()
H A DAccessiblePreviewCell.cxx226 mpViewShell->GetLocationData().GetCellPosition( maCellAddress, aCellRect ); in GetBoundingBoxOnScreen()
243 mpViewShell->GetLocationData().GetCellPosition( maCellAddress, aCellRect ); in GetBoundingBox()
H A DAccessiblePreviewHeaderCell.cxx429 mpViewShell->GetLocationData().GetTableInfo( aVisRect, *mpTableInfo ); in FillTableInfo()
H A DAccessiblePreviewTable.cxx742 mpViewShell->GetLocationData().GetTableInfo( aVisRect, *mpTableInfo ); in FillTableInfo()
/trunk/main/sc/source/ui/inc/
H A Dprevwsh.hxx122 const ScPreviewLocationData& GetLocationData();
H A Dpreview.hxx138 const ScPreviewLocationData& GetLocationData();
/trunk/main/sc/source/ui/view/
H A Dprevwsh.cxx1131 const ScPreviewLocationData& ScPreviewShell::GetLocationData() in GetLocationData() function in ScPreviewShell
1133 return pPreview->GetLocationData(); in GetLocationData()
H A Dpreview.cxx543 GetLocationData(); // fill location data for column positions in Paint()
594 const ScPreviewLocationData& ScPreview::GetLocationData() in GetLocationData() function in ScPreview