Home
last modified time | relevance | path

Searched defs:ConnectionModel (Results 1 – 2 of 2) sorted by relevance

/trunk/main/oox/inc/oox/xls/
H A Dconnectionsbuffer.hxx73 struct ConnectionModel struct
75 typedef ::std::auto_ptr< WebPrModel > WebPrModelPtr;
77 WebPrModelPtr mxWebPr; /// Special settings for web queries.
83 sal_Int32 mnId; /// Unique connection identifier.
84 sal_Int32 mnType; /// Data source type.
85 sal_Int32 mnReconnectMethod; /// Reconnection method.
86 sal_Int32 mnCredentials; /// Credentials method.
87 sal_Int32 mnInterval; /// Refresh interval in minutes.
90 bool mbDeleted; /// True = connection has been deleted.
92 bool mbBackground; /// True = background refresh enabled.
[all …]
/trunk/main/oox/source/xls/
H A Dconnectionsbuffer.cxx182 ConnectionModel::ConnectionModel() : in ConnectionModel() function in oox::xls::ConnectionModel

Completed in 22 milliseconds