LibreOffice Module sw (master) 1
|
This is the complete list of members for SwXTextCursor, including all inherited members.
addPropertiesChangeListener(const css::uno::Sequence< OUString > &aPropertyNames, const css::uno::Reference< css::beans::XPropertiesChangeListener > &xListener) override | SwXTextCursor | virtual |
addPropertyChangeListener(const OUString &rPropertyName, const css::uno::Reference< css::beans::XPropertyChangeListener > &xListener) override | SwXTextCursor | virtual |
addVetoableChangeListener(const OUString &rPropertyName, const css::uno::Reference< css::beans::XVetoableChangeListener > &xListener) override | SwXTextCursor | virtual |
collapseToEnd() override | SwXTextCursor | virtual |
collapseToStart() override | SwXTextCursor | virtual |
createContentEnumeration(const OUString &rServiceName) override | SwXTextCursor | virtual |
createEnumeration() override | SwXTextCursor | virtual |
createSortDescriptor() override | SwXTextCursor | virtual |
DeleteAndInsert(std::u16string_view aText, ::sw::DeleteAndInsertMode eMode) | SwXTextCursor | |
firePropertiesChangeEvent(const css::uno::Sequence< OUString > &aPropertyNames, const css::uno::Reference< css::beans::XPropertiesChangeListener > &xListener) override | SwXTextCursor | virtual |
getAvailableServiceNames() override | SwXTextCursor | virtual |
GetCursor() | SwXTextCursor | |
GetCursorOrThrow() | SwXTextCursor | inlineprivate |
GetDoc() const override | SwXTextCursor | virtual |
GetDoc() override | SwXTextCursor | virtual |
getElementType() override | SwXTextCursor | virtual |
getEnd() override | SwXTextCursor | virtual |
getImplementationName() override | SwXTextCursor | virtual |
GetPaM() const override | SwXTextCursor | virtual |
GetPaM() override | SwXTextCursor | virtual |
getPropertyDefault(const OUString &rPropertyName) override | SwXTextCursor | virtual |
getPropertyDefaults(const css::uno::Sequence< OUString > &rPropertyNames) override | SwXTextCursor | virtual |
getPropertySetInfo() override | SwXTextCursor | virtual |
getPropertyState(const OUString &rPropertyName) override | SwXTextCursor | virtual |
getPropertyStates(const css::uno::Sequence< OUString > &rPropertyNames) override | SwXTextCursor | virtual |
getPropertyValue(const OUString &rPropertyName) override | SwXTextCursor | virtual |
getPropertyValues(const css::uno::Sequence< OUString > &aPropertyNames) override | SwXTextCursor | virtual |
getStart() override | SwXTextCursor | virtual |
getString() override | SwXTextCursor | virtual |
getSupportedServiceNames() override | SwXTextCursor | virtual |
getText() override | SwXTextCursor | virtual |
goLeft(sal_Int16 nCount, sal_Bool bExpand) override | SwXTextCursor | virtual |
goRight(sal_Int16 nCount, sal_Bool bExpand) override | SwXTextCursor | virtual |
gotoEnd(sal_Bool bExpand) override | SwXTextCursor | virtual |
gotoEndOfParagraph(sal_Bool Expand) override | SwXTextCursor | virtual |
gotoEndOfSentence(sal_Bool Expand) override | SwXTextCursor | virtual |
gotoEndOfWord(sal_Bool bExpand) override | SwXTextCursor | virtual |
gotoNextParagraph(sal_Bool Expand) override | SwXTextCursor | virtual |
gotoNextSentence(sal_Bool Expand) override | SwXTextCursor | virtual |
gotoNextWord(sal_Bool bExpand) override | SwXTextCursor | virtual |
gotoPreviousParagraph(sal_Bool Expand) override | SwXTextCursor | virtual |
gotoPreviousSentence(sal_Bool Expand) override | SwXTextCursor | virtual |
gotoPreviousWord(sal_Bool bExpand) override | SwXTextCursor | virtual |
gotoRange(const css::uno::Reference< css::text::XTextRange > &xRange, sal_Bool bExpand) override | SwXTextCursor | virtual |
gotoStart(sal_Bool bExpand) override | SwXTextCursor | virtual |
gotoStartOfParagraph(sal_Bool Expand) override | SwXTextCursor | virtual |
gotoStartOfSentence(sal_Bool Expand) override | SwXTextCursor | virtual |
gotoStartOfWord(sal_Bool bExpand) override | SwXTextCursor | virtual |
hasElements() override | SwXTextCursor | virtual |
insertDocumentFromURL(const OUString &rURL, const css::uno::Sequence< css::beans::PropertyValue > &rOptions) override | SwXTextCursor | virtual |
invalidateMarkings(::sal_Int32 nType) override | SwXTextCursor | virtual |
IsAtEndOfContentControl() const | SwXTextCursor | |
IsAtEndOfMeta() const | SwXTextCursor | |
isCollapsed() override | SwXTextCursor | virtual |
isEndOfParagraph() override | SwXTextCursor | virtual |
isEndOfSentence() override | SwXTextCursor | virtual |
isEndOfWord() override | SwXTextCursor | virtual |
isStartOfParagraph() override | SwXTextCursor | virtual |
isStartOfSentence() override | SwXTextCursor | virtual |
isStartOfWord() override | SwXTextCursor | virtual |
m_eType | SwXTextCursor | private |
m_nAttrMode | SwXTextCursor | private |
m_pUnoCursor | SwXTextCursor | private |
m_rPropSet | SwXTextCursor | private |
m_xParentText | SwXTextCursor | private |
makeRedline(const OUString &rRedlineType, const css::uno::Sequence< css::beans::PropertyValue > &RedlineProperties) override | SwXTextCursor | virtual |
removePropertiesChangeListener(const css::uno::Reference< css::beans::XPropertiesChangeListener > &xListener) override | SwXTextCursor | virtual |
removePropertyChangeListener(const OUString &rPropertyName, const css::uno::Reference< css::beans::XPropertyChangeListener > &xListener) override | SwXTextCursor | virtual |
removeVetoableChangeListener(const OUString &rPropertyName, const css::uno::Reference< css::beans::XVetoableChangeListener > &xListener) override | SwXTextCursor | virtual |
setAllPropertiesToDefault() override | SwXTextCursor | virtual |
setPropertiesToDefault(const css::uno::Sequence< OUString > &rPropertyNames) override | SwXTextCursor | virtual |
setPropertyToDefault(const OUString &rPropertyName) override | SwXTextCursor | virtual |
setPropertyValue(const OUString &rPropertyName, const css::uno::Any &rValue) override | SwXTextCursor | virtual |
setPropertyValues(const css::uno::Sequence< OUString > &aPropertyNames, const css::uno::Sequence< css::uno::Any > &aValues) override | SwXTextCursor | virtual |
setString(const OUString &rString) override | SwXTextCursor | virtual |
sort(const css::uno::Sequence< css::beans::PropertyValue > &xDescriptor) override | SwXTextCursor | virtual |
supportsService(const OUString &rServiceName) override | SwXTextCursor | virtual |
SwXTextCursor(SwDoc &rDoc, css::uno::Reference< css::text::XText > xParent, const CursorType eType, SwPosition const &rPos, SwPosition const *const pMark=nullptr) | SwXTextCursor | |
SwXTextCursor(css::uno::Reference< css::text::XText > xParent, SwPaM const &rSourceCursor, const CursorType eType=CursorType::All) | SwXTextCursor | |
~SwXTextCursor() override | SwXTextCursor | privatevirtual |