/aoo41x/main/wizards/com/sun/star/wizards/agenda/ |
H A D | AgendaTemplate.java | 1035 ai.write(cursor); in write() 1064 … while ((!cellName.equals(cursor.getRangeName()) && (!cursor.getRangeName().startsWith("A")))) in write() 1085 cursor.gotoStart(false); in write() 1259 cursor.goRight((short) 1, false); in Topics() 1277 cursor.gotoStart(false); in Topics() 1281 cursor.goRight((short) 1, false); in Topics() 1286 cursor.gotoEnd(false); in Topics() 1290 cursor.goLeft((short) 1, false); in Topics() 1333 cursor.goRight((short) 1, false); in write2() 1521 cursor.gotoEnd(false); in formatLastRow() [all …]
|
/aoo41x/main/scripting/examples/python/pythonSamples/ |
H A D | TableSample.py | 33 cursor = tableText.createTextCursor() 34 cursor.setPropertyValue( "CharColor", color ) 48 cursor = text.createTextCursor() 58 text.insertTextContent( cursor, table, 0 ) 93 cursor.setPropertyValue( "CharColor", 255 ) 94 cursor.setPropertyValue( "CharShadowed", uno.Bool(1) ) 96 text.insertControlCharacter( cursor, PARAGRAPH_BREAK, 0 ) 104 text.insertTextContent( cursor, textFrame, 0 ) 112 cursor.setPropertyValue( "CharColor", 65536 ) 113 cursor.setPropertyValue( "CharShadowed", uno.Bool(0) ) [all …]
|
/aoo41x/main/pyuno/demo/ |
H A D | swriter.py | 36 cursor = tableText.createTextCursor() 37 cursor.setPropertyValue( "CharColor", color ) 57 cursor = text.createTextCursor() variable 67 text.insertTextContent( cursor, table, 0 ) 102 cursor.setPropertyValue( "CharColor", 255 ) 103 cursor.setPropertyValue( "CharShadowed", uno.Bool(1) ) 105 text.insertControlCharacter( cursor, PARAGRAPH_BREAK, 0 ) 114 text.insertTextContent( cursor, textFrame, 0 ) 122 cursor.setPropertyValue( "CharColor", 65536 ) 123 cursor.setPropertyValue( "CharShadowed", uno.Bool(0) ) [all …]
|
H A D | swritercomp.py | 37 cursor = tableText.createTextCursor() 38 cursor.setPropertyValue( "CharColor", color ) 59 cursor = text.createTextCursor() 69 text.insertTextContent( cursor, table, 0 ) 104 cursor.setPropertyValue( "CharColor", 255 ) 105 cursor.setPropertyValue( "CharShadowed", uno.Bool(1) ) 107 text.insertControlCharacter( cursor, PARAGRAPH_BREAK, 0 ) 109 text.insertControlCharacter( cursor, PARAGRAPH_BREAK, 0 ) 115 text.insertTextContent( cursor, textFrame, 0 ) 123 cursor.setPropertyValue( "CharColor", 65536 ) [all …]
|
/aoo41x/main/offapi/com/sun/star/text/ |
H A D | XWordCursor.idl | 37 /** makes it possible to move a cursor word by word. 43 /** determines if the cursor is positioned at the start of a word. 49 /** determines if the cursor is positioned at the end of a word. 55 /** moves the cursor to the next word. 63 cursor can not advance further. 69 /** moves the cursor to the previous word. 77 cursor can not advance further. 83 /** moves the cursor to the end of the current word. 86 <true/> if the cursor is now at the end of a word, 94 /** moves the cursor to the start of the current word. [all …]
|
H A D | XSentenceCursor.idl | 37 /** makes it possible to perform cursor movements through sentences. 49 /** determines if the cursor is positioned at the end of a sentence. 55 /** moves the cursor to the start of the next sentence. 59 cursor can not advance further. 65 /** moves the cursor to the start of the previous sentence. 69 cursor can not advance further. 75 /** moves the cursor to the start of the current sentence. 79 <false/> otherwise. If <false/> was returned the cursor 86 /** moves the cursor to the end of the current sentence. 89 <true/> if the cursor is now at the end of a sentence, [all …]
|
H A D | XParagraphCursor.idl | 49 /** determines if the cursor is positioned at the end of a paragraph. 55 /** moves the cursor to the start of the current paragraph. 58 <true/> if the cursor is now at the start of a paragraph, 59 <false/> otherwise. If <false/> was returned the cursor 66 /** moves the cursor to the end of the current paragraph. 69 <true/> if the cursor is now at the end of a paragraph, 70 <false/> otherwise. If <false/> was returned the cursor 77 /** moves the cursor to the next paragraph. 81 cursor can not advance further. 87 /** moves the cursor to the previous paragraph. [all …]
|
H A D | XPageCursor.idl | 38 /** makes it possible to perform cursor movements between pages. 45 /** moves the cursor to the first page. 52 /** moves the cursor to the last page. 59 /** moves the cursor to the specified page. 67 the number of the page within the document of this cursor. 74 /** moves the cursor to the next page. 83 /** moves the cursor to the previous page. 92 /** moves the cursor to the end of the current page. 101 /** moves the cursor to the start of the current page.
|
H A D | XTextCursor.idl | 61 /** moves the cursor the specified number of characters to the left. 67 specifies if the current selection of the cursor should 77 be returned and the cursor moves only those 3 characters.<p> 84 /** moves the cursor the specified number of characters to the right. 90 specifies if the current selection of the cursor should 100 be returned and the cursor moves only those 3 characters.<p> 107 /** moves the cursor to the start of the text. 113 /** moves the cursor to the end of the text. 119 /** moves or expands the cursor to a specified <type>TextRange</type>.
|
H A D | XTextTableCursor.idl | 49 the name of the cell range that is selected by this cursor. 60 /** moves the cursor to the cell with the specified name. 75 /** moves the cursor to the left neighbor. 88 /** moves the cursor to the right neighbor. 101 /** moves the cursor to the top neighbor. 114 /** moves the cursor to the bottom neighbor cell. 127 /** moves the cursor to the top left cell of the table. 136 /** moves the cursor to the bottom right cell of the table.
|
/aoo41x/main/offapi/com/sun/star/sdbc/ |
H A D | XResultSet.idl | 47 A ResultSet maintains a cursor pointing to its current row of 49 The 'next' method moves the cursor to the next row. 56 /** moves the cursor down one row from its current position. 143 /** moves the cursor to the first row in the result set. 152 /** moves the cursor to the last row in the result set. 175 If the row number is positive, the cursor moves to 181 If the given row number is negative, the cursor moves to 186 cursor on the last row, 214 positions the cursor before/after 217 is valid, but does not change the cursor position. [all …]
|
H A D | XResultSetUpdate.idl | 87 /** moves the cursor to the insert row. The current cursor position is 88 remembered while the cursor is positioned on the insert row. 108 called when the cursor is on the insert row. All of the columns in 124 /** moves the cursor to the remembered cursor position, usually the 125 current row. This method has no effect if the cursor is not on the insert
|
/aoo41x/main/offapi/com/sun/star/sheet/ |
H A D | XSheetCellCursor.idl | 59 cursor must point to any cell containing an array formula. 60 If not, the cursor is left unchanged.</p> 66 /** expands the cursor to merged cell ranges. 68 <p>Expands the current cursor range in a way so that all merged 70 If the cursor does not point to any range with merged cells, it 77 /** expands the cursor to include the entire columns of the cells 84 /** expands the cursor to include the entire rows of the cells to 91 /** changes the size of a cursor range. 93 <p>The top left cell of the cursor keeps unmodified. </p> 96 the number of columns of the new cursor range. [all …]
|
H A D | XUsedAreaCursor.idl | 49 /** points the cursor to the start of the used area. 52 <TRUE/> = expands the current cursor range, 53 <FALSE/> = sets size of the cursor to a single cell. 59 /** points the cursor to the end of the used area. 62 <TRUE/> = expands the current cursor range, 63 <FALSE/> = sets size of the cursor to a single cell.
|
/aoo41x/main/offapi/com/sun/star/view/ |
H A D | XViewCursor.idl | 46 /** moves the cursor the specified number of lines down. 52 determines whether the text range of the cursor is expanded (<TRUE/>) 56 <TRUE/> if the cursor was moved, 62 /** moves the cursor the specified number of lines up. 68 determines whether the text range of the cursor is expanded (<TRUE/>) 71 <TRUE/> if the cursor was moved, 77 /** moves the cursor the specified number of characters to the left. 83 determines whether the text range of the cursor is expanded (<TRUE/>) 86 <TRUE/> if the cursor was moved, 92 /** moves the cursor the specified number of characters to the right. [all …]
|
H A D | XLineCursor.idl | 37 /** makes it possible to move a cursor by lines within laid out text. 46 /** determines if the cursor is positioned at the start of a line. 51 /** determines if the cursor is positioned at the end of a line. 56 /** moves the cursor to the end of the current line. 59 determines whether the text range of the cursor is expanded (<TRUE/>) 60 or the cursor will be just at the new position after the move (<FALSE/>). 65 /** moves the cursor to the start of the current line. 68 determines whether the text range of the cursor is expanded (<TRUE/>) 69 or the cursor will be just at the new position after the move (<FALSE/>).
|
/aoo41x/main/javaunohelper/com/sun/star/lib/uno/helper/ |
H A D | InterfaceContainer.java | 732 int cursor= 0; field in InterfaceContainer.Itr 753 return cursor !=dataIt.size(); in hasNext() 761 lastRet = cursor++; in next() 785 if (lastRet < cursor) in remove() 786 cursor--; in remove() 798 cursor= _index; in LstItr() 808 dataIt.add(cursor++, o); in add() 815 return cursor != 0; in hasPrevious() 820 return cursor; in nextIndex() 828 lastRet = cursor; in previous() [all …]
|
/aoo41x/main/qadevOOo/tests/java/mod/_svx/ |
H A D | SvxUnoTextCursor.java | 113 XTextCursor cursor = text.createTextCursor() ; in createTestEnvironment() local 115 text.insertString(cursor, "Paragraph 1", false) ; in createTestEnvironment() 116 text.insertControlCharacter(cursor, in createTestEnvironment() 118 text.insertString(cursor, "Paragraph 2", false) ; in createTestEnvironment() 119 text.insertControlCharacter(cursor, in createTestEnvironment() 121 text.insertString(cursor, "Paragraph 3", false) ; in createTestEnvironment() 122 text.insertControlCharacter(cursor, in createTestEnvironment() 125 oObj = cursor ; in createTestEnvironment()
|
H A D | SvxUnoTextContentEnum.java | 116 XTextCursor cursor = text.createTextCursor() ; in createTestEnvironment() local 118 text.insertString(cursor, "Paragraph 1", false) ; in createTestEnvironment() 119 text.insertControlCharacter(cursor, in createTestEnvironment() 121 text.insertString(cursor, "Paragraph 2", false) ; in createTestEnvironment() 122 text.insertControlCharacter(cursor, in createTestEnvironment() 124 text.insertString(cursor, "Paragraph 3", false) ; in createTestEnvironment() 125 text.insertControlCharacter(cursor, in createTestEnvironment()
|
H A D | SvxUnoTextContent.java | 116 XTextCursor cursor = text.createTextCursor() ; in createTestEnvironment() local 118 text.insertString(cursor, "Paragraph 1", false) ; in createTestEnvironment() 119 text.insertControlCharacter(cursor, in createTestEnvironment() 121 text.insertString(cursor, "Paragraph 2", false) ; in createTestEnvironment() 122 text.insertControlCharacter(cursor, in createTestEnvironment() 124 text.insertString(cursor, "Paragraph 3", false) ; in createTestEnvironment() 125 text.insertControlCharacter(cursor, in createTestEnvironment()
|
H A D | SvxUnoTextRangeEnumeration.java | 116 XTextCursor cursor = text.createTextCursor() ; in createTestEnvironment() local 118 text.insertString(cursor, "Paragraph 1", false) ; in createTestEnvironment() 119 text.insertControlCharacter(cursor, in createTestEnvironment() 121 text.insertString(cursor, "Paragraph 2", false) ; in createTestEnvironment() 122 text.insertControlCharacter(cursor, in createTestEnvironment() 124 text.insertString(cursor, "Paragraph 3", false) ; in createTestEnvironment() 125 text.insertControlCharacter(cursor, in createTestEnvironment()
|
H A D | SvxUnoTextRange.java | 116 XTextCursor cursor = text.createTextCursor() ; in createTestEnvironment() local 118 text.insertString(cursor, "Paragraph 1", false) ; in createTestEnvironment() 119 text.insertControlCharacter(cursor, in createTestEnvironment() 121 text.insertString(cursor, "Paragraph 2", false) ; in createTestEnvironment() 122 text.insertControlCharacter(cursor, in createTestEnvironment() 124 text.insertString(cursor, "Paragraph 3", false) ; in createTestEnvironment() 125 text.insertControlCharacter(cursor, in createTestEnvironment()
|
/aoo41x/main/offapi/com/sun/star/table/ |
H A D | XCellCursor.idl | 37 /** provides methods to control the position of a cell cursor. 45 /** points the cursor to a single cell which is the beginning of a 52 /** points the cursor to a single cell which is the end of a contiguous 59 /** points the cursor to the next unprotected cell. 68 /** points the cursor to the previous unprotected cell. 77 /** moves the origin of the cursor relative to the current position. 81 cursor to the left. 85 cursor to the top.
|
/aoo41x/main/offapi/com/sun/star/ucb/ |
H A D | ContentResultSet.idl | 92 This interface mainly provides a cursor for the result set. 105 /** provides access to data of the content the cursor is pointing to. 139 /** controls the travel mode of the resultset cursor. 154 cursor: 160 cursor.setPropertyValue( "CursorTravelMode", BLOCKING ) 162 cursor.travelSomeWhere() 165 cursor.setPropertyValue( "CursorTravelMode", NONBLOCKING ) 172 cursor.travelSomeWhere() 190 a blocking cursor.
|
/aoo41x/main/offapi/com/sun/star/datatransfer/dnd/ |
H A D | XDragSourceContext.idl | 57 /** Get the identifier of the currently used cursor. 60 The currently selected drag cursor. 66 /** This method sets the current drag cursor. 68 <p>This method should only be called to set another cursor than the 70 <p>Invalid cursor identifiers will be ignored.</p> 73 The identifier the drag source returned when registering the cursor.
|