Lines Matching refs:m_pMyShell
100 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()
308 m_pMyShell->getUnqFromUrl( aUrl1, aPath1 ); in compareContentIds()
309 m_pMyShell->getUnqFromUrl( aUrl2, aPath2 ); in compareContentIds()
357 FileContentIdentifier* p = new FileContentIdentifier( m_pMyShell,ContentId,false ); in createContentIdentifier()