From fc2998738538a8e8abc4b8ab5b84a12aa7365dd0 Mon Sep 17 00:00:00 2001 From: Jean-Tiare LE BIGOT Date: Sat, 11 Aug 2012 13:22:07 -0400 Subject: Remove comment art from offapi and udkapi I used this "one-liner" to detect comment lines containing only spaces and '=' or '-' $ find . -name "*.*" -exec sed -i '/^\s*\/\/\s*[-=]*\s*$/d' {} \; Change-Id: Iac589765c8c2e7c3ad9c487d57e48b4fd4439f07 --- offapi/com/sun/star/document/Settings.idl | 31 ------------------------------- 1 file changed, 31 deletions(-) (limited to 'offapi/com/sun/star/document/Settings.idl') diff --git a/offapi/com/sun/star/document/Settings.idl b/offapi/com/sun/star/document/Settings.idl index d5356a9d47b8..be4d186ee391 100644 --- a/offapi/com/sun/star/document/Settings.idl +++ b/offapi/com/sun/star/document/Settings.idl @@ -31,11 +31,9 @@ #include #include -//============================================================================= module com { module sun { module star { module document { -//============================================================================= /** describes properties that apply to the whole document of any application. @@ -54,14 +52,12 @@ published service Settings */ interface com::sun::star::beans::XPropertySet; - //------------------------------------------------------------------------- // Note: These settings are global. However there is a note at // every property that shows which application currently makes use // of it. // Writer and Draw/Impress and Calc - //------------------------------------------------------------------------- /** gives access to the set of forbidden characters. @return the @@ -72,7 +68,6 @@ published service Settings [optional, property] com::sun::star::i18n::XForbiddenCharacters ForbiddenCharacters; // Writer and Calc - //------------------------------------------------------------------------- /** specifies the update mode for links when loading text documents.

For supported values see the constants group @@ -81,13 +76,11 @@ published service Settings [optional, property] short LinkUpdateMode; // Writer and Draw/Impress and Calc - //------------------------------------------------------------------------- /** printer used by the document. */ [property] string PrinterName; // Writer and Draw/Impress and Calc - //------------------------------------------------------------------------- /** platform and driver dependent printer setup data.

This property serves to capture the current printer setup @@ -99,7 +92,6 @@ published service Settings [property] sequence< byte > PrinterSetup; // Writer and Draw/Impress and Calc - //------------------------------------------------------------------------- /** specifies if kerning is applied to Asian punctuation.

Applies only if kerning is enabled.

@@ -107,7 +99,6 @@ published service Settings [optional, property] boolean IsKernAsianPunctuation; // Writer and Draw/Impress and Calc - //------------------------------------------------------------------------- /** specifies the compression (character spacing) type used for Asian characters. @@ -116,21 +107,18 @@ published service Settings [optional, property] short CharacterCompressionType; // Writer and Draw/Impress and Calc - //------------------------------------------------------------------------- /** specifies if the user-specific settings saved within a document should be loaded with the document. */ [optional, property] boolean ApplyUserData; // Writer and Calc - //------------------------------------------------------------------------- /** specifies if a new version is created if a document has been modified and you want to close it. */ [optional, property] boolean SaveVersionOnClose; // Writer and Draw/Impress and Calc - //------------------------------------------------------------------------- /** specifies if the document should be updated when the template it was created from changes. @@ -139,13 +127,11 @@ published service Settings [optional, property] boolean UpdateFromTemplate; // Writer - //------------------------------------------------------------------------- /** specifies if fields in text documents are updated automatically. */ [optional, property] boolean FieldAutoUpdate; // Writer - //------------------------------------------------------------------------- /** The name of the globally registered DataSource from which the current data is taken. @@ -156,14 +142,12 @@ published service Settings [optional, property] string CurrentDatabaseDataSource; // Writer - //------------------------------------------------------------------------- /** a string value, specifying the name of the object displayed currently (or the SQL statement used). */ [optional, property] string CurrentDatabaseCommand; // Writer - //------------------------------------------------------------------------- // Note: What is the property DataTableName? Is this Writer-specific? /** determines the interpretation of the property DataTableName. @@ -172,13 +156,11 @@ published service Settings [optional, property] long CurrentDatabaseCommandType; // Draw and Impress - //------------------------------------------------------------------------- /** */ [optional, property] long DefaultTabStop; // Draw and Impress - //------------------------------------------------------------------------- /** determines if the document will be printed as a booklet (brochure), i.e., two document pages are put together on one physical page, such that you can fold the print result and get @@ -191,7 +173,6 @@ published service Settings [optional, property] boolean IsPrintBooklet; // Draw and Impress - //------------------------------------------------------------------------- /** is only effective, if IsPrintBooklet is . If this property is also , only the fronts of the pages of your booklet are printed. @@ -202,7 +183,6 @@ published service Settings [optional, property] boolean IsPrintBookletFront; // Draw and Impress - //------------------------------------------------------------------------- /** is only effective, if IsPrintBooklet is . If this property is also , only the backs of the pages of your booklet are printed. @@ -213,14 +193,12 @@ published service Settings [optional, property] boolean IsPrintBookletBack; // Draw and Impress - //------------------------------------------------------------------------- // Note: Define a constant group for that? /** */ [optional, property] long PrintQuality; // Draw and Impress - //------------------------------------------------------------------------- /** contains the URL that points to a color table (file extension .soc) that will be used for showing a palette in dialogs using colors. @@ -228,43 +206,36 @@ published service Settings [optional, property] string ColorTableURL; // Draw and Impress - //------------------------------------------------------------------------- /** */ [optional, property] string DashTableURL; // Draw and Impress - //------------------------------------------------------------------------- /** */ [optional, property] string LineEndTableURL; // Draw and Impress - //------------------------------------------------------------------------- /** */ [optional, property] string HatchTableURL; // Draw and Impress - //------------------------------------------------------------------------- /** */ [optional, property] string GradientTableURL; // Draw and Impress - //------------------------------------------------------------------------- /** */ [optional, property] string BitmapTableURL; // Calc - //------------------------------------------------------------------------- /** */ [optional, property] boolean AutoCalculate; // Writer, later others - //------------------------------------------------------------------------- /** forbid use of printer metrics for layout

For supported values see the constants group @@ -273,7 +244,6 @@ published service Settings [optional, property] short PrinterIndependentLayout; // Writer, maybe later other applications, too - //------------------------------------------------------------------------- /** layout engine should add value of a Font's "external leading" * attribute to the line spacing. */ @@ -281,7 +251,6 @@ published service Settings }; -//============================================================================= }; }; }; }; -- cgit