Searched refs:BOTH (Results 1 – 16 of 16) sorted by relevance
/trunk/main/odk/examples/DevelopersGuide/Accessibility/ |
H A D | SSR.java | 88 0,1, 1,1, 1,1, GridBagConstraints.CENTER, GridBagConstraints.BOTH); in Layout() 92 1,0, 1,2, 1,1, GridBagConstraints.CENTER, GridBagConstraints.BOTH); in Layout() 98 0,3, 2,1, 1,1, GridBagConstraints.CENTER, GridBagConstraints.BOTH); in Layout()
|
/trunk/main/scripting/examples/java/Newsgroup/ |
H A D | PostNewsgroup.java | 102 constraints.fill = GridBagConstraints.BOTH; in post() 184 constraints.fill = GridBagConstraints.BOTH; in constructLabelPanel() 257 constraints.fill = GridBagConstraints.BOTH; in constructTextPanel() 390 constraints.fill = GridBagConstraints.BOTH; in constructOptionPanel() 522 constraints.fill = GridBagConstraints.BOTH; in constructButtonPanel()
|
H A D | StatusWindow.java | 99 constraints.fill = GridBagConstraints.BOTH; in StatusWindow()
|
/trunk/main/offapi/com/sun/star/sheet/ |
H A D | XMultipleOperation.idl | 66 cell (mode <const>TableOperationMode::BOTH</const>). 75 <const>TableOperationMode::BOTH</const>). This parameter is not 82 <const>TableOperationMode::BOTH</const>). This parameter is not
|
H A D | TableOperationMode.idl | 63 BOTH
|
/trunk/main/scripting/java/org/openoffice/idesupport/ui/ |
H A D | ConfigurePanel.java | 149 gbc.fill = java.awt.GridBagConstraints.BOTH; in initUI() 165 gbc.fill = java.awt.GridBagConstraints.BOTH; in initUI() 198 gbc.fill = java.awt.GridBagConstraints.BOTH; in initMethodButtons()
|
/trunk/main/toolkit/test/accessibility/ |
H A D | HelpWindow.java | 110 aConstraints.fill = GridBagConstraints.BOTH; in HelpWindow()
|
H A D | AccessibilityWorkBench.java | 214 GridBagConstraints.CENTER, GridBagConstraints.BOTH); in Layout()
|
/trunk/main/accessibility/workben/org/openoffice/accessibility/awb/ |
H A D | HelpWindow.java | 112 aConstraints.fill = GridBagConstraints.BOTH; in HelpWindow()
|
H A D | AccessibilityWorkBench.java | 233 GridBagConstraints.CENTER, GridBagConstraints.BOTH); in Layout()
|
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/sheet/ |
H A D | _XMultipleOperation.java | 114 TableOperationMode.BOTH, in _setTableOperation()
|
/trunk/main/connectivity/source/parse/ |
H A D | sqlflex.l | 141 BOTH {SQL_NEW_KEYWORD(SQL_TOKEN_BOTH); }
|
/trunk/main/sc/source/filter/xml/ |
H A D | xmldpimp.cxx | 771 meOrientation = BOTH; in ScXMLDataPilotGrandTotalContext() 802 case BOTH: in EndElement()
|
H A D | xmldpimp.hxx | 269 enum Orientation { COLUMN, ROW, BOTH, NONE }; enumerator
|
/trunk/main/odk/examples/DevelopersGuide/Spreadsheet/ |
H A D | SpreadsheetSample.java | 504 aFormulaRange, com.sun.star.sheet.TableOperationMode.BOTH, aColCell, aRowCell ); in doCellRangeSamples()
|
/trunk/main/odk/examples/CLI/CSharp/Spreadsheet/ |
H A D | SpreadsheetSample.cs | 468 aFormulaRange, unoidl.com.sun.star.sheet.TableOperationMode.BOTH, in doCellRangeSamples()
|
Completed in 168 milliseconds