Searched refs:SwXFootnote (Results 1 – 9 of 9) sorted by relevance
| /trunk/main/sw/source/core/unocore/ |
| H A D | unoftn.cxx | 57 class SwXFootnote::Impl 63 SwXFootnote & m_rThis; 70 Impl( SwXFootnote & rThis, in Impl() 107 void SwXFootnote::Impl::Invalidate() in Invalidate() 121 void SwXFootnote::Impl::Modify(const SfxPoolItem *pOld, const SfxPoolItem *pNew) in Modify() 147 SwXFootnote::SwXFootnote(const bool bEndnote) in SwXFootnote() function in SwXFootnote 149 , m_pImpl( new SwXFootnote::Impl(*this, 0, 0, bEndnote) ) in SwXFootnote() 155 SwXFootnote::SwXFootnote(SwDoc & rDoc, const SwFmtFtn& rFmt) in SwXFootnote() function in SwXFootnote 157 , m_pImpl( new SwXFootnote::Impl(*this, &rDoc, &rFmt, rFmt.IsEndNote()) ) in SwXFootnote() 163 SwXFootnote::~SwXFootnote() in ~SwXFootnote() [all …]
|
| H A D | unocoll.cxx | 373 xRet = (cppu::OWeakObject*)new SwXFootnote(sal_False); in MakeInstance() 376 xRet = (cppu::OWeakObject*)new SwXFootnote(sal_True); in MakeInstance() 1600 xRef = SwXFootnote::CreateXFootnote(*GetDoc(), rFtn); in getByIndex() 1629 return SwXFootnote::CreateXFootnote(rDoc, rFmt); in GetObject()
|
| H A D | unocrsrhelper.cxx | 459 SwXFootnote::CreateXFootnote(*rPam.GetDoc(), rFtn); in getCrsrPropertyValue()
|
| H A D | unoobj2.cxx | 1286 xParentText = SwXFootnote::CreateXFootnote(rDoc, rFtn); in CreateParentXText()
|
| /trunk/main/qadevOOo/java/OOoRunner/src/main/resources/objdsc/sw/ |
| H A D | com.sun.star.comp.office.SwXFootnote.csv | 1 "SwXFootnote";"com::sun::star::lang::XComponent";"dispose()" 2 "SwXFootnote";"com::sun::star::lang::XComponent";"addEventListener()" 3 "SwXFootnote";"com::sun::star::lang::XComponent";"removeEventListener()" 4 "SwXFootnote";"com::sun::star::text::XSimpleText";"createTextCursor()" 5 "SwXFootnote";"com::sun::star::text::XSimpleText";"createTextCursorByRange()" 6 "SwXFootnote";"com::sun::star::text::XSimpleText";"insertString()" 7 "SwXFootnote";"com::sun::star::text::XSimpleText";"insertControlCharacter()" 8 "SwXFootnote";"com::sun::star::text::XTextRange";"getText()" 9 "SwXFootnote";"com::sun::star::text::XTextRange";"getStart()" 10 "SwXFootnote";"com::sun::star::text::XTextRange";"getEnd()" [all …]
|
| /trunk/main/sw/inc/ |
| H A D | unofootnote.hxx | 55 class SwXFootnote class 77 virtual ~SwXFootnote(); 79 SwXFootnote(SwDoc & rDoc, const SwFmtFtn & rFmt); 83 SwXFootnote(const bool bEndnote); 85 static SwXFootnote * 88 static SwXFootnote *
|
| /trunk/main/qadevOOo/java/OOoRunner/src/main/java/mod/_sw/ |
| H A D | SwXFootnote.java | 74 public class SwXFootnote extends TestCase { class
|
| /trunk/main/sw/qa/unoapi/ |
| H A D | sw.sce | 54 -o sw.SwXFootnote
|
| /trunk/main/framework/qa/complex/api_internal/ |
| H A D | api.lst | 205 job206=sw.SwXFootnote
|