Home
last modified time | relevance | path

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

/trunk/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()
293 return xCollection->getElementNames(); in getElementNames()
298 return xCollection->hasByName(aName); in hasByName()
[all …]
/trunk/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()
1092 if ( xCollection.is() && xCollection->hasElements() ) in exportReports()
1113 if ( xCollection.is() && xCollection->hasElements() ) in exportQueries()
1132 Reference< XNameAccess > xCollection = xSup->getTables(); in exportTables() local
1133 if ( xCollection.is() && xCollection->hasElements() ) in exportTables()
1166 Reference< XNameAccess > xCollection; in exportAutoStyle() local
1169 xCollection.set( xSup->getColumns(), UNO_SET_THROW ); in exportAutoStyle()
1301 Reference< XNameAccess > xCollection = xSup->getQueryDefinitions(); in GetViewSettings() local
1302 if ( xCollection.is() && xCollection->hasElements() ) in GetViewSettings()
[all …]
/trunk/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()
/trunk/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()
/trunk/main/dbaccess/source/ui/browser/
H A Dunodatbr.cxx1259 Reference< XNameAccess > xCollection( pParentData->xContainer, UNO_QUERY ); in getObjectEntry() local
1264 if ( xCollection->hasByName(sPath) ) in getObjectEntry()
1268 … Reference<XNameAccess> xChild(xCollection->getByName(sPath),UNO_QUERY); in getObjectEntry()
2325 Reference< XNameAccess > xCollection( pParentData->xContainer, UNO_QUERY ); in IMPL_LINK() local
2326 populateTree( xCollection, _pParent, etQuery ); in IMPL_LINK()
/trunk/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()
/trunk/main/sc/inc/
H A Dtarguno.hxx176 ::com::sun::star::uno::Reference< ::com::sun::star::container::XNameAccess > xCollection;
/trunk/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()

Completed in 152 milliseconds