Home
last modified time | relevance | path

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

/trunk/test/testuno/source/fvt/uno/sw/breaks/
H A DCheckBreaks.java93 int lineCount = this.getLineCount(textDocument); in testInsertDeleteLineBreak() local
96 lineCount = this.getLineCount(textDocument); in testInsertDeleteLineBreak()
97 Assert.assertEquals("Line break is deleted when new document", 3,lineCount); in testInsertDeleteLineBreak()
104 lineCount = this.getLineCount(textDocument); in testInsertDeleteLineBreak()
105 Assert.assertEquals("Line breaks when open saved odt file.",3,lineCount); in testInsertDeleteLineBreak()
107 lineCount = this.getLineCount(textDocument); in testInsertDeleteLineBreak()
110 lineCount = this.getLineCount(textDocument); in testInsertDeleteLineBreak()
118 lineCount = this.getLineCount(textDocument); in testInsertDeleteLineBreak()
119 Assert.assertEquals("Line breaks when open saved doc file.",3,lineCount); in testInsertDeleteLineBreak()
121 lineCount = this.getLineCount(textDocument); in testInsertDeleteLineBreak()
[all …]
/trunk/main/scripting/java/com/sun/star/script/framework/provider/beanshell/
H A DPlainSourceView.java169 int lineCount = textArea.getLineCount() + 1; in update() local
171 String dummy = Integer.toString(lineCount); in update()
178 d.height = lineCount * h + 100; in update()
197 int lineCount = textArea.getLineCount() + 1; in paintComponent() local
202 if (endLine > lineCount) { in paintComponent()
203 endLine = lineCount; in paintComponent()
/trunk/main/solenv/bin/
H A Dconverttags.pl68 my $lineCount = 0;
80 $lineCount++;
81 if ( $lineCount == 10 )
83 $lineCount = 0;
/trunk/main/scripting/examples/java/debugger/
H A DOOBeanShellDebugger.java320 int lineCount = textArea.getLineCount() + 1; in update() local
322 String dummy = Integer.toString(lineCount); in update()
329 d.height = lineCount * h + 100; in update()
348 int lineCount = textArea.getLineCount() + 1; in paintComponent() local
353 if (endLine > lineCount) { in paintComponent()
354 endLine = lineCount; in paintComponent()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/awt/
H A D_XComboBox.java92 short lineCount = 0; field in _XComboBox
259 lineCount = oObj.getDropDownLineCount(); in _getDropDownLineCount()
276 oObj.setDropDownLineCount((short) (lineCount + 1)); in _setDropDownLineCount()
277 result = oObj.getDropDownLineCount() == lineCount + 1; in _setDropDownLineCount()
H A D_XListBox.java104 short lineCount = 0 ; field in _XListBox
283 lineCount = oObj.getDropDownLineCount() ; in _getDropDownLineCount()
300 oObj.setDropDownLineCount((short)(lineCount + 1)) ; in _setDropDownLineCount()
301 result = oObj.getDropDownLineCount() == lineCount + 1 ; in _setDropDownLineCount()
/trunk/main/autodoc/source/ary/idl/
H A Di2s_calculator.cxx938 int lineCount = 0; in Read_Links2DevManual() local
947 ++lineCount; in Read_Links2DevManual()
954 assign_CurLink(rLine.begin(), sCurLink, sCurLinkUI, eCurMode == link2descr, lineCount); in Read_Links2DevManual()
975 assign_CurLink(rLine.begin(), sCurLink, sCurLinkUI, eCurMode == link2descr, lineCount); in Read_Links2DevManual()

Completed in 40 milliseconds