Searched refs:SwXTextView (Results 1 – 9 of 9) sorted by relevance
1 "SwXTextView";"com::sun::star::view::XViewSettingsSupplier";"getViewSettings()"2 "SwXTextView";"com::sun::star::text::XTextViewCursorSupplier";"getViewCursor()"3 "SwXTextView";"com::sun::star::view::XSelectionSupplier";"select()"4 "SwXTextView";"com::sun::star::view::XSelectionSupplier";"getSelection()"5 "SwXTextView";"com::sun::star::view::XSelectionSupplier";"addSelectionChangeListener()"6 "SwXTextView";"com::sun::star::view::XSelectionSupplier";"removeSelectionChangeListener()"7 "SwXTextView";"com::sun::star::view::XControlAccess#optional";"getControl()"8 "SwXTextView";"com::sun::star::view::XFormLayerAccess#optional";"getFromController()"9 "SwXTextView";"com::sun::star::view::XFormLayerAccess#optional";"isFormDesignMode()"10 "SwXTextView";"com::sun::star::view::XFormLayerAccess#optional";"setFormDesignMode()"
114 SwXTextView::SwXTextView(SwView* pSwView) : in SwXTextView() function in SwXTextView126 SwXTextView::~SwXTextView() in ~SwXTextView()133 void SwXTextView::Invalidate() in Invalidate()176 Sequence< uno::Type > SAL_CALL SwXTextView::getTypes( ) throw(uno::RuntimeException) in getTypes()199 Sequence< sal_Int8 > SAL_CALL SwXTextView::getImplementationId( ) throw(uno::RuntimeException) in getImplementationId()214 void SAL_CALL SwXTextView::acquire( )throw() in acquire()221 void SAL_CALL SwXTextView::release( )throw() in release()228 uno::Any SAL_CALL SwXTextView::queryInterface( const uno::Type& aType ) in queryInterface()284 sal_Bool SwXTextView::select(const uno::Any& aInterface) throw( lang::IllegalArgumentException, uno… in select()531 uno::Any SwXTextView::getSelection(void) throw( uno::RuntimeException ) in getSelection()[all …]
79 *pxXTextView = new SwXTextView(pView); in SwView_Impl()98 ((SwXTextView*)pTextView)->Invalidate(); in ~SwView_Impl()130 SwXTextView* SwView_Impl::GetUNOObject_Impl() in GetUNOObject_Impl()133 return ((SwXTextView*)pTextView); in GetUNOObject_Impl()
1879 SwXTextView *pImpl = GetViewImpl()->GetUNOObject_Impl(); in GetOrCreateTmpSelectionDoc()
36 class SwXTextView;136 SwXTextView* GetUNOObject_Impl();
59 class SwXTextView : class85 virtual ~SwXTextView();87 SwXTextView(SwView* pSwView);
101 #i85580 -o sw.SwXTextView
32 sw.SwXTextView::com::sun::star::view::XSelectionSupplier
68 public class SwXTextView extends TestCase { class