Home
last modified time | relevance | path

Searched refs:replacement (Results 1 – 25 of 107) sorted by relevance

12345

/trunk/main/offapi/com/sun/star/linguistic2/
H A DXDictionaryEntry.idl43 If it is a negative entry it may supply a replacement text to
77 /** is the suggested replacement text for negative words.
82 the replacement text for a negative entry.
83 An empty string indicates that no replacement text is provided.
/trunk/main/javainstaller2/src/JavaSetup/org/openoffice/setup/SetupData/
H A DProductDescription.java42 public String replacement; field in ProductDescription.Pair
46 replacement = value; in Pair()
100 System.out.println("Key: " + pair.search.pattern() + " Value: " + pair.replacement ); in dumpMacros()
137 String replace = pair.replacement; in replaceMacros()
/trunk/main/offapi/com/sun/star/configuration/backend/
H A DXUpdatableLayer.idl63 <p> After the replacement has been performed, reading the
70 replacement layer
75 if an error occurs during the replacement.
H A DUpdatableLayer.idl77 the provided replacement layer, the operation performed
80 <p> For the different current/replacement layer combinations, we have:
106 support conversions of the replacement layer.
/trunk/main/offapi/com/sun/star/embed/
H A DXRelationshipAccess.idl203 specifies whether the replacement of existing entry is allowed
210 no replacement is allowed
248 specifies whether the replacement of existing entry is allowed
252 no replacement is allowed
/trunk/main/offapi/com/sun/star/util/
H A DSearchFlags.idl103 deletion and replacement adds a weight to a common pool of
120 replacement. </p>
125 2 characters had been inserted and an additional replacement is
H A DSearchOptions.idl52 /** The replacement text
59 /** This many characters can be different (as a replacement) between
/trunk/main/sdext/source/minimizer/
H A Dminimizer.src173 Text [ en-US ] = "Create static replacement graphics for OLE objects" ;
287 Text [ en-US ] = "Create replacement graphics for %OLE objects." ;
374 Text [ en-US ] = "Creating replacement graphics for OLE objects..." ;
/trunk/main/extensions/source/oooimprovement/
H A Derrormail.cxx51 static OString replaceAll(const OString& str, sal_Char old, const OString& replacement) in replaceAll() argument
57 if(idx>=0) result.append(replacement); in replaceAll()
H A Dsoaprequest.cxx79 static OString replaceAll(const OString& str, sal_Char old, const OString& replacement) in replaceAll() argument
85 if(idx>=0) result.append(replacement); in replaceAll()
/trunk/main/udkapi/com/sun/star/container/
H A DXContainerApproveListener.idl60 /** is called for the listener to approve a replacement inside the container
64 if the replacement is vetoed, <NULL/> otherwise.
H A DXContainerApproveBroadcaster.idl40 replacement of their elements.
H A DXIndexReplace.idl48 /** This is the generic interface for supporting the replacement of indexed
H A DXNameReplace.idl48 /** This is the generic interface for supporting the replacement of named
H A DXIdentifierReplace.idl49 /** This is the generic interface for supporting the replacement of elements
/trunk/main/solenv/bin/modules/installer/
H A Dsetupscript.pm178 my $replacement = $variablesref->{$varname};
180 $new_value =~ s/\$\{\Q$varname\E\}/$replacement/g;
/trunk/main/sal/textenc/
H A Dtcvtjp6.tab161 …vert this like apple, because I think, this gives better result, than we take a replacement char */
193 …vert this like apple, because I think, this gives better result, than we take a replacement char */
286 …vert this like apple, because I think, this gives better result, than we take a replacement char */
287 …vert this like apple, because I think, this gives better result, than we take a replacement char */
288 …vert this like apple, because I think, this gives better result, than we take a replacement char */
733 …vert this like apple, because I think, this gives better result, than we take a replacement char */
765 …vert this like apple, because I think, this gives better result, than we take a replacement char */
858 …vert this like apple, because I think, this gives better result, than we take a replacement char */
859 …vert this like apple, because I think, this gives better result, than we take a replacement char */
860 …vert this like apple, because I think, this gives better result, than we take a replacement char */
/trunk/main/offapi/com/sun/star/accessibility/
H A DXAccessibleEditableText.idl155 by the specified replacement string. This method is
160 replacement text and the start index.</p>
/trunk/main/configmgr/source/
H A Dxcuparser.cxx858 rtl::Reference< Node > replacement( in handleLocalizedGroupProp() local
862 replacement->setFinalized(property->getFinalized()); in handleLocalizedGroupProp()
865 replacement, name, in handleLocalizedGroupProp()
/trunk/main/offapi/com/sun/star/xml/dom/events/
H A DEventType.idl154 …ng based replacement of an Attr value will be viewed as a modification of the Attr since its ident…
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/util/
H A Dutils.java642 public static String replacePart(String all, String toReplace, String replacement) { in replacePart() argument
643 return replaceAll13(all, toReplace, replacement); in replacePart()
/trunk/main/offapi/com/sun/star/xml/sax/
H A DSAXException.idl39 <p>This structure is a replacement for the Java class
/trunk/main/offapi/com/sun/star/i18n/
H A DTextConversionResult.idl53 /** A list of replacement candidates for the first convertible word
/trunk/main/offapi/com/sun/star/document/
H A DXEmbeddedObjectSupplier2.idl65 /** allows to get the replacement image of the object.
/trunk/main/udkapi/com/sun/star/reflection/
H A DXInterfaceTypeDescription.idl58 See <type>XInterfaceTypeDescription2</type> for a replacement that

Completed in 74 milliseconds

12345