| /AOO41X/main/xsltml/ |
| H A D | xsltml_2.1.2.patch | 139 …e name="replaceEntities"><xsl:with-param name="content" select="substring-after($content, ' ')"/><… 140 …e name="replaceEntities"><xsl:with-param name="content" select="substring-after($content, 'Ȁ… 141 …e name="replaceEntities"><xsl:with-param name="content" select="substring-after($content, '… 142 …e name="replaceEntities"><xsl:with-param name="content" select="substring-after($content, '… 143 …e name="replaceEntities"><xsl:with-param name="content" select="substring-after($content, '… 144 …e name="replaceEntities"><xsl:with-param name="content" select="substring-after($content, '… 145 …e name="replaceEntities"><xsl:with-param name="content" select="substring-after($content, '… 146 …e name="replaceEntities"><xsl:with-param name="content" select="substring-after($content, '… 148 …e name="replaceEntities"><xsl:with-param name="content" select="substring-after($content, '… 150 …e name="replaceEntities"><xsl:with-param name="content" select="substring-after($content, '… [all …]
|
| /AOO41X/main/offapi/com/sun/star/presentation/ |
| H A D | ClickAction.idl | 82 /** The object renders itself invisible after a click. 88 /** A sound is played after a click. 106 /** Another program is executed after a click. 112 /** A star basic macro is executed after the click. 118 /** The presentation is stopped after the click.
|
| H A D | Shape.idl | 82 … property <member scope="com::sun::star::drawing">Shape::DimColor</member> after executing its 110 /** selects an action performed after the user clicks 120 <p>The default behavior is to stop the sound after completing the
|
| /AOO41X/main/offapi/com/sun/star/xml/dom/events/ |
| H A D | EventType.idl | 114 …after a single modification to the document or, at the implementation's discretion, after multiple… 122 …Fired when a node has been added as a child of another node. This event is dispatched after the in… 146 …insertion of a subtree in which it is contained. This event is dispatched after the insertion has … 154 …Fired after an Attr has been modified on a node. The target of this event is the Node whose Attr c… 162 …Fired after CharacterData within a node has been modified but the node itself has not been inserte…
|
| /AOO41X/main/qadevOOo/tests/java/ifc/linguistic2/ |
| H A D | _XDictionaryList.java | 187 short after = oObj.getCount(); in _addDictionary() local 189 tRes.tested( "addDictionary()", (after > previous) ); in _addDictionary() 201 short after = oObj.getCount(); in _removeDictionary() local 202 tRes.tested("removeDictionary()",(after < previous) ); in _removeDictionary()
|
| /AOO41X/main/offapi/com/sun/star/ucb/ |
| H A D | ListActionType.idl | 52 During and after the notification only the new set is valid for access. 70 have to be one after the other. 90 one after the other. 114 one after the other. 133 rows with modified properties have to be one after the other. 155 rows with changed identity have to be one after the other.
|
| /AOO41X/main/qadevOOo/runner/complexlib/ |
| H A D | ComplexTestCase.java | 227 private void after() in after() method in ComplexTestCase 234 Method after = this.getClass().getMethod("after", new Class[] {}); in after() local 235 after.invoke(this, new Object[] {} ); in after() 292 after(); in executeMethods()
|
| /AOO41X/main/offapi/com/sun/star/graphic/ |
| H A D | XGraphicRasterizer.idl | 64 data may be available after the call via this output parameter. 87 type graphic after a successful rasterization process</p> 106 values into account. The rotation is applied after scaling 112 values into account. The shearing is applied after scaling 118 values into account. The shearing is applied after scaling
|
| /AOO41X/main/qadevOOo/tests/java/ifc/task/ |
| H A D | _XJobExecutor.java | 69 int after = Integer.parseInt(counter.getName()); in _trigger() local 71 log.println("Calls before: " + before + ", after: " + after); in _trigger() 73 tRes.tested("trigger()", after == before + 1); in _trigger()
|
| /AOO41X/main/qadevOOo/tests/java/ifc/text/ |
| H A D | _XAutoTextGroup.java | 130 String[] after = oObj.getTitles(); in _insertNewByName() local 131 result = !util.ValueComparer.equalValue(before, after); in _insertNewByName() 174 String[] after = oObj.getTitles(); in _removeByName() local 176 !ValueComparer.equalValue(before,after)); in _removeByName()
|
| H A D | _TextGraphicObject.java | 124 int after = imgMap.getCount(); in _ImageMap() local 125 log.println("Count (after) " + after); in _ImageMap() 126 result = previous < after; in _ImageMap()
|
| /AOO41X/main/offapi/com/sun/star/style/ |
| H A D | BreakType.idl | 61 /** A column break is applied after the object to which it belongs. 73 /** A column break is applied before and after the object to which 97 /** A page break is applied after the object to which it belongs. 109 /** A page break is applied before and after the object to which
|
| /AOO41X/main/offapi/com/sun/star/awt/tree/ |
| H A D | XTreeDataModelListener.idl | 50 /** Invoked after a node (or a set of siblings) has changed in some way. 62 /** Invoked after nodes have been inserted into the tree. 69 /** Invoked after nodes have been removed from the tree. 79 /** Invoked after the tree has drastically changed structure from a given node down.
|
| /AOO41X/main/setup_native/source/opensolaris/bundledextensions/ |
| H A D | README | 13 after all other files have been added. Those other files are the SVR4 packages 44 The service is started initially after the installation of 59 with a restart_fmri of the service ooo_bundled_extensions. That is after 77 To work around this, one can call after uninstalling OOo
|
| /AOO41X/main/expat/ |
| H A D | expat-2.5.0.patch | 97 #616 #649 #650 CVE-2022-43680 -- Fix heap use-after-free after overeager 460 const char *after, ptrdiff_t bytesMore, int source_line, 481 || (after - before) 485 const char *after, int source_line, 496 * we can even access variable <after>, safely. 497 * E.g. for XML_TOK_NONE <after> may hold an invalid pointer. */ 511 - const ptrdiff_t bytesMore = after - before; 512 + bytesMore = after - before;
|
| /AOO41X/main/offapi/com/sun/star/sdbc/ |
| H A D | XResultSet.idl | 88 /** indicates whether the cursor is after the last row in the result 135 /** moves the cursor to the end of the result set, just after the last 192 the result set leaves the cursor before/after the first/last 214 positions the cursor before/after 227 the first row or after the last row of the result set. 274 is called after calling
|
| /AOO41X/main/offapi/com/sun/star/rdf/ |
| H A D | XURI.idl | 48 <li>after the first occurrence of the fragment separator: "#"</li> 49 <li>after the last occurrence of the path separator: "/"</li> 50 <li>after the last occurrence of the scheme separator: ":"</li>
|
| /AOO41X/main/offapi/com/sun/star/text/ |
| H A D | XRelativeTextContentInsert.idl | 42 after existing text contents. 68 /** inserts text the new text content after the predecessor argument. 70 <p> This is helpful to insert paragraphs after text tables escpecially in
|
| H A D | AccessibleTextDocumentView.idl | 138 <li>Footnotes appear immediately after the last paragraph or 141 <li>Endnotes appear immediately after the last footnote of 142 the endnote's page or after the last paragraph or 145 <li>Footers appear immediately after the last endnote,
|
| /AOO41X/main/offapi/com/sun/star/sheet/ |
| H A D | XCalculatable.idl | 46 calculated after their precedents have changed.</p> 61 whenever its value is needed after its precedents have changed. 75 whenever its value is needed after its precedents have changed.
|
| /AOO41X/main/udkapi/com/sun/star/lang/ |
| H A D | XInitialization.idl | 42 /** initializes an object directly after its creation. 45 initialize the object after creation, you should 65 <p>It should be called directly after the object is created.
|
| /AOO41X/main/odk/examples/java/Spreadsheet/ |
| H A D | XCalcAddins.idl | 37 any number of arguments after xOptions. 55 You could insert further arguments after the 63 You could insert further arguments after the
|
| /AOO41X/main/offapi/com/sun/star/document/ |
| H A D | DocumentInfo.idl | 122 /** contains the number of seconds after which a specified 123 URL is to be loaded after the document is loaded into a desktop 129 /** contains the URL to load automatically after a 130 specified time after the document is loaded into a desktop frame
|
| /AOO41X/main/udkapi/com/sun/star/bridge/ |
| H A D | XProtocolProperties.idl | 65 time span. Please call requestChange() after the remote counterpart has 77 valid after the reply of commitChange has been received. 84 after the reply has been received. This blocks the bridge.</p>
|
| /AOO41X/main/dbaccess/source/core/resource/ |
| H A D | strings.src | 146 … Text [ en-US ] = "A row cannot be refreshed when the ResultSet is positioned after the last row."; 252 Text [ en-US ] = "Cannot delete the before-first or after-last row."; 301 Text [ en-US ] = "The cursor points to before the first or after the last row."; 305 Text [ en-US ] = "The rows before the first and after the last row don't have a bookmark.";
|