/aoo4110/main/ |
H A D | fetch_tarballs.sh | 50 if [ -x /usr/bin/fetch ]; then 51 fetch_bin=/usr/bin/fetch 53 echo found FreeBSD fetch: $fetch_bin 111 logfile=$TARFILE_LOCATION/fetch.log
|
H A D | bootstrap.1 | 40 # fetch or update external tarballs
|
H A D | configure.ac | 64 AC_ARG_ENABLE(fetch-external, 65 [ --disable-fetch-external Disables fetching external tarballs from web sources.
|
/aoo4110/main/vcl/source/glyphs/ |
H A D | graphite_textsrc.hxx | 73 virtual size_t fetch(gr::toffset ichMin, size_t cch, gr::utf32 * prgchBuffer); 74 virtual size_t fetch(gr::toffset ichMin, size_t cch, gr::utf16 * prgchwBuffer); 75 virtual size_t fetch(gr::toffset ichMin, size_t cch, gr::utf8 * prgchsBuffer);
|
H A D | graphite_textsrc.cxx | 56 size_t TextSourceAdaptor::fetch(gr::toffset, size_t, gr::utf32 *) in fetch() function in TextSourceAdaptor 63 size_t TextSourceAdaptor::fetch(gr::toffset offset, size_t char_count, gr::utf16 * char_buffer) in fetch() function in TextSourceAdaptor 74 size_t TextSourceAdaptor::fetch(gr::toffset, size_t, gr::utf8 *) in fetch() function in TextSourceAdaptor
|
/aoo4110/main/offapi/com/sun/star/sdbc/ |
H A D | Statement.idl | 199 object has not set a fetch direction, 205 /** retrieves the number of result set rows that is the default fetch size 212 object has not set a fetch size,
|
H A D | ResultSet.idl | 220 If this <code>Statement</code> object has not set a fetch direction, 226 /** retrieves the number of result set rows that is the default fetch size 233 object has not set a fetch size,
|
H A D | PreparedStatement.idl | 243 object has not set a fetch direction, 250 /** retrieves the number of result set rows that is the default fetch size 257 object has not set a fetch size,
|
H A D | XResultSet.idl | 116 may be expensive because the SDBC driver might need to fetch ahead one row in order 268 fetch the latest value of a row from the database. The SDBC driver 269 may actually refresh multiple rows at once if the fetch size is
|
H A D | FetchDirection.idl | 29 /** indicates in which direction a resultset should fetch next, just for
|
H A D | XGeneratedResultSet.idl | 42 clients of this interface can reliably fetch the column values.</p>
|
/aoo4110/main/connectivity/source/resource/ |
H A D | conn_log_res.src | 152 Text = "s$1$: fetch direction: $2$"; 157 Text = "s$1$: fetch size: $2$";
|
/aoo4110/main/graphite/ |
H A D | graphite-2.3.1.patch | 1715 m_pgts->fetch(ichrMin, cchrRange, prgchsRunText8); 1865 virtual size_t fetch(gr::toffset ichMin, size_t cch, gr::utf32 * prgchBuffer); 1866 virtual size_t fetch(gr::toffset ichMin, size_t cch, gr::utf16 * prgchwBuffer); 1867 virtual size_t fetch(gr::toffset ichMin, size_t cch, gr::utf8 * prgchsBuffer); 1981 - virtual size_t fetch(toffset ichMin, size_t cch, utf32 * prgchBuffer) 1982 + virtual size_t fetch(toffset /*ichMin*/, size_t /*cch*/, utf32 * /*prgchBuffer*/) 1986 virtual size_t fetch(toffset ichMin, size_t cch, gr::utf16 * prgchwBuffer); 1987 - virtual size_t fetch(toffset ichMin, size_t cch, utf8 * prgchsBuffer) 1988 + virtual size_t fetch(toffset /*ichMin*/, size_t /*cch*/, utf8 * /*prgchsBuffer*/)
|
/aoo4110/main/offapi/com/sun/star/ucb/ |
H A D | XFetchProvider.idl | 63 com::sun::star::ucb::FetchResult fetch( [in] long nRowStartPosition
|
H A D | CachedContentResultSet.idl | 54 <p>The default fetch size is implementation specific.
|
H A D | FetchResult.idl | 33 <p>This struct is returned from <member>XFetchProvider::fetch</member>,
|
/aoo4110/main/offapi/com/sun/star/sdb/tools/ |
H A D | XViewAccess.idl | 43 /** allows to fetch and to change the sql statements of views
|
/aoo4110/main/ucb/source/cacher/ |
H A D | cachedcontentresultsetstub.hxx | 131 fetch( sal_Int32 nRowStartPosition
|
H A D | cachedcontentresultsetstub.cxx | 361 ::fetch( sal_Int32 nRowStartPosition in fetch() function in CachedContentResultSetStub
|
H A D | cachedcontentresultset.cxx | 842 FETCH_XXX( m_aCache, m_xFetchProvider, fetch ); in impl_fetchData() 1274 FETCH_XXX( m_aCache##XXX, m_xFetchProviderForContentAccess, fetch##XXX##s ); \
|
/aoo4110/main/offapi/com/sun/star/sheet/ |
H A D | XExternalDocLink.idl | 62 document to fetch the value in first access. If <false/>, the source
|
/aoo4110/main/offapi/com/sun/star/awt/grid/ |
H A D | XGridColumn.idl | 114 /** denotes the index of the data column which should be used to fetch this grid column's data
|
/aoo4110/main/offapi/com/sun/star/sdb/ |
H A D | XColumn.idl | 247 the type map is used to fetch the correct type
|
/aoo4110/main/redland/raptor/ |
H A D | raptor2-2.0.15.patch.win32 | 40 /* Define to 1 if you have the <fetch.h> header file. */
|
/aoo4110/main/winaccessibility/source/UAccCOMIDL/ |
H A D | ia2_api_all.idl | 1441 to fetch text from the line where the caret is physically located. 1629 AT doesn't have to also fetch roles through MSAA's get_accRole. 5363 of this method is to fetch the anchor target within an HTML document. In this
|