Home
last modified time | relevance | path

Searched refs:m_pMyShell (Results 1 – 20 of 20) sorted by relevance

/trunk/main/ucb/source/ucp/file/
H A Dbc.cxx86 : m_pMyShell( pMyShell ), in BaseContent()
96 m_pMyShell->m_pProvider->acquire(); in BaseContent()
107 : m_pMyShell( pMyShell ), in BaseContent()
117 m_pMyShell->m_pProvider->acquire(); in BaseContent()
118 m_pMyShell->registerNotifier( m_aUncPath,this ); in BaseContent()
119 m_pMyShell->insertDefaultProperties( m_aUncPath ); in BaseContent()
127 m_pMyShell->deregisterNotifier( m_aUncPath,this ); in ~BaseContent()
129 m_pMyShell->m_pProvider->release(); in ~BaseContent()
318 return m_pMyShell->getCommandId(); in XTYPEPROVIDER_IMPL_10()
326 m_pMyShell->abort( CommandId ); in abort()
[all …]
H A Dfilrow.cxx87 m_pMyShell( pMyShell ), in XRow_impl()
152 …m_nWasNull = ::convert<rtl::OUString>( m_pMyShell,m_xTypeConverter,m_aValueMap[ --columnIndex ],Va… in getString()
166 …m_nWasNull = ::convert<sal_Bool>( m_pMyShell,m_xTypeConverter,m_aValueMap[ --columnIndex ],Value ); in getBoolean()
181 …m_nWasNull = ::convert<sal_Int8>( m_pMyShell,m_xTypeConverter,m_aValueMap[ --columnIndex ],Value ); in getByte()
195 …m_nWasNull = ::convert<sal_Int16>( m_pMyShell,m_xTypeConverter,m_aValueMap[ --columnIndex ],Value … in getShort()
210 …m_nWasNull = ::convert<sal_Int32>( m_pMyShell,m_xTypeConverter,m_aValueMap[ --columnIndex ],Value … in getInt()
224 …m_nWasNull = ::convert<sal_Int64>( m_pMyShell,m_xTypeConverter,m_aValueMap[ --columnIndex ],Value … in getLong()
238 m_nWasNull = ::convert<float>( m_pMyShell,m_xTypeConverter,m_aValueMap[ --columnIndex ],Value ); in getFloat()
252 … m_nWasNull = ::convert<double>( m_pMyShell,m_xTypeConverter,m_aValueMap[ --columnIndex ],Value ); in getDouble()
266 …m_nWasNull = ::convert<uno::Sequence< sal_Int8 > >( m_pMyShell,m_xTypeConverter,m_aValueMap[ --col… in getBytes()
[all …]
H A Dfilcmd.cxx37 : m_pMyShell( pMyShell ), in XCommandInfo_impl()
82 return m_pMyShell->m_sCommandInfo; in getCommands()
92 for( sal_Int32 i = 0; i < m_pMyShell->m_sCommandInfo.getLength(); i++ ) in getCommandInfoByName()
93 if( m_pMyShell->m_sCommandInfo[i].Name == aName ) in getCommandInfoByName()
94 return m_pMyShell->m_sCommandInfo[i]; in getCommandInfoByName()
106 for( sal_Int32 i = 0; i < m_pMyShell->m_sCommandInfo.getLength(); ++i ) in getCommandInfoByHandle()
107 if( m_pMyShell->m_sCommandInfo[i].Handle == Handle ) in getCommandInfoByHandle()
108 return m_pMyShell->m_sCommandInfo[i]; in getCommandInfoByHandle()
119 for( sal_Int32 i = 0; i < m_pMyShell->m_sCommandInfo.getLength(); ++i ) in hasCommandByName()
120 if( m_pMyShell->m_sCommandInfo[i].Name == aName ) in hasCommandByName()
[all …]
H A Dprov.cxx100 m_pMyShell( 0 ) in FileProvider()
107 if( m_pMyShell ) in ~FileProvider()
108 delete m_pMyShell; in ~FileProvider()
156 if( ! m_pMyShell ) in init()
157 m_pMyShell = new shell( m_xMultiServiceFactory, this, sal_True ); in init()
166 if( ! m_pMyShell ) { in initialize()
171 m_pMyShell = new shell( m_xMultiServiceFactory, this, sal_False ); in initialize()
173 m_pMyShell = new shell( m_xMultiServiceFactory, this, sal_True ); in initialize()
281 sal_Bool err = m_pMyShell->getUnqFromUrl( xIdentifier->getContentIdentifier(), in queryContent()
287 return Reference< XContent >( new BaseContent( m_pMyShell,xIdentifier,aUnc ) ); in queryContent()
[all …]
H A Dfilnot.cxx45 : m_pMyShell( pMyShell ), in ContentEventNotifier()
58 : m_pMyShell( pMyShell ), in ContentEventNotifier()
70 FileContentIdentifier* p = new FileContentIdentifier( m_pMyShell,aChildName ); in notifyChildInserted()
73 uno::Reference< XContent > xChildContent = m_pMyShell->m_pProvider->queryContent( xChildId ); in notifyChildInserted()
109 FileContentIdentifier* p = new FileContentIdentifier( m_pMyShell,aChildName ); in notifyRemoved()
112 BaseContent* pp = new BaseContent( m_pMyShell,xChildId,aChildName ); in notifyRemoved()
161 : m_pMyShell( pMyShell ), in PropertySetInfoChangeNotifier()
216 : m_pMyShell( pMyShell ), in PropertyChangeNotifier()
H A Dfilprp.cxx40 : m_pMyShell( pMyShell ), in XPropertySetInfo_impl()
45 m_pMyShell->m_pProvider->acquire(); in XPropertySetInfo_impl()
47 shell::ContentMap::iterator it = m_pMyShell->m_aContent.find( aUnqPath ); in XPropertySetInfo_impl()
66 : m_pMyShell( pMyShell ), in XPropertySetInfo_impl()
70 m_pMyShell->m_pProvider->acquire(); in XPropertySetInfo_impl()
76 m_pMyShell->m_pProvider->release(); in ~XPropertySetInfo_impl()
H A Dfilrset.cxx52 : m_pMyShell( pMyShell ), in XResultSet_impl()
80 m_pMyShell->registerNotifier( m_aBaseDirectory,this ); in XResultSet_impl()
86 m_pMyShell->deregisterNotifier( m_aBaseDirectory,this ); in ~XResultSet_impl()
306 aRow = m_pMyShell->getv( in OneMore()
627 = new FileContentIdentifier( m_pMyShell, in queryContentIdentifier()
643 return m_pMyShell->m_pProvider->queryContent( queryContentIdentifier() ); in queryContent()
717 = m_pMyShell->m_xMultiServiceFactory; in connectToCache()
784 m_pMyShell->m_xMultiServiceFactory, in getMetaData()
793 m_pMyShell->m_xMultiServiceFactory, m_sProperty ); in getMetaData()
816 XPropertySetInfo_impl* p = new XPropertySetInfo_impl( m_pMyShell, in getPropertySetInfo()
H A Dfilid.cxx38 : m_pMyShell( pMyShell ), in FileContentIdentifier()
43 m_pMyShell->getUrlFromUnq( aUnqPath,m_aContentId ); in FileContentIdentifier()
45 m_pMyShell->getScheme( m_aProviderScheme ); in FileContentIdentifier()
49 m_pMyShell->getUnqFromUrl( aUnqPath,m_aNormalizedId ); in FileContentIdentifier()
51 m_pMyShell->getScheme( m_aProviderScheme ); in FileContentIdentifier()
H A Dfilnot.hxx42 shell* m_pMyShell; member in fileaccess::ContentEventNotifier
74 shell* m_pMyShell; member in fileaccess::PropertySetInfoChangeNotifier
99 shell* m_pMyShell; member in fileaccess::PropertyChangeNotifier
H A Dfilstr.cxx101 m_pMyShell( pMyShell ), in XTYPEPROVIDER_IMPL_7()
102 m_xProvider( m_pMyShell->m_pProvider ), in XTYPEPROVIDER_IMPL_7()
H A Dfilid.hxx88 shell* m_pMyShell; member in fileaccess::FileContentIdentifier
H A Dfilcmd.hxx98 shell* m_pMyShell; member in fileaccess::XCommandInfo_impl
H A Dfilprp.hxx85 shell* m_pMyShell; member in fileaccess::XPropertySetInfo_impl
H A Dfilinpstr.hxx144 shell* m_pMyShell; member in fileaccess::XInputStream_impl
H A Dfilinpstr.cxx41 : m_pMyShell( pMyShell ), in XInputStream_impl()
H A Dfilstr.hxx218 shell* m_pMyShell; member in fileaccess::XStream_impl
H A Dfilrow.hxx193 shell* m_pMyShell; member in fileaccess::XRow_impl
H A Dprov.hxx224 shell* m_pMyShell; member in fileaccess::FileProvider
H A Dbc.hxx277 shell* m_pMyShell; member in fileaccess::BaseContent
H A Dfilrset.hxx632 shell* m_pMyShell; member in fileaccess::XResultSet_impl