LibreOffice Module ucb (master) 1
|
#include <gio_datasupplier.hxx>
Public Member Functions | |
ResultListEntry (GFileInfo *pInInfo) | |
~ResultListEntry () | |
Public Attributes | |
OUString | aId |
css::uno::Reference< css::ucb::XContentIdentifier > | xId |
css::uno::Reference< css::ucb::XContent > | xContent |
css::uno::Reference< css::sdbc::XRow > | xRow |
GFileInfo * | pInfo |
Definition at line 32 of file gio_datasupplier.hxx.
|
inlineexplicit |
Definition at line 40 of file gio_datasupplier.hxx.
References pInfo.
|
inline |
Definition at line 45 of file gio_datasupplier.hxx.
References pInfo.
OUString gio::ResultListEntry::aId |
Definition at line 34 of file gio_datasupplier.hxx.
GFileInfo* gio::ResultListEntry::pInfo |
Definition at line 38 of file gio_datasupplier.hxx.
Referenced by ResultListEntry(), and ~ResultListEntry().
css::uno::Reference< css::ucb::XContent > gio::ResultListEntry::xContent |
Definition at line 36 of file gio_datasupplier.hxx.
css::uno::Reference< css::ucb::XContentIdentifier > gio::ResultListEntry::xId |
Definition at line 35 of file gio_datasupplier.hxx.
css::uno::Reference< css::sdbc::XRow > gio::ResultListEntry::xRow |
Definition at line 37 of file gio_datasupplier.hxx.