/aoo4110/main/offapi/com/sun/star/sheet/ |
H A D | XNamedRanges.idl | 60 /** adds a new named range to the collection. 63 the new name of the named range. 68 <p>A cell range address is one possible content of a named 75 a combination of flags that specify the type of a named range, 78 <p>This parameter will be zero for any common named range.</p> 88 /** creates named cell ranges from titles in a cell range. 93 The named ranges refer to single columns or rows in the inner 105 the cell range used to create the named ranges. 116 /** removes a named range from the collection. 122 /** writes a list of all named ranges into the document. [all …]
|
H A D | NamedRanges.idl | 50 /** represents a collection of named ranges in a spreadsheet document. 52 <p>In fact a named range is a named formula expression. A cell range 53 address is one possible content of a named range.</p> 61 /** provides access to the named ranges and to insert and remove them. 67 /** provides access to the named ranges via index. 76 /** creates an enumeration of all named ranges. 85 /** provides methods to control the internal update of named ranges.
|
H A D | NamedRange.idl | 45 /** represents a named range in a spreadsheet document. 47 <p>In fact a named range is a named formula expression. A cell range 48 address is one possible content of a named range.</p> 56 /** provides access to the settings of the named range. 62 /** provides access to the cell range object referred by this named range. 64 <p>This works only, if the named range contains a single cell range
|
H A D | XNamedRange.idl | 41 /** provides access to the settings of a named range in a spreadsheet 50 /** returns the content of the named range. 59 /** sets the content of the named range. 83 /** returns the type of the named range. 92 /** sets the type of the named range. 95 a combination of flags that specify the type of a named range,
|
H A D | NamedRangesEnumeration.idl | 37 /** represents an enumeration of named ranges. 45 /** provides methods to access the named ranges in the enumeration.
|
H A D | XAreaLink.idl | 52 "Sheet1.A1:C5", or the name of a named range or database range.</p> 61 "Sheet1.A1:C5", or the name of a named range or database range.</p>
|
/aoo4110/main/offapi/com/sun/star/sdbc/ |
H A D | XOutParameters.idl | 55 should be used for a user-named or REF output parameter. Examples 56 of user-named types include: STRUCT, DISTINCT, OBJECT, and named array 68 For a user-named parameter the fully-qualified SQL type name of the 73 these values for user-named and REF parameters. 75 <p>Although it is intended for user-named and REF parameters, 77 If the parameter does not have a user-named or REF type, the
|
H A D | XParameters.idl | 97 be used for user-named types and REF type parameters. Examples 98 of user-named types include: STRUCT, DISTINCT, OBJECT, and 99 named array types. 105 a NULL user-defined or REF parameter. In the case of a user-named type 111 Although it is intended for user-named and Ref parameters, 113 If the parameter does not have a user-named or REF type, the given
|
/aoo4110/main/sc/qa/complex/dataPilot/ |
H A D | _XDataPilotDescriptor.java | 231 XNamed named = UnoRuntime.queryInterface(XNamed.class, field); in _getDataPilotFields() local 232 String name = named.getName(); in _getDataPilotFields() 433 XNamed named = UnoRuntime.queryInterface in CheckNames() local 435 name = named.getName(); in CheckNames()
|
/aoo4110/main/qadevOOo/tests/java/ifc/sheet/ |
H A D | _XDataPilotDescriptor.java | 203 XNamed named = (XNamed) in _getDataPilotFields() local 205 String name = named.getName(); in _getDataPilotFields() 398 XNamed named = (XNamed)UnoRuntime.queryInterface in CheckNames() local 400 name = named.getName(); in CheckNames()
|
/aoo4110/main/qadevOOo/tests/java/ifc/drawing/ |
H A D | _DrawingDocumentDrawView.java | 86 XNamed named = (XNamed)UnoRuntime.queryInterface(XNamed.class, obj); 87 String res = (named == null) ? "null" : named.getName();
|
/aoo4110/main/desktop/source/deployment/gui/ |
H A D | dp_gui_versionboxes.src | 37 "The newer version $DEPLOYED, named \'$OLDNAME\', is already installed.\n" 53 "That version, named \'$OLDNAME\', is already installed.\n" 69 "The older version $DEPLOYED, named \'$OLDNAME\', is already installed.\n"
|
/aoo4110/main/offapi/com/sun/star/rdf/ |
H A D | XDocumentRepository.idl | 73 add the following RDF statement to an unspecified named graph: 81 add the following RDF statement to an unspecified named graph: 93 part of any named graph in the repository. 195 This method exists because RDFa statements are not part of any named
|
H A D | XRepository.idl | 101 /** provides access to a set of named RDF graphs. 111 The RDF triples are stored as a set of named RDF graphs. 140 /** imports a named graph into the repository. 201 /** exports a named graph from the repository.
|
/aoo4110/main/solenv/doc/gbuild/solenv/gbuild/ |
H A D | alllangres.mk | 35 /// They are named after the path of their source file (without 99 …/// of those named as the language of the processed resource. In addition, resources are found in … 100 …/// below default_images and the subdirectory of it named as the language of the processed resourc…
|
/aoo4110/main/offapi/com/sun/star/ucb/ |
H A D | HierarchyDataSource.idl | 78 must accept a property named <code>nodepath</code> of type 80 element of the data. The view that is selected consists of the named 98 were called passing one single property named <code>nodepath</code>
|
H A D | HierarchyDataReadAccess.idl | 116 access to the child node named "subnode1" of the node. It will return 126 named "subnode2" of the node. It will return an <atom>any</atom> 132 named "subnode3" of the node. It will return an <atom>any</atom>
|
H A D | GlobalTransferCommandArgument.idl | 68 <p>A title clash for instance occurs, if a file named "foo.txt" is 69 to be transferred to a folder already containing another file named
|
H A D | TransferInfo.idl | 65 <p>A title clash for instance occurs, if a file named "foo.txt" is 66 to be transferred to a folder already containing another file named
|
H A D | PackageContentProvider.idl | 109 ( The folder/stream named "Content" that is contained in the root 114 ( The folder/stream named "Content A" that is contained in the root
|
/aoo4110/main/udkapi/com/sun/star/security/ |
H A D | RuntimePermission.idl | 31 /** This permission grants runtime access to some named functionality. 33 but no actions list; you either have the named permission or you don't.
|
/aoo4110/main/offapi/com/sun/star/frame/ |
H A D | ControlEvent.idl | 59 /** specifies a sequence of named values which are used as 61 named values depent on the event.
|
/aoo4110/main/offapi/com/sun/star/logging/ |
H A D | LoggerPool.idl | 35 /** the global pool of named <type>XLogger</type> instances 40 /** the global pool of named <type>XLogger</type> instances
|
/aoo4110/main/udkapi/com/sun/star/bridge/oleautomation/ |
H A D | NamedArgument.idl | 29 /** represents a named argument in a call to a method of an Automation object. 38 named arguments, otherwise the call fails.
|
/aoo4110/main/dbaccess/source/core/resource/ |
H A D | strings.src | 183 Text [ en-US ] = "There exists no table named \"$table$\"."; 188 Text [ en-US ] = "There exists no query named \"$table$\"."; 248 Text [ en-US ] = "There exists no folder named \"$folder$\".";
|