Home
last modified time | relevance | path

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

/AOO41X/main/qadevOOo/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 …]
/AOO41X/main/sw/source/core/unocore/
H A Dunotext.cxx2664 class SwXHeadFootText::Impl
2672 Impl( SwXHeadFootText & /*rThis*/, in Impl() argument
2701 void SwXHeadFootText::Impl::Modify( const SfxPoolItem *pOld, const SfxPoolItem *pNew) in Modify()
2706 bool SwXHeadFootText::IsXHeadFootText(SwClient *const pClient) in IsXHeadFootText()
2708 return 0 != dynamic_cast<SwXHeadFootText::Impl*>(pClient); in IsXHeadFootText()
2712 SwXHeadFootText::CreateXHeadFootText( in CreateXHeadFootText()
2721 SwXHeadFootText *const pXHFT( in CreateXHeadFootText()
2722 new SwXHeadFootText(rHeadFootFmt, bIsHeader)); in CreateXHeadFootText()
2732 SwXHeadFootText::SwXHeadFootText(SwFrmFmt & rHeadFootFmt, const bool bIsHeader) in SwXHeadFootText() function in SwXHeadFootText
2735 , m_pImpl( new SwXHeadFootText::Impl(*this, rHeadFootFmt, bIsHeader) ) in SwXHeadFootText()
[all …]
H A Dunoobj2.cxx1261 xParentText = SwXHeadFootText::CreateXHeadFootText( in CreateParentXText()
H A Dunostyle.cxx3440 return SwXHeadFootText::CreateXHeadFootText(*pHeadFootFmt, bHeader); in lcl_makeHeaderFooter()
/AOO41X/main/sw/inc/
H A Dunotextbodyhf.hxx126 class SwXHeadFootText class
144 virtual ~SwXHeadFootText();
146 SwXHeadFootText(SwFrmFmt & rHeadFootFmt, const bool bIsHeader);
/AOO41X/main/qadevOOo/tests/java/mod/_sw/
H A DSwXHeadFootText.java81 public class SwXHeadFootText extends TestCase { class
/AOO41X/main/sw/qa/unoapi/
H A Dsw.sce59 -o sw.SwXHeadFootText
/AOO41X/main/framework/qa/complex/api_internal/
H A Dapi.lst215 job217=sw.SwXHeadFootText
/AOO41X/main/sw/source/core/layout/
H A Datrfrm.cxx189 || SwXHeadFootText::IsXHeadFootText(pLast); in DelHFFormat()