21#include <com/sun/star/accessibility/AccessibleRole.hpp>
37 std::shared_ptr<SwAccessibleMap>
const& pInitMap,
52 if ( ! aReturn.hasValue())
53 aReturn = ::cppu::queryInterface (rType,
54 static_cast< css::accessibility::XAccessibleExtendedAttributes*
>(
this) );
89 return css::uno::Sequence<sal_Int8>();
112 style +=
static_cast<SwOLENode*
>(pCNode)->GetOLEObj().GetStyleString();
constexpr OUStringLiteral sAccessibleServiceName
constexpr OUStringLiteral sImplementationName
virtual css::uno::Sequence< sal_Int8 > SAL_CALL getImplementationId() override
virtual css::uno::Any SAL_CALL getExtendedAttributes() override
virtual css::uno::Sequence< OUString > SAL_CALL getSupportedServiceNames() override
virtual void SAL_CALL release() noexcept override
virtual void SAL_CALL acquire() noexcept override
virtual sal_Bool SAL_CALL supportsService(const OUString &sServiceName) override
Return whether the specified service is supported by this class.
virtual ~SwAccessibleEmbeddedObject() override
virtual css::uno::Any SAL_CALL queryInterface(const css::uno::Type &rType) override
SwAccessibleEmbeddedObject(std::shared_ptr< SwAccessibleMap > const &pInitMap, const SwFlyFrame *pFlyFrame)
virtual OUString SAL_CALL getImplementationName() override
SwFlyFrame * getFlyFrame() const
virtual css::uno::Any SAL_CALL queryInterface(const css::uno::Type &aType) override
virtual void SAL_CALL release() noexcept override
virtual void SAL_CALL acquire() noexcept override
SwContentFrame is the layout for content nodes: a common base class for text (paragraph) and non-text...
general base class for all free-flowing frames
bool IsNoTextFrame() const
const SwContentFrame * ContainsContent() const
Checks if the frame contains one or more ContentFrame's anywhere in his subsidiary structure; if so t...
bool CPPUHELPER_DLLPUBLIC supportsService(css::lang::XServiceInfo *implementation, rtl::OUString const &name)
SwContentNode * GetNode(SwPaM &rPam, bool &rbFirst, SwMoveFnCollection const &fnMove, bool const bInReadOnly, SwRootFrame const *const i_pLayout)
This function returns the next node in direction of search.