Lines Matching refs:xDoc

291 	XSpreadsheetDocumentRef xDoc = lcl_GetDocument();			// Calc-Model  in lcl_GetView()  local
292 if (xDoc) in lcl_GetView()
293 xView = xDoc->getDDELinks(); //! temporaer zum Testen !!!!!!!!! in lcl_GetView()
301 const XSpreadsheetDocumentRef& xDoc, in lcl_OutputNames() argument
315 XCellRef xCell = xDoc->getCell(aAdr); in lcl_OutputNames()
323 xCell = xDoc->getCell(aAdr); in lcl_OutputNames()
365 XSpreadsheetDocumentRef xDoc = lcl_GetDocument(); // Calc-Model in lcl_DoCount() local
366 if (xDoc) in lcl_DoCount()
369 xDoc->queryInterface(XActionLockable::getSmartUik()); in lcl_DoCount()
371 xDoc->queryInterface(XCalculate::getSmartUik()); in lcl_DoCount()
386 XCellRef xCell = xDoc->getCell(aPos); in lcl_DoCount()
419 XSpreadsheetDocumentRef xDoc = lcl_GetDocument(); // Calc-Model in lcl_Annotations() local
420 if (xDoc) in lcl_Annotations()
426 XCellRef xCell = xDoc->getCell(aPos); in lcl_Annotations()
484 XSpreadsheetDocumentRef xDoc = lcl_GetDocument(); // Calc-Model in lcl_Cursor() local
485 if (xDoc) in lcl_Cursor()
488 xDoc->queryInterface(XActionLockable::getSmartUik()); in lcl_Cursor()
496 XCellRef xCell = xDoc->getCell(aPos); in lcl_Cursor()
611 XSpreadsheetDocumentRef xDoc = lcl_GetDocument(); // Calc-Model in lcl_Cells() local
612 if (xDoc) in lcl_Cells()
618 xDoc->queryInterface(XActionLockable::getSmartUik()); in lcl_Cells()
628 XCellRangeRef xRange = xDoc->getCellRange(aRngAddr); in lcl_Cells()
666 XSpreadsheetDocumentRef xDoc = lcl_GetDocument(); // Calc-Model in lcl_Sheet() local
667 if (!xDoc) return; in lcl_Sheet()
668 XSpreadsheetsRef xSheets = xDoc->getSheets(); in lcl_Sheet()
738 XSpreadsheetDocumentRef xDoc = lcl_GetDocument(); // Calc-Model in lcl_Names() local
739 if (!xDoc) return; in lcl_Names()
740 XNamedRangesRef xNames = xDoc->getNamedRanges(); in lcl_Names()
762 XSpreadsheetDocumentRef xDoc = lcl_GetDocument(); // Calc-Model in lcl_Sheets() local
763 if (!xDoc) return; in lcl_Sheets()
764 XSpreadsheetsRef xSheets = xDoc->getSheets(); in lcl_Sheets()
780 XSpreadsheetDocumentRef xDoc = lcl_GetDocument(); // Calc-Model in lcl_Goal() local
781 if (!xDoc) return; in lcl_Goal()
782 XGoalSeekRef xGoal = (XGoalSeek*)xDoc->queryInterface(XGoalSeek::getSmartUik()); in lcl_Goal()
803 XCellRef xCell = xDoc->getCell(aOut); in lcl_Goal()
812 XSpreadsheetDocumentRef xDoc = lcl_GetDocument(); // Calc-Model in lcl_TabOp() local
813 if (!xDoc) return; in lcl_TabOp()
841 xRange = xDoc->getCellRange(aRangeAddr); in lcl_TabOp()
865 xRange = xDoc->getCellRange(aRangeAddr); in lcl_TabOp()
889 xRange = xDoc->getCellRange(aRangeAddr); in lcl_TabOp()
918 XSpreadsheetDocumentRef xDoc = lcl_GetDocument(); // Calc-Model in lcl_Audi() local
919 if (!xDoc) return; in lcl_Audi()
920 XSpreadsheetsRef xSheets = xDoc->getSheets(); in lcl_Audi()
937 XSpreadsheetDocumentRef xDoc = lcl_GetDocument(); // Calc-Model in lcl_Consoli() local
938 if (!xDoc) return; in lcl_Consoli()
939 XConsolidationRef xCons = (XConsolidation*)xDoc->queryInterface(XConsolidation::getSmartUik()); in lcl_Consoli()
1024 XSpreadsheetDocumentRef xDoc = lcl_GetDocument(); // Calc-Model in lcl_Filter() local
1025 if (!xDoc) return; in lcl_Filter()
1032 XCellRangeRef xRange = xDoc->getCellRange(aAddress); in lcl_Filter()
1087 XSpreadsheetDocumentRef xDoc = lcl_GetDocument(); // Calc-Model in lcl_Outline() local
1088 if (!xDoc) return; in lcl_Outline()
1089 XSpreadsheetsRef xSheets = xDoc->getSheets(); in lcl_Outline()
1119 XSpreadsheetDocumentRef xDoc = lcl_GetDocument(); // Calc-Model in lcl_Bla() local
1120 if (!xDoc) return; in lcl_Bla()
1121 XActionLockableRef xLock = (XActionLockable*)xDoc->queryInterface(XActionLockable::getSmartUik()); in lcl_Bla()
1193 XSpreadsheetDocumentRef xDoc = lcl_GetDocument(); // Calc-Model in lcl_Notes() local
1194 if (!xDoc) return; in lcl_Notes()
1195 XSpreadsheetsRef xSheets = xDoc->getSheets(); in lcl_Notes()
1228 XSpreadsheetDocumentRef xDoc = lcl_GetDocument(); // Calc-Model in lcl_Scenario() local
1229 if (!xDoc) return; in lcl_Scenario()
1230 XSpreadsheetsRef xSheets = xDoc->getSheets(); in lcl_Scenario()
1284 XSpreadsheetDocumentRef xDoc = lcl_GetDocument(); // Calc-Model in lcl_Formula() local
1285 if (!xDoc) return; in lcl_Formula()
1290 XCellRef xCell = xDoc->getCell(aPos); in lcl_Formula()
1306 XSpreadsheetDocumentRef xDoc = lcl_GetDocument(); // Calc-Model in lcl_DBRange() local
1307 if (!xDoc) return; in lcl_DBRange()
1308 XDatabaseRangesRef xDBs = xDoc->getDatabaseRanges(); in lcl_DBRange()
1407 XSpreadsheetDocumentRef xDoc = lcl_GetDocument(); // Calc-Model in lcl_Styles() local
1408 if (!xDoc) return; in lcl_Styles()
1409 XStyleFamiliesRef xFamilies = xDoc->getStyleFamilies(); in lcl_Styles()
1442 XSpreadsheetDocumentRef xDoc = lcl_GetDocument(); // Calc-Model in lcl_PageStyle() local
1443 if (!xDoc) return; in lcl_PageStyle()
1444 XStyleFamiliesRef xFamilies = xDoc->getStyleFamilies(); in lcl_PageStyle()
1519 XSpreadsheetDocumentRef xDoc = lcl_GetDocument(); // Calc-Model in lcl_Pivot() local
1520 if (!xDoc) return; in lcl_Pivot()
1522 XSpreadsheetsRef xSheets = xDoc->getSheets(); in lcl_Pivot()
1534 lcl_OutputNames( xPivots, xDoc, nTab,0,0 ); in lcl_Pivot()
1553 XCellRangeRef xRange = xDoc->getCellRange(aAddr); in lcl_Pivot()
1700 XSpreadsheetDocumentRef xDoc = lcl_GetDocument(); // Calc-Model in IMPL_LINK() local
1701 if (xDoc) in IMPL_LINK()
1707 XCellRef xCell = xDoc->getCell(aPos); in IMPL_LINK()
1742 XSpreadsheetDocumentRef xDoc = lcl_GetDocument(); // Calc-Model in IMPL_LINK() local
1743 if (xDoc) in IMPL_LINK()
1749 XCellRef xCell = xDoc->getCell(aPos); in IMPL_LINK()
1839 XSpreadsheetDocumentRef xDoc = lcl_GetDocument(); // Calc-Model in IMPL_LINK() local
1840 if (xDoc) in IMPL_LINK()
1842 XSpreadsheetsRef xSheets = xDoc->getSheets(); in IMPL_LINK()
1886 XCellRef xCell = xDoc->getCell(aPos); in IMPL_LINK()
1930 XSpreadsheetDocumentRef xDoc = lcl_GetDocument(); // Calc-Model in IMPL_LINK() local
1986 if (xDoc) in IMPL_LINK()
1992 XCellRef xCell = xDoc->getCell(aPos); in IMPL_LINK()
2023 xDoc->queryInterface(XActionLockable::getSmartUik()); in IMPL_LINK()