Home
last modified time | relevance | path

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

/AOO42X/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.
88 bool mbKeepAlive; /// True = keep connection open after import.
89 bool mbNew; /// True = new connection, never updated.
[all …]
/AOO42X/main/oox/source/xls/
H A Dconnectionsbuffer.cxx182 ConnectionModel::ConnectionModel() : in ConnectionModel() function in oox::xls::ConnectionModel