+ // Internal helper relating to not-fixed-bars layout.
+ void FitBarsToRange( int from, int till, cbBarInfo* pTheBar, cbRowInfo* pRow );
+
+ // Internal helper relating to not-fixed-bars layout.
+ void RelayoutNotFixedBarsAround( cbBarInfo* pTheBar, cbRowInfo* pRow );
+
+ // Internal helper relating to not-fixed-bars layout.
+ void MinimzeNotFixedBars( cbRowInfo* pRow, cbBarInfo* pBarToPreserve );
+
+ // Internal helper relating to not-fixed-bars layout.
+ int GetRowFreeSpace( cbRowInfo* pRow );
+
+
+ // Internal helper relating to not-fixed-bars layout.
+ void RecalcLengthRatios( cbRowInfo* pRow );
+
+ // Internal helper relating to not-fixed-bars layout.
+ void ApplyLengthRatios( cbRowInfo* pRow );
+
+ // Internal helper relating to not-fixed-bars layout.
+ void ExpandNotFixedBars( cbRowInfo* pRow );
+
+ // Internal helper relating to not-fixed-bars layout.
+ void AdjustLengthOfInserted( cbRowInfo* pRow, cbBarInfo* pTheBar );