Home
last modified time | relevance | path

Searched refs:texts (Results 1 – 25 of 89) sorted by relevance

1234

/aoo42x/test/testgui/source/testlib/gui/
H A DSCTool.java186 String[][] texts = new String[rowCount][colCount]; in getCellTexts() local
203 texts[r][c] = cellContent; in getCellTexts()
209 texts[r][c] = cellContent; in getCellTexts()
227 LOG.info("Text of range [" + range + "]:\n" + arrayToString(texts)); in getCellTexts()
228 return texts; in getCellTexts()
/aoo42x/test/testuno/source/testlib/uno/
H A DSCUtil.java336 …heet, int start_col, int start_row, int end_col, int end_row, String[][] texts) throws Exception { in setTextToCellRange() argument
344 xText.setString(texts[i][j]); in setTextToCellRange()
349 …Range(XSpreadsheet xSpreadsheet, int start_col, int start_row, String[][] texts) throws Exception { in setTextToCellRange() argument
350 …getCellRangeByPosition(start_col, start_row, start_col + texts[0].length - 1, start_row + texts.le… in setTextToCellRange()
353 for (int i = 0; i < texts.length; i++ ) { in setTextToCellRange()
354 for(int j = 0; j < texts[0].length; j++) { in setTextToCellRange()
357 xText.setString(texts[i][j]); in setTextToCellRange()
/aoo42x/main/offapi/com/sun/star/chart/
H A DXChartDataArray.idl67 /** retrieves the description texts for all rows.
77 /** sets the description texts for all rows.
87 /** retrieves the description texts for all columns.
97 /** sets the description texts for all columns.
H A DXComplexDescriptionAccess.idl47 /** retrieves the description texts for all rows.
58 /** sets the description texts for all rows.
69 /** retrieves the description texts for all columns.
80 /** sets the description texts for all columns.
H A DChartAxisType.idl42 /** the axis represent discrete category texts if chart type and the dimension allows
/aoo42x/main/offapi/com/sun/star/util/
H A DXSearchable.idl74 /** searches the contained texts for all occurrences of whatever is specified.@see SearchDescriptor
79 /** searches the contained texts for the next occurrence of whatever is specified.
90 /** searches the contained texts for the next occurrence of whatever is specified.
/aoo42x/main/offapi/com/sun/star/inspection/
H A DXObjectInspectorModel.idl132 texts. Clients could use this section to display context-sensitive help, for
133 instance short texts explaining the currently selected property.</p>
H A DObjectInspector.idl54 window, which can display arbitrary (context-sensitive) help texts.</p>
/aoo42x/main/svx/inc/svx/
H A Dexthelpid.hrc28 // the reason is that different controls have the same help texts assigned
/aoo42x/main/dbaccess/source/ext/macromigration/
H A Dmacromigration.hrc51 //... fixed texts .......................................................
/aoo42x/main/framework/test/
H A Dtest_statusindicatorfactory.bas49 rem Set different values and texts for indicator 1 and 2.
/aoo42x/main/offapi/com/sun/star/text/
H A DXTextDocument.idl52 <p>This text does not contain texts in <type>TextFrame</type>s,
H A DFontEmphasis.idl32 /** Determines the type and position of an emphasis mark in asian texts.
H A DFootnoteSettings.idl55 contains the footnote/endnote texts
H A DTextSection.idl72 texts.
/aoo42x/main/offapi/com/sun/star/style/
H A DCharacterPropertiesAsian.idl39 /** This is a set of properties to describe the style of characters in asian texts.
H A DCharacterPropertiesComplex.idl39 /** This is a set of properties to describe the style of characters in complex texts.
/aoo42x/main/offapi/com/sun/star/form/binding/
H A DBindableDatabaseListBox.idl53 <li><em>sequences of strings</em>: When used, the strings in the sequence present the texts
/aoo42x/main/sc/source/ui/sidebar/
H A DAlignmentPropertyPanel.src135 QuickHelpText [ en-US ] = "Wrap texts automatically.";
/aoo42x/main/sw/source/filter/ww8/
H A DREADME-rtf.txt201 * texts, including vertical ones and their (paragraph and
/aoo42x/main/offapi/com/sun/star/accessibility/
H A DXAccessibleContext.idl195 for the name and description texts.</p>
/aoo42x/main/offapi/com/sun/star/awt/
H A DXGraphics.idl232 /** draws texts in the output device using an explicit kerning table.
H A DXItemList.idl263 /** retrieves the texts and images of all items in the list
/aoo42x/main/sw/source/ui/index/
H A Didxmrk.src250 Text [ en-US ] = "~Apply to all similar texts" ; \
/aoo42x/main/offapi/com/sun/star/awt/grid/
H A DUnoControlGridModel.idl210 /** specifies the color to be used when drawing cell texts

Completed in 70 milliseconds

1234