Home
last modified time | relevance | path

Searched refs:nRotDir (Results 1 – 2 of 2) sorted by relevance

/aoo4110/main/sc/source/ui/view/
H A Doutput.cxx1252 SCCOL nCol, SCROW nRow, SCTAB nTab, sal_uInt16 nRotDir, in lcl_FindHorLine() argument
1255 if ( nRotDir != SC_ROTDIR_LEFT && nRotDir != SC_ROTDIR_RIGHT ) in lcl_FindHorLine()
1261 if ( nRotDir == SC_ROTDIR_LEFT ) in lcl_FindHorLine()
/aoo4110/main/sc/source/core/data/
H A Dtable2.cxx1463 sal_uInt8 nRotDir = pPattern->GetRotateDir( pCondSet ); in FillMaxRot() local
1464 if ( nRotDir != SC_ROTDIR_NONE ) in FillMaxRot()
1468 bHit = ( nRotDir != SC_ROTDIR_LEFT ); in FillMaxRot()
1470 … bHit = ( nRotDir != SC_ROTDIR_RIGHT ); // SC_ROTDIR_STANDARD may now also be extended to the left in FillMaxRot()

Completed in 44 milliseconds