Lines Matching refs:xInt

158 	XInterfaceRef xInt = aEvent.Source;  in selectionChanged()  local
159 if (!xInt) return; in selectionChanged()
160 XDocumentViewRef xView = (XDocumentView*)xInt->queryInterface(XDocumentView::getSmartUik()); in selectionChanged()
643 XInterfaceRef xInt = xEnum->nextElement(); in lcl_Cells() local
644 if (xInt) in lcl_Cells()
898 XInterfaceRef xInt = lcl_GetView(); in lcl_Fill() local
899 if (!xInt) return; in lcl_Fill()
900 XDocumentViewRef xView = (XDocumentView*)xInt->queryInterface(XDocumentView::getSmartUik()); in lcl_Fill()
949 XInterfaceRef xInt = lcl_GetView(); in lcl_Sort() local
950 if (!xInt) return; in lcl_Sort()
951 XDocumentViewRef xView = (XDocumentView*)xInt->queryInterface(XDocumentView::getSmartUik()); in lcl_Sort()
1000 XInterfaceRef xInt = lcl_GetView(); in lcl_Filter() local
1001 if (!xInt) return; in lcl_Filter()
1002 XDocumentViewRef xView = (XDocumentView*)xInt->queryInterface(XDocumentView::getSmartUik()); in lcl_Filter()
1050 XInterfaceRef xInt = lcl_GetView(); in lcl_AutoFilter() local
1051 if (!xInt) return; in lcl_AutoFilter()
1052 XDocumentViewRef xView = (XDocumentView*)xInt->queryInterface(XDocumentView::getSmartUik()); in lcl_AutoFilter()
1067 XInterfaceRef xInt = lcl_GetView(); in lcl_Merge() local
1068 if (!xInt) return; in lcl_Merge()
1069 XDocumentViewRef xView = (XDocumentView*)xInt->queryInterface(XDocumentView::getSmartUik()); in lcl_Merge()
1096 XInterfaceRef xInt = lcl_GetView(); in lcl_Outline() local
1097 if (!xInt) return; in lcl_Outline()
1098 XDocumentViewRef xView = (XDocumentView*)xInt->queryInterface(XDocumentView::getSmartUik()); in lcl_Outline()
1140 XInterfaceRef xInt = lcl_GetView(); in lcl_CellCursor() local
1141 if (!xInt) return; in lcl_CellCursor()
1142 XDocumentViewRef xView = (XDocumentView*)xInt->queryInterface(XDocumentView::getSmartUik()); in lcl_CellCursor()
1339 XInterfaceRef xInt = lcl_GetView(); in lcl_FillTab() local
1340 if (!xInt) return; in lcl_FillTab()
1341 XDocumentViewRef xView = (XDocumentView*)xInt->queryInterface(XDocumentView::getSmartUik()); in lcl_FillTab()
1356 XInterfaceRef xInt = lcl_GetView(); in lcl_Listener() local
1357 if (!xInt) return; in lcl_Listener()
1358 XStarCalcViewRef xView = (XStarCalcView*)xInt->queryInterface(XStarCalcView::getSmartUik()); in lcl_Listener()
1365 XInterfaceRef xInt = lcl_GetView(); in lcl_CellAttrib() local
1366 if (!xInt) return; in lcl_CellAttrib()
1367 XDocumentViewRef xView = (XDocumentView*)xInt->queryInterface(XDocumentView::getSmartUik()); in lcl_CellAttrib()
1477 XInterfaceRef xInt = lcl_GetView(); in lcl_AutoForm() local
1478 if (!xInt) return; in lcl_AutoForm()
1482 XStarCalcViewRef xView = (XStarCalcView*)xInt->queryInterface(XStarCalcView::getSmartUik()); in lcl_AutoForm()
1798 XInterfaceRef xInt = xIndex->getElementByIndex(i); in IMPL_LINK() local
1799 if (xInt) in IMPL_LINK()
1801 XPropertySetRef xProp = (XPropertySet*)xInt-> in IMPL_LINK()
1813 XTextFieldRef xField = (XTextField*)xInt-> in IMPL_LINK()
1851 XInterfaceRef xInt = xIndex->getElementByIndex(nTab); in IMPL_LINK() local
1852 if (xInt) in IMPL_LINK()
1854 XNamedRef xNamed = (XNamed*)xInt->queryInterface(XNamed::getSmartUik()); in IMPL_LINK()
1879 XInterfaceRef xInt = xEnum->nextElement(); in IMPL_LINK() local
1880 if (xInt) in IMPL_LINK()
1882 XNamedRef xNamed = (XNamed*)xInt->queryInterface(XNamed::getSmartUik()); in IMPL_LINK()
1916 XInterfaceRef xInt = xEnum->nextElement(); in lcl_FillCells() local
1917 if (xInt) in lcl_FillCells()
1919 XCellRef xCell = (XCell*)xInt->queryInterface(XCell::getSmartUik()); in lcl_FillCells()
1931 XInterfaceRef xInt = lcl_GetView(); in IMPL_LINK() local
1932 if (!xInt) return 0; in IMPL_LINK()
1933 XDocumentViewRef xView = (XDocumentView*)xInt->queryInterface(XDocumentView::getSmartUik()); in IMPL_LINK()
1998 XPrintableRef xPrint = (XPrintable*)xInt->queryInterface(XPrintable::getSmartUik()); in IMPL_LINK()
2014 xInt->queryInterface(XCellRangeSource::getSmartUik()); in IMPL_LINK()
2032 XStarCalcViewRef xCalc = (XStarCalcView*)xInt->queryInterface(XStarCalcView::getSmartUik()); in IMPL_LINK()