LibreOffice Module sw (master) 1
Classes | Functions
SwUnoCursorHelper Namespace Reference

Classes

class  SwAnyMapHelper
 

Functions

static SwPaMlcl_createPamCopy (const SwPaM &rPam)
 
void GetSelectableFromAny (uno::Reference< uno::XInterface > const &xIfc, SwDoc &rTargetDoc, SwPaM *&o_rpPaM, std::pair< OUString, FlyCntType > &o_rFrame, OUString &o_rTableName, SwUnoTableCursor const *&o_rpTableCursor, ::sw::mark::IMark const *&o_rpMark, std::vector< SdrObject * > &o_rSdrObjects)
 
uno::Reference< text::XTextContent > GetNestedTextContent (SwTextNode const &rTextNode, sal_Int32 const nIndex, bool const bParent)
 
static uno::Any GetParaListAutoFormat (SwTextNode const &rNode)
 
bool getCursorPropertyValue (const SfxItemPropertyMapEntry &rEntry, SwPaM &rPam, Any *pAny, PropertyState &eState, const SwTextNode *pNode)
 
sal_Int16 IsNodeNumStart (SwPaM const &rPam, PropertyState &eState)
 
void setNumberingProperty (const Any &rValue, SwPaM &rPam)
 
void getNumberingProperty (SwPaM &rPam, PropertyState &eState, Any *pAny)
 
void GetCurPageStyle (SwPaM const &rPaM, OUString &rString)
 
void resetCursorPropertyValue (const SfxItemPropertyMapEntry &rEntry, SwPaM &rPam)
 
void InsertFile (SwUnoCursor *pUnoCursor, const OUString &rURL, const uno::Sequence< beans::PropertyValue > &rOptions)
 
bool DocInsertStringSplitCR (SwDoc &rDoc, const SwPaM &rNewCursor, std::u16string_view rText, const bool bForceExpandHints)
 
void makeRedline (SwPaM const &rPaM, std::u16string_view rRedlineType, const uno::Sequence< beans::PropertyValue > &rRedlineProperties)
 
void makeTableRowRedline (SwTableLine &rTableLine, std::u16string_view rRedlineType, const uno::Sequence< beans::PropertyValue > &rRedlineProperties)
 
void makeTableCellRedline (SwTableBox &rTableBox, std::u16string_view rRedlineType, const uno::Sequence< beans::PropertyValue > &rRedlineProperties)
 
uno::Reference< text::XFlatParagraphIterator > CreateFlatParagraphIterator (SwDoc &rDoc, sal_Int32 const nTextMarkupType, bool const bAutomatic)
 
bool getCursorPropertyValue (const SfxItemPropertyMapEntry &rEntry, SwPaM &rPam, css::uno::Any *pAny, css::beans::PropertyState &eState, const SwTextNode *pNode=nullptr)
 
bool IsStartOfPara (SwPaM &rUnoCursor)
 
bool IsEndOfPara (SwPaM &rUnoCursor)
 
void InsertFile (SwUnoCursor *pUnoCursor, const OUString &rURL, const css::uno::Sequence< css::beans::PropertyValue > &rOptions)
 
void getNumberingProperty (SwPaM &rPam, css::beans::PropertyState &eState, css::uno::Any *pAny)
 
void setNumberingProperty (const css::uno::Any &rValue, SwPaM &rPam)
 
sal_Int16 IsNodeNumStart (SwPaM const &rPam, css::beans::PropertyState &eState)
 
void makeRedline (SwPaM const &rPaM, std::u16string_view RedlineType, const css::uno::Sequence< css::beans::PropertyValue > &RedlineProperties)
 
void makeTableRowRedline (SwTableLine &rTableLine, std::u16string_view RedlineType, const css::uno::Sequence< css::beans::PropertyValue > &RedlineProperties)
 
SW_DLLPUBLIC void makeTableCellRedline (SwTableBox &rTableBox, std::u16string_view RedlineType, const css::uno::Sequence< css::beans::PropertyValue > &RedlineProperties)
 
void SetCursorAttr (SwPaM &rPam, const SfxItemSet &rSet, const SetAttrMode nAttrMode, const bool bTableMode=false)
 
void GetCursorAttr (SwPaM &rPam, SfxItemSet &rSet, const bool bOnlyTextAttr=false, const bool bGetFromChrFormat=true)
 
void GetTextFromPam (SwPaM &rPam, OUString &rBuffer, SwRootFrame const *pLayout=nullptr)
 
SwFormatCollGetCurTextFormatColl (SwPaM &rPam, const bool bConditional)
 
void SelectPam (SwPaM &rPam, const bool bExpand)
 
void SetString (SwCursor &rCursor, std::u16string_view aString)
 
css::uno::Sequence< css::beans::PropertyValue > CreateSortDescriptor (const bool bFromTable)
 
bool ConvertSortProperties (const css::uno::Sequence< css::beans::PropertyValue > &rDescriptor, SwSortOptions &rSortOpt)
 
void SetPropertyValue (SwPaM &rPaM, const SfxItemPropertySet &rPropSet, const OUString &rPropertyName, const css::uno::Any &rValue, const SetAttrMode nAttrMode=SetAttrMode::DEFAULT)
 
void SetPropertyValues (SwPaM &rPaM, const SfxItemPropertySet &rPropSet, const css::uno::Sequence< css::beans::PropertyValue > &rPropertyValues, const SetAttrMode nAttrMode=SetAttrMode::DEFAULT)
 
void SetPropertyValues (SwPaM &rPaM, const SfxItemPropertySet &rPropSet, o3tl::span< const css::beans::PropertyValue > aPropertyValues, const SetAttrMode nAttrMode=SetAttrMode::DEFAULT)
 
css::uno::Any GetPropertyValue (SwPaM &rPaM, const SfxItemPropertySet &rPropSet, std::u16string_view rPropertyName)
 
css::uno::Sequence< css::beans::PropertyState > GetPropertyStates (SwPaM &rPaM, const SfxItemPropertySet &rPropSet, const css::uno::Sequence< OUString > &rPropertyNames, const SwGetPropertyStatesCaller eCaller=SW_PROPERTY_STATE_CALLER_DEFAULT)
 
css::beans::PropertyState GetPropertyState (SwPaM &rPaM, const SfxItemPropertySet &rPropSet, const OUString &rPropertyName)
 
void SetPropertyToDefault (SwPaM &rPaM, const SfxItemPropertySet &rPropSet, std::u16string_view rPropertyName)
 
css::uno::Any GetPropertyDefault (SwPaM const &rPaM, const SfxItemPropertySet &rPropSet, std::u16string_view rPropertyName)
 
bool SetPageDesc (const css::uno::Any &rValue, SwDoc &rDoc, SfxItemSet &rSet)
 
void SetTextFormatColl (const css::uno::Any &rAny, SwPaM &rPaM)
 
bool SetCursorPropertyValue (SfxItemPropertyMapEntry const &rEntry, css::uno::Any const &rValue, SwPaM &rPam, SfxItemSet &rItemSet)
 
SW_DLLPUBLIC void GetSelectableFromAny (css::uno::Reference< css::uno::XInterface > const &xIfc, SwDoc &rTargetDoc, SwPaM *&o_rpPaM, std::pair< OUString, FlyCntType > &o_rFrame, OUString &o_rTableName, SwUnoTableCursor const *&o_rpTableCursor, ::sw::mark::IMark const *&o_rpMark, std::vector< SdrObject * > &o_rSdrObjects)
 try to get something that can be selected out of the XInterface at most one of the out parameters gets assigned a non-null value o_rpPaM is newly allocated and must be deleted; other parameters not More...
 

Function Documentation

◆ ConvertSortProperties()

bool SwUnoCursorHelper::ConvertSortProperties ( const css::uno::Sequence< css::beans::PropertyValue > &  rDescriptor,
SwSortOptions rSortOpt 
)

◆ CreateFlatParagraphIterator()

css::uno::Reference< css::text::XFlatParagraphIterator > SwUnoCursorHelper::CreateFlatParagraphIterator ( SwDoc rDoc,
sal_Int32 const  nTextMarkupType,
bool const  bAutomatic 
)

Definition at line 60 of file unoflatpara.cxx.

Referenced by SwXTextDocument::getFlatParagraphIterator().

◆ CreateSortDescriptor()

uno::Sequence< beans::PropertyValue > SwUnoCursorHelper::CreateSortDescriptor ( const bool  bFromTable)

◆ DocInsertStringSplitCR()

bool SwUnoCursorHelper::DocInsertStringSplitCR ( SwDoc rDoc,
const SwPaM rNewCursor,
std::u16string_view  rText,
const bool  bForceExpandHints 
)

◆ GetCurPageStyle()

void SwUnoCursorHelper::GetCurPageStyle ( SwPaM const &  rPaM,
OUString &  rString 
)

◆ GetCursorAttr()

void SwUnoCursorHelper::GetCursorAttr ( SwPaM rPam,
SfxItemSet rSet,
const bool  bOnlyTextAttr = false,
const bool  bGetFromChrFormat = true 
)

◆ getCursorPropertyValue() [1/2]

bool SwUnoCursorHelper::getCursorPropertyValue ( const SfxItemPropertyMapEntry rEntry,
SwPaM rPam,
Any *  pAny,
PropertyState &  eState,
const SwTextNode pNode 
)

Definition at line 326 of file unocrsrhelper.cxx.

References ChrFmt, SwpHints::Count(), SwXCell::CreateXCell(), SwXDocumentIndex::CreateXDocumentIndex(), SwXDocumentIndexMark::CreateXDocumentIndexMark(), SwXFootnote::CreateXFootnote(), SwXParagraph::CreateXParagraph(), SwXReferenceMark::CreateXReferenceMark(), SwXTextField::CreateXTextField(), SwXTextFrame::CreateXTextFrame(), sw::Default, SwPaM::End(), eType, SwStyleNameMapper::FillProgName(), SwNode::FindTableNode(), FN_NUMBER_NEWSTART, FN_UNO_CELL, FN_UNO_CHARFMT_SEQUENCE, FN_UNO_DOCUMENT_INDEX, FN_UNO_DOCUMENT_INDEX_MARK, FN_UNO_ENDNOTE, FN_UNO_FOOTNOTE, FN_UNO_IS_NUMBER, FN_UNO_LIST_ID, FN_UNO_NESTED_TEXT_CONTENT, FN_UNO_NUM_LEVEL, FN_UNO_NUM_RULES, FN_UNO_NUM_START_VALUE, FN_UNO_PAGE_STYLE, FN_UNO_PARA_CONDITIONAL_STYLE_NAME, FN_UNO_PARA_CONT_PREV_SUBTREE, FN_UNO_PARA_NUM_AUTO_FORMAT, FN_UNO_PARA_NUM_STRING, FN_UNO_PARA_STYLE, FN_UNO_REFERENCE_MARK, FN_UNO_SORTED_TEXT_ID, FN_UNO_TEXT_FIELD, FN_UNO_TEXT_FRAME, FN_UNO_TEXT_PARAGRAPH, FN_UNO_TEXT_SECTION, FN_UNO_TEXT_TABLE, o3tl::strong_int< typename UNDERLYING_TYPE, typename PHANTOM_TYPE >::get(), SwpHints::Get(), SwTextNode::GetActualListLevel(), SwContentNode::GetAnyFormatColl(), SwTextNode::GetAttrOutlineLevel(), SwFormatCharFormat::GetCharFormat(), SwTextAttr::GetCharFormat(), SwPosition::GetContentIndex(), GetCurPageStyle(), SwDoc::GetCurrSection(), GetCurTextFormatColl(), SwDoc::GetCurTOX(), SwNode::GetDoc(), SwFormat::GetDoc(), SwPaM::GetDoc(), SwTextAttr::GetEnd(), SwTextNode::GetFieldTextAttrAt(), SwNode::GetFlyFormat(), SwTextAttr::GetFootnote(), SwSection::GetFormat(), SwContentNode::GetFormatColl(), SwTextAttr::GetFormatField(), SwTable::GetFrameFormat(), SwNode::GetIndex(), SwTextNode::GetListId(), SwPaM::GetMarkNode(), SwFormat::GetName(), GetNestedTextContent(), SwPosition::GetNode(), SwPosition::GetNodeIndex(), SwDoc::GetNodes(), SwTextNode::GetNum(), getNumberingProperty(), SwDoc::GetNumRuleAtPos(), SwTextNode::GetNumString(), SwXTextTables::GetObject(), SwXTextSections::GetObject(), GetParaListAutoFormat(), SwPaM::GetPoint(), SwPaM::GetPointNode(), SwStyleNameMapper::GetProgName(), SwTextNode::GetpSwpHints(), SwTextAttr::GetStart(), SwStartNode::GetStartNodeType(), SwTableNode::GetTable(), SwNode::GetTableBox(), SwTextNode::GetTextAttrForCharAt(), SwTextNode::GetTextAttrsAt(), SwNode::GetTextNode(), SwNumberTreeNode::IsContinueingPreviousSubTree(), SwTextNode::IsCountedInList(), SwFormatFootnote::IsEndNote(), SwTextNode::IsInList(), SwTextNode::IsListRestart(), IsNodeNumStart(), SwNode::IsNoTextNode(), SwNode::IsTextNode(), nIndex, nValue, SfxItemPropertyMapEntry::nWID, RES_PARATR_OUTLINELEVEL(), RES_TXTATR_CHARFMT(), RES_TXTATR_FTN(), RES_TXTATR_REFMARK(), RES_TXTATR_TOXMARK(), SwPaM::Start(), SwNode::StartOfSectionNode(), SwFlyStartNode, SwTableBoxStartNode, TxtColl, SwTextAttr::Which(), and xFrame.

Referenced by SwXTextPortion::GetPropertyValue(), GetPropertyValue(), SwXParagraph::Impl::GetPropertyValues_Impl(), and SwXParagraph::Impl::GetPropertyValuesTolerant_Impl().

◆ getCursorPropertyValue() [2/2]

bool SwUnoCursorHelper::getCursorPropertyValue ( const SfxItemPropertyMapEntry rEntry,
SwPaM rPam,
css::uno::Any *  pAny,
css::beans::PropertyState &  eState,
const SwTextNode pNode = nullptr 
)

◆ GetCurTextFormatColl()

SwFormatColl * SwUnoCursorHelper::GetCurTextFormatColl ( SwPaM rPam,
const bool  bConditional 
)

◆ GetNestedTextContent()

css::uno::Reference< css::text::XTextContent > SwUnoCursorHelper::GetNestedTextContent ( SwTextNode const &  rTextNode,
sal_Int32 const  nIndex,
bool const  bParent 
)

◆ getNumberingProperty() [1/2]

void SwUnoCursorHelper::getNumberingProperty ( SwPaM rPam,
css::beans::PropertyState &  eState,
css::uno::Any *  pAny 
)

◆ getNumberingProperty() [2/2]

void SwUnoCursorHelper::getNumberingProperty ( SwPaM rPam,
PropertyState &  eState,
Any *  pAny 
)

◆ GetParaListAutoFormat()

static uno::Any SwUnoCursorHelper::GetParaListAutoFormat ( SwTextNode const &  rNode)
static

◆ GetPropertyDefault()

uno::Any SwUnoCursorHelper::GetPropertyDefault ( SwPaM const &  rPaM,
const SfxItemPropertySet rPropSet,
std::u16string_view  rPropertyName 
)

◆ GetPropertyState()

beans::PropertyState SwUnoCursorHelper::GetPropertyState ( SwPaM rPaM,
const SfxItemPropertySet rPropSet,
const OUString &  rPropertyName 
)
Exceptions
css::beans::UnknownPropertyException
css::uno::RuntimeException

Definition at line 2114 of file unoobj.cxx.

References aSeq, GetPropertyStates(), and SW_PROPERTY_STATE_CALLER_SINGLE_VALUE_ONLY.

Referenced by SwXTextPortion::getPropertyState(), SwXTextViewCursor::getPropertyState(), SwXTextCursor::getPropertyState(), and SwXTextRange::getPropertyState().

◆ GetPropertyStates()

css::uno::Sequence< css::beans::PropertyState > SwUnoCursorHelper::GetPropertyStates ( SwPaM rPaM,
const SfxItemPropertySet rPropSet,
const css::uno::Sequence< OUString > &  rPropertyNames,
const SwGetPropertyStatesCaller  eCaller = SW_PROPERTY_STATE_CALLER_DEFAULT 
)

◆ GetPropertyValue()

uno::Any SwUnoCursorHelper::GetPropertyValue ( SwPaM rPaM,
const SfxItemPropertySet rPropSet,
std::u16string_view  rPropertyName 
)

◆ GetSelectableFromAny() [1/2]

SW_DLLPUBLIC void SwUnoCursorHelper::GetSelectableFromAny ( css::uno::Reference< css::uno::XInterface > const &  xIfc,
SwDoc rTargetDoc,
SwPaM *&  o_rpPaM,
std::pair< OUString, FlyCntType > &  o_rFrame,
OUString &  o_rTableName,
SwUnoTableCursor const *&  o_rpTableCursor,
::sw::mark::IMark const *&  o_rpMark,
std::vector< SdrObject * > &  o_rSdrObjects 
)

try to get something that can be selected out of the XInterface at most one of the out parameters gets assigned a non-null value o_rpPaM is newly allocated and must be deleted; other parameters not

◆ GetSelectableFromAny() [2/2]

void SwUnoCursorHelper::GetSelectableFromAny ( uno::Reference< uno::XInterface > const &  xIfc,
SwDoc rTargetDoc,
SwPaM *&  o_rpPaM,
std::pair< OUString, FlyCntType > &  o_rFrame,
OUString &  o_rTableName,
SwUnoTableCursor const *&  o_rpTableCursor,
::sw::mark::IMark const *&  o_rpMark,
std::vector< SdrObject * > &  o_rSdrObjects 
)

◆ GetTextFromPam()

void SwUnoCursorHelper::GetTextFromPam ( SwPaM rPam,
OUString &  rBuffer,
SwRootFrame const *  pLayout = nullptr 
)

◆ InsertFile() [1/2]

void SwUnoCursorHelper::InsertFile ( SwUnoCursor pUnoCursor,
const OUString &  rURL,
const css::uno::Sequence< css::beans::PropertyValue > &  rOptions 
)
Exceptions
css::lang::IllegalArgumentException
css::io::IOException
css::uno::RuntimeException

◆ InsertFile() [2/2]

void SwUnoCursorHelper::InsertFile ( SwUnoCursor pUnoCursor,
const OUString &  rURL,
const uno::Sequence< beans::PropertyValue > &  rOptions 
)

◆ IsEndOfPara()

bool SwUnoCursorHelper::IsEndOfPara ( SwPaM rUnoCursor)
inline

◆ IsNodeNumStart() [1/2]

sal_Int16 SwUnoCursorHelper::IsNodeNumStart ( SwPaM const &  rPam,
css::beans::PropertyState &  eState 
)

◆ IsNodeNumStart() [2/2]

sal_Int16 SwUnoCursorHelper::IsNodeNumStart ( SwPaM const &  rPam,
PropertyState &  eState 
)

◆ IsStartOfPara()

bool SwUnoCursorHelper::IsStartOfPara ( SwPaM rUnoCursor)
inline

◆ lcl_createPamCopy()

static SwPaM * SwUnoCursorHelper::lcl_createPamCopy ( const SwPaM rPam)
static

Definition at line 107 of file unocrsrhelper.cxx.

References sw::DeepCopyPaM(), and SwPaM::GetPoint().

Referenced by GetSelectableFromAny().

◆ makeRedline() [1/2]

void SwUnoCursorHelper::makeRedline ( SwPaM const &  rPaM,
std::u16string_view  RedlineType,
const css::uno::Sequence< css::beans::PropertyValue > &  RedlineProperties 
)
Exceptions
css::lang::IllegalArgumentException
css::uno::RuntimeException

◆ makeRedline() [2/2]

void SwUnoCursorHelper::makeRedline ( SwPaM const &  rPaM,
std::u16string_view  rRedlineType,
const uno::Sequence< beans::PropertyValue > &  rRedlineProperties 
)

◆ makeTableCellRedline() [1/2]

SW_DLLPUBLIC void SwUnoCursorHelper::makeTableCellRedline ( SwTableBox rTableBox,
std::u16string_view  RedlineType,
const css::uno::Sequence< css::beans::PropertyValue > &  RedlineProperties 
)
Exceptions
css::lang::IllegalArgumentException
css::uno::RuntimeException

◆ makeTableCellRedline() [2/2]

void SwUnoCursorHelper::makeTableCellRedline ( SwTableBox rTableBox,
std::u16string_view  rRedlineType,
const uno::Sequence< beans::PropertyValue > &  rRedlineProperties 
)

◆ makeTableRowRedline() [1/2]

void SwUnoCursorHelper::makeTableRowRedline ( SwTableLine rTableLine,
std::u16string_view  RedlineType,
const css::uno::Sequence< css::beans::PropertyValue > &  RedlineProperties 
)
Exceptions
css::lang::IllegalArgumentException
css::uno::RuntimeException

◆ makeTableRowRedline() [2/2]

void SwUnoCursorHelper::makeTableRowRedline ( SwTableLine rTableLine,
std::u16string_view  rRedlineType,
const uno::Sequence< beans::PropertyValue > &  rRedlineProperties 
)

◆ resetCursorPropertyValue()

void SwUnoCursorHelper::resetCursorPropertyValue ( const SfxItemPropertyMapEntry rEntry,
SwPaM rPam 
)

◆ SelectPam()

void SwUnoCursorHelper::SelectPam ( SwPaM rPam,
const bool  bExpand 
)

◆ SetCursorAttr()

void SwUnoCursorHelper::SetCursorAttr ( SwPaM rPam,
const SfxItemSet rSet,
const SetAttrMode  nAttrMode,
const bool  bTableMode = false 
)

◆ SetCursorPropertyValue()

bool SwUnoCursorHelper::SetCursorPropertyValue ( SfxItemPropertyMapEntry const &  rEntry,
css::uno::Any const &  rValue,
SwPaM rPam,
SfxItemSet rItemSet 
)
Exceptions
css::lang::IllegalArgumentException
css::uno::RuntimeException
css::uno::DeploymentException

Referenced by SwXTextTableCursor::setPropertyValue(), and SwXCellRange::setPropertyValue().

◆ setNumberingProperty() [1/2]

void SwUnoCursorHelper::setNumberingProperty ( const Any &  rValue,
SwPaM rPam 
)

◆ setNumberingProperty() [2/2]

void SwUnoCursorHelper::setNumberingProperty ( const css::uno::Any &  rValue,
SwPaM rPam 
)

◆ SetPageDesc()

bool SwUnoCursorHelper::SetPageDesc ( const css::uno::Any &  rValue,
SwDoc rDoc,
SfxItemSet rSet 
)

◆ SetPropertyToDefault()

void SwUnoCursorHelper::SetPropertyToDefault ( SwPaM rPaM,
const SfxItemPropertySet rPropSet,
std::u16string_view  rPropertyName 
)

◆ SetPropertyValue()

void SwUnoCursorHelper::SetPropertyValue ( SwPaM rPaM,
const SfxItemPropertySet rPropSet,
const OUString &  rPropertyName,
const css::uno::Any &  rValue,
const SetAttrMode  nAttrMode = SetAttrMode::DEFAULT 
)
Exceptions
css::beans::UnknownPropertyException
css::beans::PropertyVetoException
css::lang::IllegalArgumentException
css::lang::WrappedTargetException
css::uno::RuntimeException

Referenced by SwXText::Impl::finishOrAppendParagraph(), SwXTextPortion::setPropertyValue(), SwXTextViewCursor::setPropertyValue(), SwXTextCursor::setPropertyValue(), SwXTextRange::setPropertyValue(), SwXTextPortion::setPropertyValuesTolerant(), and SwXParagraph::setPropertyValuesTolerant().

◆ SetPropertyValues() [1/2]

void SwUnoCursorHelper::SetPropertyValues ( SwPaM rPaM,
const SfxItemPropertySet rPropSet,
const css::uno::Sequence< css::beans::PropertyValue > &  rPropertyValues,
const SetAttrMode  nAttrMode = SetAttrMode::DEFAULT 
)
Exceptions
css::beans::UnknownPropertyException
css::beans::PropertyVetoException
css::lang::IllegalArgumentException
css::lang::WrappedTargetException
css::uno::RuntimeException

Referenced by SwXText::Impl::finishOrAppendParagraph(), SwXText::insertTextPortion(), SwXTextCursor::setPropertyValues(), and SwXTextPortion::SetPropertyValues_Impl().

◆ SetPropertyValues() [2/2]

void SwUnoCursorHelper::SetPropertyValues ( SwPaM rPaM,
const SfxItemPropertySet rPropSet,
o3tl::span< const css::beans::PropertyValue >  aPropertyValues,
const SetAttrMode  nAttrMode = SetAttrMode::DEFAULT 
)

◆ SetString()

void SwUnoCursorHelper::SetString ( SwCursor rCursor,
std::u16string_view  aString 
)

◆ SetTextFormatColl()

void SwUnoCursorHelper::SetTextFormatColl ( const css::uno::Any &  rAny,
SwPaM rPaM 
)
Exceptions
css::lang::IllegalArgumentException
css::uno::RuntimeException

Referenced by SwXTextTableCursor::setPropertyValue().