Home
last modified time | relevance | path

Searched refs:SwXBodyText (Results 1 – 14 of 14) sorted by relevance

/trunk/main/qadevOOo/java/OOoRunner/src/main/resources/objdsc/sw/
H A Dcom.sun.star.comp.office.SwXBodyText.csv1 "SwXBodyText";"com::sun::star::text::XTextRangeMover#optional";"moveTextRange()"
2 "SwXBodyText";"com::sun::star::text::XTextRangeCompare#optional";"compareRegionStarts()"
3 "SwXBodyText";"com::sun::star::text::XTextRangeCompare#optional";"compareRegionEnds()"
4 "SwXBodyText";"com::sun::star::text::XSimpleText";"createTextCursor()"
5 "SwXBodyText";"com::sun::star::text::XSimpleText";"createTextCursorByRange()"
6 "SwXBodyText";"com::sun::star::text::XSimpleText";"insertString()"
7 "SwXBodyText";"com::sun::star::text::XSimpleText";"insertControlCharacter()"
8 "SwXBodyText";"com::sun::star::container::XElementAccess";"getElementType()"
9 "SwXBodyText";"com::sun::star::container::XElementAccess";"hasElements()"
10 "SwXBodyText";"com::sun::star::text::XTextRange";"getText()"
[all …]
/trunk/main/qadevOOo/testdocs/
H A D10test.csv1 "SwXBodyText";"com::sun::star::text::XTextRangeMover#optional";"moveTextRange()"
2 "SwXBodyText";"com::sun::star::text::XTextRangeCompare#optional";"compareRegionStarts()"
3 "SwXBodyText";"com::sun::star::text::XTextRangeCompare#optional";"compareRegionEnds()"
4 "SwXBodyText";"com::sun::star::text::XSimpleText";"createTextCursor()"
5 "SwXBodyText";"com::sun::star::text::XSimpleText";"createTextCursorByRange()"
6 "SwXBodyText";"com::sun::star::text::XSimpleText";"insertString()"
7 "SwXBodyText";"com::sun::star::text::XSimpleText";"insertControlCharacter()"
8 "SwXBodyText";"com::sun::star::container::XElementAccess";"getElementType()"
9 "SwXBodyText";"com::sun::star::container::XElementAccess";"hasElements()"
10 "SwXBodyText";"com::sun::star::text::XTextRange";"getText()"
[all …]
/trunk/main/sc/qa/unoapi/testdocuments/
H A D10test.csv1 "SwXBodyText";"com::sun::star::text::XTextRangeMover#optional";"moveTextRange()"
2 "SwXBodyText";"com::sun::star::text::XTextRangeCompare#optional";"compareRegionStarts()"
3 "SwXBodyText";"com::sun::star::text::XTextRangeCompare#optional";"compareRegionEnds()"
4 "SwXBodyText";"com::sun::star::text::XSimpleText";"createTextCursor()"
5 "SwXBodyText";"com::sun::star::text::XSimpleText";"createTextCursorByRange()"
6 "SwXBodyText";"com::sun::star::text::XSimpleText";"insertString()"
7 "SwXBodyText";"com::sun::star::text::XSimpleText";"insertControlCharacter()"
8 "SwXBodyText";"com::sun::star::container::XElementAccess";"getElementType()"
9 "SwXBodyText";"com::sun::star::container::XElementAccess";"hasElements()"
10 "SwXBodyText";"com::sun::star::text::XTextRange";"getText()"
[all …]
/trunk/main/sw/source/core/unocore/
H A Dunotext.cxx2405 SwXBodyText::SwXBodyText(SwDoc *const pDoc) in SwXBodyText() function in SwXBodyText
2413 SwXBodyText::~SwXBodyText() in ~SwXBodyText()
2421 SwXBodyText::getImplementationName() throw (uno::RuntimeException) in getImplementationName()
2435 sal_Bool SAL_CALL SwXBodyText::supportsService(const OUString& rServiceName) in supportsService()
2443 SwXBodyText::getSupportedServiceNames() throw (uno::RuntimeException) in getSupportedServiceNames()
2453 SwXBodyText::queryAggregation(const uno::Type& rType) in queryAggregation()
2484 SwXBodyText::getTypes() throw (uno::RuntimeException) in getTypes()
2494 SwXBodyText::getImplementationId() throw (uno::RuntimeException) in getImplementationId()
2510 SwXBodyText::queryInterface(const uno::Type& rType) in queryInterface()
2521 SwXTextCursor * SwXBodyText::CreateTextCursor(const bool bIgnoreTables) in CreateTextCursor()
[all …]
/trunk/main/sw/inc/
H A Dunotextbodyhf.hxx46 class SwXBodyText class
53 virtual ~SwXBodyText();
57 SwXBodyText(SwDoc *const pDoc);
H A Dunoatxt.hxx48 class SwXBodyText;
192 SwXBodyText* pBodyText;
H A Dunotxdoc.hxx122 class SwXBodyText;
195 SwXBodyText* pBodyText;
/trunk/main/framework/qa/complex/api_internal/
H A Dtests.sce23 job3=sw.SwXBodyText
H A Dworksforme.sce39 job=sw.SwXBodyText
H A Dapi.lst196 job197=sw.SwXBodyText
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/mod/_sw/
H A DSwXBodyText.java74 public class SwXBodyText extends TestCase { class
/trunk/main/sw/qa/unoapi/
H A Dsw.sce41 -o sw.SwXBodyText
/trunk/main/sw/source/ui/uno/
H A Dunotxdoc.cxx482 pBodyText = new SwXBodyText(pDocShell->GetDoc()); in getText()
775 SwXBodyText* pBText = (SwXBodyText*)pText; in CreateCursorForSearch()
H A Dunoatxt.cxx966 pBodyText = new SwXBodyText ( xDocSh->GetDoc() ); in GetBodyText()