Home
last modified time | relevance | path

Searched refs:SwXHeadFootText (Results 1 – 9 of 9) sorted by relevance

/trunk/main/qadevOOo/java/OOoRunner/src/main/resources/objdsc/sw/
H A Dcom.sun.star.comp.office.SwXHeadFootText.csv1 "SwXHeadFootText";"com::sun::star::text::XTextRangeMover#optional";"moveTextRange()"
2 "SwXHeadFootText";"com::sun::star::text::XTextRangeCompare#optional";"compareRegionStarts()"
3 "SwXHeadFootText";"com::sun::star::text::XTextRangeCompare#optional";"compareRegionEnds()"
4 "SwXHeadFootText";"com::sun::star::text::XSimpleText";"createTextCursor()"
5 "SwXHeadFootText";"com::sun::star::text::XSimpleText";"createTextCursorByRange()"
6 "SwXHeadFootText";"com::sun::star::text::XSimpleText";"insertString()"
7 "SwXHeadFootText";"com::sun::star::text::XSimpleText";"insertControlCharacter()"
8 "SwXHeadFootText";"com::sun::star::container::XElementAccess";"getElementType()"
9 "SwXHeadFootText";"com::sun::star::container::XElementAccess";"hasElements()"
10 "SwXHeadFootText";"com::sun::star::text::XTextRange";"getText()"
[all …]
/trunk/main/sw/source/core/unocore/
H A Dunotext.cxx2625 class SwXHeadFootText::Impl
2633 Impl( SwXHeadFootText & /*rThis*/, in Impl() argument
2662 void SwXHeadFootText::Impl::Modify( const SfxPoolItem *pOld, const SfxPoolItem *pNew) in Modify()
2667 bool SwXHeadFootText::IsXHeadFootText(SwClient *const pClient) in IsXHeadFootText()
2669 return 0 != dynamic_cast<SwXHeadFootText::Impl*>(pClient); in IsXHeadFootText()
2673 SwXHeadFootText::CreateXHeadFootText( in CreateXHeadFootText()
2682 SwXHeadFootText *const pXHFT( in CreateXHeadFootText()
2683 new SwXHeadFootText(rHeadFootFmt, bIsHeader)); in CreateXHeadFootText()
2693 SwXHeadFootText::SwXHeadFootText(SwFrmFmt & rHeadFootFmt, const bool bIsHeader) in SwXHeadFootText() function in SwXHeadFootText
2696 , m_pImpl( new SwXHeadFootText::Impl(*this, rHeadFootFmt, bIsHeader) ) in SwXHeadFootText()
[all …]
H A Dunoobj2.cxx1249 xParentText = SwXHeadFootText::CreateXHeadFootText( in CreateParentXText()
H A Dunostyle.cxx3857 return SwXHeadFootText::CreateXHeadFootText(*pHeadFootFmt, bHeader); in lcl_makeHeaderFooter()
/trunk/main/sw/inc/
H A Dunotextbodyhf.hxx114 class SwXHeadFootText class
131 virtual ~SwXHeadFootText();
133 SwXHeadFootText(SwFrmFmt & rHeadFootFmt, const bool bIsHeader);
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/mod/_sw/
H A DSwXHeadFootText.java81 public class SwXHeadFootText extends TestCase { class
/trunk/main/sw/qa/unoapi/
H A Dsw.sce59 -o sw.SwXHeadFootText
/trunk/main/framework/qa/complex/api_internal/
H A Dapi.lst210 job211=sw.SwXHeadFootText
/trunk/main/sw/source/core/layout/
H A Datrfrm.cxx194 || SwXHeadFootText::IsXHeadFootText(pLast); in DelHFFormat()