Home
last modified time | relevance | path

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

/aoo4110/main/ucb/source/ucp/file/
H A Dbc.cxx90 : m_pMyShell( pMyShell ), in BaseContent()
100 m_pMyShell->m_pProvider->acquire(); in BaseContent()
111 : m_pMyShell( pMyShell ), in BaseContent()
121 m_pMyShell->m_pProvider->acquire(); in BaseContent()
133 m_pMyShell->m_pProvider->release(); in ~BaseContent()
322 return m_pMyShell->getCommandId(); in XTYPEPROVIDER_IMPL_10()
330 m_pMyShell->abort( CommandId ); in abort()
346 m_pMyShell->startTask( CommandId, in execute()
442 m_pMyShell->installError( CommandId, in execute()
792 return m_pMyShell->info_c(); in getCommandInfo()
[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 Dfilrow.cxx87 m_pMyShell( pMyShell ), in XRow_impl()
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()
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()
368 m_nWasNull = ::convert<uno::Reference< sdbc::XRef> >( m_pMyShell, in getRef()
385 m_nWasNull = ::convert<uno::Reference< sdbc::XBlob> >( m_pMyShell, in getBlob()
402 m_nWasNull = ::convert<uno::Reference< sdbc::XClob> >( m_pMyShell, in getClob()
[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()
308 m_pMyShell->getUnqFromUrl( aUrl1, aPath1 ); in compareContentIds()
[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 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 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 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.hxx228 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

Completed in 66 milliseconds