Lines Matching refs:stretchedWidth
24539 var stretchedWidth = Math.round(baseWidth * this.stretchAllRatio);
24540 var newStretchedWidth = priv.stretchingColumnWidthFn(stretchedWidth, column);
24543 this.stretchAllColumnsWidth[column] = stretchedWidth;
27657 var stretchedWidth = calculator.getStretchedColumnWidth(sourceColumn, width);
27659 if (stretchedWidth) {
27660 width = stretchedWidth;
28892 …mnCalculatorOverride, visible, this.wot.getSetting('stretchH'), function (stretchedWidth, column) { argument
28893 return _this3.wot.getSetting('onBeforeStretchingColumnWidth', stretchedWidth, column);
43795 this.addHook('beforeStretchingColumnWidth', function (stretchedWidth, column) { argument
43796 return _this2.onBeforeStretchingColumnWidth(stretchedWidth, column);
44310 value: function onBeforeStretchingColumnWidth(stretchedWidth, column) {
44314 width = stretchedWidth;
48486 onBeforeStretchingColumnWidth: function onBeforeStretchingColumnWidth(stretchedWidth, column) {
48487 return instance.runHooks('beforeStretchingColumnWidth', stretchedWidth, column);