Home
last modified time | relevance | path

Searched refs:data (Results 176 – 200 of 1690) sorted by relevance

12345678910>>...68

/trunk/main/offapi/com/sun/star/sheet/
H A DDataPilotSource.idl49 /** represents a data pilot source.
51 <p>A component that implements this service can be used as data source
52 for a data pilot table in a spreadsheet document.</p>
58 /** provides access to the collection of the dimensions of the data
65 /** gives access to the results of the data pilot table.
71 /** provides methods to refresh the data pilot table, that means to
72 read the data again from the data pilot source.
113 /** specifies the number of data fields.
/trunk/main/udkapi/com/sun/star/registry/
H A DXSimpleRegistry.idl48 /** allows access to a registry (a persistent data source).
49 The data is stored in a hierarchical key structure beginning with a root key.
57 /** returns the URL of the current data source of the registry.
62 /** connects the registry to a persistent data source represented by
69 specifies the complete URL to access the data source.
72 specifies if the data source should be opened for
76 specifies if the data source should be created if it
88 /** checks if the registry points to a valid data-source.
93 /** disconnects the registry from the data-source.
102 /** destroys the registry and the data source.
/trunk/main/offapi/com/sun/star/xml/dom/
H A DXCharacterData.idl36 Append the string to the end of the character data of the node.
46 than the number of 16-bit units in data, or if the specified count is negative.
52 Return the character data of the node that implements this interface.
63 The number of 16-bit units that are available through data and the
72 the number of 16-bit units in data.
82 the number of 16-bit units in data, or if the specified count is negative.
88 Set the character data of the node that implements this interface.
94 void setData([in] string data) raises (DOMException);
97 Extracts a range of data from the node.
100 than the number of 16-bit units in data, or if the specified count is negative.
/trunk/main/offapi/com/sun/star/mail/
H A DMailMessage.idl64 transferable delivers the data as a string. Although a
65 transferable may support multiple data flavors only the
66 first data flavor supplied will be used to retrieve the data
67 and it is expected that the data will be provided as a string.
90 transferable delivers the data as a string. Although a
91 transferable may support multiple data flavors only the
92 first data flavor supplied will be used to retrieve the data
93 and it is expected that the data will be provided as a string.
/trunk/main/writerfilter/source/resourcemodel/
H A Dresourcemodel.cxx275 void WW8StreamHandler::text(const sal_uInt8 * data, size_t len) in text() argument
281 switch (static_cast<unsigned char>(data[n])) in text()
297 if (isprint(data[n])) in text()
298 tmpStr += static_cast<char>(data[n]); in text()
303 snprintf(sBuffer, sizeof(sBuffer), "\\0x%02x", data[n]); in text()
314 gTableManager.text(data, len); in text()
317 void WW8StreamHandler::utext(const sal_uInt8 * data, size_t len) in utext() argument
325 sal_Unicode nChar = data[n * 2] + (data[n * 2 + 1] << 8); in utext()
355 gTableManager.utext(data, len); in utext()
553 void WW8BinaryObjHandler::data in data() function in writerfilter::WW8BinaryObjHandler
/trunk/main/offapi/com/sun/star/sdb/
H A DDataSource.idl103 /** provides access to bookmarks to documents associated with the data source
114 /** is the name of the data source.
116 … <p>If the data source is registered at the database context, then the <code>Name</code> property
118 database document associated with the data source is based on.</p>
120 … <p>If the same data source is registered under different names, the value of the <code>Name</code>
147 the data source. Usually, this is used to control the behaviour of components
148 working with the data source.</li>
175 …application UI for the data source, or a particular backend driver employed by the data source. Th…
216 /** indicates that components displaying data obtained from this
217 data source should suppress columns used for versioning.
[all …]
/trunk/main/offapi/com/sun/star/chart2/data/
H A DDataProvider.idl26 #include <com/sun/star/chart2/data/XDataProvider.idl>
27 #include <com/sun/star/chart2/data/XRangeXMLConversion.idl>
37 module data
44 /** For accessing data a component provides for being used by
47 interface ::com::sun::star::chart2::data::XDataProvider;
49 /** allows you to convert the ranges a data provider deals with
52 [optional] interface ::com::sun::star::chart2::data::XRangeXMLConversion;
59 } ; // data
/trunk/main/offapi/com/sun/star/form/
H A DDataAwareControlModel.idl53 which are data aware and thus can be bound to a data source.
55 <p>The connection between a data-aware control model and a form whose data the
56 control should display is made by parentship relations. The parent of a data-aware
65 /** makes it possible to transfer the data of the model to the connected data field.
76 to its data source (loads its data). After loading the form, the model may bind to its
85 <p>In the context of a control model which is data-aware, the semantics of <em>default value</em>
127 <NULL/> values before submitting data to the database. Usually, if a control model is bound to
151 A very common design method for forms is to group a data aware control with a label control,
154 column of your data source. Then you will probably add a
157 Now if you imagine a component offering data search in a form, this component will examine
/trunk/main/offapi/com/sun/star/chart2/
H A DXInternalDataProvider.idl26 #include <com/sun/star/chart2/data/XDataProvider.idl>
27 #include <com/sun/star/chart2/data/XDataSequence.idl>
38 /** An internal DataProvider that has more access to data than a plain
41 interface XInternalDataProvider : com::sun::star::chart2::data::XDataProvider
54 current index of the data, i.e. (size - 1)
62 /** If range representations of data sequences change due to
64 data provider.
68 labeled data sequence was created by cloning an existing one,
71 void registerDataSequenceForChanges( [in] data::XDataSequence xSeq );
H A DXDataSeriesContainer.idl50 /** add a data series to the data series container
53 If the given data series is already contained in the data series container.
58 /** removes one data deries from the data series container.
63 /** retrieve all data series
67 /** set all data series
/trunk/main/offapi/com/sun/star/datatransfer/
H A DXTransferable.idl48 /** Interface to be implemented by objects used to provide data for a data
57 /** Called by a data consumer to obtain data from the source in a specified
61 Describes the requested data format
64 The data in the specified <type>DataFlavor</type>.
67 if the data is no longer available in the requested flavor.
86 /** Checks if the data object supports the specified data flavor.
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/io/
H A D_XInputStream.java130 byte[][] data = new byte[1][1] ; in _readBytes()
131 int read = oObj.readBytes(data, 1) ; in _readBytes()
134 data != null && in _readBytes()
135 data.length == 1 ; in _readBytes()
165 byte[][] data = new byte [1][1] ; in _readSomeBytes()
166 int read = oObj.readSomeBytes(data, 1) ; in _readSomeBytes()
169 data != null && in _readSomeBytes()
170 data.length == 1 ; in _readSomeBytes()
/trunk/main/javainstaller2/src/JavaSetup/org/openoffice/setup/Util/
H A DInfoCtrl.java52 InstallData data = InstallData.getInstance(); in setReadyToInstallInfoText() local
53 htmlInfoText = htmlInfoText + "<b>Location</b>: " + data.getInstallDefaultDir() + "<br>"; in setReadyToInstallInfoText()
61 InstallData data = InstallData.getInstance(); in setReadyToInstallInfoText() local
62 if ( data.isInstallationMode() ) { in setReadyToInstallInfoText()
142 InstallData data = InstallData.getInstance(); in setInstallLogInfoText() local
143 htmlInfoText = htmlInfoText + "<b>Location</b>: " + data.getInstallDir() + "<br>"; in setInstallLogInfoText()
144 htmlInfoText = htmlInfoText + "<b>Operating system</b>: " + data.getOSType() + "<br>"; in setInstallLogInfoText()
145 if ( data.isUserInstallation() ) { in setInstallLogInfoText()
/trunk/main/wizards/com/sun/star/wizards/agenda/
H A DTopicsControl.java532 PropertyValue[] data = getTopicData(row);
535 return data[1].Value.equals(PropertyNames.EMPTY_STRING) &&
536 data[2].Value.equals(PropertyNames.EMPTY_STRING) &&
537 data[3].Value.equals(PropertyNames.EMPTY_STRING);
559 PropertyValue[] data = getTopicData(guiRow + nscrollvalue);
561 if (data == null)
569 for (int i = 0; i < data.length && equal; i++)
582 for (int i = 0; i < data.length; i++)
584 oldData[i] = data[i].Value;
586 updateDocumentCell(guiRow + nscrollvalue, column, data);
[all …]
/trunk/extras/l10n/source/bo/
H A Dlocalize.sdf27638 helpcontent2 source\text\scalc\01\04060181.xhp 0 help par_id3149162 100 0 bo CHITEST(data B; data
28859 helpcontent2 source\text\scalc\01\04060183.xhp 0 help par_id3153023 33 0 bo CORREL(data 1; data 2…
28868 helpcontent2 source\text\scalc\01\04060183.xhp 0 help par_id3150740 42 0 bo COVAR(data 1; data 2)…
48121 …s.src 0 string RID_SC_FUNCTION_DESCRIPTIONS2.SC_OPCODE_FREQUENCY 2 0 bo data 2002-02-02 02:02…
48239 …cs.src 0 string RID_SC_FUNCTION_DESCRIPTIONS2.SC_OPCODE_QUARTILE 2 0 bo data 2002-02-02 02:02…
48244 sc source\ui\src\scfuncs.src 0 string RID_SC_FUNCTION_DESCRIPTIONS2.SC_OPCODE_LARGE 2 0 bo data
48249 sc source\ui\src\scfuncs.src 0 string RID_SC_FUNCTION_DESCRIPTIONS2.SC_OPCODE_SMALL 2 0 bo data
48271 sc source\ui\src\scfuncs.src 0 string RID_SC_FUNCTION_DESCRIPTIONS2.SC_OPCODE_PROB 2 0 bo data
48509 sc source\ui\src\scfuncs.src 0 string RID_SC_FUNCTION_DESCRIPTIONS2.SC_OPCODE_Z_TEST 2 0 bo data
55573 …registry\data\org\openoffice\Office\UI\GenericCommands.xcu 0 value ..GenericCommands.UserInterface…
[all …]
/trunk/test/testcommon/source/org/openoffice/test/vcl/client/
H A DHandshaker.java46 public void received(int headerType, byte[] header, byte[] data) { in received() argument
48 int handshakeType = data[1] + ((data[0] & 255) << 8); in received()
76 public void sendHandshake(int handshakeType, byte[] data) { in sendHandshake() argument
77 byte[] realData = new byte[data.length + 2]; in sendHandshake()
80 System.arraycopy(data, 0, realData, 2, data.length); in sendHandshake()
H A DCommunicationManager.java98 …public synchronized void sendPackage(int headerType, byte[] header, byte[] data) throws Communicat… in sendPackage() argument
106 if (data == null) in sendPackage()
107 data = new byte[0]; in sendPackage()
110 int len = 1 + 2 + 2 + header.length + data.length; in sendPackage()
121 os.write(data); in sendPackage()
149 byte[] data = new byte[len - headerLen - 3]; in run()
150 is.readFully(data); in run()
152 ((CommunicationListener) listeners.get(i)).received(headerType, header, data); in run()
/trunk/main/sc/source/ui/unoobj/
H A Dchart2uno.cxx1052 Reference< chart2::data::XLabeledDataSequence > xResult; in lcl_createLabeledDataSequenceFromTokens()
1416 uno::Reference< chart2::data::XDataSource> SAL_CALL
1425 uno::Reference< chart2::data::XDataSource> xResult; in createDataSource()
2016 uno::Reference< chart2::data::XDataSequence > SAL_CALL
2023 uno::Reference< chart2::data::XDataSequence > xResult; in createDataSequenceByRangeRepresentation()
3164 chart2::data::LabelOrigin meOrigin;
3189 if ((eOrigin == chart2::data::LabelOrigin_SHORT_SIDE) || in generateLabel()
3190 (eOrigin == chart2::data::LabelOrigin_LONG_SIDE)) in generateLabel()
3194 if (eOrigin == chart2::data::LabelOrigin_SHORT_SIDE) in generateLabel()
3201 if (eOrigin == chart2::data::LabelOrigin_SHORT_SIDE) in generateLabel()
[all …]
/trunk/main/ridljar/test/com/sun/star/lib/uno/typedesc/
H A DTypeDescription_Test.java227 public void test(String prefix, Object[] data, in test() argument
230 description.getTypeName().equals(data[0])); in test()
233 (String)data[0]))); in test()
235 description.getArrayTypeName().equals(data[1])); in test()
236 assure(prefix + "; getZClass", description.getZClass() == data[2]); in test()
238 description.getTypeClass() == data[3]); in test()
284 (Object[]) ((Object[]) data[4])[i], in test()
291 (supert == null) == (data.length < 6)); in test()
292 if (supert != null && data[5] != null) { in test()
293 _superType.test(prefix + "; getSuperType", (Object[]) data[5], in test()
/trunk/main/offapi/com/sun/star/rendering/
H A DXIeeeDoubleBitmap.idl58 /** Set raw data of a bitmap.<p>
60 Set raw data of a bitmap, in the format as defined by
66 When setting data on volatile bitmaps, always call isValid()
74 @param data
78 Layout of the data to set. Must match this bitmap's current
83 the data in.
91 layout, or if the given data sequence has too few or too much
94 …void setData( [in] sequence<double> data, [in] FloatingPointBitmapLayout bitmapLayout, [in] :…
103 When setting data on volatile bitmaps, always call isValid()
126 layout, or if the given data sequence has too few or too much
H A DXIeeeFloatBitmap.idl58 /** Set raw data of a bitmap.<p>
60 Set raw data of a bitmap, in the format as defined by
66 When setting data on volatile bitmaps, always call isValid()
74 @param data
78 Layout of the data to set. Must match this bitmap's current
83 the data in.
91 layout, or if the given data sequence has too few or too much
94 …void setData( [in] sequence<float> data, [in] FloatingPointBitmapLayout bitmapLayout, [in] ::…
103 When setting data on volatile bitmaps, always call isValid()
126 layout, or if the given data sequence has too few or too much
/trunk/extras/l10n/source/dz/
H A Dlocalize.sdf10433 …e following lists all facets that are valid for data types. Some facets are only available for som…
35273 …sic\shared\03020102.xhp 0 help par_id3145800 14 0 dz ཨེ་ཡིག་སྣོད = "c:\\data.txt" 2002-02-02 …
35762 …sic\shared\03020202.xhp 0 help par_id3153417 17 0 dz ཨེ་ཡིག་སྣོད་= "c:\\data.txt" 2002-02-02 …
36655 …sic\shared\03020103.xhp 0 help par_id3159264 18 0 dz ཨེ་ཡིག་སྣོད = "c:\\data.txt" 2002-02-02 …
38012 …sic\shared\03020201.xhp 0 help par_id3153726 17 0 dz ཨེ་ཡིག་སྣོད = "c:\\data.txt" 2002-02-02 …
38127 …sic\shared\03050500.xhp 0 help par_id3147348 48 0 dz ཨེ་ཡིག་སྣོད = "c:\\data.txt" 2002-02-02 …
38665 …sic\shared\03020101.xhp 0 help par_id3154013 12 0 dz ཨེ་ཡིག་སྣོད = "c:\\data.txt" 2002-02-02 …
54916 officecfg registry\data\org\openoffice\Office\Common.xcu 0 value ..Common.Menus.New.m3 Title 0 dz…
54921 officecfg registry\data\org\openoffice\Office\Common.xcu 0 value ..Common.Menus.New.m10 Title 0 d…
57515 …registry\data\org\openoffice\Office\UI\GenericCommands.xcu 0 value ..GenericCommands.UserInterface…
[all …]
/trunk/main/offapi/com/sun/star/awt/grid/
H A DXSortableGridData.idl36 /** allows to sort the data represented by a <type>XGridDataModel</type>
40 /** sorts the rows represented by the model by a given column's data.
43 the index of the column whose data should be used as sort key
45 is <TRUE/> if the data should be sorted ascending, <FALSE/> otherwise.
52 /** removes any possibly present sorting of the grid data
60 denotes the column by which the data is sorted, or -1 if the data is currently unsorted.
61 …<member scope="::com::sun::star::beans">Pair::Second</member> is <TRUE/> if the data is sorted asc…
/trunk/main/sc/source/core/tool/
H A Dcharthelper.cxx162 Reference< chart2::data::XDataReceiver > xReceiver( xChartDoc, uno::UNO_QUERY ); in AdjustRangesOfChartsOnDestinationPage()
234 uno::Reference< chart2::data::XDataSource > xDataSource( xChartDoc, uno::UNO_QUERY ); in GetChartRanges()
239 …uno::Sequence< uno::Reference< chart2::data::XLabeledDataSequence > > aLabeledDataSequences( xData… in GetChartRanges()
244 …uno::Reference< chart2::data::XLabeledDataSequence > xLabeledSequence( aLabeledDataSequences[nN] ); in GetChartRanges()
247 uno::Reference< chart2::data::XDataSequence > xLabel( xLabeledSequence->getLabel()); in GetChartRanges()
248 uno::Reference< chart2::data::XDataSequence > xValues( xLabeledSequence->getValues()); in GetChartRanges()
261 uno::Reference< chart2::data::XDataSource > xDataSource( xChartDoc, uno::UNO_QUERY ); in SetChartRanges()
264 uno::Reference< chart2::data::XDataProvider > xDataProvider = xChartDoc->getDataProvider(); in SetChartRanges()
280 …uno::Reference< chart2::data::XLabeledDataSequence > xLabeledSequence( aLabeledDataSequences[nN] ); in SetChartRanges()
289 uno::Reference< chart2::data::XDataSequence > xNewSeq( in SetChartRanges()
[all …]
/trunk/main/offapi/com/sun/star/util/
H A DXOfficeInstallationDirectories.idl35 office user data directory, provides functionality to create URLs
37 installation directory and user data directory and vice versa.
39 <p>This functionality is useful when data containing references to the
60 office installation expects its user data (e.g.
65 user data.
73 installation directory or office user data directory, this method will
81 user data directory, the input URL will be returned unchanged.
92 the current office installation directory or for the office user data
95 current office installation directory or office user data directory.

Completed in 2122 milliseconds

12345678910>>...68