Searched refs:SwXParagraph (Results 1 – 12 of 12) sorted by relevance
| /AOO41X/main/qadevOOo/objdsc/sw/ |
| H A D | com.sun.star.comp.office.SwXParagraph.csv | 1 "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 D | unoparagraph.cxx | 116 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 D | unotext.cxx | 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()
|
| H A D | unoobj2.cxx | 713 xRef = SwXParagraph::CreateXParagraph(*pUnoCrsr->GetDoc(), in NextElement_Impl() 1089 SwXParagraph* pPara = 0; in XTextRangeToSwPaM() 1098 pPara = ::sw::UnoTunnelGetImplementation<SwXParagraph>(xRangeTunnel); in XTextRangeToSwPaM()
|
| H A D | unodraw.cxx | 2025 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 D | unocoll.cxx | 562 xRet = (cppu::OWeakObject*)new SwXParagraph(); in MakeInstance()
|
| /AOO41X/main/sw/inc/ |
| H A D | unoparagraph.hxx | 73 class SwXParagraph class 82 virtual ~SwXParagraph(); 84 SwXParagraph(::com::sun::star::uno::Reference< 92 SwXParagraph();
|
| /AOO41X/main/sw/qa/unoapi/ |
| H A D | knownissues.xcl | 67 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 D | sw.sce | 64 #i103696 -o sw.SwXParagraph
|
| /AOO41X/main/qadevOOo/tests/java/mod/_sw/ |
| H A D | SwXParagraph.java | 91 public class SwXParagraph extends TestCase { class
|
| /AOO41X/main/sw/source/ui/uno/ |
| H A D | unotxvw.cxx | 1392 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 D | ndtxt.cxx | 5051 SwXParagraph::CreateXParagraph(*GetDoc(), *this), uno::UNO_QUERY); in MakeUnoObject()
|