Searched refs:getLabelWidth (Results 1 – 3 of 3) sorted by relevance
/aoo42x/main/wizards/com/sun/star/wizards/reportbuilder/layout/ |
H A D | ReportBuilderLayouter.java | 1523 nWidth = Math.max(nWidth, getLabelWidth(sLabel)); in getMaxLabelWidth() 1530 nWidth = Math.max(nWidth, getLabelWidth(sGroupName, aFD)); in getMaxLabelWidth() 1549 protected int getLabelWidth(String _sLabel) in getLabelWidth() method in ReportBuilderLayouter 1551 return getLabelWidth(_sLabel, 0.0f, 0.0f); in getLabelWidth() 1556 protected int getLabelWidth(String _sLabel, FontDescriptor _aFD) in getLabelWidth() method in ReportBuilderLayouter 1565 return getLabelWidth(_sLabel, fCharWeight, fCharHeight); in getLabelWidth() 1568 protected int getLabelWidth(String _sLabel, float _nCharWeight, float _nCharHeight) in getLabelWidth() method in ReportBuilderLayouter
|
/aoo42x/main/vcl/source/window/ |
H A D | arrange.cxx | 657 long LabelColumn::getLabelWidth() const in getLabelWidth() function in LabelColumn 688 long nWidth = getLabelWidth(); in getOptimalSize() 741 long nWidth = getLabelWidth(); in resize()
|
/aoo42x/main/vcl/inc/vcl/ |
H A D | arrange.hxx | 306 long getLabelWidth() const;
|
Completed in 40 milliseconds