Searched refs:aDestTotal (Results 1 – 1 of 1) sorted by relevance
694 ScRange aDestTotal; in Query() local724 aDestTotal=ScRange( rQueryParam.nDestCol, in Query()733 if ( bDoSize && aOldDest.aEnd.Col() == aDestTotal.aEnd.Col() ) in Query()744 if ( bDoSize && !pDoc->CanFitBlock( aOldDest, aDestTotal ) ) in Query()810 if ( aAttribRange.aEnd.Col() > aDestTotal.aEnd.Col() ) in Query()811 aAttribRange.aEnd.SetCol( aDestTotal.aEnd.Col() ); in Query()824 pDoc->FitBlock( aOldDest, aDestTotal ); in Query()844 pDoc->FitBlock( aDestTotal, aNewDest, sal_False ); // sal_False - nicht loeschen in Query()
Completed in 8 milliseconds