Lines Matching refs:eFillDir

503                         sal_uLong nFillCount, FillDir eFillDir, ScProgress& rProgress )  in FillAuto()  argument
512 sal_Bool bVertical = (eFillDir == FILL_TO_BOTTOM || eFillDir == FILL_TO_TOP); in FillAuto()
513 sal_Bool bPositive = (eFillDir == FILL_TO_BOTTOM || eFillDir == FILL_TO_RIGHT); in FillAuto()
921 static_cast<SCCOL>(nCol), nRow2, nFillCount, eFillDir, in FillAuto()
926 static_cast<SCROW>(nRow), nFillCount, eFillDir, in FillAuto()
947 FillDir eFillDir = FILL_TO_BOTTOM; in GetAutoFillPreview() local
956 eFillDir = FILL_TO_BOTTOM; in GetAutoFillPreview()
958 eFillDir = FILL_TO_TOP; in GetAutoFillPreview()
966 eFillDir = FILL_TO_RIGHT; in GetAutoFillPreview()
968 eFillDir = FILL_TO_LEFT; in GetAutoFillPreview()
999 if ((eFillDir == FILL_TO_BOTTOM)||(eFillDir == FILL_TO_TOP)) in GetAutoFillPreview()
1028 if ( eFillDir == FILL_TO_TOP || eFillDir == FILL_TO_BOTTOM ) in GetAutoFillPreview()
1281 … sal_uLong nFillCount, FillDir eFillDir, FillCmd eFillCmd, FillDateCmd eFillDateCmd, in FillSeries() argument
1289 sal_Bool bVertical = (eFillDir == FILL_TO_BOTTOM || eFillDir == FILL_TO_TOP); in FillSeries()
1290 sal_Bool bPositive = (eFillDir == FILL_TO_BOTTOM || eFillDir == FILL_TO_RIGHT); in FillSeries()
1601 … sal_uLong nFillCount, FillDir eFillDir, FillCmd eFillCmd, FillDateCmd eFillDateCmd, in Fill() argument
1605 if (eFillDir == FILL_TO_BOTTOM || eFillDir == FILL_TO_TOP) in Fill()
1616 FillAuto(nCol1, nRow1, nCol2, nRow2, nFillCount, eFillDir, aProgress); in Fill()
1618 FillSeries(nCol1, nRow1, nCol2, nRow2, nFillCount, eFillDir, in Fill()