Lines Matching refs:m_pMyShell

90     : 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()
122 m_pMyShell->registerNotifier( m_aUncPath,this ); in BaseContent()
123 m_pMyShell->insertDefaultProperties( m_aUncPath ); in BaseContent()
131 m_pMyShell->deregisterNotifier( m_aUncPath,this ); 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()
364 m_pMyShell->installError( CommandId, in execute()
374 m_pMyShell->installError( CommandId, in execute()
384 m_pMyShell->installError( CommandId, in execute()
396 m_pMyShell->installError( CommandId, in execute()
405 m_pMyShell->installError( CommandId, in execute()
414 m_pMyShell->installError( CommandId, in execute()
436 m_pMyShell->installError( CommandId, in execute()
442 m_pMyShell->installError( CommandId, in execute()
473 Reference< beans::XPropertySetInfo > xProp = m_pMyShell->info_p( m_aUncPath ); in addPropertiesChangeListener()
522 return m_pMyShell->FolderContentType; in getContentType()
524 return m_pMyShell->FileContentType; in getContentType()
542 return m_pMyShell->FileContentType; in getContentType()
544 return m_pMyShell->FolderContentType; in getContentType()
614 m_pMyShell->associate( m_aUncPath,Name,DefaultValue,Attributes ); in addProperty()
629 m_pMyShell->deassociate( m_aUncPath, Name ); in removeProperty()
641 return m_pMyShell->queryCreatableContentsInfo(); in queryCreatableContentsInfo()
655 = ( Info.Type.compareTo( m_pMyShell->FolderContentType ) == 0 ); in createNewContent()
658 if ( Info.Type.compareTo( m_pMyShell->FileContentType ) != 0 ) in createNewContent()
703 BaseContent* p = new BaseContent( m_pMyShell, dstUncPath, bFolder ); in createNewContent()
751 sal_Bool err = m_pMyShell->getUrlFromUnq( ParentUnq, ParentUrl ); in getParent()
755 FileContentIdentifier* p = new FileContentIdentifier( m_pMyShell,ParentUnq ); in getParent()
760 Reference< XContent > content = m_pMyShell->m_pProvider->queryContent( Identifier ); in getParent()
792 return m_pMyShell->info_c(); in getCommandInfo()
804 return m_pMyShell->info_p( m_aUncPath ); in getPropertySetInfo()
823 return Reference< sdbc::XRow >( new XRow_impl( m_pMyShell, aValues ) ); in getPropertyValues()
840 rValue <<= m_bFolder ? m_pMyShell->FolderContentType in getPropertyValues()
841 : m_pMyShell->FileContentType; in getPropertyValues()
854 new XRow_impl( m_pMyShell, aValues ) ); in getPropertyValues()
857 return m_pMyShell->getv( nMyCommandIdentifier, in getPropertyValues()
945 Sequence< Any > ret = m_pMyShell->setv( m_aUncPath, // Does not handle Title in setPropertyValues()
976 m_pMyShell->move( nMyCommandIdentifier, // move notifies the childs also; in setPropertyValues()
1010 m_pMyShell->installError( nMyCommandIdentifier, in open()
1015 m_pMyShell->installError( nMyCommandIdentifier, in open()
1027 m_pMyShell->page( nMyCommandIdentifier, in open()
1037 activeDataSink->setInputStream( m_pMyShell->open( nMyCommandIdentifier, in open()
1045 activeDataStreamer->setStream( m_pMyShell->open_rw( nMyCommandIdentifier, in open()
1054 retValue = m_pMyShell->ls( nMyCommandIdentifier, in open()
1068 m_pMyShell->installError( nMyCommandIdentifier, in open()
1085 if( m_pMyShell->remove( nMyCommandIdentifier,m_aUncPath ) ) in deleteContent()
1104 m_pMyShell->installError( nMyCommandIdentifier, in transfer()
1110 if( m_pMyShell->getUnqFromUrl( aTransferInfo.SourceURL,srcUnc ) ) in transfer()
1112 m_pMyShell->installError( nMyCommandIdentifier, in transfer()
1139 m_pMyShell->installError( nMyCommandIdentifier, in transfer()
1159 m_pMyShell->move( nMyCommandIdentifier,srcUncPath,dstUncPath,NameClash ); in transfer()
1161 m_pMyShell->copy( nMyCommandIdentifier,srcUncPath,dstUncPath,NameClash ); in transfer()
1173 m_pMyShell->write( nMyCommandIdentifier, in insert()
1182 m_pMyShell->installError( nMyCommandIdentifier, in insert()
1191 m_pMyShell->installError( nMyCommandIdentifier, in insert()
1224 m_pMyShell->installError( nMyCommandIdentifier, in insert()
1232 success = m_pMyShell->mkfil( nMyCommandIdentifier, in insert()
1240 success = m_pMyShell->mkdir( nMyCommandIdentifier, in insert()
1253 m_pMyShell,nMyCommandIdentifier); in insert()
1256 m_pMyShell->handleTask( nMyCommandIdentifier,aReq ); in insert()
1263 m_pMyShell->clearError( nMyCommandIdentifier ); in insert()
1278 FileContentIdentifier* p = new FileContentIdentifier( m_pMyShell,m_aUncPath ); in insert()
1281 m_pMyShell->registerNotifier( m_aUncPath,this ); in insert()
1282 m_pMyShell->insertDefaultProperties( m_aUncPath ); in insert()
1293 m_pMyShell->endTask( CommandId,m_aUncPath,this ); in endTask()
1307 p = new ContentEventNotifier( m_pMyShell, in cDEL()
1325 FileContentIdentifier* pp = new FileContentIdentifier( m_pMyShell,aNewName ); in cEXC()
1330 p = new ContentEventNotifier( m_pMyShell, in cEXC()
1346 p = new ContentEventNotifier( m_pMyShell, in cCEL()
1360 p = new PropertySetInfoChangeNotifier( m_pMyShell, in cPSL()
1392 p = new PropertyChangeNotifier( m_pMyShell, in cPCL()