Home
last modified time | relevance | path

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

/trunk/main/qadevOOo/java/OOoRunner/src/main/resources/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 …]
/trunk/main/sw/source/core/unocore/
H A Dunoparagraph.cxx121 class SwXParagraph::Impl
126 SwXParagraph & m_rThis;
135 Impl( SwXParagraph & rThis, in Impl()
196 void SwXParagraph::Impl::Modify( const SfxPoolItem *pOld, const SfxPoolItem *pNew ) in Modify()
208 SwXParagraph::SwXParagraph() in SwXParagraph() function in SwXParagraph
209 : m_pImpl( new SwXParagraph::Impl(*this) ) in SwXParagraph()
216 SwXParagraph::SwXParagraph( in SwXParagraph() function in SwXParagraph
221 new SwXParagraph::Impl(*this, &rTxtNode, xParent, nSelStart, nSelEnd)) in SwXParagraph()
228 SwXParagraph::~SwXParagraph() in ~SwXParagraph()
232 const SwTxtNode * SwXParagraph::GetTxtNode() const in GetTxtNode()
[all …]
H A Dunotext.cxx662 SwXParagraph *const pPara = in insertTextContentBefore()
663 ::sw::UnoTunnelGetImplementation<SwXParagraph>(xParaTunnel); in insertTextContentBefore()
723 SwXParagraph *const pPara = in insertTextContentAfter()
724 ::sw::UnoTunnelGetImplementation<SwXParagraph>(xParaTunnel); in insertTextContentAfter()
1417 xRet.set(SwXParagraph::CreateXParagraph(*m_pDoc, *pTxtNode, &m_rThis), in finishOrAppendParagraph()
H A Dunoobj2.cxx707 xRef = SwXParagraph::CreateXParagraph(*pUnoCrsr->GetDoc(), in NextElement_Impl()
1077 SwXParagraph* pPara = 0; in XTextRangeToSwPaM()
1086 pPara = ::sw::UnoTunnelGetImplementation<SwXParagraph>(xRangeTunnel); in XTextRangeToSwPaM()
H A Dunodraw.cxx1997 SwXParagraph* pParagraph = 0; in attach()
2007 pParagraph = reinterpret_cast< SwXParagraph * >( in attach()
2008 …sal::static_int_cast< sal_IntPtr >( xRangeTunnel->getSomething( SwXParagraph::getUnoTunnelId( ) ) … in attach()
H A Dunocoll.cxx560 xRet = (cppu::OWeakObject*)new SwXParagraph(); in MakeInstance()
/trunk/main/sw/inc/
H A Dunoparagraph.hxx73 class SwXParagraph class
82 virtual ~SwXParagraph();
84 SwXParagraph(::com::sun::star::uno::Reference<
92 SwXParagraph();
/trunk/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
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/mod/_sw/
H A DSwXParagraph.java91 public class SwXParagraph extends TestCase { class
/trunk/main/sw/source/ui/uno/
H A Dunotxvw.cxx1379 SwXParagraph* pPara = 0; in gotoRange()
1387 pPara = reinterpret_cast<SwXParagraph*>(xRangeTunnel->getSomething( in gotoRange()
1388 SwXParagraph::getUnoTunnelId())); in gotoRange()
/trunk/main/sw/source/core/txtnode/
H A Dndtxt.cxx5092 SwXParagraph::CreateXParagraph(*GetDoc(), *this), uno::UNO_QUERY); in MakeUnoObject()