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.cxx2668 class SwXHeadFootText::Impl
2676 Impl( SwXHeadFootText & /*rThis*/, in Impl() argument
2705 void SwXHeadFootText::Impl::Modify( const SfxPoolItem *pOld, const SfxPoolItem *pNew) in Modify()
2710 bool SwXHeadFootText::IsXHeadFootText(SwClient *const pClient) in IsXHeadFootText()
2712 return 0 != dynamic_cast<SwXHeadFootText::Impl*>(pClient); in IsXHeadFootText()
2716 SwXHeadFootText::CreateXHeadFootText( in CreateXHeadFootText()
2725 SwXHeadFootText *const pXHFT( in CreateXHeadFootText()
2726 new SwXHeadFootText(rHeadFootFmt, bIsHeader)); in CreateXHeadFootText()
2736 SwXHeadFootText::SwXHeadFootText(SwFrmFmt & rHeadFootFmt, const bool bIsHeader) in SwXHeadFootText() function in SwXHeadFootText
2739 , m_pImpl( new SwXHeadFootText::Impl(*this, rHeadFootFmt, bIsHeader) ) in SwXHeadFootText()
[all …]
H A Dunoobj2.cxx1261 xParentText = SwXHeadFootText::CreateXHeadFootText( in CreateParentXText()
H A Dunostyle.cxx3896 return SwXHeadFootText::CreateXHeadFootText(*pHeadFootFmt, bHeader); in lcl_makeHeaderFooter()
/trunk/main/sw/inc/
H A Dunotextbodyhf.hxx126 class SwXHeadFootText class
144 virtual ~SwXHeadFootText();
146 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()