Home
last modified time | relevance | path

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

/aoo41x/test/testuno/source/fvt/uno/sw/breaks/
H A DCheckBreaks.java93 int lineCount = this.getLineCount(textDocument); in testInsertDeleteLineBreak()
96 lineCount = this.getLineCount(textDocument); in testInsertDeleteLineBreak()
104 lineCount = this.getLineCount(textDocument); in testInsertDeleteLineBreak()
107 lineCount = this.getLineCount(textDocument); in testInsertDeleteLineBreak()
110 lineCount = this.getLineCount(textDocument); in testInsertDeleteLineBreak()
118 lineCount = this.getLineCount(textDocument); in testInsertDeleteLineBreak()
121 lineCount = this.getLineCount(textDocument); in testInsertDeleteLineBreak()
124 lineCount = this.getLineCount(textDocument); in testInsertDeleteLineBreak()
282 private int getLineCount(XTextDocument xTextDocument) throws Exception in getLineCount() method in CheckBreaks
/aoo41x/main/scripting/java/com/sun/star/script/framework/provider/beanshell/
H A DPlainSourceView.java105 linecount = ta.getLineCount(); in initUI()
133 if (linecount != ta.getLineCount()) { in doChanged()
135 linecount = ta.getLineCount(); in doChanged()
169 int lineCount = textArea.getLineCount() + 1; in update()
197 int lineCount = textArea.getLineCount() + 1; in paintComponent()
/aoo41x/main/scripting/examples/java/debugger/
H A DOOBeanShellDebugger.java130 linecount = ta.getLineCount(); in initUI()
175 if (linecount != ta.getLineCount()) { in doChanged()
177 linecount = ta.getLineCount(); in doChanged()
320 int lineCount = textArea.getLineCount() + 1; in update()
348 int lineCount = textArea.getLineCount() + 1; in paintComponent()
/aoo41x/main/sw/source/core/doc/
H A Dtblcpy.cxx103 LineStructure::size_type getLineCount() const in getLineCount() function in __anon0a6f651b0111::TableStructure
704 TableStructure aTarget( *this, aFndBox, rSelBoxes, aCopyStruct.getLineCount() ); in InsNewTable()

Completed in 652 milliseconds