Home
last modified time | relevance | path

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

/AOO42X/main/wizards/com/sun/star/wizards/ui/
H A DTitlesComponent.java43 final String SOLABELPREFIX = "lblColumnName_"; field in TitlesComponent
127 return SOLABELPREFIX + Integer.toString(_index + 1); in getColumnName()
209 …return (String) CurUnoDialog.getControlProperty(this.SOLABELPREFIX + sindex, PropertyNames.PROPERT… in getFieldNameByTitleControl()