Searched refs:nColArr (Results 1 – 3 of 3) sorted by relevance
/aoo41x/main/sc/source/ui/unoobj/ |
H A D | docuno.cxx | 3045 SCCOLROW nColArr[2]; in setPropertyValue() local 3046 nColArr[0] = nStartCol; in setPropertyValue() 3047 nColArr[1] = nEndCol; in setPropertyValue() 3054 aFunc.SetWidthOrHeight( sal_True, 1, nColArr, nTab, SC_SIZE_ORIGINAL, in setPropertyValue() 3061 aFunc.SetWidthOrHeight( sal_True, 1, nColArr, nTab, eMode, 0, sal_True, sal_True ); in setPropertyValue() 3068 aFunc.SetWidthOrHeight( sal_True, 1, nColArr, nTab, in setPropertyValue()
|
H A D | cellsuno.cxx | 8923 SCCOLROW nColArr[2]; in SetOnePropertyValue() local 8924 nColArr[0] = nColArr[1] = nCol; in SetOnePropertyValue() 8933 aFunc.SetWidthOrHeight( sal_True, 1, nColArr, nTab, SC_SIZE_ORIGINAL, in SetOnePropertyValue() 8941 aFunc.SetWidthOrHeight( sal_True, 1, nColArr, nTab, eMode, 0, sal_True, sal_True ); in SetOnePropertyValue() 8948 aFunc.SetWidthOrHeight( sal_True, 1, nColArr, nTab, in SetOnePropertyValue()
|
/aoo41x/main/sc/source/ui/vba/ |
H A D | vbarange.cxx | 3814 SCCOLROW nColArr[2]; in setColumnWidth() local 3815 nColArr[0] = thisAddress.StartColumn; in setColumnWidth() 3816 nColArr[1] = thisAddress.EndColumn; in setColumnWidth() 3818 aFunc.SetWidthOrHeight( sal_True, 1, nColArr, thisAddress.Sheet, SC_SIZE_DIRECT, in setColumnWidth() 4709 SCCOLROW nColArr[2]; in Autofit() local 4710 nColArr[0] = thisAddress.StartColumn; in Autofit() 4711 nColArr[1] = thisAddress.EndColumn; in Autofit() 4716 nColArr[0] = thisAddress.StartRow; in Autofit() 4717 nColArr[1] = thisAddress.EndRow; in Autofit() 4719 aFunc.SetWidthOrHeight( bDirection, 1, nColArr, thisAddress.Sheet, SC_SIZE_OPTIMAL, in Autofit()
|
Completed in 153 milliseconds