Lines Matching refs:ScNotesChilds

87 class ScNotesChilds  class
90 ScNotesChilds(ScPreviewShell* pViewShell, ScAccessibleDocumentPagePreview* pAccDoc);
91 ~ScNotesChilds();
121 ScNotesChilds::ScNotesChilds(ScPreviewShell* pViewShell, ScAccessibleDocumentPagePreview* pAccDoc) in ScNotesChilds() function in ScNotesChilds
138 ScNotesChilds::~ScNotesChilds() in ~ScNotesChilds()
144 ::accessibility::AccessibleTextHelper* ScNotesChilds::CreateTextHelper(const String& rString, const… in CreateTextHelper()
164 sal_Int32 ScNotesChilds::AddNotes(const ScPreviewLocationData& rData, const Rectangle& rVisRect, sa… in AddNotes()
203 void ScNotesChilds::Init(const Rectangle& rVisRect, sal_Int32 nOffset) in Init()
215 sal_Int32 ScNotesChilds::GetChildsCount() const in GetChildsCount()
235 uno::Reference<XAccessible> ScNotesChilds::GetChild(sal_Int32 nIndex) const in GetChild()
292 uno::Reference<XAccessible> ScNotesChilds::GetAt(const awt::Point& rPoint) const in GetAt()
315 sal_Int8 ScNotesChilds::CompareCell(const ScAddress& aCell1, const ScAddress& aCell2) in CompareCell()
329 void ScNotesChilds::CollectChilds(const ScAccNote& rNote, ScXAccList& rList) in CollectChilds()
336 sal_Int32 ScNotesChilds::CheckChanges(const ScPreviewLocationData& rData, in CheckChanges()
470 void ScNotesChilds::DataChanged(const Rectangle& rVisRect) in DataChanged()
499 void ScNotesChilds::SetOffset(sal_Int32 nNewOffset) in SetOffset()
510 inline ScDocument* ScNotesChilds::GetDocument() const in GetDocument()
1384 ScNotesChilds* pNotesChilds, ScShapeChilds* pShapeChilds );
1393 Window* pSizeWindow, ScNotesChilds* pNotesChilds, in ScPagePreviewCountData()
1876 ScNotesChilds* ScAccessibleDocumentPagePreview::GetNotesChilds() in GetNotesChilds()
1880 mpNotesChilds = new ScNotesChilds(mpViewShell, this); in GetNotesChilds()