Home
last modified time | relevance | path

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

/aoo4110/main/sc/source/ui/docshell/
H A Ddbdocfun.cxx694 ScRange aDestTotal; in Query() local
724 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 20 milliseconds