| /aoo4110/main/offapi/com/sun/star/util/ | 
| H A D | XOfficeInstallationDirectories.idl | 36     containing relocatable (not absolute) references to the current office49     /** returns the absolute URL containing the directory of the current office
 53         the absolute URL containing the directory of the current office
 59     /** returns the absolute URL containing the directory where the current
 64         the absolute URL containing the directory of the current office
 72         <p>If the given URL contains an absolute reference to the current office
 74         replace the absolute reference by an opaque placeholder string.
 76         placeholder by an absolute reference.
 91         <p>If the given URL contains a placeholder for an absolute reference to
 94         respective placeholder will be replaced by an absolute reference to the
 [all …]
 
 | 
| /aoo4110/main/ucb/source/sorter/ | 
| H A D | sortresult.cxx | 355             return mxOriginal->absolute( nIndex );  in next()433         return mxOriginal->absolute( nIndex );  in first()
 452         return mxOriginal->absolute( nIndex );  in last()
 507             return mxOriginal->absolute( nIndex );  in absolute()
 525             return mxOriginal->absolute( nIndex );  in absolute()
 586         return mxOriginal->absolute( nTmp );  in relative()
 614             return mxOriginal->absolute( nIndex );  in previous()
 1049                 if ( xResultOne->absolute( nIndexOne ) )  in CompareImpl()
 1265             if ( xResultOne->absolute( nIndexOne ) )  in CompareImpl()
 1267             if ( xResultTwo->absolute( nIndexTwo ) )  in CompareImpl()
 [all …]
 
 | 
| /aoo4110/main/stoc/test/uriproc/ | 
| H A D | test_uriproc.cxx | 300         char const * absolute;  in testMakeAbsolute()  member602         css::uno::Reference< css::uri::XUriReference > absolute(  in testMakeAbsolute()  local
 608             data[i].absolute != 0, absolute.is());  in testMakeAbsolute()
 609         if (absolute.is()) {  in testMakeAbsolute()
 612                 rtl::OUString::createFromAscii(data[i].absolute),  in testMakeAbsolute()
 613                 absolute->getUriReference());  in testMakeAbsolute()
 626         char const * absolute;  in testMakeRelative()  member
 724             CPPUNIT_ASSERT(absolute.is());  in testMakeRelative()
 728                     data[i].absolute == 0  in testMakeRelative()
 729                     ? data[i].uriReference : data[i].absolute),  in testMakeRelative()
 [all …]
 
 | 
| /aoo4110/main/udkapi/com/sun/star/uri/ | 
| H A D | XUriReferenceFactory.idl | 57        resolves a relative URI reference to absolute form.67        step 3) are not supported; instead, they are interpreted as absolute
 85        <code>uriReference</code> is either already absolute, or can be resolved
 86        to an absolute URI reference, relative to the given
 89        absolute, hierarchical URI reference, or if <code>uriReference</code> is
 98        changes an absolute URI refrence to relative form.
 126        <TRUE/>, the generated relative URI reference has an absolute path (e.g.,
 146        <code>baseUriReference</code> is <NULL/>, or is not an absolute,
 
 | 
| H A D | XUriReference.idl | 37    <p>This interface only handles generic URI references (both absolute and59        returns whether this URI reference is absolute or relative.
 62        <TRUE/> if this URI reference is absolute, <FALSE/> if it is relative.
 67        returns the scheme part of this (absolute) URI reference.
 72        is an absolute URI reference; otherwise, an empty <atom>string</atom> is
 80        <p>For an absolute URI reference, the scheme-specific part is everything
 95        <p>An absolute URI reference is hierarchical if its scheme-specific part
 146        URI reference with an absolute, non-empty path, the number of path
 
 | 
| H A D | XUriSchemeParser.idl | 33    parses textual representations of absolute URIs.42        parses the textual representation of an absolute URI.
 49        reflect the fact that the object represents an absolute URI reference
 64        into an absolute URI; otherwise, <NULL/> is returned.
 
 | 
| H A D | XVndSunStarExpandUrlReference.idl | 33    represents absolute “vnd.sun.star.expand” URL references.42        fact that the represented URI reference is an absolute
 
 | 
| H A D | XVndSunStarScriptUrlReference.idl | 33    represents absolute “vnd.sun.star.script” URL references.40        fact that the represented URI reference is an absolute
 
 | 
| H A D | XVndSunStarPkgUrlReferenceFactory.idl | 46        <NULL/>, and should be an absolute URI reference with no fragment49        the given authority is either not an absolute URI reference or has a
 
 | 
| /aoo4110/main/solenv/doc/gbuild/solenv/gbuild/ | 
| H A D | types.mk | 36 	/// A partial, relative or absolute filesystem path.42             /// The absolute filesystem path representing the target.
 77             /// The (phony) absolute filesystem path to clean the target.
 86             /// The absolute filesystem path to the file containing the dependencies.
 95             /// The absolute filesystem path to the source file.
 130 …   /// The absolute filesystem path which is touched when all headers for this target are prepared.
 134 …/// The absolute filesystem path which is touched when all external headers for this target are pr…
 
 | 
| /aoo4110/main/offapi/com/sun/star/sheet/ | 
| H A D | SingleReference.idl | 39     /** is the absolute column number.51     /** is the absolute row number.
 63     /** is the absolute sheet number.
 
 | 
| /aoo4110/main/dbaccess/source/core/api/ | 
| H A D | StaticSet.cxx | 86 	return absolute(::comphelper::getINT32(bookmark));  in moveToBookmark()93 	return absolute(::comphelper::getINT32(bookmark)+rows);  in moveRelativeToBookmark()
 243 sal_Bool SAL_CALL OStaticSet::absolute( sal_Int32 row ) throw(SQLException, RuntimeException)  in absolute()  function in OStaticSet
 291 	return absolute(nCurPos+rows);  in relative()
 
 | 
| H A D | RowSetCache.cxx | 538 		absolute(m_nPosition);  in moveRelativeToBookmark()762     bCheck = m_pCacheSet->absolute(i); // -1 no need to  in fillMatrix()
 792 				bCheck = m_pCacheSet->absolute(_nNewStartPos);  in fillMatrix()
 868 				bCheck = m_pCacheSet->absolute(nNewStartPos);  in moveWindow()
 956 				sal_Bool bOk( m_pCacheSet->absolute( m_nPosition ) );  in moveWindow()
 987 			sal_Bool bCheck = m_pCacheSet->absolute(nPos);  in moveWindow()
 1132 sal_Bool ORowSetCache::absolute( sal_Int32 row )  in absolute()  function in ORowSetCache
 1201 			bErg = absolute( nNewPosition );  in relative()
 1391 	if(m_pCacheSet->absolute(m_nPosition))  in cancelRowUpdates()
 
 | 
| /aoo4110/main/dbaccess/qa/complex/dbaccess/ | 
| H A D | RowSet.java | 290                 assertTrue("testAbsolutePositioning failed", _resultSet.absolute(calcPos));  in testAbsolutePositioning()310                 if (clone.absolute(calcPos))  in test3()
 338                 if (calcPos != 0 && clone.absolute(calcPos))  in test4()
 575                 m_resultSet.absolute(position));  in positionRandom()
 822         clone.absolute(11);  in testCloneMovesPlusInsertions()
 839         clone.absolute(11);  in testCloneMovesPlusInsertions()
 
 | 
| /aoo4110/main/offapi/com/sun/star/sdbc/ | 
| H A D | XResultSet.idl | 182 		an absolute row position with respect to184 		<code>absolute(-1)</code>
 187 		<code>absolute(-2)</code>
 197 		<code>absolute(1)</code>
 206 	boolean absolute([in] long row ) raises (SQLException);
 
 | 
| /aoo4110/main/odk/examples/DevelopersGuide/Database/ | 
| H A D | Sales.java | 183 		rs.absolute(4);  in deleteRow()200 		rs.absolute(4);  in refreshRow()
 209 		rs.absolute(4);  in refreshRow()
 
 | 
| /aoo4110/main/ucb/source/cacher/ | 
| H A D | cachedcontentresultsetstub.cxx | 296 		bValidNewPos = m_xResultSetOrigin->absolute( nRowStartPosition ); \311 			m_xResultSetOrigin->absolute( nOldOriginal_Pos ); \
 353 	m_xResultSetOrigin->absolute( nOldOriginal_Pos ); \
 
 | 
| /aoo4110/main/svl/qa/ | 
| H A D | test_URIHelper.cxx | 259         char const * absolute;  in testNormalizedMakeRelative()  member287                 rtl::OUString::createFromAscii(tests[i].absolute)));  in testNormalizedMakeRelative()
 297             buf.append(tests[i].absolute);  in testNormalizedMakeRelative()
 
 | 
| /aoo4110/main/forms/qa/org/openoffice/complex/forms/tools/ | 
| H A D | ResultSet.java | 119     boolean absolute( int _row ) throws SQLException  in absolute()  method in ResultSet121         return m_resultSet.absolute( _row );  in absolute()
 
 | 
| /aoo4110/main/offapi/com/sun/star/chart/ | 
| H A D | ErrorBarStyle.idl | 46         absolute value as length for either direction.48         <p>The values for these are given as absolute numbers in
 
 | 
| /aoo4110/main/offapi/com/sun/star/text/ | 
| H A D | GraphicCrop.idl | 41 	The absolute sum of top and bottom crop must be smaller42 	than the objects original height.  The absolute sum of the left and
 
 | 
| /aoo4110/main/offapi/com/sun/star/drawing/ | 
| H A D | FillProperties.idl | 182     /** specifies if the size is given in percentage or as an absolute value.195         this is either relative or absolute.
 203         this is either relative or absolute.
 
 | 
| /aoo4110/main/odk/examples/DevelopersGuide/Forms/ | 
| H A D | RowSet.java | 146     public boolean absolute(int i) throws SQLException  in absolute()  method in RowSet148         return m_rowSet.absolute(i);  in absolute()
 
 | 
| /aoo4110/main/connectivity/qa/connectivity/tools/ | 
| H A D | RowSet.java | 147     public boolean absolute(int i) throws SQLException  in absolute()  method in RowSet149         return m_rowSet.absolute(i);  in absolute()
 
 | 
| /aoo4110/main/offapi/com/sun/star/chart2/ | 
| H A D | FillBitmap.idl | 84 	/** specifies if the size is given in percentage or as an absolute97 		either relative or absolute.</p>
 
 |