/aoo42x/main/udkapi/com/sun/star/uri/ |
H A D | XUriReference.idl | 82 and before the optional “<code>#</code>” and fragment part. 84 before the optional “<code>#</code>” 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 D | XVndSunStarPkgUrlReferenceFactory.idl | 43 no fragment.</p> 46 <NULL/>, and should be an absolute URI reference with no fragment 50 fragment
|
H A D | XUriSchemeParser.idl | 44 <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
|
/aoo42x/main/stoc/source/uriproc/ |
H A D | UriReferenceFactory.cxx | 202 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 D | UriSchemeParser_vndDOTsunDOTstarDOTscript.cxx | 151 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 D | UriReference.cxx | 177 void UriReference::setFragment(rtl::OUString const & fragment) in setFragment() argument 182 m_fragment = fragment; in setFragment()
|
H A D | UriSchemeParser_vndDOTsunDOTstarDOTexpand.cxx | 136 virtual void SAL_CALL setFragment(::rtl::OUString const & fragment) in setFragment() argument 138 { base_.setFragment(fragment); } in setFragment()
|
/aoo42x/main/offapi/com/sun/star/text/ |
H A D | AccessibleParagraphView.idl | 52 /** 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 D | AccessibleTextDocumentView.idl | 85 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 D | AccessiblePageView.idl | 89 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 D | AccessibleEndnoteView.idl | 50 /** 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 D | AccessibleFootnoteView.idl | 52 /** 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 D | AccessibleTextFrameView.idl | 51 /** 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 D | AccessibleHeaderFooterView.idl | 76 represents a whole paragarph (and not a fragment only), 84 represents a whole table (and not a fragment only),
|
/aoo42x/test/testassistant/src/org/openoffice/test/assistant/views/ |
H A D | UIMapOp.java | 148 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()
|
/aoo42x/main/offapi/com/sun/star/configuration/ |
H A D | AccessRootElement.idl | 61 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 D | UpdateRootElement.idl | 48 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 D | ConfigurationUpdateAccess.idl | 47 /** 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.
|
/aoo42x/main/offapi/com/sun/star/sheet/ |
H A D | AccessibleSpreadsheetPageView.idl | 78 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>
|
/aoo42x/main/ucb/source/ucp/webdav/ |
H A D | CurlUri.cxx | 210 rtl::OUString fragment = getURLStringPart( pUri, CURLUPART_FRAGMENT, 0 ); in init() local 211 if ( !fragment.isEmpty() ) in init() 214 mPath += fragment; in init()
|
/aoo42x/main/odk/source/com/sun/star/lib/loader/ |
H A D | InstallationFinder.java | 547 String fragment = url.getRef(); in getCanonicalPathFromFileURL() local 548 if (fragment != null) { in getCanonicalPathFromFileURL() 549 path += '#' + fragment; in getCanonicalPathFromFileURL()
|
/aoo42x/main/stoc/test/uriproc/ |
H A D | test_uriproc.cxx | 148 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()
|
/aoo42x/main/offapi/com/sun/star/ucb/ |
H A D | HierarchyDataReadWriteAccess.idl | 44 /** 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 D | HierarchyDataReadAccess.idl | 44 /** provides read access to a fragment of the hierarchy data. 148 receive notifications for any changes within the hierarchy (fragment)
|
/aoo42x/main/offapi/com/sun/star/table/ |
H A D | AccessibleCellView.idl | 81 fragment that is contained in the cell and 82 is at least partially visible. A paragraph fragment is
|