/aoo4110/main/sw/source/core/unocore/ |
H A D | unotext.cxx | 86 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() 2236 SwXText::convertToTable( in convertToTable() [all …]
|
H A D | unoftn.cxx | 148 : 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 D | unoredline.cxx | 58 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 D | unorefmk.cxx | 604 : 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 D | unoframe.cxx | 2453 SwXText(0, CURSOR_FRAME), in SwXTextFrame() 2459 SwXText(rFmt.GetDoc(), CURSOR_FRAME), in SwXTextFrame() 2484 aRet = SwXText::queryInterface(aType); in queryInterface() 2494 uno::Sequence< uno::Type > aTextTypes = SwXText::getTypes(); in getTypes() 2730 nRet = SwXText::getSomething( rId ); in getSomething() 2745 aRet = SwXText::getPropertyValue(rPropertyName); in getPropertyValue()
|
H A D | unoobj2.cxx | 715 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 D | unotbl.cxx | 701 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 D | unodraw.cxx | 2024 SwXText* pText = 0; in attach() 2029 pText = reinterpret_cast< SwXText * >( in attach() 2030 sal::static_int_cast< sal_IntPtr >( xRangeTunnel->getSomething( SwXText::getUnoTunnelId()) )); in attach()
|
H A D | unoparagraph.cxx | 353 SwXParagraph::attachToText(SwXText & rParent, SwTxtNode & rTxtNode) in attachToText()
|
H A D | unoobj.cxx | 3188 SwXText* pParentText = 0; in createEnumeration() 3191 pParentText = ::sw::UnoTunnelGetImplementation<SwXText>(xTunnel); in createEnumeration()
|
/aoo4110/main/sw/source/filter/xml/ |
H A D | xmlexp.cxx | 215 SwXText *pText = reinterpret_cast< SwXText * >( in exportDoc() 216 sal::static_int_cast< sal_IntPtr >( xTextTunnel->getSomething( SwXText::getUnoTunnelId() ))); in exportDoc() 468 SwXText *pText = 0; in GetViewSettings() 478 pText = reinterpret_cast< SwXText * >( in GetViewSettings() 479 sal::static_int_cast< sal_IntPtr >( xTextTunnel->getSomething( SwXText::getUnoTunnelId()) )); in GetViewSettings() 615 SwXText *pText = reinterpret_cast< SwXText * >( in SetBodyAttributes() 616 … sal::static_int_cast< sal_IntPtr >( xTextTunnel->getSomething( SwXText::getUnoTunnelId() ))); in SetBodyAttributes()
|
H A D | xmlfonte.cxx | 62 SwXText *pText = reinterpret_cast< SwXText *>( in SwXMLFontAutoStylePool_Impl() 63 sal::static_int_cast< sal_IntPtr >( xTextTunnel->getSomething( SwXText::getUnoTunnelId() ))); in SwXMLFontAutoStylePool_Impl()
|
H A D | xmlimp.cxx | 1089 SwXText *pText = reinterpret_cast< SwXText *>( in SetViewSettings() 1090 sal::static_int_cast< sal_IntPtr >( xTextTunnel->getSomething( SwXText::getUnoTunnelId() ))); in SetViewSettings() 1490 SwXText *pText = reinterpret_cast< SwXText *>( in SetConfigurationSettings() 1491 … sal::static_int_cast< sal_IntPtr >( xTextTunnel->getSomething( SwXText::getUnoTunnelId() ))); in SetConfigurationSettings()
|
H A D | XMLRedlineImportHelper.cxx | 506 SwXText* pXText = new SwXRedlineText(pDoc, aIndex); in CreateRedlineTextSection()
|
/aoo4110/main/sw/inc/ |
H A D | unotext.hxx | 57 class SwXText class 88 virtual ~SwXText(); 95 SwXText(SwDoc *const pDoc, const enum CursorType eType);
|
H A D | unotextbodyhf.hxx | 48 , public SwXText 128 , public SwXText
|
H A D | unoredline.hxx | 42 public SwXText, 109 public SwXText,
|
H A D | unoparagraph.hxx | 53 class SwXText; 106 void attachToText(SwXText & rParent, SwTxtNode & rTxtNode);
|
H A D | unoframe.hxx | 166 public SwXText, 185 void SetDoc(SwDoc *const pDoc) { SwXText::SetDoc(pDoc); }; in SetDoc()
|
H A D | unofootnote.hxx | 57 , public SwXText
|
H A D | unotextrange.hxx | 102 friend class SwXText;
|
H A D | unotbl.hxx | 87 public SwXText,
|
/aoo4110/main/sw/source/ui/uno/ |
H A D | unoatxt.cxx | 1096 SwXText *pText = 0; in applyTo() 1104 pText = reinterpret_cast < SwXText* > in applyTo() 1105 ( xTunnel->getSomething( SwXText::getUnoTunnelId() ) ); in applyTo()
|