Home
last modified time | relevance | path

Searched refs:content (Results 1 – 25 of 559) sorted by relevance

12345678910>>...23

/trunk/main/xsltml/
H A Dxsltml_2.1.2.patch136 <xsl:param name="content"/>
137 <xsl:if test="string-length($content)>0">
139 …$content,' ')"><xsl:value-of select="'\; '" /><xsl:call-template name="replaceEntities"><xsl:with-…
140content,'&#x02009;&#x0200A;&#x0200A;')"><xsl:value-of select="'\; '" /><xsl:call-template name="re…
141content,'&#x00023;')"><xsl:value-of select="'\# '" /><xsl:call-template name="replaceEntities"><xs…
142content,'&#x00024;')"><xsl:value-of select="'\$ '" /><xsl:call-template name="replaceEntities"><xs…
143content,'&#x00025;')"><xsl:value-of select="'\% '" /><xsl:call-template name="replaceEntities"><xs…
144content,'&#x00026;')"><xsl:value-of select="'\&amp; '" /><xsl:call-template name="replaceEntities"…
145content,'&#x0002A;')"><xsl:value-of select="'\ast '" /><xsl:call-template name="replaceEntities"><…
146content,'&#x0003A;')"><xsl:value-of select="'\colon '" /><xsl:call-template name="replaceEntities"…
[all …]
/trunk/main/unoxml/source/dom/
H A Dcharacterdata.cxx69 …OUString oldValue((char*)m_aNodePtr->content, strlen((char*)m_aNodePtr->content), RTL_TEXTENCODING… in appendData()
71 …OUString newValue((char*)m_aNodePtr->content, strlen((char*)m_aNodePtr->content), RTL_TEXTENCODING… in appendData()
103 …OUString oldValue((char*)m_aNodePtr->content, strlen((char*)m_aNodePtr->content), RTL_TEXTENCODING… in deleteData()
105 …OUString newValue((char*)m_aNodePtr->content, strlen((char*)m_aNodePtr->content), RTL_TEXTENCODING… in deleteData()
123 …OSL_ENSURE(m_aNodePtr->content, "character data node with NULL content, please inform lars.opperma… in getData()
124 if (m_aNodePtr->content != NULL) in getData()
126 …aData = OUString((const sal_Char*)m_aNodePtr->content, strlen((const sal_Char*)m_aNodePtr->content in getData()
143 …OUString aData((const sal_Char*)m_aNodePtr->content, strlen((const sal_Char*)m_aNodePtr->content),… in getLength()
173 …OUString oldValue((char*)m_aNodePtr->content, strlen((char*)m_aNodePtr->content), RTL_TEXTENCODING… in insertData()
175 …OUString newValue((char*)m_aNodePtr->content, strlen((char*)m_aNodePtr->content), RTL_TEXTENCODING… in insertData()
[all …]
/trunk/main/offapi/com/sun/star/ucb/
H A DContentAction.idl32 /** specifies actions which can be transported with content events.
46 <tr><td>D1</td><td>A content C has an identifier id(C).</td></tr>
47 <tr><td>D2</td><td>A content C is in one of two states, Alive or Deleted.
49 <tr><td>D3</td><td>A folder content F has a set of children H(F) that is a
50 set of content identifiers. For example, an "open"
58 ContentEvent, but rather some event that occurs either because some content
59 processes a command, or because a content gets informed about a relevant
64 <tr><td>E1</td><td>The identifier of a content C changes from id1(C) == A
66 this event may occur when content C processes a
70 <tr><td>E2</td><td>The state of a content C changes from Alive to Deleted,
[all …]
H A DContent.idl39 content provided by an implementation of the service
45 /** provides access to the identitity and the type of the content and
57 registered at the content ( the content holds the listeners ) and
59 the content. If the content shall be released,
61 be called at the content. The implementation of this method must call
72 /** enables the caller to let the content execute commands.
78 "setPropertyValues". Each content must support a set of standard
80 commands and properties. A content may define additional commands and
103 information on commands supported by a content.
111 information on properties supported by a content.
[all …]
H A DContentEvent.idl38 /** A structure for content events.
50 /** The content to that the action is related (e.g., the content that was
51 just physically destroyed, the content that was just inserted into a
52 folder content).
59 <td>The content inserted into a folder</td>
63 <td>The content removed from a folder</td>
67 <td>The deleted content</td>
71 <td>The exchanged content (that already has the new content id)</td>
78 /** A content identifier, which must be filled according to the action
79 notified (e.g., the id of the folder content into which another content
[all …]
H A DXContentIdentifier.idl45 /** returns the content identifier string.
48 the content identifier string. This must be a valid URI
50 is required. If a content provider 'implements' some
51 existent URI scheme (e.g., a content provider offering
53 and a content provider offering access to IMAP servers
54 would implement the 'imap' scheme), the content identifier
56 content provider offers access to content for which no
64 /** returns the content provider scheme string.
66 <p>This string will be calculated from the content identifier string
67 and must be lower-cased(!). It is the 'scheme' the content provider is
[all …]
H A DXContentProviderManager.idl48 /** makes it possible to query/register/deregister content providers.
57 /** registers a content provider for a specific URL template.
62 the content provider to register.
67 will simply return <NULL/>. These "dummy" content providers are useful
68 in combination with other content providers that are registered on a
70 http URLs to a HTTP content provider, but want to block all URLs for
72 the HTTP content provider on the <var>Scheme</var> <code>http</code>,
73 and to register a "dummy" (i.e., <NULL/>) content provider on the
130 the replaced content provider, if there was one.
139 /** deregisters a content provider.
[all …]
H A DXContentAccess.idl38 /** specifies methods for obtaining information on a content in different
42 this interface could be used to give the user access to the content under
43 the cursor. If the client only needs the identifier string of the content,
44 there is no need to first create the content object, then to obtain the
45 string from it and after that to release the content.
56 /** returns the identifier string of the content ( "cheap method" ).
58 <p>Note that this string can be used later to recreate the content.
66 /** returns the identifier object of the content.
74 /** returns the content ( "most expensive method" ).
77 the content.
H A DXRemoteContentProviderAcceptor.idl42 /** Accept remote content providers that want to make themselves known to the
51 /** Add a remote content provider.
54 remote content provider.
56 @param Factory A factory through which the remote content provider's
59 @param Templates A sequence of URL templates the remote content
64 implementation no longer needs the remote content provider. (And the
73 @return true if the remote content provider has successfully been
85 /** Remove a remote content provider.
88 remote content provider.
90 @return true if the remote content provider has successfully been
H A DContentProviderProxy.idl43 /** is a proxy for a content provider.
45 <p>Implementing a content provider proxy can be useful if the creation of
46 the real content provider object shall be deferred for some reason
67 /** gives access to the original content provider behind the proxy.
69 <p>The implementation will instantiate the real content provider only
70 on demand using its UNO service name. This will load the content
76 /** a content provider implementation that wraps the original provider.
81 /** a parameterized content provider implementation that wraps the
H A DContentInfo.idl43 /** A type identifier string for a content.
46 kind of a content (e.g. "application/vnd.sun.star.hierarchy-link").
48 <member>XContent::getContentType</member> of an appropriate content.
55 <p>These flags contain extra information on the content, like its kind
69 a content that was just created using
71 committed (by executing the command "insert" at the new content).
75 <p>In example, a new file system folder content will need a title. The
77 content must include the property "Title".
H A DXContentProvider.idl47 /** a content provider which creates and manages <type>XContent</type>s.
58 <type>XContentIdentifier</type> matches a content provided by the
62 an identifier for the content to query.
65 the content.
68 if the given identifier does not match a content provided by the
79 first content identifier.
82 second content identifier.
H A DXRemoteContentProviderDistributor.idl48 /** Distribute a content broker to variuos
58 /** Offer the local content broker to a remote content provider acceptor.
81 /** Undo the offering of the local content broker to a specific remote
82 content provider acceptor.
92 /** Undo the offering of the local content broker to all remote content
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/frame/
H A D_XDocumentTemplates.java60 protected XContent content = null; field in _XDocumentTemplates
66 content = oObj.getContent(); in _getContent()
67 log.println("Content list:" + getContentList(content)); in _getContent()
68 tRes.tested("getContent()", content != null); in _getContent()
77 if (getSubContent(content, "XDocumentTemplatesTemp") != null ) { in _addGroup()
80 if (getSubContent(content, "XDocumentTemplates") != null ) { in _addGroup()
85 res &= getSubContent(content, "XDocumentTemplatesTemp") != null; in _addGroup()
101 groupContent = getSubContent(content, "XDocumentTemplates"); in _renameGroup()
102 res &= getSubContent(content, "XDocumentTemplatesTemp") == null; in _renameGroup()
179 res &= getSubContent(content, "XDocumentTemplates") == null; in _removeGroup()
[all …]
/trunk/main/soltools/mkdepend/
H A Dmain.c475 struct filepointer *content; local
481 content = (struct filepointer *)malloc(sizeof(struct filepointer));
484 content->f_p = content->f_base = content->f_end = (char *)malloc(1);
485 *content->f_p = '\0';
486 return(content);
499 content->f_p = content->f_base = content->f_end = (char *)malloc(1);
500 *content->f_p = '\0';
501 return(content);
504 content->f_base = (char *)malloc(malloc_size+1);
505 if (content->f_base == NULL)
[all …]
/trunk/main/filter/qa/complex/filter/detection/typeDetection/
H A DHelper.java106 ArrayList<String> content = getCSVFileContent(csvFileName); in getToDoList() local
109 content = removeSuperfluousContent(content); in getToDoList()
112 content = replacePlaceHolder(content); in getToDoList()
117 content.get(0), ";"); in getToDoList()
125 for (int row = 1; row < content.size(); row++){ in getToDoList()
127 String[] tokens = content.get(row).split(";"); in getToDoList()
146 ArrayList<String> content = new ArrayList<>(); in getCSVFileContent() local
153 content.add( line ); in getCSVFileContent()
155 return content; in getCSVFileContent()
178 …private static ArrayList<String> replacePlaceHolder(ArrayList<String> content) throws IOException { in replacePlaceHolder() argument
[all …]
/trunk/main/jurt/java/jurt/src/main/java/com/sun/star/lib/uno/protocols/urp/
H A DCache.java45 public int add(boolean[] found, Object content) { in add() argument
46 Entry e = (Entry) map.get(content); in add()
51 e = new Entry(content, map.size(), null, first); in add()
60 map.remove(last.content); in add()
62 e.content = content; in add()
76 map.put(content, e); in add()
96 public Entry(Object content, int index, Entry prev, Entry next) { in Entry() argument
97 this.content = content; in Entry()
103 public Object content; field in Cache.Entry
/trunk/main/offapi/com/sun/star/datatransfer/
H A DXMimeContentType.idl39 /** An implementation of this interface represents a MIME content-type that
49 /** To get the media type of the MIME content-type.
52 The media type of the MIME content-type.
57 /** To get the media subtype of the MIME content-type.
60 The media subtype of the MIME content-type.
65 /** To get the full media/submedia type of the MIME content-type.
68 The full media/submedia type of the MIME content-type.
73 /** To get a list of parameters that the MIME content-type contains.
76 A list of the names of all parameters of the MIME content-type.
87 A value of <TRUE/> if the MIME content-type has the specified parameter.
[all …]
/trunk/test/testgui/source/testlib/gui/
H A DSCTool.java76 String content = app.getClipboard(); in getCellText() local
77 if (content.endsWith("\r\n")) in getCellText()
78 content = content.substring(0, content.length() - 2); in getCellText()
79 else if (content.endsWith("\n")) in getCellText()
80 content = content.substring(0, content.length() - 1); in getCellText()
82 return content; in getCellText()
/trunk/main/offapi/com/sun/star/security/
H A DXDocumentDigitalSignatures.idl43 This interface can be used to digitaly sign different content in a office document.
50 /** signs the content of the document including text and pictures.
59 <p>Only document content will be checked.</p>
65 /** shows the digital signatures of the document content
72 the document content.
76 /** signs the content of the Scripting including macros and basic dialogs
78 <p>The rest of document content will not be signed.</p>
85 <p>Only Scripting content will be checked.</p>
91 /** shows the digital signatures of the scripting content
98 the scripting content.
[all …]
/trunk/main/toolkit/src2xml/source/
H A Dmacroparser.py52 content = self.buffer[i:]
53 self.setMacro(name, vars, content)
59 vars, content = self.parseArgs(buf)
60 self.setMacro(name, vars, content)
75 content = ''
106 def setMacro (self, name, vars, content): argument
114 print("content: '%s'"%content)
116 if len(content) > 0:
122 mclexer = srclexer.SrcLexer(content)
/trunk/test/testuno/source/fvt/uno/sw/breaks/
H A DCheckBreaks.java270 String content = xText.getString(); in deleteLineBreak() local
271 content = content.replaceFirst("\n", ""); in deleteLineBreak()
272 xText.setString(content); in deleteLineBreak()
286 String content = xText.getString(); in getLineCount() local
287 int index = content.indexOf("\n"); in getLineCount()
291 content = content.substring(index+1); in getLineCount()
292 index = content.indexOf("\n"); in getLineCount()
/trunk/main/javainstaller2/src/Helpfiles/
H A Dcreate_helpfiles.pl102 my @content = ();
114 push(@content, $direntry);
118 return \@content;
126 my @content = <IN>;
129 return \@content;
150 my $content = $stringhash->{$key} . "\n<p>\n";
151 push(@helpfilecontent, $content);
/trunk/test/testcommon/source/org/openoffice/test/
H A DOpenOffice.java328 String content = FileUtil.readFileAsString(registry); in start() local
331 if (!content.contains(item)) { in start()
335 content = content.replace("</oor:items>", ""); in start()
336 if (content.length() == 0) in start()
337content += "<?xml version=\"1.0\" encoding=\"UTF-8\"?><oor:items xmlns:oor=\"http://openoffice.org… in start()
338 content += newContent + "</oor:items>"; in start()
339 FileUtil.writeStringToFile(registry.getAbsolutePath(), content); in start() local
/trunk/main/solenv/bin/modules/installer/
H A Dpackagepool.pm286 my @content = ();
288 push(@content, $oneline);
291 push(@content, $oneline);
294 push(@content, $oneline);
297 push(@content, $oneline);
300 push(@content, $oneline);
305 push(@content, $oneline);
314 push(@content, $oneline);
317 installer::files::save_file($pcffilename, \@content);
332 my $content = installer::files::read_file($pcffilename);
[all …]

12345678910>>...23