Searched refs:SwXParagraph (Results 1 – 12 of 12) sorted by relevance
13 "SwXParagraph";"com::sun::star::lang::XComponent";"dispose()"14 "SwXParagraph";"com::sun::star::lang::XComponent";"addEventListener()"15 "SwXParagraph";"com::sun::star::lang::XComponent";"removeEventListener()"100 "SwXParagraph";"com::sun::star::text::TextTable#optional";"BreakType"105 "SwXParagraph";"com::sun::star::text::TextTable#optional";"Split"112 "SwXParagraph";"com::sun::star::text::TextTable#optional";"TopMargin"115 "SwXParagraph";"com::sun::star::text::TextTable#optional";"Width"121 "SwXParagraph";"com::sun::star::text::TextTable#optional";"BackColor"187 "SwXParagraph";"com::sun::star::text::XTextContent";"attach()"188 "SwXParagraph";"com::sun::star::text::XTextContent";"getAnchor()"[all …]
122 class SwXParagraph::Impl127 SwXParagraph & m_rThis;136 Impl( SwXParagraph & rThis, in Impl()216 SwXParagraph::SwXParagraph() in SwXParagraph() function in SwXParagraph224 SwXParagraph::SwXParagraph( in SwXParagraph() function in SwXParagraph236 SwXParagraph::~SwXParagraph() in ~SwXParagraph()245 bool SwXParagraph::IsDescriptor() const in IsDescriptor()274 SwXParagraph *const pXPara( in CreateXParagraph()388 SwXParagraph::getPropertySetInfo() in getPropertySetInfo()701 SwXParagraph::setPropertyValuesTolerant( in setPropertyValuesTolerant()[all …]
670 SwXParagraph *const pPara = in insertTextContentBefore()671 ::sw::UnoTunnelGetImplementation<SwXParagraph>(xParaTunnel); in insertTextContentBefore()732 SwXParagraph *const pPara = in insertTextContentAfter()733 ::sw::UnoTunnelGetImplementation<SwXParagraph>(xParaTunnel); in insertTextContentAfter()1450 xRet.set(SwXParagraph::CreateXParagraph(*m_pDoc, *pTxtNode, &m_rThis), in finishOrAppendParagraph()
713 xRef = SwXParagraph::CreateXParagraph(*pUnoCrsr->GetDoc(), in NextElement_Impl()1089 SwXParagraph* pPara = 0; in XTextRangeToSwPaM()1098 pPara = ::sw::UnoTunnelGetImplementation<SwXParagraph>(xRangeTunnel); in XTextRangeToSwPaM()
2023 SwXParagraph* pParagraph = 0; in attach()2033 pParagraph = reinterpret_cast< SwXParagraph * >( in attach()2034 …sal::static_int_cast< sal_IntPtr >( xRangeTunnel->getSomething( SwXParagraph::getUnoTunnelId( ) ) … in attach()
562 xRet = (cppu::OWeakObject*)new SwXParagraph(); in MakeInstance()
73 class SwXParagraph class82 virtual ~SwXParagraph();84 SwXParagraph(::com::sun::star::uno::Reference<92 SwXParagraph();
67 sw.SwXParagraph::com::sun::star::beans::XPropertySet89 sw.SwXParagraph::com::sun::star::style::ParagraphProperties101 sw.SwXParagraph::com::sun::star::style::CharacterProperties
64 #i103696 -o sw.SwXParagraph
91 public class SwXParagraph extends TestCase { class
1392 SwXParagraph* pPara = 0; in gotoRange()1400 pPara = reinterpret_cast<SwXParagraph*>(xRangeTunnel->getSomething( in gotoRange()1401 SwXParagraph::getUnoTunnelId())); in gotoRange()
5092 SwXParagraph::CreateXParagraph(*GetDoc(), *this), uno::UNO_QUERY); in MakeUnoObject()
Completed in 406 milliseconds