Lines Matching refs:aPos

377 		CellAddress aPos;  in lcl_DoCount()  local
378 aPos.Sheet = 0; in lcl_DoCount()
382 aPos.Row = nRow; in lcl_DoCount()
385 aPos.Column = nCol; in lcl_DoCount()
386 XCellRef xCell = xDoc->getCell(aPos); in lcl_DoCount()
422 CellAddress aPos; in lcl_Annotations() local
423 aPos.Sheet = 0; in lcl_Annotations()
424 aPos.Column = 1; in lcl_Annotations()
425 aPos.Row = 2; in lcl_Annotations()
426 XCellRef xCell = xDoc->getCell(aPos); in lcl_Annotations()
492 CellAddress aPos; in lcl_Cursor() local
493 aPos.Sheet = 0; in lcl_Cursor()
494 aPos.Column = 1; in lcl_Cursor()
495 aPos.Row = 2; in lcl_Cursor()
496 XCellRef xCell = xDoc->getCell(aPos); in lcl_Cursor()
1162 CellAddress aPos; in lcl_CellCursor() local
1163 aPos.Sheet = 0; // ignored in lcl_CellCursor()
1164 aPos.Row = 3; in lcl_CellCursor()
1165 aPos.Column = 2; in lcl_CellCursor()
1205 CellAddress aPos; in lcl_Notes() local
1206 aPos.Column = 0; in lcl_Notes()
1207 aPos.Row = 0; in lcl_Notes()
1208 aPos.Sheet = 0; in lcl_Notes()
1209 xNotes->addAnnotation( L"neu", aPos ); in lcl_Notes()
1286 CellAddress aPos; in lcl_Formula() local
1287 aPos.Sheet = 0; in lcl_Formula()
1288 aPos.Column = 0; in lcl_Formula()
1289 aPos.Row = 0; in lcl_Formula()
1290 XCellRef xCell = xDoc->getCell(aPos); in lcl_Formula()
1703 CellAddress aPos; in IMPL_LINK() local
1704 aPos.Sheet = nTab; in IMPL_LINK()
1705 aPos.Column = nCol; in IMPL_LINK()
1706 aPos.Row = nRow; in IMPL_LINK()
1707 XCellRef xCell = xDoc->getCell(aPos); in IMPL_LINK()
1745 CellAddress aPos; in IMPL_LINK() local
1746 aPos.Sheet = 0; in IMPL_LINK()
1747 aPos.Column = 1; in IMPL_LINK()
1748 aPos.Row = 2; in IMPL_LINK()
1749 XCellRef xCell = xDoc->getCell(aPos); in IMPL_LINK()
1865 CellAddress aPos; in IMPL_LINK() local
1866 aPos.Sheet = 0; in IMPL_LINK()
1867 aPos.Column = 0; in IMPL_LINK()
1868 aPos.Row = 0; in IMPL_LINK()
1886 XCellRef xCell = xDoc->getCell(aPos); in IMPL_LINK()
1891 ++aPos.Row; in IMPL_LINK()
1988 CellAddress aPos; in IMPL_LINK()
1989 aPos.Sheet = 0; in IMPL_LINK()
1990 aPos.Column = 1; in IMPL_LINK()
1991 aPos.Row = 2; in IMPL_LINK()
1992 XCellRef xCell = xDoc->getCell(aPos); in IMPL_LINK()