LibreOffice Module sc (master) 1
|
@descr This base class provides an implementation of the AccessibleCell
service.
More...
#include <AccessibleCell.hxx>
Public Member Functions | |
virtual css::uno::Reference< css::accessibility::XAccessible > SAL_CALL | getAccessibleAtPoint (const css::awt::Point &rPoint) override |
===== XInterface ===================================================== More... | |
virtual void SAL_CALL | grabFocus () override |
virtual sal_Int64 SAL_CALL | getAccessibleChildCount () override |
===== XAccessibleContext ============================================== More... | |
virtual css::uno::Reference< css::accessibility::XAccessible > SAL_CALL | getAccessibleChild (sal_Int64 nIndex) override |
Return the specified child or NULL if index is invalid. More... | |
virtual sal_Int64 SAL_CALL | getAccessibleStateSet () override |
Return the set of current states. More... | |
virtual css::uno::Reference< css::accessibility::XAccessibleRelationSet > SAL_CALL | getAccessibleRelationSet () override |
Return NULL to indicate that an empty relation set. More... | |
virtual OUString SAL_CALL | getImplementationName () override |
===== XServiceInfo ==================================================== More... | |
virtual css::uno::Sequence< OUString > SAL_CALL | getSupportedServiceNames () override |
Returns a list of all supported services. More... | |
virtual css::uno::Any SAL_CALL | getExtendedAttributes () override |
virtual css::uno::Sequence< css::beans::PropertyValue > SAL_CALL | getCharacterAttributes (sal_Int32 nIndex, const css::uno::Sequence< OUString > &aRequestedAttributes) override |
Public Member Functions inherited from ScAccessibleCellBase | |
ScAccessibleCellBase (const css::uno::Reference< css::accessibility::XAccessible > &rxParent, ScDocument *pDoc, const ScAddress &rCellAddress, sal_Int64 nIndex) | |
virtual bool | isVisible () override |
virtual css::uno::Any SAL_CALL | queryInterface (css::uno::Type const &rType) override |
===== XInterface ===================================================== More... | |
virtual void SAL_CALL | acquire () noexcept override |
virtual void SAL_CALL | release () noexcept override |
virtual sal_Int32 SAL_CALL | getForeground () override |
===== XAccessibleComponent ============================================ More... | |
virtual sal_Int32 SAL_CALL | getBackground () override |
virtual sal_Int64 SAL_CALL | getAccessibleIndexInParent () override |
===== XAccessibleContext ============================================== More... | |
virtual css::uno::Any SAL_CALL | getCurrentValue () override |
===== XAccessibleValue ================================================ More... | |
virtual sal_Bool SAL_CALL | setCurrentValue (const css::uno::Any &aNumber) override |
virtual css::uno::Any SAL_CALL | getMaximumValue () override |
virtual css::uno::Any SAL_CALL | getMinimumValue () override |
virtual css::uno::Any SAL_CALL | getMinimumIncrement () override |
virtual OUString SAL_CALL | getImplementationName () override |
===== XServiceInfo ==================================================== More... | |
virtual css::uno::Sequence< css::uno::Type > SAL_CALL | getTypes () override |
===== XTypeProvider =================================================== More... | |
virtual css::uno::Sequence< sal_Int8 > SAL_CALL | getImplementationId () override |
Returns an implementation id. More... | |
const ScAddress & | GetCellAddress () const |
Public Member Functions inherited from ScAccessibleContextBase | |
ScAccessibleContextBase (css::uno::Reference< css::accessibility::XAccessible > xParent, const sal_Int16 aRole) | |
virtual void | Init () |
virtual void SAL_CALL | disposing () override |
bool | isShowing () |
virtual bool | isVisible () |
virtual void | Notify (SfxBroadcaster &rBC, const SfxHint &rHint) override |
===== SfxListener ===================================================== More... | |
virtual css::uno::Reference< css::accessibility::XAccessibleContext > SAL_CALL | getAccessibleContext () override |
===== XAccessible ===================================================== More... | |
virtual sal_Bool SAL_CALL | containsPoint (const css::awt::Point &rPoint) override |
===== XAccessibleComponent ============================================ More... | |
virtual css::uno::Reference< css::accessibility::XAccessible > SAL_CALL | getAccessibleAtPoint (const css::awt::Point &rPoint) override |
virtual css::awt::Rectangle SAL_CALL | getBounds () override |
virtual css::awt::Point SAL_CALL | getLocation () override |
virtual css::awt::Point SAL_CALL | getLocationOnScreen () override |
virtual css::awt::Size SAL_CALL | getSize () override |
virtual void SAL_CALL | grabFocus () override |
virtual sal_Int32 SAL_CALL | getForeground () override |
virtual sal_Int32 SAL_CALL | getBackground () override |
virtual sal_Int64 SAL_CALL | getAccessibleChildCount () override |
===== XAccessibleContext ============================================== More... | |
virtual css::uno::Reference< css::accessibility::XAccessible > SAL_CALL | getAccessibleChild (sal_Int64 nIndex) override |
Return the specified child or NULL if index is invalid. More... | |
virtual css::uno::Reference< css::accessibility::XAccessible > SAL_CALL | getAccessibleParent () override |
Return a reference to the parent. More... | |
virtual sal_Int64 SAL_CALL | getAccessibleIndexInParent () override |
Return this objects index among the parents children. More... | |
virtual sal_Int16 SAL_CALL | getAccessibleRole () override |
Return this object's role. More... | |
virtual OUString SAL_CALL | getAccessibleDescription () override |
Return this object's description. More... | |
virtual OUString SAL_CALL | getAccessibleName () override |
Return the object's current name. More... | |
virtual css::uno::Reference< css::accessibility::XAccessibleRelationSet > SAL_CALL | getAccessibleRelationSet () override |
Return NULL to indicate that an empty relation set. More... | |
virtual sal_Int64 SAL_CALL | getAccessibleStateSet () override |
Return the set of current states. More... | |
virtual css::lang::Locale SAL_CALL | getLocale () override |
Return the parents locale or throw exception if this object has no parent yet/anymore. More... | |
virtual void SAL_CALL | addAccessibleEventListener (const css::uno::Reference< css::accessibility::XAccessibleEventListener > &xListener) override |
===== XAccessibleEventBroadcaster ===================================== More... | |
virtual void SAL_CALL | removeAccessibleEventListener (const css::uno::Reference< css::accessibility::XAccessibleEventListener > &xListener) override |
virtual void SAL_CALL | disposing (const css::lang::EventObject &Source) override |
===== XAccessibleEventListener ======================================== More... | |
virtual void SAL_CALL | notifyEvent (const css::accessibility::AccessibleEventObject &aEvent) override |
virtual OUString SAL_CALL | getImplementationName () override |
===== XServiceInfo ==================================================== More... | |
virtual sal_Bool SAL_CALL | supportsService (const OUString &sServiceName) override |
Return whether the specified service is supported by this class. More... | |
virtual css::uno::Sequence< OUString > SAL_CALL | getSupportedServiceNames () override |
Returns a list of all supported services. More... | |
void | CommitChange (const css::accessibility::AccessibleEventObject &rEvent) const |
Calls all Listener to tell they the change. More... | |
void | SetName (const OUString &rName) |
Use this method to set initial Name without notification. More... | |
void | SetDescription (const OUString &rDesc) |
Use this method to set initial Description without notification. More... | |
void | SetParent (const css::uno::Reference< css::accessibility::XAccessible > &rParent) |
Public Member Functions inherited from SfxListener | |
SfxListener () | |
SfxListener (const SfxListener &rCopy) | |
virtual | ~SfxListener () COVERITY_NOEXCEPT_FALSE |
void | StartListening (SfxBroadcaster &rBroadcaster, DuplicateHandling eDuplicateHanding=DuplicateHandling::Unexpected) |
void | EndListening (SfxBroadcaster &rBroadcaster, bool bRemoveAllDuplicates=false) |
void | EndListeningAll () |
bool | IsListening (SfxBroadcaster &rBroadcaster) const |
sal_uInt16 | GetBroadcasterCount () const |
SfxBroadcaster * | GetBroadcasterJOE (sal_uInt16 nNo) const |
virtual void | Notify (SfxBroadcaster &rBC, const SfxHint &rHint) |
void | RemoveBroadcaster_Impl (SfxBroadcaster &rBC) |
virtual bool | IsSdrView () const |
virtual css::uno::Any SAL_CALL | queryInterface (css::uno::Type const &rType) SAL_OVERRIDE |
virtual css::uno::Sequence< css::uno::Type > SAL_CALL | getTypes () SAL_OVERRIDE |
virtual css::uno::Sequence< sal_Int8 > SAL_CALL | getImplementationId () SAL_OVERRIDE |
Public Member Functions inherited from accessibility::AccessibleStaticTextBase | |
AccessibleStaticTextBase (::std::unique_ptr< SvxEditSource > &&pEditSource) | |
virtual | ~AccessibleStaticTextBase () |
void | SetEditSource (::std::unique_ptr< SvxEditSource > &&pEditSource) |
void | SetEventSource (const css::uno::Reference< css::accessibility::XAccessible > &rInterface) |
void | SetOffset (const Point &rPoint) |
void | Dispose () |
virtual sal_Int32 SAL_CALL | getCaretPosition () override |
virtual sal_Bool SAL_CALL | setCaretPosition (sal_Int32 nIndex) override |
virtual sal_Unicode SAL_CALL | getCharacter (sal_Int32 nIndex) override |
virtual css::uno::Sequence< css::beans::PropertyValue > SAL_CALL | getCharacterAttributes (sal_Int32 nIndex, const css::uno::Sequence< OUString > &aRequestedAttributes) override |
virtual css::awt::Rectangle SAL_CALL | getCharacterBounds (sal_Int32 nIndex) override |
virtual sal_Int32 SAL_CALL | getCharacterCount () override |
virtual sal_Int32 SAL_CALL | getIndexAtPoint (const css::awt::Point &aPoint) override |
virtual OUString SAL_CALL | getSelectedText () override |
virtual sal_Int32 SAL_CALL | getSelectionStart () override |
virtual sal_Int32 SAL_CALL | getSelectionEnd () override |
virtual sal_Bool SAL_CALL | setSelection (sal_Int32 nStartIndex, sal_Int32 nEndIndex) override |
virtual OUString SAL_CALL | getText () override |
virtual OUString SAL_CALL | getTextRange (sal_Int32 nStartIndex, sal_Int32 nEndIndex) override |
virtual css::accessibility::TextSegment SAL_CALL | getTextAtIndex (sal_Int32 nIndex, sal_Int16 aTextType) override |
virtual css::accessibility::TextSegment SAL_CALL | getTextBeforeIndex (sal_Int32 nIndex, sal_Int16 aTextType) override |
virtual css::accessibility::TextSegment SAL_CALL | getTextBehindIndex (sal_Int32 nIndex, sal_Int16 aTextType) override |
virtual sal_Bool SAL_CALL | copyText (sal_Int32 nStartIndex, sal_Int32 nEndIndex) override |
virtual sal_Bool SAL_CALL | scrollSubstringTo (sal_Int32 nStartIndex, sal_Int32 nEndIndex, css::accessibility::AccessibleScrollType aScrollType) override |
virtual css::uno::Sequence< css::beans::PropertyValue > SAL_CALL | getDefaultAttributes (const css::uno::Sequence< OUString > &RequestedAttributes) override |
virtual css::uno::Sequence< css::beans::PropertyValue > SAL_CALL | getRunAttributes (sal_Int32 Index, const css::uno::Sequence< OUString > &RequestedAttributes) override |
virtual sal_Int64 SAL_CALL | getAccessibleChildCount () |
virtual css::uno::Reference< css::accessibility::XAccessible > SAL_CALL | getAccessibleChild (sal_Int64 i) |
virtual css::uno::Reference< css::accessibility::XAccessible > SAL_CALL | getAccessibleAtPoint (const css::awt::Point &aPoint) |
Static Public Member Functions | |
static rtl::Reference< ScAccessibleCell > | create (const css::uno::Reference< css::accessibility::XAccessible > &rxParent, ScTabViewShell *pViewShell, const ScAddress &rCellAddress, sal_Int64 nIndex, ScSplitPos eSplitPos, ScAccessibleDocument *pAccDoc) |
Protected Member Functions | |
virtual | ~ScAccessibleCell () override |
virtual tools::Rectangle | GetBoundingBoxOnScreen () const override |
Return the object's current bounding box relative to the desktop. More... | |
virtual tools::Rectangle | GetBoundingBox () const override |
Return the object's current bounding box relative to the parent object. More... | |
Protected Member Functions inherited from ScAccessibleCellBase | |
virtual | ~ScAccessibleCellBase () override |
virtual OUString | createAccessibleDescription () override |
Return this object's description. More... | |
virtual OUString | createAccessibleName () override |
Return the object's current name. More... | |
OUString | GetNote () const |
OUString | GetAllDisplayNote () const |
OUString | getShadowAttrs () const |
OUString | getBorderAttrs () |
Protected Member Functions inherited from ScAccessibleContextBase | |
virtual | ~ScAccessibleContextBase () override |
virtual OUString | createAccessibleDescription () |
Return this object's description. More... | |
virtual OUString | createAccessibleName () |
Return the object's current name. More... | |
virtual tools::Rectangle | GetBoundingBoxOnScreen () const |
Return the object's current bounding box relative to the desktop. More... | |
virtual tools::Rectangle | GetBoundingBox () const |
Return the object's current bounding box relative to the parent object. More... | |
void | CommitFocusGained () const |
Calls all FocusListener to tell they that the focus is gained. More... | |
void | CommitFocusLost () const |
Calls all FocusListener to tell they that the focus is lost. More... | |
bool | IsDefunc () const |
void | IsObjectValid () const |
Protected Member Functions inherited from cppu::ImplHelper1< class Ifc1 > | |
~ImplHelper1 () SAL_NOEXCEPT | |
Protected Member Functions inherited from accessibility::AccessibleStaticTextBase | |
tools::Rectangle | GetParagraphBoundingBox () const |
Private Member Functions | |
ScAccessibleCell (const css::uno::Reference< css::accessibility::XAccessible > &rxParent, ScTabViewShell *pViewShell, const ScAddress &rCellAddress, sal_Int64 nIndex, ScSplitPos eSplitPos, ScAccessibleDocument *pAccDoc) | |
virtual void | Init () override |
virtual void SAL_CALL | disposing () override |
bool | IsDefunc (sal_Int64 nParentStates) |
virtual bool | IsEditable (sal_Int64 nParentStates) override |
bool | IsOpaque () const |
bool | IsFocused () const |
bool | IsSelected () |
::std::unique_ptr< SvxEditSource > | CreateEditSource (ScTabViewShell *pViewShell, ScAddress aCell, ScSplitPos eSplitPos) |
void | FillDependents (utl::AccessibleRelationSetHelper *pRelationSet) |
void | FillPrecedents (utl::AccessibleRelationSetHelper *pRelationSet) |
void | AddRelation (const ScAddress &rCell, const sal_uInt16 aRelationType, ::utl::AccessibleRelationSetHelper *pRelationSet) |
void | AddRelation (const ScRange &rRange, const sal_uInt16 aRelationType, ::utl::AccessibleRelationSetHelper *pRelationSet) |
bool | IsFormulaMode () |
bool | IsDropdown () const |
Static Private Member Functions | |
static ScDocument * | GetDocument (ScTabViewShell *mpViewShell) |
Private Attributes | |
ScTabViewShell * | mpViewShell |
ScAccessibleDocument * | mpAccDoc |
ScSplitPos | meSplitPos |
Additional Inherited Members | |
Protected Attributes inherited from ScAccessibleCellBase | |
ScAddress | maCellAddress |
ScDocument * | mpDoc |
sal_Int64 | mnIndex |
Protected Attributes inherited from ScAccessibleContextBase | |
css::uno::Reference< css::accessibility::XAccessible > | mxParent |
Reference to the parent object. More... | |
Protected Attributes inherited from cppu::BaseMutex | |
mutable::osl::Mutex | m_aMutex |
@descr This base class provides an implementation of the AccessibleCell
service.
Definition at line 43 of file AccessibleCell.hxx.
|
private |
Definition at line 66 of file AccessibleCell.cxx.
References ScTabViewShell::AddAccessibilityObject(), and nIndex.
Referenced by create().
|
overrideprotectedvirtual |
Definition at line 84 of file AccessibleCell.cxx.
References dispose(), ScAccessibleContextBase::IsDefunc(), and m_refCount.
|
private |
Referenced by FillDependents(), and FillPrecedents().
|
private |
|
static |
Definition at line 52 of file AccessibleCell.cxx.
References nIndex, ScAccessibleCell(), and x.
Referenced by ScAccessibleSpreadsheet::GetAccessibleCellAt().
|
private |
Definition at line 385 of file AccessibleCell.cxx.
References IsFormulaMode().
|
overrideprivatevirtual |
Reimplemented from ScAccessibleContextBase.
Definition at line 102 of file AccessibleCell.cxx.
References accessibility::AccessibleStaticTextBase::Dispose(), ScAccessibleContextBase::disposing(), mpAccDoc, mpViewShell, and ScTabViewShell::RemoveAccessibilityObject().
|
private |
Definition at line 396 of file AccessibleCell.cxx.
References AddRelation(), CELLTYPE_FORMULA, ScRange::Contains(), ScCellIterator::first(), ScCellIterator::getFormulaCell(), ScDetectiveRefIter::GetNextRef(), ScCellIterator::GetPos(), ScCellIterator::getType(), ScAccessibleCellBase::maCellAddress, ScDocument::MaxCol(), ScDocument::MaxRow(), ScAccessibleCellBase::mpDoc, ScCellIterator::next(), and ScAddress::Tab().
Referenced by getAccessibleRelationSet().
|
private |
Definition at line 422 of file AccessibleCell.cxx.
References AddRelation(), CELLTYPE_FORMULA, ScRefCellValue::getFormula(), ScDetectiveRefIter::GetNextRef(), ScRefCellValue::getType(), ScAccessibleCellBase::maCellAddress, and ScAccessibleCellBase::mpDoc.
Referenced by getAccessibleRelationSet().
|
overridevirtual |
===== XInterface =====================================================
===== XTypeProvider =================================================== ===== XAccessibleComponent ============================================
Reimplemented from accessibility::AccessibleStaticTextBase.
Definition at line 136 of file AccessibleCell.cxx.
|
overridevirtual |
Return the specified child or NULL if index is invalid.
override to calculate this on demand
Reimplemented from accessibility::AccessibleStaticTextBase.
Definition at line 221 of file AccessibleCell.cxx.
References nIndex.
|
overridevirtual |
===== XAccessibleContext ==============================================
Return the number of currently visible children. override to calculate this on demand
Reimplemented from accessibility::AccessibleStaticTextBase.
Definition at line 215 of file AccessibleCell.cxx.
|
overridevirtual |
Return NULL to indicate that an empty relation set.
Reimplemented from ScAccessibleContextBase.
Definition at line 285 of file AccessibleCell.cxx.
References FillDependents(), FillPrecedents(), ScAccessibleDocument::GetRelationSet(), ScAccessibleContextBase::IsObjectValid(), ScAccessibleCellBase::maCellAddress, and mpAccDoc.
|
overridevirtual |
Return the set of current states.
Reimplemented from ScAccessibleContextBase.
Definition at line 227 of file AccessibleCell.cxx.
References ScAccessibleContextBase::getAccessibleParent(), ScAccessibleContextBase::IsDefunc(), IsEditable(), IsFocused(), IsFormulaMode(), IsOpaque(), IsSelected(), ScAccessibleContextBase::isShowing(), and ScAccessibleCellBase::isVisible().
|
overrideprotectedvirtual |
Return the object's current bounding box relative to the parent object.
Reimplemented from ScAccessibleContextBase.
Definition at line 172 of file AccessibleCell.cxx.
References ATTR_ROTATE_VALUE(), ScAddress::Col(), vcl::Window::GetAccessibleParentWindow(), ScDocument::GetAttr(), tools::Rectangle::GetHeight(), ScViewData::GetMergeSizePixel(), accessibility::AccessibleStaticTextBase::GetParagraphBoundingBox(), ScViewData::GetScrPos(), SdrAngleItem::GetValue(), ScTabView::GetViewData(), tools::Rectangle::GetWidth(), ScTabView::GetWindowByPos(), vcl::Window::GetWindowExtentsRelative(), tools::Rectangle::Intersection(), tools::Rectangle::IsEmpty(), tools::Rectangle::Left(), ScAccessibleCellBase::maCellAddress, meSplitPos, tools::Rectangle::Move(), ScAccessibleCellBase::mpDoc, mpViewShell, ScAddress::Row(), tools::Rectangle::SetPos(), tools::Rectangle::SetSize(), and tools::Rectangle::Top().
Referenced by GetBoundingBoxOnScreen().
|
overrideprotectedvirtual |
Return the object's current bounding box relative to the desktop.
Reimplemented from ScAccessibleContextBase.
Definition at line 157 of file AccessibleCell.cxx.
References GetBoundingBox(), ScTabView::GetWindowByPos(), vcl::Window::GetWindowExtentsAbsolute(), tools::Rectangle::Left(), meSplitPos, tools::Rectangle::Move(), mpViewShell, and tools::Rectangle::Top().
|
overridevirtual |
Reimplemented from accessibility::AccessibleStaticTextBase.
Definition at line 519 of file AccessibleCell.cxx.
References ATTR_INDENT(), begin, end, ScDocument::GetAttr(), ScAccessibleCellBase::maCellAddress, ScAccessibleCellBase::mpDoc, and nIndex.
|
staticprivate |
Definition at line 377 of file AccessibleCell.cxx.
References ScViewData::GetDocument(), and ScTabView::GetViewData().
|
overridevirtual |
Definition at line 485 of file AccessibleCell.cxx.
References ScAccessibleCellBase::GetAllDisplayNote(), ScAccessibleCellBase::getBorderAttrs(), ScTabViewShell::GetFormula(), ScAccessibleCellBase::getShadowAttrs(), IsDropdown(), ScAccessibleCellBase::maCellAddress, ScAccessibleCellBase::mpDoc, mpViewShell, and ReplaceFourChar().
|
overridevirtual |
===== XServiceInfo ====================================================
Returns an identifier for the implementation of this object.
Reimplemented from ScAccessibleCellBase.
Definition at line 301 of file AccessibleCell.cxx.
|
overridevirtual |
Returns a list of all supported services.
Reimplemented from ScAccessibleContextBase.
Definition at line 307 of file AccessibleCell.cxx.
References comphelper::concatSequences(), and ScAccessibleContextBase::getSupportedServiceNames().
|
overridevirtual |
Reimplemented from ScAccessibleContextBase.
Definition at line 142 of file AccessibleCell.cxx.
References ScAddress::Col(), ScAccessibleContextBase::getAccessibleContext(), ScAccessibleContextBase::getAccessibleParent(), ScAccessibleContextBase::IsObjectValid(), ScAccessibleCellBase::maCellAddress, mpViewShell, ScAddress::Row(), and ScTabView::SetCursor().
|
overrideprivatevirtual |
Reimplemented from ScAccessibleContextBase.
Definition at line 95 of file AccessibleCell.cxx.
References ScAccessibleContextBase::Init(), and accessibility::AccessibleStaticTextBase::SetEventSource().
|
private |
Definition at line 315 of file AccessibleCell.cxx.
References ScAccessibleContextBase::getAccessibleParent(), ScAccessibleContextBase::IsDefunc(), ScAccessibleCellBase::mpDoc, and mpViewShell.
|
private |
Definition at line 547 of file AccessibleCell.cxx.
References ScRange::aEnd, ScRange::aStart, ATTR_MERGE_FLAG(), ATTR_VALIDDATA(), ScAddress::Col(), ScDocument::ExtendTotalMerge(), ScMarkData::FillRangeListWithMarks(), ScDocument::GetAttr(), ScDocument::GetSheetLimits(), ScDocument::GetTableCount(), ScDocument::GetValidationEntry(), ScMergeFlagAttr::HasAutoFilter(), i, ScDocument::IsScenario(), ScAccessibleCellBase::maCellAddress, ScDocument::MarkScenario(), ScAccessibleCellBase::mpDoc, pData, ScAddress::Row(), ShowFrame, ScRangeList::size(), and ScAddress::Tab().
Referenced by getExtendedAttributes().
|
overrideprivatevirtual |
Reimplemented from ScAccessibleCellBase.
Definition at line 321 of file AccessibleCell.cxx.
References ATTR_PROTECTION(), ScDocument::GetAttr(), ScProtectionAttr::GetProtection(), ScAccessibleCellBase::maCellAddress, and ScAccessibleCellBase::mpDoc.
Referenced by getAccessibleStateSet().
|
private |
Definition at line 348 of file AccessibleCell.cxx.
References ScTabView::GetActiveWin(), ScViewData::GetCurPos(), ScTabView::GetViewData(), vcl::Window::HasFocus(), ScAccessibleCellBase::maCellAddress, and mpViewShell.
Referenced by getAccessibleStateSet().
|
private |
Definition at line 537 of file AccessibleCell.cxx.
References ScAccessibleSpreadsheet::IsFormulaMode(), and ScAccessibleContextBase::mxParent.
Referenced by CreateEditSource(), getAccessibleStateSet(), and IsSelected().
|
private |
Definition at line 335 of file AccessibleCell.cxx.
References ATTR_BACKGROUND(), COL_TRANSPARENT(), ScDocument::GetAttr(), SvxBrushItem::GetColor(), ScAccessibleCellBase::maCellAddress, and ScAccessibleCellBase::mpDoc.
Referenced by getAccessibleStateSet().
|
private |
Definition at line 356 of file AccessibleCell.cxx.
References ScAddress::Col(), ScViewData::GetMarkData(), ScTabView::GetViewData(), ScMarkData::IsCellMarked(), IsFormulaMode(), ScAccessibleSpreadsheet::IsScAddrFormulaSel(), ScAccessibleCellBase::maCellAddress, mpViewShell, ScAccessibleContextBase::mxParent, and ScAddress::Row().
Referenced by getAccessibleStateSet().
|
private |
Definition at line 140 of file AccessibleCell.hxx.
Referenced by GetBoundingBox(), and GetBoundingBoxOnScreen().
|
private |
Definition at line 138 of file AccessibleCell.hxx.
Referenced by disposing(), and getAccessibleRelationSet().
|
private |
Definition at line 137 of file AccessibleCell.hxx.
Referenced by disposing(), GetBoundingBox(), GetBoundingBoxOnScreen(), getExtendedAttributes(), grabFocus(), IsDefunc(), IsFocused(), and IsSelected().