Home
last modified time | relevance | path

Searched refs:m_xLogFile (Results 1 – 4 of 4) sorted by relevance

/trunk/main/desktop/source/deployment/
H A Ddp_log.cxx53 Reference<io::XOutputStream> m_xLogFile; member in dp_log::ProgressLogImpl
80 if (m_xLogFile.is()) { in disposing()
81 m_xLogFile->closeOutput(); in disposing()
82 m_xLogFile.clear(); in disposing()
111 m_xLogFile.set( in ProgressLogImpl()
113 Reference<io::XSeekable> xSeekable( m_xLogFile, UNO_QUERY_THROW ); in ProgressLogImpl()
142 if (m_xLogFile.is()) { in log_write()
143 m_xLogFile->writeBytes( in log_write()
/trunk/main/desktop/source/deployment/manager/
H A Ddp_manager.cxx511 m_xLogFile.clear(); in disposing()
779 if (m_xLogFile.is()) in addPackage()
927 if (m_xLogFile.is()) in removePackage()
1123 if (m_xLogFile.is()) in getDeployedPackage()
1168 if (m_xLogFile.is()) in getDeployedPackages()
1221 if (m_xLogFile.is()) in reinstallDeployedPackages()
1644 : m_xLogFile( xLogFile ) in CmdEnvWrapperImpl()
1674 if (m_xLogFile.is()) in push()
1684 if (m_xLogFile.is()) in update()
1693 if (m_xLogFile.is()) in pop()
[all …]
H A Ddp_manager.h62 css::uno::Reference<css::ucb::XProgressHandler> m_xLogFile; member in dp_manager::PackageManagerImpl
100 css::uno::Reference<css::ucb::XProgressHandler> m_xLogFile; member in dp_manager::PackageManagerImpl::CmdEnvWrapperImpl
283 if (m_xLogFile.is()) in logIntern()
284 m_xLogFile->update( status ); in logIntern()
/trunk/main/desktop/source/pkgchk/unopkg/
H A Dunopkg_cmdenv.cxx85 Reference< XProgressHandler > m_xLogFile; member in __anon0b28b9920111::CommandEnvironmentImpl
130 m_xLogFile.set( in CommandEnvironmentImpl()
143 Reference< lang::XComponent > xComp( m_xLogFile, UNO_QUERY ); in ~CommandEnvironmentImpl()
349 if (m_xLogFile.is()) in push()
350 m_xLogFile->push( Status ); in push()
400 if (m_xLogFile.is()) in update()
401 m_xLogFile->update( Status ); in update()
409 if (m_xLogFile.is()) in pop()
410 m_xLogFile->pop(); in pop()

Completed in 29 milliseconds