Home
last modified time | relevance | path

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

/AOO42X/main/testgraphical/ui/java/ConvwatchGUIProject/src/
H A DConvwatchGUI.java209 … .addComponent(jLabelOriginalImage, javax.swing.GroupLayout.DEFAULT_SIZE, 299, Short.MAX_VALUE) in initComponents()
215 … .addComponent(jLabelOriginalImage, javax.swing.GroupLayout.DEFAULT_SIZE, 514, Short.MAX_VALUE) in initComponents()
227 … .addComponent(jLabelReferenceImage, javax.swing.GroupLayout.DEFAULT_SIZE, 299, Short.MAX_VALUE) in initComponents()
233 … .addComponent(jLabelReferenceImage, javax.swing.GroupLayout.DEFAULT_SIZE, 514, Short.MAX_VALUE) in initComponents()
247 … .addComponent(jLabelDifferenceImage, javax.swing.GroupLayout.DEFAULT_SIZE, 298, Short.MAX_VALUE) in initComponents()
253 … .addComponent(jLabelDifferenceImage, javax.swing.GroupLayout.DEFAULT_SIZE, 514, Short.MAX_VALUE) in initComponents()
300 .addContainerGap(javax.swing.GroupLayout.DEFAULT_SIZE, Short.MAX_VALUE) in initComponents()
322 …1, javax.swing.GroupLayout.Alignment.LEADING, javax.swing.GroupLayout.DEFAULT_SIZE, 972, Short.MAX… in initComponents()
323 …e, javax.swing.GroupLayout.Alignment.LEADING, javax.swing.GroupLayout.DEFAULT_SIZE, 972, Short.MAX… in initComponents()
329 .addComponent(jLabel1, javax.swing.GroupLayout.DEFAULT_SIZE, 50, Short.MAX_VALUE) in initComponents()
[all …]
/AOO42X/main/i18npool/source/breakiterator/
H A Dxdictionary.cxx255 aCache.size = len > DEFAULT_SIZE ? len : DEFAULT_SIZE; in getCache()
/AOO42X/main/i18npool/inc/
H A Dxdictionary.hxx37 #define DEFAULT_SIZE 256 // for boundary size, to avoid alloc and release memory macro
/AOO42X/main/dbaccess/source/ui/querydesign/
H A DSelectionBrowseBox.cxx110 #define DEFAULT_SIZE GetTextWidth(g_strZero) * 30 macro
1359 InsertDataColumn( _nColumnId , String(), DEFAULT_SIZE, HIB_STDSTYLE, HEADERBAR_APPEND); in RemoveColumn()
1523 InsertDataColumn( nColumnId , String(), DEFAULT_SIZE, HIB_STDSTYLE, HEADERBAR_APPEND); in AppendNewCol()
2541 return static_cast<sal_uInt16>(DEFAULT_SIZE); in GetDefaultColumnWidth()