Lines Matching refs:xView

160 	XDocumentViewRef xView = (XDocumentView*)xInt->queryInterface(XDocumentView::getSmartUik());  in selectionChanged()  local
161 if (!xView) return; in selectionChanged()
162 XInterfaceRef xSelInt = xView->getSelection(); in selectionChanged()
290 XInterfaceRef xView; in lcl_GetView() local
293 xView = xDoc->getDDELinks(); //! temporaer zum Testen !!!!!!!!! in lcl_GetView()
295 return xView; in lcl_GetView()
900 XDocumentViewRef xView = (XDocumentView*)xInt->queryInterface(XDocumentView::getSmartUik()); in lcl_Fill() local
901 if (!xView) return; in lcl_Fill()
903 XInterfaceRef xSelInt = xView->getSelection(); in lcl_Fill()
951 XDocumentViewRef xView = (XDocumentView*)xInt->queryInterface(XDocumentView::getSmartUik()); in lcl_Sort() local
952 if (!xView) return; in lcl_Sort()
953 XInterfaceRef xSelInt = xView->getSelection(); in lcl_Sort()
1002 XDocumentViewRef xView = (XDocumentView*)xInt->queryInterface(XDocumentView::getSmartUik()); in lcl_Filter() local
1003 if (!xView) return; in lcl_Filter()
1004 XInterfaceRef xSelInt = xView->getSelection(); in lcl_Filter()
1052 XDocumentViewRef xView = (XDocumentView*)xInt->queryInterface(XDocumentView::getSmartUik()); in lcl_AutoFilter() local
1053 if (!xView) return; in lcl_AutoFilter()
1054 XInterfaceRef xSelInt = xView->getSelection(); in lcl_AutoFilter()
1069 XDocumentViewRef xView = (XDocumentView*)xInt->queryInterface(XDocumentView::getSmartUik()); in lcl_Merge() local
1070 if (!xView) return; in lcl_Merge()
1071 XInterfaceRef xSelInt = xView->getSelection(); in lcl_Merge()
1098 XDocumentViewRef xView = (XDocumentView*)xInt->queryInterface(XDocumentView::getSmartUik()); in lcl_Outline() local
1099 if (!xView) return; in lcl_Outline()
1100 XInterfaceRef xSelInt = xView->getSelection(); in lcl_Outline()
1142 XDocumentViewRef xView = (XDocumentView*)xInt->queryInterface(XDocumentView::getSmartUik()); in lcl_CellCursor() local
1143 if (!xView) return; in lcl_CellCursor()
1144 XInterfaceRef xSelInt = xView->getSelection(); in lcl_CellCursor()
1187 xView->select( xNew ); in lcl_CellCursor()
1341 XDocumentViewRef xView = (XDocumentView*)xInt->queryInterface(XDocumentView::getSmartUik()); in lcl_FillTab() local
1342 if (!xView) return; in lcl_FillTab()
1343 XInterfaceRef xSelInt = xView->getSelection(); in lcl_FillTab()
1358 XStarCalcViewRef xView = (XStarCalcView*)xInt->queryInterface(XStarCalcView::getSmartUik()); in lcl_Listener() local
1359 if (!xView) return; in lcl_Listener()
1360 xView->addSelectionChangeListener( new ScTestListener(&aTimeText) ); in lcl_Listener()
1367 XDocumentViewRef xView = (XDocumentView*)xInt->queryInterface(XDocumentView::getSmartUik()); in lcl_CellAttrib() local
1368 if (!xView) return; in lcl_CellAttrib()
1369 XInterfaceRef xSelInt = xView->getSelection(); in lcl_CellAttrib()
1482 XStarCalcViewRef xView = (XStarCalcView*)xInt->queryInterface(XStarCalcView::getSmartUik()); in lcl_AutoForm()
1483 if (!xView) return; in lcl_AutoForm()
1484 XTableAutoFormatsRef xFormats = xView->getTableAutoFormats(); in lcl_AutoForm()
1933 XDocumentViewRef xView = (XDocumentView*)xInt->queryInterface(XDocumentView::getSmartUik()); in IMPL_LINK() local
1934 if (!xView) return 0; in IMPL_LINK()
1936 XInterfaceRef xSelInt = xView->getSelection(); in IMPL_LINK()
1994 xView->select( xCell ); in IMPL_LINK()