Searched refs:lcl_GetRotateDir (Results 1 – 1 of 1) sorted by relevance
/aoo41x/main/sc/source/ui/view/ |
H A D | output.cxx | 662 sal_uInt16 lcl_GetRotateDir( ScDocument* pDoc, SCCOL nCol, SCROW nRow, SCTAB nTab ) in lcl_GetRotateDir() function 702 sal_uInt16 nDir = lcl_GetRotateDir( pDoc, nCol, nRow, nTab ); in lcl_FindBackground() 708 while ( nCol > 0 && lcl_GetRotateDir( pDoc, nCol, nRow, nTab ) == nDir && in lcl_FindBackground() 720 while ( nCol < MAXCOL && lcl_GetRotateDir( pDoc, nCol, nRow, nTab ) == nDir && in lcl_FindBackground()
|
Completed in 26 milliseconds