Home
last modified time | relevance | path

Searched refs:This (Results 1 – 25 of 1646) sorted by relevance

12345678910>>...66

/trunk/main/offapi/com/sun/star/style/
H A DCharacterProperties.idl55 /** This property specifies the name of the font style.
63 /** This property contains the name of the font style.
65 <p>This property may be empty.</p>
71 /** This property contains font family.
78 /** This property contains the text encoding of the font.
85 /** This property contains the font pitch.
92 /** This property contains the value of the text color.
109 /** This value contains the height of the characters in point.
122 /** This property contains the value of the font weight.
201 /** This property contains the value of the locale.
[all …]
H A DCharacterPropertiesAsian.idl39 /** This is a set of properties to describe the style of characters in asian texts.
44 /** This value contains the height of the characters in point.
48 /** This property contains the value of the font weight.@see com::sun::star::awt::FontWeight
52 /** This property specifies the name of the font style.
57 /** This property contains the name of the font style.
58 <p>This property may be empty.</p>
62 /** This property contains font family as specified in
67 /** This property contains the text encoding of the font as specified in
72 /** This property contains the font pitch as specified in com.sun.star.awt.FontPitch.
76 …/** This property contains the value of the posture of the document.@see com::sun::star::awt::Font…
H A DCharacterPropertiesComplex.idl39 /** This is a set of properties to describe the style of characters in complex texts.
44 /** This value contains the height of the characters in point.
48 /** This property contains the value of the font weight.@see com::sun::star::awt::FontWeight
52 /** This property specifies the name of the font style.
57 /** This property contains the name of the font style.
58 <p>This property may be empty.</p>
62 /** This property contains font family as specified in
67 /** This property contains the text encoding of the font as specified in
72 /** This property contains the font pitch as specified in com.sun.star.awt.FontPitch.
76 …/** This property contains the value of the posture of the document.@see com::sun::star::awt::Font…
/trunk/main/instsetoo_native/inc_openoffice/windows/msi_languages/
H A DUIText.ulf35 en-US = "This feature will not be available."
38 en-US = "This feature will be installed when required."
50 en-US = "This feature will be installed to run from CD."
62 en-US = "This feature will remain uninstalled."
68 en-US = "This feature will be installed to run from CD."
77 en-US = "This feature will become unavailable."
83 en-US = "This feature will be available to run from CD."
98 en-US = "This feature will continue to be run from the CD"
104 en-US = "This feature frees up [1] on your hard drive."
107 en-US = "This feature requires [1] on your hard drive."
[all …]
/trunk/main/offapi/com/sun/star/text/
H A DBibliographyDataField.idl59 /** This field contains an annotation.
69 /** This field contains the title of the book.
99 /** This field contains the name of the journal.
109 /** This field contains a note.
129 /** This field contains the name of the publisher.
164 /** This field contains URL of the publishing.
169 /** This field contains user defined data.
174 /** This field contains user defined data.
179 /** This field contains user defined data.
184 /** This field contains user defined data.
[all …]
H A DMailMerge.idl233 <p>This property is only evaluated for file output.</p>
242 <p>This property is only evaluated for file output.</p>
255 <p>This property is only evaluated for file output.</p>
264 <p>This property is only evaluated for e-Mail output.</p>
275 <p>This property is only evaluated for e-Mail output.</p>
284 <p>This property is only evaluated for e-Mail output.</p>
294 <p>This property is only evaluated for e-Mail output.</p>
305 <p>This property is only evaluated for e-Mail output.</p>
316 <p>This property is only evaluated for e-Mail output.</p>
376 <p>This property is only evaluated for file output.</p>
[all …]
/trunk/main/sal/rtl/source/
H A Dustrbuf.c85 rtl_uString * pTmp = *This; in rtl_uStringbuffer_ensureCapacity()
93 pNew->length = (*This)->length; in rtl_uStringbuffer_ensureCapacity()
94 *This = pNew; in rtl_uStringbuffer_ensureCapacity()
116 rtl_uStringbuffer_ensureCapacity( This, capacity, (*This)->length + len ); in rtl_uStringbuffer_insert()
122 nOldLen = (*This)->length; in rtl_uStringbuffer_insert()
123 pBuf = (*This)->buffer; in rtl_uStringbuffer_insert()
139 (*This)->length = nOldLen + len; in rtl_uStringbuffer_insert()
177 rtl_uStringbuffer_ensureCapacity( This, capacity, (*This)->length + len ); in rtl_uStringbuffer_insert_ascii()
179 nOldLen = (*This)->length; in rtl_uStringbuffer_insert_ascii()
180 pBuf = (*This)->buffer; in rtl_uStringbuffer_insert_ascii()
[all …]
H A Dstrbuf.c84 rtl_String * pTmp = *This; in rtl_stringbuffer_ensureCapacity()
86 *capacity = ((*This)->length + 1) * 2; in rtl_stringbuffer_ensureCapacity()
92 pNew->length = (*This)->length; in rtl_stringbuffer_ensureCapacity()
93 *This = pNew; in rtl_stringbuffer_ensureCapacity()
95 rtl_copyMemory( (*This)->buffer, pTmp->buffer, pTmp->length ); in rtl_stringbuffer_ensureCapacity()
103 void SAL_CALL rtl_stringbuffer_insert( rtl_String ** This, in rtl_stringbuffer_insert() argument
114 if (*capacity < (*This)->length + len) in rtl_stringbuffer_insert()
115 rtl_stringbuffer_ensureCapacity( This, capacity, (*This)->length + len ); in rtl_stringbuffer_insert()
121 nOldLen = (*This)->length; in rtl_stringbuffer_insert()
122 pBuf = (*This)->buffer; in rtl_stringbuffer_insert()
[all …]
H A Dlocale.c322 rtl_uString_acquire(This->Language); in rtl_locale_getLanguage()
323 return This->Language; in rtl_locale_getLanguage()
329 rtl_uString * SAL_CALL rtl_locale_getCountry( rtl_Locale * This ) in rtl_locale_getCountry() argument
331 rtl_uString_acquire(This->Country); in rtl_locale_getCountry()
332 return This->Country; in rtl_locale_getCountry()
338 rtl_uString * SAL_CALL rtl_locale_getVariant( rtl_Locale * This ) in rtl_locale_getVariant() argument
340 rtl_uString_acquire(This->Variant); in rtl_locale_getVariant()
341 return This->Variant; in rtl_locale_getVariant()
347 sal_Int32 SAL_CALL rtl_locale_hashCode( rtl_Locale * This ) in rtl_locale_hashCode() argument
349 return This->HashCode; in rtl_locale_hashCode()
[all …]
/trunk/main/
H A DNOTICE5 This product includes software developed at
32 This product includes software developed by
45 This product includes software developed by
62 This product includes software developed by
78 This product includes software developed by
91 This product includes software developed by
97 This product includes software developed by
107 This product includes software developed by
114 This product includes software developed at
132 This product contains parts of the eID Applet project
[all …]
/trunk/main/offapi/com/sun/star/rendering/
H A DXTextLayout.idl67 /** This is the central interface for text layouting.<p>
69 This is the central interface for text-related tasks more
189 This method is similar to
208 width or height, depending on the writing mode). This
303 /** This method calculates a new insertion index.<p>
330 /** This method generates a highlight polygon.<p>
332 This method generates a highlighting polygon from two
354 /** This method generates a highlight polygon.<p>
356 This method generates a highlighting polygon from two
380 /** This method yields the baseline offset.<p>
[all …]
H A DFloatingPointBitmapLayout.idl35 /** This structure describes the memory layout of a bitmap having
38 This structure collects all necessary information to describe the
47 This value must not be negative
53 This value must not be negative
59 This value is permitted to be negative, denoting a bitmap
66 This value is permitted to be negative. If this value is zero,
78 // and half float formats. This maybe translates to the bitmap
89 This value must not be negative
95 This value must be one of the <type>Endianness</type> constants
101 This value must be one of the
/trunk/main/offapi/com/sun/star/drawing/
H A DLineProperties.idl39 /** This is a set of properties to describe the style for rendering a Line.
45 /** This property contains the type of the line.
51 /** This property contains the dash of the line.
57 /** This property contains the name of the dash of the line.
63 /** This property contains the line color.
69 /** This property contains the extent of transparency.
75 /** This property contains the width of the line in 1/100th mm.
81 /** This property defines the rendering of joints between thick lines
87 /** This property defines the rendering of ends of thick lines
126 /** This property contains the width of the line start polygon.
[all …]
H A DMeasureProperties.idl45 /** This service describes a <type>MeasureShape</type>.
56 /** This is the length of the first help line.
61 /** This is the length of the second help line.
66 /** This is the distance from the measure line to the start of the
72 /** This is the overhang of the two help lines.
77 /** This enumeration specifies the <type>MeasureKind</type>.
87 /** This is the overhang of the reference line over the help lines.
102 /** This is the automatic angle.
107 /** This is the fixed angle.
112 /** This is the horizontal position of the measure text.
[all …]
H A DEnhancedCustomShapePath.idl52 This service may be represented by a ::com::sun::star::beans::PropertyValue [].
57 /** This property is specifying the points that makes the geometry of the shape
61 /** This property specifies the commands and the way the Coordinates have to be interpreted.
70 /** This property specifies the vertical StretchPoint that has to be used. No stretching is used if
75 /** This property specifies the text frames that can be used with the shape. In general
81 /** This property specifies custom glue points
85 /** This property specifies GluePoint leaving directions.
89 /** This property defines the GluePoint type. The values that can be used are
94 /** This property specifies if this shape supports the EnhancedCustomShapeExtrusion
99 /** This property specifies if this shape supports concentric gradient fill. The default
[all …]
H A DEnhancedCustomShapeGeometry.idl48 This service may be represented by a ::com::sun::star::beans::PropertyValue [].
54 The Type attribute contains the name of a shape type. This name can be
62 /** This property describes the user space of the shape in its canonical form
66 /** This property specifies if the orientation of the shape is horizontal mirrored.
70 /** This property specifies if the orientation of the shape is vertical mirrored.
74 /** This property specifies the text rotation angle in degrees. The text rotation is added
79 /** This property specifies a sequence of Adjustment values.
83 /** This property sequence is including the extrusion description, the properties
88 /** This property sequence is including the path description, the properties
93 /** This property sequence is including the textpath description, the properties
[all …]
H A DPolygonKind.idl34 /** This enumeration defines the type of polygon.
41 /** This is the PolygonKind for a LineShape.
48 /** This is the PolygonKind for a PolyPolygonShape.
55 /** This is the PolygonKind for a PolyLineShape.
62 /** This is the PolygonKind for an OpenBezierShape.
69 /** This is the PolygonKind for a ClosedBezierShape.
76 /** This is the PolygonKind for an OpenFreeHandShape.
83 /** This is the PolygonKind for a ClosedFreeHandShape.
90 /** This is the PolygonKind for a PolyPolygonPathShape.
97 /** This is the PolygonKind for a PolyLinePathShape.
H A DTextProperties.idl89 /** This is a set of properties to describe the style for rendering the
197 /** This is the distance from the left edge of the <type>Shape</type>
199 <p>This is only useful if <member>Text::TextHorizontalAdjust</member> is
207 /** This is the distance from the right edge of the <type>Shape</type>
221 <p>This is only useful if <member>Text::TextVerticalAdjust</member> is
234 <p>This is only useful if <member>Text::TextVerticalAdjust</member> is
280 /** This number defines how many times the text animation is repeated.
287 /** This is the delay in thousandths of a second between each
294 /** This enumeration defines the direction in which the text moves.
300 /** This value defines the type of animation.
[all …]
H A DEnhancedCustomShapeExtrusion.idl57 This service may be represented by a ::com::sun::star::beans::PropertyValue [].
67 /** This attribute specifies the brightness of a scene in percent.
77 /** This attribute specifies the amount of diffusion reflected by the shape
119 /** This property defines the shade mode.
123 /** This attributes specifies the rotation angle about the x-axis in grad.
129 /** This attribute specifies the position of the rotate center
145 /** This attribute specifies the specularity of an extrusion object in percent.
149 /** This property defines the projection mode.
153 /** This attribute specifies the viewpoint of the observer.
157 /** This attribute specifies the origin within the bounding box of the
[all …]
/trunk/main/offapi/com/sun/star/report/
H A DXReportControlFormat.idl245 /** This attribute specifies the name of the font style.
258 /** This attribute contains the name of the font style.
260 <p>This attribute may be empty.</p>
269 /** This attribute contains font family as specified in
464 /** This property specifies the name of the font style.
473 /** This property contains the name of the font style.
474 <p>This property may be empty.</p>
482 /** This property contains font family as specified in
551 /** This property contains the name of the font style.
552 <p>This property may be empty.</p>
[all …]
/trunk/main/offapi/com/sun/star/ui/
H A DItemStyle.idl62 <p>This style is only valid for an item which describes a statusbar item.
69 <p>This style is only valid for an item which describes a statusbar item.
76 <p>This style is only valid for an item which describes a statusbar item.
83 <p>This style is only valid for an item which describes a statusbar item.
89 <p>This style is only valid for an item which describes a statusbar item.
95 <p>This style is only valid for an item which describes a statusbar item.
102 <p>This style is only valid if the item describes a statusbar item.</p>
115 <p>This style is only valid if the item describes a toolbar item.</p>
129 <p>This style is only valid if the item describes a toolbar item.</p>
136 <p>This style is only valid if the item describes a toolbar item.</p>
[all …]
/trunk/main/offapi/com/sun/star/presentation/
H A DEffectNodeType.idl32 /** This constants defines a type for an animation effect node.
34 This is stored with the name <i>node-type</i> inside the
37 This does not manipulate the timing or synchronization.
44 /** This node has no special meaning.
48 /** This node contains an effect that starts on click.
52 /** This node contains an effect that starts with a previous effect.
56 /** This node contains an effect that starts after a previous effect has finished.
60 /** This is the main sequence for effects that is automaticaly started.
64 /** This is the root sequence.
68 /** This is a sequence with effects that starts due to user interaction.
H A DXSlideShow.idl67 This interface provides the necessary methods to run and control a
80 This method triggers the next effect on the currently
87 triggered. This method returns <FALSE>, if there is no show
106 triggered. This method returns <FALSE/>, if there is no show
115 This method starts an animation or activity intrinsic to the
128 This method stops an animation or activity intrinsic to the
195 This method either pauses the slide show (all currently
248 This method adds a view to the slide show. After successful
279 automatically, but must be called from their clients. This
325 shape. This can be used by clients of the slide show to
[all …]
/trunk/main/xmerge/source/palmtests/
H A DREADME6 1. POSE: the Palm OS Emulator. This is available from the PalmOS website.
9 4. Xerces.jar: required by the xmerge framework. This is available from org.apache.com.
15 This test environment consists on 3 directories.
16 …1. bin : This contains some helper scripts that are used by the test environment but can be used i…
17 …2. qa : This directory contains the files necessary to run the POSE emulator and to compare this r…
18 …3. qa-wrapper: This directory contains some wrapper scripts and environment files, that allow a us…
22 …particular users environment, by editing or creating an environment file. This files are usually k…
26 …n by executing the "run-convtest" script in the qa-wrapper/bin directory. This file takes the foll…
31 optional <RUNNAME> This can be the name of the user running the scripts. This is used to name a dir…
/trunk/main/offapi/com/sun/star/ucb/
H A DContent.idl48 <p>This interface is required.
67 <p>This interface is required.
83 <p>This interface is required.</p>
131 <td>This command sets property values of the content.
337 <td>This command closes an object.</td>
542 <p>This property is always read-only.</p>
905 <p>This interface is required.
941 <p>This interface is <b>deprecated</b>, because a
953 <p>This interface must be implemented, if the implementation can
969 <p>This interface is optional.
[all …]

Completed in 129 milliseconds

12345678910>>...66