Lines Matching refs:rxSMgr
91 const uno::Reference< lang::XMultiServiceFactory >& rxSMgr, in create()
97 if ( !loadData( rxSMgr, pProvider, Identifier, aProps ) ) in create()
100 return new HierarchyContent( rxSMgr, pProvider, Identifier, aProps ); in create()
106 const uno::Reference< lang::XMultiServiceFactory >& rxSMgr, in create()
122 if ( hasData( rxSMgr, pProvider, Identifier ) ) in create()
126 return new HierarchyContent( rxSMgr, pProvider, Identifier, Info ); in create()
131 const uno::Reference< lang::XMultiServiceFactory >& rxSMgr, in HierarchyContent()
135 : ContentImplHelper( rxSMgr, pProvider, Identifier ), in HierarchyContent()
147 const uno::Reference< lang::XMultiServiceFactory >& rxSMgr, in HierarchyContent()
151 : ContentImplHelper( rxSMgr, pProvider, Identifier ), in HierarchyContent()
690 const uno::Reference< lang::XMultiServiceFactory >& rxSMgr, in hasData()
705 return HierarchyEntry( rxSMgr, pProvider, aURL ).hasData(); in hasData()
711 const uno::Reference< lang::XMultiServiceFactory >& rxSMgr, in loadData()
726 HierarchyEntry aEntry( rxSMgr, pProvider, aURL ); in loadData()