Home
last modified time | relevance | path

Searched refs:fragment (Results 1 – 25 of 41) sorted by relevance

12

/trunk/main/udkapi/com/sun/star/uri/
H A DXUriReference.idl82 and before the optional &ldquo;<code>#</code>&rdquo; and fragment part.
84 before the optional &ldquo;<code>#</code>&rdquo; and fragment part.</p>
192 returns whether this URI reference has a fragment part.
195 <TRUE/> if this URI reference has a fragment part.
200 returns the fragment part of this URI reference.
203 the textual representation of the fragment part (with the exact spelling
205 is a URI reference that has a fragment part; otherwise, an empty
211 sets the fragment part of this URI reference.
213 @param fragment
217 void setFragment([in] string fragment);
[all …]
H A DXVndSunStarPkgUrlReferenceFactory.idl43 no fragment.</p>
46 <NULL/>, and should be an absolute URI reference with no fragment
50 fragment
H A DXUriSchemeParser.idl44 <p>This method is used to parse URIs (with no fragment part), not URI
45 references (with an optional fragment part).</p>
50 with the given scheme and scheme-specific part, and without a fragment
/trunk/main/stoc/source/uriproc/
H A DUriReferenceFactory.cxx202 virtual void SAL_CALL setFragment(rtl::OUString const & fragment) in setFragment() argument
204 { m_base.setFragment(fragment); } in setFragment()
373 sal_Int32 fragment = uriReference.indexOf('#'); in parse() local
374 if (fragment == -1) { in parse()
375 fragment = uriReference.getLength(); in parse()
381 OSL_ASSERT(n < fragment); in parse()
384 schemeSpecificPart = uriReference.copy(n + 1, fragment - (n + 1)); in parse()
405 schemeSpecificPart = uriReference.copy(0, fragment); in parse()
443 if (uriRef.is() && fragment != uriReference.getLength()) { in parse()
444 uriRef->setFragment(uriReference.copy(fragment + 1)); in parse()
H A DUriSchemeParser_vndDOTsunDOTstarDOTscript.cxx151 static rtl::OUString encodeNameOrParamFragment( rtl::OUString const & fragment ) in encodeNameOrParamFragment() argument
165 fragment, in encodeNameOrParamFragment()
269 virtual void SAL_CALL setFragment(rtl::OUString const & fragment) in setFragment() argument
271 { m_base.setFragment(fragment); } in setFragment()
H A DUriReference.cxx177 void UriReference::setFragment(rtl::OUString const & fragment) in setFragment() argument
182 m_fragment = fragment; in setFragment()
H A DUriSchemeParser_vndDOTsunDOTstarDOTexpand.cxx136 virtual void SAL_CALL setFragment(::rtl::OUString const & fragment) in setFragment() argument
138 { base_.setFragment(fragment); } in setFragment()
/trunk/main/offapi/com/sun/star/text/
H A DAccessiblePageView.idl89 fragment that is contained in the page.
90 A paragraph fragment is the part of a paragraph that
95 fragment that is contained in the page.
96 A table fragment is the part of a table that is
140 table fragment of the header's page.
142 table fragment of the footnote's page. The logical order
146 table fragment of this page if there are no footnotes.
149 footnote, paragraph or table fragment of the footer's
H A DAccessibleParagraphView.idl52 /** The accessible view of a paragraph fragment.
59 /** This interface gives access to a paragraph fragment that is at least
60 partially visible on the screen. A paragraph fragment is the portion
79 children of the paragraph fragment but of the document view
103 fragment is not existing any longer).
132 fragment.
136 /** This interface gives access to a paragraph fragment's text. The text
164 fragment's text in a read-only mode. The text contains the
H A DAccessibleTextDocumentView.idl85 fragment that is contained in the document body and
86 is at least partially visible. A paragraph fragment is
92 fragment that is contained in the document body
93 and is at least partially visible. A table fragment is
137 table fragment of the header's page.
139 table fragment of the footnote's page. The logical order
143 table fragment of this page if there are no footnotes.
146 footnote, paragraph or table fragment of the footer's
H A DAccessibleEndnoteView.idl50 /** This interface gives access to any paragraph fragment and table
51 fragment that is contained in a endnote and is at least
72 fragment that is contained in the document body and
73 is at least partially visible. A paragraph fragment is
79 fragment that is contained in the document body
80 and is at least partially visible. A table fragment is
H A DAccessibleFootnoteView.idl52 /** This interface gives access to any paragraph fragment and table
53 fragment that is contained in a footnote and is at least
72 fragment that is contained in the document body and
73 is at least partially visible. A paragraph fragment is
79 fragment that is contained in the document body
80 and is at least partially visible. A table fragment is
H A DAccessibleTextFrameView.idl51 /** This interface gives access to any paragraph fragment and table
52 fragment that is contained in a text frame and at least
73 kind is returned for every paragraph fragment that
75 partially visible. A paragraph fragment is the part
80 returned for every table fragment that is contained
82 visible. A table fragment is the part of a table
H A DAccessibleHeaderFooterView.idl76 represents a whole paragarph (and not a fragment only),
84 represents a whole table (and not a fragment only),
/trunk/test/testassistant/src/org/openoffice/test/assistant/views/
H A DUIMapOp.java148 VariableDeclarationFragment fragment = (VariableDeclarationFragment) o; in scan() local
149 System.out.println(fragment); in scan()
150 names.add(fragment.getName().toString()); in scan()
152 String code = fragment.toString(); in scan()
/trunk/main/offapi/com/sun/star/configuration/
H A DAccessRootElement.idl61 designate a part or fragment of a larger hierarchy. It is that part that is
108 the root of only a fragment of an enclosing hierarchy and
109 this fragment is removed from the complete hierarchy by an outside source.
123 hierarchy (fragment) this object represents.
H A DUpdateRootElement.idl48 a <em>view</em> onto a fragment of persistent data tree that can be accessed
73 (a fragment of) the hierarchy. It also provides some functionality concerning
74 the hierarchy (fragment) accessible from that element as a whole.
H A DConfigurationUpdateAccess.idl47 /** provides modifying access to a fragment of the configuration hierarchy.
73 to control processing of changes for the entire tree (fragment) by
122 control over a batch of changes accumulated within the tree fragment.
/trunk/main/offapi/com/sun/star/sheet/
H A DAccessibleSpreadsheetPageView.idl78 every table fragment that is contained in the document body
79 and is at least partially visible. A table fragment is the
105 <li>Headers appear immediately before the first table fragment
107 <li>Footers appear immediately after the last table fragment.</li>
/trunk/main/ucb/source/ucp/webdav/
H A DCurlUri.cxx210 rtl::OUString fragment = getURLStringPart( pUri, CURLUPART_FRAGMENT, 0 ); in init() local
211 if ( !fragment.isEmpty() ) in init()
214 mPath += fragment; in init()
/trunk/main/odk/source/com/sun/star/lib/loader/
H A DInstallationFinder.java547 String fragment = url.getRef(); in getCanonicalPathFromFileURL() local
548 if (fragment != null) { in getCanonicalPathFromFileURL()
549 path += '#' + fragment; in getCanonicalPathFromFileURL()
/trunk/main/stoc/test/uriproc/
H A Dtest_uriproc.cxx148 char const * fragment; in TEST_F() member
258 data[i].fragment != 0, uriRef->hasFragment()); in TEST_F()
262 data[i].fragment == 0 ? "" : data[i].fragment), in TEST_F()
/trunk/main/offapi/com/sun/star/ucb/
H A DHierarchyDataReadWriteAccess.idl44 /** provides read and write access to a fragment of the hierarchy data.
49 /** provides read access to a fragment of the hierarchy data
H A DHierarchyDataReadAccess.idl44 /** provides read access to a fragment of the hierarchy data.
148 receive notifications for any changes within the hierarchy (fragment)
/trunk/main/offapi/com/sun/star/table/
H A DAccessibleCellView.idl81 fragment that is contained in the cell and
82 is at least partially visible. A paragraph fragment is

Completed in 76 milliseconds

12