Home
last modified time | relevance | path

Searched refs:in (Results 26 – 50 of 5942) sorted by relevance

12345678910>>...238

/aoo41x/main/offapi/com/sun/star/sdbc/
H A DXRowUpdate.idl75 void updateBoolean([in]long columnIndex, [in]boolean x) raises (SQLException);
86 void updateByte([in]long columnIndex, [in]byte x) raises (SQLException);
97 void updateShort([in]long columnIndex, [in]short x) raises (SQLException);
108 void updateInt([in]long columnIndex, [in]long x) raises (SQLException);
119 void updateLong([in]long columnIndex, [in]hyper x) raises (SQLException);
130 void updateFloat([in]long columnIndex, [in]float x) raises (SQLException);
141 void updateDouble([in]long columnIndex, [in]double x) raises (SQLException);
174 void updateDate([in]long columnIndex, [in]com::sun::star::util::Date x)
186 void updateTime([in]long columnIndex, [in]com::sun::star::util::Time x)
241 void updateObject([in]long columnIndex, [in]any x)
[all …]
H A DXParameters.idl139 void setBoolean([in]long parameterIndex, [in]boolean x)
152 void setByte([in]long parameterIndex, [in]byte x) raises (SQLException);
164 void setShort([in]long parameterIndex, [in]short x) raises (SQLException);
176 void setInt([in]long parameterIndex, [in]long x) raises (SQLException);
188 void setLong([in]long parameterIndex, [in]hyper x) raises (SQLException);
200 void setFloat([in]long parameterIndex, [in]float x) raises (SQLException);
240 void setBytes([in]long parameterIndex, [in]sequence<byte> x)
253 void setDate([in]long parameterIndex, [in]com::sun::star::util::Date x)
266 void setTime([in]long parameterIndex, [in]com::sun::star::util::Time x)
346 void setObject([in]long parameterIndex, [in]any x)
[all …]
H A DXRow.idl8 * "License"); you may not use this file except in compliance
13 * Unless required by applicable law or agreed to in writing,
62 /** is used to access data which is collected in a row.
114 byte getByte([in]long columnIndex) raises (SQLException);
136 long getInt([in]long columnIndex) raises (SQLException);
192 com::sun::star::util::Date getDate([in]long columnIndex)
204 com::sun::star::util::Time getTime([in]long columnIndex)
227 <b>Note:</b> All the data in the returned stream must be
286 any getObject([in]long columnIndex,
302 /** gets a BLOB value in the current row.
[all …]
/aoo41x/main/idlc/test/parser/
H A Dconstructor.tests62 f([in] any... p);
77 f([in] long p1, [in] any... p2);
84 f([in] any... p2, [in] long p1);
91 f([in] long p1, [in] long... p2);
120 c1([in] long a, [in] com::sun::star::test::X b);
121 c2([in] long c, [in] X d);
171 c1([in] long a, [in] long b);
172 c2([in] long a);
182 c2([in] long a, [in] long b);
191 c1([in] long a, [in] short b);
[all …]
/aoo41x/main/offapi/com/sun/star/awt/
H A DXImageConsumer.idl52 [in] long Height );
61 [in] long RedMask,
63 [in] long BlueMask,
79 [in] long nY,
80 [in] long nWidth,
81 [in] long nHeight,
83 [in] long nOffset,
99 [in] long nY,
100 [in] long nWidth,
101 [in] long nHeight,
[all …]
H A DXMenu.idl70 [in] string aText,
104 short getItemId( [in] short nItemPos );
114 short getItemPos( [in] short nItemId );
181 string getItemText( [in] short nItemId );
191 void setCommand( [in] short nItemId,
192 [in] string aCommand );
202 string getCommand( [in] short nItemId );
212 void setHelpCommand( [in] short nItemId,
233 void setHelpText( [in] short nItemId,
244 string getHelpText( [in] short nItemId );
[all …]
H A DXMetricField.idl47 void setValue( [in] hyper Value, [in] short FieldUnit );
53 void setUserValue( [in] hyper Value, [in] short FieldUnit );
59 hyper getValue( [in] short FieldUnit );
71 void setMin( [in] hyper Value, [in] short FieldUnit );
78 hyper getMin( [in] short FieldUnit );
84 void setMax( [in] hyper Value, [in] short FieldUnit );
91 hyper getMax( [in] short FieldUnit );
97 void setFirst( [in] hyper Value, [in] short FieldUnit );
109 void setLast( [in] hyper Value, [in] short FieldUnit );
115 hyper getLast( [in] short FieldUnit );
[all …]
/aoo41x/main/oovbaapi/ooo/vba/word/
H A DXDocuments.idl8 * "License"); you may not use this file except in compliance
13 * Unless required by applicable law or agreed to in writing,
43 any Add([in] any Template, [in] any NewTemplate, [in] any DocumentType, [in] any Visible);
44in] string Filename, [in] any ConfirmConversions, [in] any ReadOnly, [in] any AddToRecentFiles, [i…
46 void Close([in] any SaveChanges,[in] any OriginalFormat,[in] any RouteDocument);
H A DXSelection.idl58 any Tables( [in] any Index );
59 any Fields( [in] any Index );
60 void TypeText( [in] string Text );
61 void HomeKey( [in] any Unit, [in] any Extend );
62 void EndKey( [in] any Unit, [in] any Extend );
63 void Delete( [in] any Unit, [in] any Count );
64 void MoveRight( [in] any Unit, [in] any Count, [in] any Extend );
65 void MoveLeft( [in] any Unit, [in] any Count, [in] any Extend );
66 void MoveDown( [in] any Unit, [in] any Count, [in] any Extend );
72 XRange GoTo( [in] any What, [in] any Which, [in] any Count, [in] any Name );
[all …]
H A DXFind.idl53 [in] /* boolean */ any MatchCase,
58 [in] /* boolean */ any Forward,
59 [in] /* long */ any Wrap,
60 [in] /* boolean */ any Format,
61 [in] /* string */ any ReplaceWith,
62 [in] /* boolean */ any Replace,
63 [in] /* boolean */ any MatchKashida,
67 [in] /* boolean */ any MatchPrefix,
68 [in] /* boolean */ any MatchSuffix,
69 [in] /* boolean */ any MatchPhrase,
[all …]
/aoo41x/main/winaccessibility/source/UAccCOMIDL/
H A Dia2_api_all.idl1658 @param [in] x
1660 @param [in] y
1668 [in] long x,
1669 [in] long y
2549 @param [in] x
2552 @param [in] y
2567 [in] long x,
2568 [in] long y,
2882 @param [in] x
2884 @param [in] y
[all …]
/aoo41x/main/offapi/com/sun/star/smarttags/
H A DXSmartTagAction.idl8 * "License"); you may not use this file except in compliance
115 string getSmartTagName( [in] long nSmartTagIndex)
157 long getActionCount( [in] string aSmartTagName,
181 long getActionID( [in] string aSmartTagName, [in] long nActionIndex,
227 [in] string aXML,
248 string getActionNameFromID( [in] long nActionID,
285 void invokeAction( [in] long nActionID,
286 [in] string aApplicationName,
290 [in] string aText,
291 [in] string aXML,
[all …]
/aoo41x/main/offapi/com/sun/star/deployment/
H A DXExtensionManager.idl117 [in] string identifier,
118 [in] string fileName,
119 [in] string repository,
142 [in] XPackage extension,
186 [in] string repository,
209 [in] string repository,
210 [in] string identifier,
211 [in] string fileName,
226 [in] string identifier,
227 [in] string fileName,
[all …]
/aoo41x/main/scaddins/source/datefunc/
H A Ddateadd.idl53 [in] long nStartDate, [in] long nEndDate, [in] long nMode )
59 [in] long nStartDate, [in] long nEndDate, [in] long nMode )
65 [in] long nStartDate, [in] long nEndDate, [in] long nMode )
68 /// checks if a date is in a leap year.
71 [in] long nDate )
74 /// calculates the number of days in a month.
77 [in] long nDate )
80 /// calculates the number of days in a year.
83 [in] long nDate )
89 [in] long nDate )
[all …]
/aoo41x/main/oovbaapi/ooo/vba/excel/
H A DXWindow.idl59 any SelectedSheets( [in] any Index );
60 void SmallScroll( [in] any Down, [in] any Up, [in] any ToRight, [in] any ToLeft );
61 void LargeScroll( [in] any Down, [in] any Up, [in] any ToRight, [in] any ToLeft );
62 void ScrollWorkbookTabs( [in] any Sheets, [in] any Position );
64 void Close([in] any SaveChanges, [in] any FileName, [in] any RouteWorkBook);
71 [in] /*optional short*/ any To,
72 [in] /*optional short*/ any Copies,
73 [in] /*optional boolean*/ any Preview,
75 [in] /*optional boolean*/ any PrintToFile,
76 [in] /*optional boolean*/ any Collate,
[all …]
/aoo41x/main/offapi/com/sun/star/xml/dom/
H A DXElement.idl41 string getAttribute([in] string name);
51 XAttr getAttributeNodeNS([in] string namespaceURI,[in]
57 string getAttributeNS([in] string namespaceURI, [in] string localName);
61 in the order in which they are
68 name and namespace URI in the order in which they are encountered in
71 XNodeList getElementsByTagNameNS([in] string namespaceURI,[in] string localName);
82 boolean hasAttribute([in] string name);
88 boolean hasAttributeNS([in] string namespaceURI,[in] string localName);
110 void removeAttributeNS([in] string namespaceURI,[in] string localName) raises (DOMException);
118 void setAttribute([in] string name,[in] string value) raises (DOMException);
[all …]
/aoo41x/main/basic/source/classes/
H A Dsb.src8 * "License"); you may not use this file except in compliance
13 * Unless required by applicable law or agreed to in writing,
51 /* ### ACHTUNG: Neuer Text in Resource? �berlauf : �berlauf */
56 /* ### ACHTUNG: Neuer Text in Resource? Nicht gen�gend Speicher : Nicht gen�gend Speicher */
87 /* ### ACHTUNG: Neuer Text in Resource? Ung�ltiger Parameter : Ung�ltiger Parameter */
138 /* ### ACHTUNG: Neuer Text in Resource? Ger�te-E/A-Fehler : Ger�te-E/A-Fehler */
169 /* ### ACHTUNG: Neuer Text in Resource? Ger�t nicht verf�gbar : Ger�t nicht verf�gbar */
261 Text [ en-US ] = "Data are in wrong format." ;
425 …/* ### ACHTUNG: Neuer Text in Resource? Fehler in Ausf�hrung einer Methode : Fehler in Ausf�hrung …
515 /* ### ACHTUNG: Neuer Text in Resource? Ung�ltiges Zeichen in Zahl : Ung�ltiges Zeichen in Zahl */
[all …]
/aoo41x/main/offapi/com/sun/star/i18n/
H A DXTransliteration.idl44 the numbers in different numbering systems. <p/>
172 A bitmask field of values defined in
177 [in] short nType );
201 string transliterate( [in] string aInStr, [in] long nStartPos,
209 string folding( [in] string aInStr, [in] long nStartPos,
256 boolean equals( [in] string aStr1, [in] long nPos1, [in] long nCount1,
258 [in] string aStr2, [in] long nPos2, [in] long nCount2,
279 sequence <string> transliterateRange( [in] string aStr1, [in] string aStr2 );
308 long compareSubstring( [in] string aStr1, [in] long nOff1, [in] long nLen1,
309 [in] string aStr2, [in] long nOff2, [in] long nLen2 );
[all …]
/aoo41x/main/offapi/com/sun/star/rendering/
H A DXCanvas.idl245 …XCachedPrimitive drawPolyPolygon( [in] XPolyPolygon2D xPolyPolygon, [in] ViewState aViewState, [in
278 …rimitive strokePolyPolygon( [in] XPolyPolygon2D xPolyPolygon, [in] ViewState aViewState, [in] Rend…
320 …lyPolygon( [in] XPolyPolygon2D xPolyPolygon, [in] ViewState aViewState, [in] RenderState aRenderSt…
368in] XPolyPolygon2D xPolyPolygon, [in] ViewState aViewState, [in] RenderState aRenderState, [in] se…
401 … queryStrokeShapes( [in] XPolyPolygon2D xPolyPolygon, [in] ViewState aViewState, [in] Rend…
461 …ve fillTexturedPolyPolygon( [in] XPolyPolygon2D xPolyPolygon, [in] ViewState aViewState, [in] Rend…
501 …lyPolygon( [in] XPolyPolygon2D xPolyPolygon, [in] ViewState aViewState, [in] RenderState aRenderSt…
611 …rimitive drawText( [in] StringContext aText, [in] XCanvasFont xFont, [in] ViewState aViewState, [
643 …XCachedPrimitive drawTextLayout( [in] XTextLayout xLayoutetText, [in] ViewState aViewState, [in] …
676 …XCachedPrimitive drawBitmap( [in] XBitmap xBitmap, [in] ViewState aViewState, [in] RenderState aR…
[all …]
H A DXTextLayout.idl8 * "License"); you may not use this file except in compliance
13 * Unless required by applicable law or agreed to in writing,
180 characters in the text.
221 double justify( [in] double nSize )
258 double combinedJustify( [in] sequence< XTextLayout > aNextLayouts, [in] double nSize )
266 specified position (in font coordinate space).<p>
280 point in the layout text.<p>
285 in the range 0 up to the number of characters in the string.
297 Caret getCaret( [in] long nInsertionIndex,
298 [in] boolean bExcludeLigatures )
[all …]
/aoo41x/main/offapi/com/sun/star/plugin/
H A DXPluginContext.idl87 [in] string url,
88 [in] string target,
102 [in] string url,
103 [in] string target )
123 [in] string url,
124 [in] string target,
126 [in] boolean file,
144 [in] string url,
145 [in] string target,
147 [in] boolean file )
[all …]
/aoo41x/main/offapi/com/sun/star/setup/
H A DXSetup.idl8 * "License"); you may not use this file except in compliance
13 * Unless required by applicable law or agreed to in writing,
54 void setHiddenModule ( [in] VersionIdentifier aVerIdentifier,
55 [in] string strModuleID,
56 [in] boolean bHidden );
69 [in] sequence <short> seqLanguages );
72 string getHelpText ( [in] VersionIdentifier aVerIdentifier,
73 [in] string strPagename );
93 [in] string strModuleID );
97 [in] VersionIdentifier aOldVerIdentifier,
[all …]
/aoo41x/main/offapi/com/sun/star/awt/grid/
H A DXMutableGridDataModel.idl48 void addRow( [in] any Heading, [in] sequence< any > Data );
58 void addRows( [in] sequence< any > Headings, [in] sequence< sequence< any > > Data )
71 rows in the model.
73 void insertRow( [in] long Index, [in] any Heading, [in] sequence< any > Data )
87 rows in the model.
89 …void insertRows( [in] long Index, [in] sequence< any > Headings, [in] sequence< sequence< any > > …
117 void updateCellData( [in] long ColumnIndex, [in] long RowIndex, [in] any Value )
138 …void updateRowData( [in] sequence< long > ColumnIndexes, [in] long RowIndex, [in] sequence< any > …
148 updateRowHeading( [in] long RowIndex, [in] any Heading )
155 void updateCellToolTip( [in] long ColumnIndex, [in] long RowIndex, [in] any Value )
[all …]
/aoo41x/main/offapi/com/sun/star/security/
H A DXDocumentDigitalSignatures.idl8 * "License"); you may not use this file except in compliance
13 * Unless required by applicable law or agreed to in writing,
55 [in] ::com::sun::star::io::XStream xSignStream);
62 [in] ::com::sun::star::embed::XStorage xStorage,
68 [in] ::com::sun::star::embed::XStorage xStorage,
88 [in] ::com::sun::star::embed::XStorage xStorage,
94 [in] ::com::sun::star::embed::XStorage xStorage,
105 [in] ::com::sun::star::io::XStream xSignStream);
112 [in] ::com::sun::star::embed::XStorage Storage,
118 [in] ::com::sun::star::embed::XStorage xStorage,
[all …]
/aoo41x/main/offapi/com/sun/star/embed/
H A DXEmbedPersist.idl114 the object is in wrong state
120 in case of other problems
124 [in] string sEntName,
155 the object is in wrong state
161 in case of other problems
165 [in] string sEntName,
205 the object is in wrong state
211 in case of other problems
215 [in] string sEntName,
233 the object is in wrong state
[all …]

Completed in 152 milliseconds

12345678910>>...238