Searched refs:FindAreaPos (Results 1 – 6 of 6) sorted by relevance
/aoo41x/main/sc/source/ui/view/ |
H A D | tabview3.cxx | 1126 pDoc->FindAreaPos( nNewX, nNewY, nTab, 1, 0 ); in MoveCursorArea() 1129 pDoc->FindAreaPos( nNewX, nNewY, nTab, -1, 0 ); in MoveCursorArea() 1132 pDoc->FindAreaPos( nNewX, nNewY, nTab, 0, 1 ); in MoveCursorArea() 1135 pDoc->FindAreaPos( nNewX, nNewY, nTab, 0, -1 ); in MoveCursorArea()
|
H A D | viewfun2.cxx | 1436 pDoc->FindAreaPos( nMovX, nMovY, nTab, 0, 1 ); in FillCrossDblClick() 1455 pDoc->FindAreaPos( nMovX, nMovY, nTab, 0, 1 ); in FillCrossDblClick()
|
/aoo41x/main/sc/inc/ |
H A D | table.hxx | 442 void FindAreaPos( SCCOL& rCol, SCROW& rRow, SCsCOL nMovX, SCsROW nMovY );
|
H A D | document.hxx | 998 void FindAreaPos( SCCOL& rCol, SCROW& rRow, SCTAB nTab, SCsCOL nMovX, SCsROW nMovY );
|
/aoo41x/main/sc/source/core/data/ |
H A D | table1.cxx | 902 void ScTable::FindAreaPos( SCCOL& rCol, SCROW& rRow, SCsCOL nMovX, SCsROW nMovY ) in FindAreaPos() function in ScTable
|
H A D | document.cxx | 5027 void ScDocument::FindAreaPos( SCCOL& rCol, SCROW& rRow, SCTAB nTab, SCsCOL nMovX, SCsROW nMovY ) in FindAreaPos() function in ScDocument 5030 pTab[nTab]->FindAreaPos( rCol, rRow, nMovX, nMovY ); in FindAreaPos()
|
Completed in 156 milliseconds