Home
last modified time | relevance | path

Searched refs:SwXParagraph (Results 1 – 12 of 12) sorted by relevance

/AOO41X/main/qadevOOo/objdsc/sw/
H A Dcom.sun.star.comp.office.SwXParagraph.csv1 "SwXParagraph";"com::sun::star::style::CharacterPropertiesAsian#optional";"CharHeightAsian"
2 "SwXParagraph";"com::sun::star::style::CharacterPropertiesAsian#optional";"CharWeightAsian"
3 "SwXParagraph";"com::sun::star::style::CharacterPropertiesAsian#optional";"CharFontNameAsian"
4 "SwXParagraph";"com::sun::star::style::CharacterPropertiesAsian#optional";"CharFontStyleNameAsian"
5 "SwXParagraph";"com::sun::star::style::CharacterPropertiesAsian#optional";"CharFontFamilyAsian"
6 "SwXParagraph";"com::sun::star::style::CharacterPropertiesAsian#optional";"CharFontCharSetAsian"
7 "SwXParagraph";"com::sun::star::style::CharacterPropertiesAsian#optional";"CharFontPitchAsian"
8 "SwXParagraph";"com::sun::star::style::CharacterPropertiesAsian#optional";"CharPostureAsian"
9 "SwXParagraph";"com::sun::star::style::CharacterPropertiesAsian#optional";"CharLocaleAsian"
10 "SwXParagraph";"com::sun::star::style::CharacterPropertiesAsian#optional";"ParaIsCharacterDistance"
[all …]
/AOO41X/main/sw/source/core/unocore/
H A Dunoparagraph.cxx116 class SwXParagraph::Impl
121 SwXParagraph & m_rThis;
130 Impl( SwXParagraph & rThis, in Impl()
191 void SwXParagraph::Impl::Modify( const SfxPoolItem *pOld, const SfxPoolItem *pNew ) in Modify()
203 SwXParagraph::SwXParagraph() in SwXParagraph() function in SwXParagraph
204 : m_pImpl( new SwXParagraph::Impl(*this) ) in SwXParagraph()
211 SwXParagraph::SwXParagraph( in SwXParagraph() function in SwXParagraph
216 new SwXParagraph::Impl(*this, &rTxtNode, xParent, nSelStart, nSelEnd)) in SwXParagraph()
223 SwXParagraph::~SwXParagraph() in ~SwXParagraph()
227 const SwTxtNode * SwXParagraph::GetTxtNode() const in GetTxtNode()
[all …]
H A Dunotext.cxx670 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()
H A Dunoobj2.cxx713 xRef = SwXParagraph::CreateXParagraph(*pUnoCrsr->GetDoc(), in NextElement_Impl()
1089 SwXParagraph* pPara = 0; in XTextRangeToSwPaM()
1098 pPara = ::sw::UnoTunnelGetImplementation<SwXParagraph>(xRangeTunnel); in XTextRangeToSwPaM()
H A Dunodraw.cxx2025 SwXParagraph* pParagraph = 0; in attach()
2035 pParagraph = reinterpret_cast< SwXParagraph * >( in attach()
2036 …sal::static_int_cast< sal_IntPtr >( xRangeTunnel->getSomething( SwXParagraph::getUnoTunnelId( ) ) … in attach()
H A Dunocoll.cxx562 xRet = (cppu::OWeakObject*)new SwXParagraph(); in MakeInstance()
/AOO41X/main/sw/inc/
H A Dunoparagraph.hxx73 class SwXParagraph class
82 virtual ~SwXParagraph();
84 SwXParagraph(::com::sun::star::uno::Reference<
92 SwXParagraph();
/AOO41X/main/sw/qa/unoapi/
H A Dknownissues.xcl67 sw.SwXParagraph::com::sun::star::beans::XPropertySet
89 sw.SwXParagraph::com::sun::star::style::ParagraphProperties
101 sw.SwXParagraph::com::sun::star::style::CharacterProperties
H A Dsw.sce64 #i103696 -o sw.SwXParagraph
/AOO41X/main/qadevOOo/tests/java/mod/_sw/
H A DSwXParagraph.java91 public class SwXParagraph extends TestCase { class
/AOO41X/main/sw/source/ui/uno/
H A Dunotxvw.cxx1392 SwXParagraph* pPara = 0; in gotoRange()
1400 pPara = reinterpret_cast<SwXParagraph*>(xRangeTunnel->getSomething( in gotoRange()
1401 SwXParagraph::getUnoTunnelId())); in gotoRange()
/AOO41X/main/sw/source/core/txtnode/
H A Dndtxt.cxx5051 SwXParagraph::CreateXParagraph(*GetDoc(), *this), uno::UNO_QUERY); in MakeUnoObject()