/aoo41x/main/xmerge/source/minicalc/java/org/openoffice/xmerge/converter/xml/sxc/minicalc/ |
H A D | MinicalcDecoder.java | 358 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 …]
|
/aoo41x/main/xmerge/source/pexcel/java/org/openoffice/xmerge/converter/xml/sxc/pexcel/ |
H A D | PocketExcelDecoder.java | 294 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()
|
/aoo41x/main/scripting/java/org/openoffice/idesupport/ |
H A D | CommandLineTools.java | 184 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());
|
/aoo41x/main/offapi/com/sun/star/table/ |
H A D | CellHoriJustify.idl | 33 /** 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 D | CellOrientation.idl | 39 /** 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 D | CellVertJustify.idl | 33 /** 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 D | TableBorderDistances.idl | 51 /** 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.
|
/aoo41x/main/scripting/java/org/openoffice/netbeans/modules/office/actions/ |
H A D | ParcelFolderSupport.java | 115 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()
|
/aoo41x/main/offapi/com/sun/star/configuration/backend/ |
H A D | UpdatableLayer.idl | 58 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 D | XLayerContentDescriber.idl | 53 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
|
/aoo41x/main/xmerge/source/xmerge/java/org/openoffice/xmerge/converter/xml/sxc/ |
H A D | SxcDocumentDeserializer.java | 730 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()
|
/aoo41x/main/offapi/com/sun/star/sheet/ |
H A D | TableAutoFormatField.idl | 246 /** 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 D | XSheetPastable.idl | 53 /** 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>
|
H A D | TablePageStyle.idl | 131 <p>After changing the header text contents, this property has to be 142 <p>After changing the footer text contents, this property has to be 153 <p>After changing the header text contents, this property has to be 164 <p>After changing the footer text contents, this property has to be
|
/aoo41x/main/i18npool/source/breakiterator/ |
H A D | xdictionary.cxx | 111 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()
|
/aoo41x/test/testcommon/source/org/openoffice/test/common/ |
H A D | SystemUtil.java | 151 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 D | FileUtil.java | 451 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()
|
/aoo41x/main/qadevOOo/tests/java/ifc/datatransfer/clipboard/ |
H A D | _XClipboard.java | 60 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.java | 63 XTransferable contents; field in _XClipboardNotifier.MyOwner 65 public void lostOwnership(XClipboard board, XTransferable contents) { in lostOwnership() argument 67 this.contents = contents; in lostOwnership()
|
/aoo41x/main/offapi/com/sun/star/ucb/ |
H A D | ContentAction.idl | 35 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 usualy 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 D | Content.idl | 314 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 …]
|
/aoo41x/main/scripting/java/org/openoffice/netbeans/modules/office/wizard/ |
H A D | ParcelContentsIterator.java | 134 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()
|
/aoo41x/main/offapi/com/sun/star/embed/ |
H A D | XEncryptionProtectedStorage.idl | 74 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
|
/aoo41x/main/scripting/java/org/openoffice/netbeans/modules/office/loader/ |
H A D | ParcelFolderDataLoader.java | 65 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()
|
/aoo41x/main/scripting/java/com/sun/star/script/framework/provider/beanshell/ |
H A D | ScriptSourceModel.java | 46 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()
|