Home
last modified time | relevance | path

Searched refs:m_xOfficeInstDirs (Results 1 – 6 of 6) sorted by relevance

/trunk/main/svtools/source/misc/
H A Dtemplatefoldercache.cxx343 : StoreString( _rStorage ), m_xOfficeInstDirs( xOfficeInstDirs ) { } in StoreContentURL()
351 sURL = m_xOfficeInstDirs->makeRelocatableURL( sURL ); in operator ()()
369 : StorageHelper( _rStorage ), m_xOfficeInstDirs( xOfficeInstDirs ) { } in StoreFolderContent()
384 StoreContentURL( m_rStorage, m_xOfficeInstDirs ) in operator ()()
416 : StorageHelper( _rStorage ), m_xOfficeInstDirs( xOfficeInstDirs ) { } in ReadFolderContent()
438 sURL = m_xOfficeInstDirs->makeAbsoluteURL( sURL ); in operator ()()
848 if ( !m_xOfficeInstDirs.is() ) in getOfficeInstDirs()
851 if ( !m_xOfficeInstDirs.is() ) in getOfficeInstDirs()
876 >>= m_xOfficeInstDirs; in getOfficeInstDirs()
879 OSL_ENSURE( m_xOfficeInstDirs.is(), in getOfficeInstDirs()
[all …]
/trunk/main/ucb/source/ucp/hierarchy/
H A Dhierarchydata.cxx124 m_xOfficeInstDirs( pProvider->getOfficeInstallationDirectories() ), in HierarchyEntry()
221 if ( m_xOfficeInstDirs.is() && ( aValue.getLength() > 0 ) ) in getData()
222 aValue = m_xOfficeInstDirs->makeAbsoluteURL( aValue ); in getData()
440 if ( m_xOfficeInstDirs.is() && ( aValue.getLength() > 0 ) ) in setData()
442 = m_xOfficeInstDirs->makeRelocatableURL( aValue ); in setData()
778 if ( m_xOfficeInstDirs.is() && ( aValue.getLength() > 0 ) ) in move()
779 aValue = m_xOfficeInstDirs->makeRelocatableURL( aValue ); in move()
1016 it.m_pImpl->officeDirs = m_xOfficeInstDirs; in first()
H A Dhierarchyprovider.cxx296 if ( !m_xOfficeInstDirs.is() ) in getOfficeInstallationDirectories()
299 if ( !m_xOfficeInstDirs.is() ) in getOfficeInstallationDirectories()
324 >>= m_xOfficeInstDirs; in getOfficeInstallationDirectories()
332 return m_xOfficeInstDirs; in getOfficeInstallationDirectories()
H A Dhierarchydata.hxx96 m_xOfficeInstDirs;
H A Dhierarchyprovider.hxx103 com::sun::star::util::XOfficeInstallationDirectories > m_xOfficeInstDirs; member in hierarchy_ucp::HierarchyContentProvider
/trunk/main/svtools/source/contnr/
H A Dtemplwin.cxx1640 uno::Reference< util::XOfficeInstallationDirectories > m_xOfficeInstDirs; member
1652 if ( !m_xOfficeInstDirs.is() ) in getOfficeInstDirs()
1672 >>= m_xOfficeInstDirs; in getOfficeInstDirs()
1680 return m_xOfficeInstDirs; in getOfficeInstDirs()

Completed in 48 milliseconds