Home
last modified time | relevance | path

Searched refs:pCollection (Results 1 – 25 of 30) sorted by relevance

12

/trunk/main/ucbhelper/source/provider/
H A Dinteractionrequest.cxx171 static cppu::OTypeCollection* pCollection = 0; in getTypes() local
172 if ( !pCollection ) in getTypes()
175 if ( !pCollection ) in getTypes()
182 pCollection = &collection; in getTypes()
185 return (*pCollection).getTypes(); in getTypes()
318 static cppu::OTypeCollection* pCollection = 0; in getTypes() local
319 if ( !pCollection ) in getTypes()
322 if ( !pCollection ) in getTypes()
329 pCollection = &collection; in getTypes()
332 return (*pCollection).getTypes(); in getTypes()
[all …]
H A Dcontentidentifier.cxx175 static cppu::OTypeCollection* pCollection = NULL; in getTypes() local
176 if ( !pCollection ) in getTypes()
179 if ( !pCollection ) in getTypes()
186 pCollection = &collection; in getTypes()
189 return (*pCollection).getTypes(); in getTypes()
/trunk/main/ucb/source/ucp/hierarchy/
H A Dhierarchydatasource.cxx661 cppu::OTypeCollection * pCollection = 0; in getTypes() local
667 pCollection = pReadOnlyTypes; in getTypes()
668 if ( !pCollection ) in getTypes()
672 pCollection = pReadOnlyTypes; in getTypes()
673 if ( !pCollection ) in getTypes()
682 pCollection = &aCollection; in getTypes()
684 pReadOnlyTypes = pCollection; in getTypes()
695 pCollection = pReadWriteTypes; in getTypes()
696 if ( !pCollection ) in getTypes()
700 pCollection = pReadWriteTypes; in getTypes()
[all …]
H A Dhierarchycontent.cxx225 cppu::OTypeCollection * pCollection = 0; in getTypes() local
231 pCollection = pFolderTypes; in getTypes()
232 if ( !pCollection ) in getTypes()
236 pCollection = pFolderTypes; in getTypes()
237 if ( !pCollection ) in getTypes()
251 pCollection = &aCollection; in getTypes()
253 pFolderTypes = pCollection; in getTypes()
264 pCollection = pDocumentTypes; in getTypes()
265 if ( !pCollection ) in getTypes()
269 pCollection = pDocumentTypes; in getTypes()
[all …]
/trunk/main/dbaccess/source/ui/dlg/
H A DDbAdminImpl.cxx488 ::dbaccess::ODsnTypeCollection* pCollection = pTypeCollection->getCollection(); in getDatasourceType()
489 return pCollection->getType(pConnectURL->GetValue()); in getDatasourceType()
509 ::dbaccess::ODsnTypeCollection* pCollection = pTypeCollection->getCollection(); in getConnectionURL()
510 …DBG_ASSERT(pCollection, "ODbDataSourceAdministrationHelper::getDatasourceType: invalid type collec… in getConnectionURL()
512 switch( pCollection->determineType(eType) ) in getConnectionURL()
522 String sUrl = pCollection->cutPrefix(pUrlItem->GetValue()); in getConnectionURL()
532 ::rtl::OUString sFileName = pCollection->cutPrefix(pUrlItem->GetValue()); in getConnectionURL()
549 sDatabaseName = pCollection->cutPrefix( pUrlItem->GetValue() ); in getConnectionURL()
572 sDatabaseName = pCollection->cutPrefix( pUrlItem->GetValue() ); in getConnectionURL()
589 sNewUrl = pCollection->cutPrefix(pUrlItem->GetValue()); in getConnectionURL()
[all …]
H A Ddbadmin.cxx139 ::dbaccess::ODsnTypeCollection* pCollection = pCollectionItem->getCollection(); in impl_selectDataSource()
140 …::dbaccess::DATASOURCE_TYPE eType = pCollection->determineType(getDatasourceType(*getOutputSet())); in impl_selectDataSource()
243 ::dbaccess::ODsnTypeCollection* pCollection = pCollectionItem->getCollection(); in impl_resetPages()
244 …if ( pCollection->determineType(getDatasourceType( *pExampleSet )) == ::dbaccess::DST_MYSQL_NATIVE… in impl_resetPages()
H A DDBSetupConnectionPages.cxx247 ::dbaccess::ODsnTypeCollection* pCollection = NULL; in FillItemSet()
249 pCollection = pCollectionItem->getCollection(); in FillItemSet()
250 …DBG_ASSERT(pCollection, "OLDAPConnectionPageSetup::FillItemSet : really need a DSN type collection… in FillItemSet()
252 …String sUrl = pCollection->getPrefix( ::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("sdbc:address:ld… in FillItemSet()
/trunk/main/ucb/source/ucp/ftp/
H A Dftpcontentidentifier.cxx99 static cppu::OTypeCollection* pCollection = NULL; in getTypes() local
100 if ( !pCollection ) { in getTypes()
102 if ( !pCollection ) in getTypes()
109 pCollection = &collection; in getTypes()
112 return (*pCollection).getTypes(); in getTypes()
/trunk/main/ucb/source/ucp/file/
H A Dfilid.cxx110 static cppu::OTypeCollection* pCollection = NULL; in getTypes() local
111 if ( !pCollection ) { in getTypes()
113 if ( !pCollection ) in getTypes()
118 pCollection = &collection; in getTypes()
121 return (*pCollection).getTypes(); in getTypes()
/trunk/main/sc/source/core/tool/
H A Dcharthelper.cxx348 … ScChartListenerCollection* pCollection = pDocument->GetChartListenerCollection(); in AddRangesIfProtectedChart() local
349 if ( pCollection && pCollection->Search( &aSearcher, nIndex ) ) in AddRangesIfProtectedChart()
351 … ScChartListener* pListener = static_cast< ScChartListener* >( pCollection->At( nIndex ) ); in AddRangesIfProtectedChart()
442 … ScChartListenerCollection* pCollection = pDoc->GetChartListenerCollection(); in CreateProtectedChartListenersAndNotify() local
443 if ( pCollection && !pCollection->Search( &aSearcher, nIndex ) ) in CreateProtectedChartListenersAndNotify()
448 pCollection->Insert( pChartListener ); in CreateProtectedChartListenersAndNotify()
/trunk/main/ucb/source/ucp/tdoc/
H A Dtdoc_passwordrequest.cxx145 static cppu::OTypeCollection * pCollection = 0; in getTypes() local
146 if ( !pCollection ) in getTypes()
149 if ( !pCollection ) in getTypes()
156 pCollection = &collection; in getTypes()
159 return (*pCollection).getTypes(); in getTypes()
H A Dtdoc_content.cxx241 cppu::OTypeCollection * pCollection = 0; in getTypes() local
247 pCollection = pFolderTypes; in getTypes()
248 if ( !pCollection ) in getTypes()
252 pCollection = pFolderTypes; in getTypes()
253 if ( !pCollection ) in getTypes()
267 pCollection = &aCollection; in getTypes()
269 pFolderTypes = pCollection; in getTypes()
280 pCollection = pDocumentTypes; in getTypes()
281 if ( !pCollection ) in getTypes()
285 pCollection = pDocumentTypes; in getTypes()
[all …]
/trunk/main/embedserv/source/embed/
H A Dservprov.cxx168 static ::cppu::OTypeCollection *pCollection = 0; in getTypes()
169 if( ! pCollection ) in getTypes()
172 if( ! pCollection ) in getTypes()
180 pCollection = &collection; in getTypes()
183 return (*pCollection).getTypes(); in getTypes()
/trunk/main/io/source/stm/
H A Dodata.cxx1154 static OTypeCollection *pCollection = 0; in getTypes() local
1155 if( ! pCollection ) in getTypes()
1158 if( ! pCollection ) in getTypes()
1164 pCollection = &collection; in getTypes()
1167 return (*pCollection).getTypes(); in getTypes()
1480 static OTypeCollection *pCollection = 0; in getTypes() local
1481 if( ! pCollection ) in getTypes()
1484 if( ! pCollection ) in getTypes()
1490 pCollection = &collection; in getTypes()
1493 return (*pCollection).getTypes(); in getTypes()
/trunk/main/toolkit/inc/toolkit/helper/
H A Dmacros.hxx111 static ::cppu::OTypeCollection* pCollection = NULL; \
112 if( !pCollection ) \
115 if( !pCollection ) \
124 pCollection = &collection; \
127 return (*pCollection).getTypes(); \
/trunk/main/sc/source/ui/unoobj/
H A Dchartuno.cxx587 … ScChartListenerCollection* pCollection = ( pDoc ? pDoc->GetChartListenerCollection() : NULL ); in setFastPropertyValue_NoBroadcast() local
588 if ( pCollection ) in setFastPropertyValue_NoBroadcast()
590 pCollection->ChangeListening( aChartName, rRangeList ); in setFastPropertyValue_NoBroadcast()
614 ScChartListenerCollection* pCollection = pDoc->GetChartListenerCollection(); in getFastPropertyValue() local
615 if ( pCollection && pCollection->Search( &aSearcher, nIndex ) ) in getFastPropertyValue()
617 … ScChartListener* pListener = static_cast< ScChartListener* >( pCollection->At( nIndex ) ); in getFastPropertyValue()
/trunk/main/ucb/source/ucp/package/
H A Dpkgcontent.cxx345 cppu::OTypeCollection * pCollection = 0; in getTypes() local
351 pCollection = pFolderTypes; in getTypes()
352 if ( !pCollection ) in getTypes()
356 pCollection = pFolderTypes; in getTypes()
357 if ( !pCollection ) in getTypes()
371 pCollection = &aCollection; in getTypes()
373 pFolderTypes = pCollection; in getTypes()
384 pCollection = pDocumentTypes; in getTypes()
385 if ( !pCollection ) in getTypes()
389 pCollection = pDocumentTypes; in getTypes()
[all …]
/trunk/main/sc/source/filter/xml/
H A DXMLTableShapeResizer.cxx50 pCollection(NULL) in ScMyShapeResizer()
85 if (!pCollection) in CreateChartListener()
86 pCollection = pDoc->GetChartListenerCollection(); in CreateChartListener()
88 if (!pCollection) in CreateChartListener()
109 pCollection->Insert( pCL ); in CreateChartListener()
/trunk/main/xmlhelp/source/cxxhelp/provider/
H A Dcontent.cxx130 static cppu::OTypeCollection* pCollection = NULL; in getTypes() local
132 if ( !pCollection ) in getTypes()
135 if ( !pCollection ) in getTypes()
148 pCollection = &aCollection; in getTypes()
152 return (*pCollection).getTypes(); in getTypes()
/trunk/main/extensions/source/ole/
H A Dservprov.cxx694 static OTypeCollection *pCollection = 0; in getTypes() local
695 if( ! pCollection ) in getTypes()
698 if( ! pCollection ) in getTypes()
703 pCollection = &collection; in getTypes()
706 return (*pCollection).getTypes(); in getTypes()
/trunk/main/ucb/source/ucp/webdav/
H A Dwebdavcontent.cxx372 cppu::OTypeCollection * pCollection = 0; in getTypes() local
378 pCollection = pFolderTypes; in getTypes()
379 if ( !pCollection ) in getTypes()
383 pCollection = pFolderTypes; in getTypes()
384 if ( !pCollection ) in getTypes()
398 pCollection = &aCollection; in getTypes()
400 pFolderTypes = pCollection; in getTypes()
411 pCollection = pDocumentTypes; in getTypes()
412 if ( !pCollection ) in getTypes()
416 pCollection = pDocumentTypes; in getTypes()
[all …]
/trunk/main/ucbhelper/workben/myucp/
H A Dmyucp_content.cxx144 static cppu::OTypeCollection* pCollection = 0; in getTypes() local
146 if ( !pCollection ) in getTypes()
149 if ( !pCollection ) in getTypes()
162 pCollection = &aCollection; in getTypes()
166 return (*pCollection).getTypes(); in getTypes()
/trunk/main/basic/source/runtime/
H A Druntime.cxx1146 BasicCollection* pCollection; in PushForEach() local
1166 else if( (pCollection = PTR_CAST(BasicCollection,pObj)) != NULL ) in PushForEach()
1169 p->refEnd = pCollection; in PushForEach()
1241 SbiForStack* SbiRuntime::FindForStackItemForCollection( class BasicCollection* pCollection ) in FindForStackItemForCollection() argument
1250 (pCollection = PTR_CAST(BasicCollection,pVar)) == pCollection ) in FindForStackItemForCollection()
/trunk/main/ucbhelper/inc/ucbhelper/
H A Dmacros.hxx344 static cppu::OTypeCollection* pCollection = NULL; \
345 if ( !pCollection ) \
348 if ( !pCollection ) \
354 pCollection = &collection; \
357 return (*pCollection).getTypes(); \
/trunk/main/ucb/source/ucp/odma/
H A Dodma_content.cxx143 static cppu::OTypeCollection* pCollection = 0; in getTypes() local
145 if ( !pCollection ) in getTypes()
148 if ( !pCollection ) in getTypes()
161 pCollection = &aCollection; in getTypes()
165 return (*pCollection).getTypes(); in getTypes()

12