Home
last modified time | relevance | path

Searched refs:contents (Results 1 – 25 of 314) sorted by relevance

12345678910>>...13

/trunk/main/xmerge/source/minicalc/java/org/openoffice/xmerge/converter/xml/sxc/minicalc/
H A DMinicalcDecoder.java358 String contents = null; in getCellContents() local
364 if (contents == null) in getCellContents()
368 if (contents.startsWith("=")) { in getCellContents()
369 contents = parseFormula(contents); in getCellContents()
373 contents = currencyRemoveSign(contents); in getCellContents()
376 contents = percentRemoveSign(contents); in getCellContents()
379 contents = convertToStarDate(contents); in getCellContents()
382 contents = convertToStarTime(contents); in getCellContents()
386 return contents; in getCellContents()
483 String contents = getCellContents(); in getCellDataType() local
[all …]
/trunk/main/editeng/source/editeng/
H A Dbaselist.hxx30 std::vector<T*> contents; member in BaseList
32 sal_uInt32 Count() const { return contents.size(); } in Count()
33 T* GetObject( sal_uInt32 index ) const { return contents[index]; } in GetObject()
34 T* operator[]( std::size_t index ) const { return contents[index]; } in operator []()
35 T* const* GetData() const { return &contents[0]; } in GetData()
36 …void Insert( T *node, sal_uInt32 position ) { contents.insert( contents.begin() + position, node);… in Insert()
39 if ( position < contents.size() ) in Replace()
40 contents[ position ] = node; in Replace()
42 …Remove( sal_uInt32 first, sal_uInt32 count = 1 ) { contents.erase( contents.begin() + first, conte… in Remove()
/trunk/main/xmerge/java/pexcel/src/main/java/org/openoffice/xmerge/converter/xml/sxc/pexcel/
H A DPocketExcelDecoder.java294 String contents = new String(""); in getCellContents() local
298 contents = cell.getString(); in getCellContents()
299 if (contents.startsWith("=")) { in getCellContents()
300 contents = parseFormula(contents); in getCellContents()
311 return contents; in getCellContents()
354 String contents = new String(""); in getCellValue() local
358 contents = ((Formula)cell).getValue(); in getCellValue()
367 return contents; in getCellValue()
/trunk/main/scripting/java/org/openoffice/idesupport/
H A DCommandLineTools.java184 private File basedir, contents, parcelxml;
193 this.contents = new File(basedir, ParcelZipper.CONTENTS_DIRNAME);
194 this.parcelxml = new File(contents, PARCEL_XML_FILE);
260 else if (contents.exists() != true) {
289 ScriptEntry[] entries = finder.findMethods(contents);
320 contents = new File(contents.getAbsolutePath());
321 … String name = ParcelZipper.getParcelZipper().zipParcel(contents, AllFilesFilter.getInstance());
/trunk/main/offapi/com/sun/star/table/
H A DCellHoriJustify.idl33 /** specifies how cell contents are aligned horizontally.
45 /** contents are aligned to the left edge of the cell.
51 /** contents are horizontally centered.
57 /** contents are aligned to the right edge of the cell.
63 /** contents are justified to the cell width.
69 /** contents are repeated to fill the cell.
H A DCellOrientation.idl39 /** contents are printed from left to right.
45 /** contents are printed from top to bottom.
51 /** contents are printed from bottom to top.
57 /** contents are printed from top to bottom with individual
H A DCellVertJustify.idl33 /** specifies how cell contents are aligned vertically.
45 /** contents are aligned with the upper edge of the cell.
51 /** contents are aligned to the vertical middle of the cell.
57 /** contents are aligned to the lower edge of the cell.
H A DTableBorderDistances.idl51 /** contains the distance between the top lines and other contents.
63 /** contains the distance between the bottom lines and other contents.
75 /** contains the distance between the left lines and other contents.
87 /** contains the distance between the right lines and other contents.
/trunk/main/scripting/java/org/openoffice/netbeans/modules/office/actions/
H A DParcelFolderSupport.java115 File contents = FileUtil.toFile( in getParcelDescriptor() local
118 return ParcelDescriptor.getParcelDescriptor(contents); in getParcelDescriptor()
171 File contents = FileUtil.toFile( in configure() local
175 classpath.addElement(contents.getAbsolutePath()); in configure()
180 descriptor = ParcelDescriptor.createParcelDescriptor(contents); in configure()
184 configuror = new ConfigurePanel(contents.getAbsolutePath(), in configure()
188 configuror.reload(contents.getAbsolutePath(), classpath, in configure()
/trunk/main/offapi/com/sun/star/configuration/backend/
H A DUpdatableLayer.idl58 handles read access to the contents of the layer.
63 the timestamp will be the one for the replaced contents and
73 provides write access to the contents of the layer.
83 <dd>the provided layer's contents replace the current one's.</dd>
88 layer contents. Sublayers present in the current layer but
96 are merged into one whose contents replace the current layer.
100 <dd>the provided layer is split into a composite one whose contents
H A DXLayerContentDescriber.idl53 describe the contents of a layer to an XLayerHander object. The contents of
63 describes the contents of the layer to an <type>XLayerHandler</type>.
67 describing the contents of the layer
/trunk/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/converter/xml/sxc/
H A DSxcDocumentDeserializer.java730 String contents) { in processCellData() argument
736 if (contents.startsWith("=")) { in processCellData()
738 cellElement.setAttribute(ATTRIBUTE_TABLE_FORMULA, contents); in processCellData()
749 contents); in processCellData()
756 contents); in processCellData()
763 contents.toLowerCase()); in processCellData()
773 cellElement.setAttribute(ATTRIBUTE_TABLE_VALUE, contents); in processCellData()
777 cellElement.setAttribute(ATTRIBUTE_TABLE_VALUE, contents); in processCellData()
782 cellElement.setAttribute(ATTRIBUTE_TABLE_VALUE, contents); in processCellData()
/trunk/main/offapi/com/sun/star/sheet/
H A DTableAutoFormatField.idl246 /** specifies the horizontal alignment of the cell contents.
252 /** specifies the vertical alignment of the cell contents.
264 /** contains the orientation of the cell contents
271 /** contains the rotation angle of the cell contents.
283 /** contains the margin between cell contents and top border
290 /** contains the margin between cell contents and bottom border
297 /** contains the margin between cell contents and left border
304 /** contains the margin between cell contents and right border
H A DXSheetPastable.idl53 /** represents a sheet into which contents of the clipboard can be pasted.
61 /** pastes the contents of the clipboard at the specified
68 /** pastes the contents of the clipboard at the
79 <p>The contents of the clipboard must be from a cell range.</p>
/trunk/main/i18npool/source/breakiterator/
H A Dxdictionary.cxx111 delete cache[i].contents; in ~xdictionary()
168 contents( NULL ), in WordBreakCache()
183 if (contents[i] != str[i + boundary.startPos]) return sal_False; in equals()
250 delete aCache.contents; in getCache()
256 aCache.contents = new sal_Unicode[aCache.size + 1]; in getCache()
260 memcpy(aCache.contents, text + wordBoundary.startPos, len * sizeof(sal_Unicode)); in getCache()
261 *(aCache.contents + len) = 0x0000; in getCache()
/trunk/test/testcommon/source/org/openoffice/test/common/
H A DSystemUtil.java151 Transferable contents = getTransferable(); in getClipboardText() local
152 if (contents == null || !contents.isDataFlavorSupported(DataFlavor.stringFlavor)) in getClipboardText()
155 return (String) contents.getTransferData(DataFlavor.stringFlavor); in getClipboardText()
299 String contents = "Set wmi=GetObject(\"Winmgmts:\")\n\r" in getProcesses() local
305 FileUtil.writeStringToFile(file.getAbsolutePath(), contents); in getProcesses() local
401 String contents = "Set wmi=GetObject(\"Winmgmts:\")\n\r" in getProcessPerfData() local
414 FileUtil.writeStringToFile(file.getAbsolutePath(), contents); in getProcessPerfData() local
H A DFileUtil.java451 public static void writeStringToFile(String path, String contents) { in writeStringToFile() argument
452 writeStringToFile(new File(path), contents); in writeStringToFile()
460 public static void writeStringToFile(File file, String contents) { in writeStringToFile() argument
465 if (contents != null) in writeStringToFile()
466 writer.write(contents); in writeStringToFile()
483 public static void appendStringToFile(String file, String contents) { in appendStringToFile() argument
487 writer.write(contents); in appendStringToFile()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/datatransfer/clipboard/
H A D_XClipboard.java60 XTransferable contents; field in _XClipboard.MyOwner
62 public void lostOwnership(XClipboard board, XTransferable contents) { in lostOwnership() argument
64 this.contents = contents; in lostOwnership()
H A D_XClipboardNotifier.java63 XTransferable contents; field in _XClipboardNotifier.MyOwner
65 public void lostOwnership(XClipboard board, XTransferable contents) { in lostOwnership() argument
67 this.contents = contents; in lostOwnership()
/trunk/main/offapi/com/sun/star/ucb/
H A DContentAction.idl35 The situations under which contents will send ContentEvents of the various
37 useful definitions, a list of events that happen to contents, and a list of
38 reactions taken by contents in response to those events.
51 command will usually return a subset of the contents
56 The events that can happen to contents (and that are of interest in this
86 Finally, the list of reactions taken by contents in response to the above
H A DContent.idl314 appropriate server. The inserted contents will be
391 any type of contents.</br>
547 contents given by UCB contents that implement the property
554 <td>indicates, whether a content can contain other contents.</td>
652 contents of (remote) documents.
699 <td>indicates whether the feature to store contents
705 <td>indicates whether (sub)contents shall be automatically updated
827 <td>contains the count of subscribed contents of a folder.</td>
865 <td>for contents that are links to other contents, contains the URL of
974 /** creates new contents (i.e. creates a new folder in another folder
[all …]
/trunk/main/scripting/java/org/openoffice/netbeans/modules/office/wizard/
H A DParcelContentsIterator.java134 FileObject contents = in instantiate() local
137 if (contents != null) { in instantiate()
138 File f = FileUtil.toFile(contents); in instantiate()
143 DataFolder parent = DataFolder.findFolder(contents); in instantiate()
/trunk/main/offapi/com/sun/star/embed/
H A DXEncryptionProtectedStorage.idl74 the contents should be decrypted, the algorithm might
83 encrypt/decrypt the contents; in case the contents
94 the contents should be decrypted, the algorithm might
/trunk/main/scripting/java/org/openoffice/netbeans/modules/office/loader/
H A DParcelFolderDataLoader.java65 FileObject contents = fo.getFileObject(ParcelZipper.CONTENTS_DIRNAME); in findPrimaryFile()
66 if (contents == null) in findPrimaryFile()
69 FileObject descriptor = contents.getFileObject(ParcelZipper.PARCEL_DESCRIPTOR_XML); in findPrimaryFile()
/trunk/main/scripting/java/com/sun/star/script/framework/provider/beanshell/
H A DScriptSourceModel.java46 byte[] contents = new byte[1024]; in load()
49 while ((len = in.read(contents, 0, 1024)) != -1) { in load()
50 buf.append(new String(contents, 0, len)); in load()

Completed in 86 milliseconds

12345678910>>...13