Home
last modified time | relevance | path

Searched refs:xCollection (Results 1 – 9 of 9) sorted by relevance

/AOO41X/main/sc/source/ui/unoobj/
H A Dtarguno.cxx178 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()
[all …]
/AOO41X/main/dbaccess/source/filter/xml/
H A DxmlExport.cxx1070 Reference< XNameAccess > xCollection = xSup->getFormDocuments(); in exportForms() local
1071 if ( xCollection.is() && xCollection->hasElements() ) in exportForms()
1074 exportCollection(xCollection,XML_FORMS,XML_COMPONENT_COLLECTION,sal_True,aMemFunc); in exportForms()
1091 Reference< XNameAccess > xCollection = xSup->getReportDocuments(); in exportReports() local
1092 if ( xCollection.is() && xCollection->hasElements() ) in exportReports()
1095 … exportCollection(xCollection,XML_REPORTS,XML_COMPONENT_COLLECTION,sal_True,aMemFunc); in exportReports()
1112 Reference< XNameAccess > xCollection = xSup->getQueryDefinitions(); in exportQueries() local
1113 if ( xCollection.is() && xCollection->hasElements() ) in exportQueries()
1121 … exportCollection(xCollection,XML_QUERIES,XML_QUERY_COLLECTION,_bExportContext,*pMemFunc); in exportQueries()
1132 Reference< XNameAccess > xCollection = xSup->getTables(); in exportTables() local
[all …]
/AOO41X/main/sc/source/ui/vba/
H A Dvbaformatconditions.cxx113xCollection, const uno::Reference<beans::XPropertySet >& xProps ) : m_xIndexAccess( xIndexAccess … in EnumWrapper() argument
H A Dvbarange.cxx1817 uno::Reference< XCollection > xCollection( m_Areas, uno::UNO_QUERY_THROW ); in fillSeries() local
1818 for ( sal_Int32 index = 1; index <= xCollection->getCount(); ++index ) in fillSeries()
1820 …uno::Reference< excel::XRange > xRange( xCollection->Item( uno::makeAny( index ), uno::Any() ), un… in fillSeries()
2027 uno::Reference< XCollection > xCollection( m_Areas, uno::UNO_QUERY_THROW ); in Address() local
2029 for ( sal_Int32 index = 1; index <= xCollection->getCount(); ++index ) in Address()
2031 …uno::Reference< excel::XRange > xRange( xCollection->Item( uno::makeAny( index ), uno::Any() ), un… in Address()
/AOO41X/main/xmloff/source/forms/
H A Delementexport.cxx2105 Reference< XIndexAccess > xCollection(m_xProps, UNO_QUERY); in exportSubTags() local
2106 …OSL_ENSURE(xCollection.is(), "OFormLayerXMLExport::implExportForm: a form which is not an index ac… in exportSubTags()
2108 if (xCollection.is()) in exportSubTags()
2109 m_rContext.exportCollectionElements(xCollection); in exportSubTags()
/AOO41X/main/dbaccess/source/ui/browser/
H A Dunodatbr.cxx1258 … Reference< XNameAccess > xCollection( pParentData->xContainer, UNO_QUERY ); in getObjectEntry() local
1263 if ( xCollection->hasByName(sPath) ) in getObjectEntry()
1267 … Reference<XNameAccess> xChild(xCollection->getByName(sPath),UNO_QUERY); in getObjectEntry()
2324 Reference< XNameAccess > xCollection( pParentData->xContainer, UNO_QUERY ); in IMPL_LINK() local
2325 populateTree( xCollection, _pParent, etQuery ); in IMPL_LINK()
/AOO41X/main/xmloff/source/draw/
H A Dshapeexport.cxx497 const uno::Reference< drawing::XShape >& xCollection = aShapeInfo.xCustomShapeReplacement.is() in collectShapeAutoStyles() local
500 uno::Reference< drawing::XShapes > xShapes( xCollection, uno::UNO_QUERY ); in collectShapeAutoStyles()
/AOO41X/main/sc/inc/
H A Dtarguno.hxx176 …:com::sun::star::uno::Reference< ::com::sun::star::container::XNameAccess > xCollection;
/AOO41X/main/sc/source/core/data/
H A Ddpobject.cxx1642 …FindName( const rtl::OUString& rString, const uno::Reference<container::XNameAccess>& xCollection ) in lcl_FindName() argument
1644 if ( xCollection.is() ) in lcl_FindName()
1646 uno::Sequence<rtl::OUString> aSeq = xCollection->getElementNames(); in lcl_FindName()