Searched refs:SwXBodyText (Results 1 – 14 of 14) sorted by relevance
1 "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 …]
2401 SwXBodyText::SwXBodyText(SwDoc *const pDoc) in SwXBodyText() function in SwXBodyText2409 SwXBodyText::~SwXBodyText() in ~SwXBodyText()2417 SwXBodyText::getImplementationName() throw (uno::RuntimeException) in getImplementationName()2431 sal_Bool SAL_CALL SwXBodyText::supportsService(const OUString& rServiceName) in supportsService()2439 SwXBodyText::getSupportedServiceNames() throw (uno::RuntimeException) in getSupportedServiceNames()2449 SwXBodyText::queryAggregation(const uno::Type& rType) in queryAggregation()2480 SwXBodyText::getTypes() throw (uno::RuntimeException) in getTypes()2490 SwXBodyText::getImplementationId() throw (uno::RuntimeException) in getImplementationId()2506 SwXBodyText::queryInterface(const uno::Type& rType) in queryInterface()2517 SwXTextCursor * SwXBodyText::CreateTextCursor(const bool bIgnoreTables) in CreateTextCursor()[all …]
46 class SwXBodyText class53 virtual ~SwXBodyText();57 SwXBodyText(SwDoc *const pDoc);
48 class SwXBodyText;192 SwXBodyText* pBodyText;
122 class SwXBodyText;195 SwXBodyText* pBodyText;
23 job3=sw.SwXBodyText
39 job=sw.SwXBodyText
201 job203=sw.SwXBodyText
74 public class SwXBodyText extends TestCase { class
41 -o sw.SwXBodyText
482 pBodyText = new SwXBodyText(pDocShell->GetDoc()); in getText()775 SwXBodyText* pBText = (SwXBodyText*)pText; in CreateCursorForSearch()
966 pBodyText = new SwXBodyText ( xDocSh->GetDoc() ); in GetBodyText()