Home
last modified time | relevance | path

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

/dports/games/gogui/Quaqua/src/ch/randelshofer/quaqua/
H A DVisualMargin.java55 private boolean isTopFixed, isLeftFixed, isBottomFixed, isRightFixed; field in VisualMargin
82 isLeftFixed = fleft; in VisualMargin()
89 isLeftFixed = fleft; in VisualMargin()
115 isLeftFixed = left; in setFixed()
178 if (! isLeftFixed) insets.left += componentMargin.left; in getVisualMargin()
/dports/editors/calligra/calligra-3.2.1/sheets/
H A DRegion.h468 virtual bool isLeftFixed() const { in isLeftFixed() function
551 bool isLeftFixed() const override { in isLeftFixed() function
627 bool isLeftFixed() const override { in isLeftFixed() function
H A DCondition.cpp247 if (!range->isLeftFixed()) { in isTrueFormula()
H A DCell.cpp599 if ((*it)->isLeftFixed()) in encodeFormula()
/dports/editors/calligra/calligra-3.2.1/sheets/ui/
H A DCellEditor.cpp840 if (range->isLeftFixed()) { in permuteFixation()
/dports/www/dojo/dojo-release-1.12.2/dojox/layout/
H A DGridContainer.js.map7 …iveResizeColumns","minColWidth","minChildWidth","mode","isRightFixed","isLeftFixed","startup","inh…
/dports/editors/calligra/calligra-3.2.1/filters/sheets/excel/export/
H A DExcelExport.cpp733 …ct().adjusted(-1, -1, -1, -1), e->isTopFixed(), e->isBottomFixed(), e->isLeftFixed(), e->isRightFi… in compileFormula()