Lines Matching refs:xCollection
178 uno::Reference< container::XNameAccess > xCollection; in getLinks() local
185 xCollection.set(new ScTableSheetsObj(pDocShell)); in getLinks()
188 xCollection.set(new ScNamedRangesObj(pDocShell)); in getLinks()
191 xCollection.set(new ScDatabaseRangesObj(pDocShell)); in getLinks()
200 if ( xCollection.is() ) in getLinks()
201 return new ScLinkTargetsObj( xCollection ); in getLinks()
269 xCollection( rColl ) in SC_IMPL_DUMMY_PROPERTY_LISTENER()
271 DBG_ASSERT( xCollection.is(), "ScLinkTargetsObj: NULL" ); in SC_IMPL_DUMMY_PROPERTY_LISTENER()
283 …uno::Reference< beans::XPropertySet > xProp( ScUnoHelpFunctions::AnyToInterface( xCollection->get… in getByName()
293 return xCollection->getElementNames(); in getElementNames()
298 return xCollection->hasByName(aName); in hasByName()
310 return xCollection->hasElements(); in hasElements()