Lines Matching refs:xCell

315 	XCellRef xCell = xDoc->getCell(aAdr);  in lcl_OutputNames()  local
316 if (!xCell) return; in lcl_OutputNames()
317 xCell->setValue( nLen ); in lcl_OutputNames()
323 xCell = xDoc->getCell(aAdr); in lcl_OutputNames()
324 if (!xCell) return; in lcl_OutputNames()
325 XTextRef xText = (XText*)xCell->queryInterface(XText::getSmartUik()); in lcl_OutputNames()
386 XCellRef xCell = xDoc->getCell(aPos); in lcl_DoCount() local
387 if ( xCell ) in lcl_DoCount()
391 double fVal = xCell->getValue(); in lcl_DoCount()
393 xCell->setValue( fVal ); in lcl_DoCount()
426 XCellRef xCell = xDoc->getCell(aPos); in lcl_Annotations() local
427 if ( xCell ) in lcl_Annotations()
430 (XSheetAnnotationAnchor*)xCell->queryInterface(XSheetAnnotationAnchor::getSmartUik()); in lcl_Annotations()
496 XCellRef xCell = xDoc->getCell(aPos); in lcl_Cursor() local
497 if ( xCell ) in lcl_Cursor()
499 XTextRef xText = (XText*)xCell->queryInterface(XText::getSmartUik()); in lcl_Cursor()
500 …XCellCollectionRef xColl = (XCellCollection*)xCell->queryInterface(XCellCollection::getSmartUik()); in lcl_Cursor()
681 XCellRef xCell = xRange->getCell(2,1); in lcl_Sheet() local
682 if (!xCell) return; in lcl_Sheet()
683 XTextRef xText = (XText*)xCell->queryInterface(XText::getSmartUik()); in lcl_Sheet()
803 XCellRef xCell = xDoc->getCell(aOut); in lcl_Goal() local
804 if (!xCell) return; in lcl_Goal()
805 xCell->setValue(fResult); in lcl_Goal()
1290 XCellRef xCell = xDoc->getCell(aPos); in lcl_Formula() local
1291 if (!xCell) return; in lcl_Formula()
1296 XTextRef xText = (XText*)xCell->queryInterface(XText::getSmartUik()); in lcl_Formula()
1707 XCellRef xCell = xDoc->getCell(aPos); in IMPL_LINK() local
1708 if ( xCell ) in IMPL_LINK()
1710 XTextRef xCellText = (XText*)xCell->queryInterface(XText::getSmartUik()); in IMPL_LINK()
1749 XCellRef xCell = xDoc->getCell(aPos); in IMPL_LINK() local
1750 if ( xCell ) in IMPL_LINK()
1752 XTextRef xText = (XText*)xCell->queryInterface(XText::getSmartUik()); in IMPL_LINK()
1754 xCell->queryInterface(XFieldContainer::getSmartUik()); in IMPL_LINK()
1827 xGlobalCell = xCell; in IMPL_LINK()
1886 XCellRef xCell = xDoc->getCell(aPos); in IMPL_LINK() local
1887 if ( xCell ) in IMPL_LINK()
1889 XTextRef xText = (XText*)xCell->queryInterface(XText::getSmartUik()); in IMPL_LINK()
1919 XCellRef xCell = (XCell*)xInt->queryInterface(XCell::getSmartUik()); in lcl_FillCells() local
1920 if (xCell) in lcl_FillCells()
1922 xCell->setValue(42.0); in lcl_FillCells()
1992 XCellRef xCell = xDoc->getCell(aPos); in IMPL_LINK()
1993 if ( xCell ) in IMPL_LINK()
1994 xView->select( xCell ); in IMPL_LINK()