Home
last modified time | relevance | path

Searched refs:fetch (Results 1 – 24 of 24) sorted by relevance

/trunk/main/vcl/source/glyphs/
H A Dgraphite_textsrc.hxx73 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 Dgraphite_textsrc.cxx56 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
/trunk/main/offapi/com/sun/star/sdbc/
H A DStatement.idl199 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 DResultSet.idl220 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 DPreparedStatement.idl243 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 DXResultSet.idl116 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 DFetchDirection.idl29 /** indicates in which direction a resultset should fetch next, just for
H A DXGeneratedResultSet.idl42 clients of this interface can reliably fetch the column values.</p>
/trunk/main/connectivity/source/resource/
H A Dconn_log_res.src152 Text = "s$1$: fetch direction: $2$";
157 Text = "s$1$: fetch size: $2$";
/trunk/main/graphite/
H A Dgraphite-2.3.1.patch1715 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*/)
/trunk/main/offapi/com/sun/star/ucb/
H A DXFetchProvider.idl63 com::sun::star::ucb::FetchResult fetch( [in] long nRowStartPosition
H A DFetchResult.idl33 <p>This struct is returned from <member>XFetchProvider::fetch</member>,
H A DCachedContentResultSet.idl54 <p>The default fetch size is implementation specific.
/trunk/main/offapi/com/sun/star/sdb/tools/
H A DXViewAccess.idl43 /** allows to fetch and to change the sql statements of views
/trunk/main/ucb/source/cacher/
H A Dcachedcontentresultsetstub.hxx131 fetch( sal_Int32 nRowStartPosition
H A Dcachedcontentresultsetstub.cxx361 ::fetch( sal_Int32 nRowStartPosition in fetch() function in CachedContentResultSetStub
H A Dcachedcontentresultset.cxx842 FETCH_XXX( m_aCache, m_xFetchProvider, fetch ); in impl_fetchData()
1274 FETCH_XXX( m_aCache##XXX, m_xFetchProviderForContentAccess, fetch##XXX##s ); \
/trunk/main/offapi/com/sun/star/sheet/
H A DXExternalDocLink.idl62 document to fetch the value in first access. If <false/>, the source
/trunk/main/
H A Dbootstrap.157 # fetch or update external tarballs
H A Dconfigure.ac67 AC_ARG_ENABLE(fetch-external,
68 [ --disable-fetch-external Disables fetching external tarballs from web sources.
/trunk/main/offapi/com/sun/star/awt/grid/
H A DXGridColumn.idl114 /** denotes the index of the data column which should be used to fetch this grid column's data
/trunk/main/offapi/com/sun/star/sdb/
H A DXColumn.idl247 the type map is used to fetch the correct type
/trunk/main/redland/raptor/
H A Draptor2-2.0.15.patch.win3240 /* Define to 1 if you have the <fetch.h> header file. */
/trunk/main/winaccessibility/source/UAccCOMIDL/
H A Dia2_api_all.idl1441 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

Completed in 110 milliseconds