Home
last modified time | relevance | path

Searched refs:session (Results 1 – 25 of 100) sorted by relevance

1234

/trunk/main/offapi/com/sun/star/frame/
H A DSessionManager.idl35 /** The SessionManager service provides an interface to the session manager
36 of the desktop. A session manager keeps track of applications that are
39 to do this the session manager needs cooperation from applications;
46 <li>The session manager informs all its connected applications
52 time only one application can iteract with the user. The session manager
55 <li>try to cancel the whole shutdown; the session manager may or may
59 <li>After saving is done the session manager signals all applications
62 session manager.</li>
64 session manager kills all remaining applications and finally lets the
70 process) provides an application's interface to the session manager.
[all …]
H A DXSessionManagerListener.idl36 /** doSave gets called when a save event was issued by the session manager
47 on the session manager client service object.</p>
69 interaction request was processed by the session manager
76 on the session manager client service object.
86 on the session manager client service object will
91 /** returns true, if a session was restored
H A DXSessionManagerClient.idl35 /** Connect to a session manager to get information about pending
42 /** addSessionManagerListener registers a listener for session management events
45 listener for session management events
52 /** removeSessionManagerListener deregisters a listener for session events
63 from the session manager
H A DXSessionManagerListener2.idl39 /** doQuit gets called when the session manager has decided
/trunk/main/wizards/com/sun/star/wizards/web/export/
H A DImpressHTMLExporter.java54 CGSession session = getSession(source); in export() local
57 props.put("Email", session.cp_GeneralInfo.cp_Email); in export()
58 props.put("HomepageURL", getHomepageURL(session)); in export()
61 props.put(PropertyNames.PROPERTY_WIDTH, getImageWidth(session)); in export()
70 props.put("UseButtonSet", new Integer(session.cp_Design.cp_IconSet)); in export()
78 private String getHomepageURL(CGSession session) in getHomepageURL() argument
84 private Integer getImageWidth(CGSession session) in getImageWidth() argument
86 switch (session.cp_Design.cp_OptimizeDisplaySize) in getImageWidth()
/trunk/main/wizards/com/sun/star/wizards/web/
H A DWWD_Startup.java311 protected void setSaveSessionName(CGSession session) in setSaveSessionName() argument
326 session.cp_Name = resources.resSessionName + ++max; in setSaveSessionName()
707 checkContent(session.cp_Content, task, xC); in mount()
709 settings.cp_DefaultSession = session; in mount()
711 mount(session.cp_Content); in mount()
715 mount(session.cp_Design, designAware); in mount()
716 mount(session.cp_GeneralInfo, genAware); in mount()
720 mount(session.cp_Publishing.getElement(LOCAL_PUBLISHER), 0); in mount()
721 mount(session.cp_Publishing.getElement(FTP_PUBLISHER), 1); in mount()
722 mount(session.cp_Publishing.getElement(ZIP_PUBLISHER), 2); in mount()
[all …]
H A DWWD_Events.java168 CGSession session = new CGSession(); in loadSession() local
169 session.setRoot(settings); in loadSession()
170 session.readConfiguration(view, CONFIG_READ_PARAM); in loadSession()
171 task.setMax(session.cp_Content.cp_Documents.getSize() * 5 + 7); in loadSession()
176 setSaveSessionName(session); in loadSession()
178 mount(session, task, false, sd.xControl); in loadSession()
/trunk/main/odk/examples/java/NotesAccess/
H A DNotesAccess.java168 Session session; in run() local
171 session = NotesFactory.createSession(stringHost, stringUser, in run()
177 session = NotesFactory.createSession(); in run()
181 Database database = session.getDatabase( "", stringDatabase ); in run()
/trunk/main/ucb/source/ucp/webdav/
H A DCurlSession.cxx68 : session( curlSession) in CredentialsData()
73 CurlSession *session; member
332 CurlSession *session = static_cast< CurlSession* >( userdata ); in Curl_DebugCallback() local
333 return session->curlDebugOutput( type, reinterpret_cast<char*>( data ), size ); in Curl_DebugCallback()
372 CurlSession *session = static_cast<CurlSession*>( userptr ); in Curl_SSLContextCallback() local
374 SSL_CTX_set_app_data( context, session ); in Curl_SSLContextCallback()
375 SSL_CTX_set_cert_verify_callback( context, OPENSSL_VerifyCertificate, session ); in Curl_SSLContextCallback()
381 CurlSession *session = static_cast<CurlSession*>( arg ); in OPENSSL_VerifyCertificate() local
382 int verifyResult = session->verifyServerX509Certificate( x509_ctx ); in OPENSSL_VerifyCertificate()
624 …return credentialsData->session->provideCredentials( credentialsData->env, credentialsData->reques… in Curl_ProvideCredentials()
/trunk/main/offapi/com/sun/star/document/
H A DXDocumentRecovery.idl47 … <p>When saving a session, either in case of a emergency (when OpenOffice.org crashed), or during a
48 …periodic session save as configured by the user, <member>storeToRecoveryFile</member> is called fo…
57 … periodic session save, this might become a problem when saving is expensive, for a single document
83 /** recovers the document after a previous emergency or session save.
/trunk/main/offapi/com/sun/star/mozilla/
H A DXCloseSessionListener.idl38 /** Listener for closing of the corresponding session.
46 /** Notifies a closesession listener that the corresponding session was logged out
48 @param sessionData [in]: the data identifying the session that was closed
H A DXRemoteServiceManagerProvider.idl37 /** Allows creation of the remote service manager for given session.
45 /** Returns the remote service manager for the given session
H A DXPluginInstance.idl98 @param sessiondata [in]: the data specifying the current session
118 @param sessiondata [in]: the data specifying the current session
/trunk/main/scripting/examples/java/Newsgroup/
H A DSender.java70 Session session = Session.getInstance( props, null ); in sendMail() local
76 MimeMessage message = new MimeMessage( session ); in sendMail()
110 Transport transport = new NNTPTransport( session, new URLName( "news:" + newsgroup )); in sendMail()
/trunk/main/hsqldb/patches/
H A Dscript.patch8 + if (session.isProcessingScript() || session.isProcessingLog()) {
/trunk/main/offapi/com/sun/star/task/
H A DXUrlContainer.idl41 until end of OpenOffice session.
53 OpenOffice session)
H A DPasswordContainer.idl39 A password can be stored for the session period or persistently.
50 for the session period. In case an interaction handler is provided, but
/trunk/main/offapi/com/sun/star/awt/tree/
H A DXTreeControl.idl241 /** Ends the current editing session.
242 …<p>All registered <type>XTreeEditListener</type> are notified if an editing session was in progres…
250 /** Cancels the current editing session.
/trunk/main/offapi/com/sun/star/form/runtime/
H A DXFilterController.idl57 …doesn't change during one session of the form based filter. On the other hand, <em>m</em>, the num…
91 <p>This number is constant during one session of the form based filter.</p>
/trunk/main/dbaccess/source/ui/uno/
H A Ddbinteraction.src30 Text [ en-US ] = "~Remember password until end of session";
/trunk/main/offapi/com/sun/star/ucb/
H A DInteractiveLockingLockExpiredException.idl37 OpenOffice session has expired.
H A DRememberAuthentication.idl44 current session.
H A DInteractiveLockingLockedException.idl45 <true/>, the lock has been obtained by this OpenOffice session.
/trunk/main/offapi/com/sun/star/oooimprovement/
H A DXCore.idl42 /** Count of Events logged in the current session */
/trunk/main/offapi/com/sun/star/sdbc/
H A DDBASEConnectionProperties.idl32 /** represents the properties for a dBase connection (session) with a specific

Completed in 99 milliseconds

1234