summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/util/XPropertyReplace.idl
diff options
context:
space:
mode:
authorMichael Hönnig <mi@openoffice.org>2002-10-03 12:11:20 +0000
committerMichael Hönnig <mi@openoffice.org>2002-10-03 12:11:20 +0000
commitcb23f6a62077022736a40d6315ee92a218f489e0 (patch)
tree713895d0de4930fd1a37b2fb7bb6ded971a2acdf /offapi/com/sun/star/util/XPropertyReplace.idl
parent625aff4ec7a47d618a9da160e962fc6fb5c834c5 (diff)
#94968# IDL reviews merged
Diffstat (limited to 'offapi/com/sun/star/util/XPropertyReplace.idl')
-rw-r--r--offapi/com/sun/star/util/XPropertyReplace.idl45
1 files changed, 3 insertions, 42 deletions
diff --git a/offapi/com/sun/star/util/XPropertyReplace.idl b/offapi/com/sun/star/util/XPropertyReplace.idl
index 6261fc779a3c..b1c246d21c3f 100644
--- a/offapi/com/sun/star/util/XPropertyReplace.idl
+++ b/offapi/com/sun/star/util/XPropertyReplace.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XPropertyReplace.idl,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: mi $ $Date: 2001-11-15 17:18:28 $
+ * last change: $Author: mi $ $Date: 2002-10-03 13:10:58 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -80,42 +80,33 @@
//=============================================================================
- module com { module sun { module star { module util {
+module com { module sun { module star { module util {
//=============================================================================
-// DocMerge from xml: interface com::sun::star::util::XPropertyReplace
/** makes it possible to search and replace properties.
*/
interface XPropertyReplace: com::sun::star::util::XReplaceDescriptor
{
//-------------------------------------------------------------------------
-
- // DocMerge from xml: method com::sun::star::util::XPropertyReplace::getValueSearch
/** provides the information if specific property values are
searched, or just the existence of the specified properties.
*/
boolean getValueSearch();
//-------------------------------------------------------------------------
-
- // DocMerge from xml: method com::sun::star::util::XPropertyReplace::setValueSearch
/** specifies if specific property values are searched,
or just the existence of the specified properties.
*/
void setValueSearch( [in] boolean bValueSearch );
//-------------------------------------------------------------------------
-
- // DocMerge from idl: method com::sun::star::util::XPropertyReplace::getSearchAttributes
/** @returns
the attributes to search for.
*/
sequence<com::sun::star::beans::PropertyValue> getSearchAttributes();
//-------------------------------------------------------------------------
-
- // DocMerge from xml: method com::sun::star::util::XPropertyReplace::setSearchAttributes
/** sets the properties to search for.
*/
void setSearchAttributes( [in] sequence<com::sun::star::beans::PropertyValue> aSearchAttribs )
@@ -123,16 +114,12 @@ interface XPropertyReplace: com::sun::star::util::XReplaceDescriptor
com::sun::star::lang::IllegalArgumentException );
//-------------------------------------------------------------------------
-
- // DocMerge from idl: method com::sun::star::util::XPropertyReplace::getReplaceAttributes
/** @returns
the attribute values which are used to replace the found occurrences.
*/
sequence<com::sun::star::beans::PropertyValue> getReplaceAttributes();
//-------------------------------------------------------------------------
-
- // DocMerge from xml: method com::sun::star::util::XPropertyReplace::setReplaceAttributes
/** sets the properties to replace the found occurrences.
*/
void setReplaceAttributes( [in] sequence<com::sun::star::beans::PropertyValue> aSearchAttribs )
@@ -145,30 +132,4 @@ interface XPropertyReplace: com::sun::star::util::XReplaceDescriptor
}; }; }; };
-/*=============================================================================
-
- $Log: not supported by cvs2svn $
- Revision 1.4 2001/03/16 16:41:51 jsc
- remove interfaceheader with uik and remove [const] in method definitions
-
- Revision 1.3 2000/11/08 12:45:17 mi
- moved from api
-
- Revision 1.1.1.1 2000/09/18 23:36:20 hjs
- initial import
-
- Revision 1.5 2000/09/11 11:53:06 mi
- documentation merged from XML
-
- Revision 1.3 2000/03/09 15:25:10 mi
- #70728# missing documentation
-
- Revision 1.2 2000/01/27 16:13:35 mi
- #70728# missing documentation marked
-
- Revision 1.1.1.1 1999/11/11 09:48:46 jsc
- new
-
-
-=============================================================================*/
#endif