Home
last modified time | relevance | path

Searched refs:SwXText (Results 1 – 23 of 23) sorted by relevance

/trunk/main/sw/source/core/unocore/
H A Dunotext.cxx86 class SwXText::Impl
96 Impl( SwXText & rThis, in Impl()
134 SwXText::SwXText(SwDoc *const pDoc, const enum CursorType eType) in SwXText() function in SwXText
141 SwXText::~SwXText() in ~SwXText()
158 bool SwXText::IsValid() const in IsValid()
163 void SwXText::Invalidate() in Invalidate()
530 SwXText::insertTextContent( in insertTextContent()
1332 SwXText::appendParagraph( in appendParagraph()
1344 SwXText::finishParagraph( in finishParagraph()
2240 SwXText::convertToTable( in convertToTable()
[all …]
H A Dunoftn.cxx148 : SwXText(0, CURSOR_FOOTNOTE) in SwXFootnote()
156 : SwXText(& rDoc, CURSOR_FOOTNOTE) in SwXFootnote()
205 return (nRet) ? nRet : SwXText::getSomething(rId); in getSomething()
256 const uno::Sequence< uno::Type > aTextTypes = SwXText::getTypes(); in getTypes()
285 ? SwXText::queryInterface(rType) in queryInterface()
640 aRet = SwXText::getPropertyValue(rPropertyName); in getPropertyValue()
H A Dunoredline.cxx58 SwXText(_pDoc, CURSOR_REDLINE), in SwXRedlineText()
81 aRet = SwXText::queryInterface(rType); in queryInterface()
95 uno::Sequence<uno::Type> aTypes = SwXText::getTypes(); in getTypes()
415 SwXText(&rDoc, CURSOR_REDLINE), in SwXRedline()
685 uno::Any aRet = SwXText::queryInterface(rType); in queryInterface()
696 uno::Sequence<uno::Type> aTypes = SwXText::getTypes(); in getTypes()
H A Dunorefmk.cxx604 : public SwXText
624 void Invalidate() { SwXText::Invalidate(); }; in Invalidate()
649 : SwXText(&rDoc, CURSOR_META) in SwXMetaText()
656 SwXText const * const pParent( in GetStartNode()
657 dynamic_cast<SwXText*>(m_rMeta.GetParentText().get())); in GetStartNode()
H A Dunoframe.cxx3096 SwXText(0, CURSOR_FRAME), in SwXTextFrame()
3102 SwXText(rFmt.GetDoc(), CURSOR_FRAME), in SwXTextFrame()
3127 aRet = SwXText::queryInterface(aType); in queryInterface()
3137 uno::Sequence< uno::Type > aTextTypes = SwXText::getTypes(); in getTypes()
3373 nRet = SwXText::getSomething( rId ); in getSomething()
3388 aRet = SwXText::getPropertyValue(rPropertyName); in getPropertyValue()
H A Dunoobj2.cxx715 static_cast<SwXText*>(pText), nFirstContent, nLastContent); in NextElement_Impl()
1088 SwXText* pText = 0; in XTextRangeToSwPaM()
1097 pText = ::sw::UnoTunnelGetImplementation<SwXText>(xRangeTunnel); in XTextRangeToSwPaM()
H A Dunotbl.cxx701 rCell.SwXText::setString(rTxt); in lcl_setString()
753 SwXText(pTblFmt->GetDoc(), CURSOR_TBLTEXT), in SwXCell()
763 SwXText(pTblFmt->GetDoc(), CURSOR_TBLTEXT), in SwXCell()
793 return SwXText::getSomething(rId); in getSomething()
802 uno::Sequence< uno::Type > aTextTypes = SwXText::getTypes(); in getTypes()
846 aRet = SwXText::queryInterface(aType); in queryInterface()
1109 aRet = SwXText::getPropertyValue(rPropertyName); in getPropertyValue()
H A Dunodraw.cxx2022 SwXText* pText = 0; in attach()
2027 pText = reinterpret_cast< SwXText * >( in attach()
2028 sal::static_int_cast< sal_IntPtr >( xRangeTunnel->getSomething( SwXText::getUnoTunnelId()) )); in attach()
H A Dunoobj.cxx3188 SwXText* pParentText = 0; in createEnumeration()
3191 pParentText = ::sw::UnoTunnelGetImplementation<SwXText>(xTunnel); in createEnumeration()
H A Dunoparagraph.cxx366 SwXParagraph::attachToText(SwXText & rParent, SwTxtNode & rTxtNode) in attachToText()
/trunk/main/sw/source/filter/xml/
H A Dxmlexp.cxx211 SwXText *pText = reinterpret_cast< SwXText * >( in exportDoc()
212 sal::static_int_cast< sal_IntPtr >( xTextTunnel->getSomething( SwXText::getUnoTunnelId() ))); in exportDoc()
464 SwXText *pText = 0; in GetViewSettings()
474 pText = reinterpret_cast< SwXText * >( in GetViewSettings()
475 sal::static_int_cast< sal_IntPtr >( xTextTunnel->getSomething( SwXText::getUnoTunnelId()) )); in GetViewSettings()
611 SwXText *pText = reinterpret_cast< SwXText * >( in SetBodyAttributes()
612 … sal::static_int_cast< sal_IntPtr >( xTextTunnel->getSomething( SwXText::getUnoTunnelId() ))); in SetBodyAttributes()
H A Dxmlfonte.cxx62 SwXText *pText = reinterpret_cast< SwXText *>( in SwXMLFontAutoStylePool_Impl()
63 sal::static_int_cast< sal_IntPtr >( xTextTunnel->getSomething( SwXText::getUnoTunnelId() ))); in SwXMLFontAutoStylePool_Impl()
H A Dxmlimp.cxx1085 SwXText *pText = reinterpret_cast< SwXText *>( in SetViewSettings()
1086 sal::static_int_cast< sal_IntPtr >( xTextTunnel->getSomething( SwXText::getUnoTunnelId() ))); in SetViewSettings()
1486 SwXText *pText = reinterpret_cast< SwXText *>( in SetConfigurationSettings()
1487 … sal::static_int_cast< sal_IntPtr >( xTextTunnel->getSomething( SwXText::getUnoTunnelId() ))); in SetConfigurationSettings()
H A DXMLRedlineImportHelper.cxx506 SwXText* pXText = new SwXRedlineText(pDoc, aIndex); in CreateRedlineTextSection()
/trunk/main/sw/inc/
H A Dunotext.hxx57 class SwXText class
88 virtual ~SwXText();
95 SwXText(SwDoc *const pDoc, const enum CursorType eType);
H A Dunotextbodyhf.hxx48 , public SwXText
128 , public SwXText
H A Dunoredline.hxx42 public SwXText,
109 public SwXText,
H A Dunoparagraph.hxx53 class SwXText;
106 void attachToText(SwXText & rParent, SwTxtNode & rTxtNode);
H A Dunoframe.hxx166 public SwXText,
185 void SetDoc(SwDoc *const pDoc) { SwXText::SetDoc(pDoc); }; in SetDoc()
H A Dunofootnote.hxx57 , public SwXText
H A Dunotextrange.hxx102 friend class SwXText;
H A Dunotbl.hxx87 public SwXText,
/trunk/main/sw/source/ui/uno/
H A Dunoatxt.cxx1096 SwXText *pText = 0; in applyTo()
1104 pText = reinterpret_cast < SwXText* > in applyTo()
1105 ( xTunnel->getSomething( SwXText::getUnoTunnelId() ) ); in applyTo()

Completed in 185 milliseconds