/aoo41x/main/ucbhelper/source/provider/ |
H A D | interactionrequest.cxx | 175 if ( !pCollection ) in getTypes() 178 if ( !pCollection ) in getTypes() 327 if ( !pCollection ) in getTypes() 330 if ( !pCollection ) in getTypes() 429 if ( !pCollection ) in getTypes() 432 if ( !pCollection ) in getTypes() 534 if ( !pCollection ) in getTypes() 636 if ( !pCollection ) in getTypes() 740 if ( !pCollection ) in getTypes() 1004 if ( !pCollection ) in getTypes() [all …]
|
H A D | contentidentifier.cxx | 178 static cppu::OTypeCollection* pCollection = NULL; in getTypes() local 179 if ( !pCollection ) in getTypes() 182 if ( !pCollection ) in getTypes() 189 pCollection = &collection; in getTypes() 192 return (*pCollection).getTypes(); in getTypes()
|
/aoo41x/main/ucb/source/ucp/hierarchy/ |
H A D | hierarchydatasource.cxx | 706 pCollection = pReadOnlyTypes; in getTypes() 707 if ( !pCollection ) in getTypes() 711 pCollection = pReadOnlyTypes; in getTypes() 712 if ( !pCollection ) in getTypes() 721 pCollection = &aCollection; in getTypes() 734 pCollection = pReadWriteTypes; in getTypes() 735 if ( !pCollection ) in getTypes() 739 pCollection = pReadWriteTypes; in getTypes() 740 if ( !pCollection ) in getTypes() 751 pCollection = &aCollection; in getTypes() [all …]
|
H A D | hierarchycontent.cxx | 233 pCollection = pFolderTypes; in getTypes() 234 if ( !pCollection ) in getTypes() 238 pCollection = pFolderTypes; in getTypes() 239 if ( !pCollection ) in getTypes() 253 pCollection = &aCollection; in getTypes() 255 pFolderTypes = pCollection; in getTypes() 266 pCollection = pDocumentTypes; in getTypes() 267 if ( !pCollection ) in getTypes() 271 pCollection = pDocumentTypes; in getTypes() 272 if ( !pCollection ) in getTypes() [all …]
|
/aoo41x/main/dbaccess/source/ui/dlg/ |
H A D | DbAdminImpl.cxx | 487 ::dbaccess::ODsnTypeCollection* pCollection = pTypeCollection->getCollection(); in getDatasourceType() 488 return pCollection->getType(pConnectURL->GetValue()); in getDatasourceType() 508 ::dbaccess::ODsnTypeCollection* pCollection = pTypeCollection->getCollection(); in getConnectionURL() 511 switch( pCollection->determineType(eType) ) in getConnectionURL() 521 String sUrl = pCollection->cutPrefix(pUrlItem->GetValue()); in getConnectionURL() 531 ::rtl::OUString sFileName = pCollection->cutPrefix(pUrlItem->GetValue()); in getConnectionURL() 588 sNewUrl = pCollection->cutPrefix(pUrlItem->GetValue()); in getConnectionURL() 599 String sUrl = pCollection->getPrefix(eType); in getConnectionURL() 1113 ::dbaccess::ODsnTypeCollection* pCollection = pTypeCollection->getCollection(); in convertUrl() 1123 const ::dbaccess::DATASOURCE_TYPE eTy = pCollection->determineType(eType); in convertUrl() [all …]
|
H A D | dbadmin.cxx | 139 ::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 D | DBSetupConnectionPages.cxx | 249 ::dbaccess::ODsnTypeCollection* pCollection = NULL; in FillItemSet() 251 pCollection = pCollectionItem->getCollection(); in FillItemSet() 252 …DBG_ASSERT(pCollection, "OLDAPConnectionPageSetup::FillItemSet : really need a DSN type collection… in FillItemSet() 254 …String sUrl = pCollection->getPrefix( ::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("sdbc:address:ld… in FillItemSet()
|
/aoo41x/main/ucb/source/ucp/ftp/ |
H A D | ftpcontentidentifier.cxx | 104 static cppu::OTypeCollection* pCollection = NULL; in getTypes() local 105 if ( !pCollection ) { in getTypes() 107 if ( !pCollection ) in getTypes() 114 pCollection = &collection; in getTypes() 117 return (*pCollection).getTypes(); in getTypes()
|
/aoo41x/main/ucb/source/ucp/file/ |
H A D | filid.cxx | 113 static cppu::OTypeCollection* pCollection = NULL; in getTypes() local 114 if ( !pCollection ) { in getTypes() 116 if ( !pCollection ) in getTypes() 121 pCollection = &collection; in getTypes() 124 return (*pCollection).getTypes(); in getTypes()
|
/aoo41x/main/ucb/source/ucp/tdoc/ |
H A D | tdoc_passwordrequest.cxx | 154 static cppu::OTypeCollection * pCollection = 0; in getTypes() local 155 if ( !pCollection ) in getTypes() 158 if ( !pCollection ) in getTypes() 165 pCollection = &collection; in getTypes() 168 return (*pCollection).getTypes(); in getTypes()
|
H A D | tdoc_content.cxx | 249 pCollection = pFolderTypes; in getTypes() 250 if ( !pCollection ) in getTypes() 254 pCollection = pFolderTypes; in getTypes() 255 if ( !pCollection ) in getTypes() 269 pCollection = &aCollection; in getTypes() 271 pFolderTypes = pCollection; in getTypes() 282 pCollection = pDocumentTypes; in getTypes() 283 if ( !pCollection ) in getTypes() 287 pCollection = pDocumentTypes; in getTypes() 288 if ( !pCollection ) in getTypes() [all …]
|
/aoo41x/main/sc/source/core/tool/ |
H A D | charthelper.cxx | 348 … 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()
|
/aoo41x/main/embedserv/source/embed/ |
H A D | servprov.cxx | 174 static ::cppu::OTypeCollection *pCollection = 0; in getTypes() 175 if( ! pCollection ) in getTypes() 178 if( ! pCollection ) in getTypes() 186 pCollection = &collection; in getTypes() 189 return (*pCollection).getTypes(); in getTypes()
|
/aoo41x/main/io/source/stm/ |
H A D | odata.cxx | 1240 static OTypeCollection *pCollection = 0; in getTypes() local 1241 if( ! pCollection ) in getTypes() 1244 if( ! pCollection ) in getTypes() 1250 pCollection = &collection; in getTypes() 1253 return (*pCollection).getTypes(); in getTypes() 1582 static OTypeCollection *pCollection = 0; in getTypes() local 1583 if( ! pCollection ) in getTypes() 1586 if( ! pCollection ) in getTypes() 1592 pCollection = &collection; in getTypes() 1595 return (*pCollection).getTypes(); in getTypes()
|
/aoo41x/main/toolkit/inc/toolkit/helper/ |
H A D | macros.hxx | 111 static ::cppu::OTypeCollection* pCollection = NULL; \ 112 if( !pCollection ) \ 115 if( !pCollection ) \ 124 pCollection = &collection; \ 127 return (*pCollection).getTypes(); \
|
/aoo41x/main/sc/source/filter/xml/ |
H A D | XMLTableShapeResizer.cxx | 50 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()
|
/aoo41x/main/sc/source/ui/unoobj/ |
H A D | chartuno.cxx | 595 … ScChartListenerCollection* pCollection = ( pDoc ? pDoc->GetChartListenerCollection() : NULL ); in setFastPropertyValue_NoBroadcast() local 596 if ( pCollection ) in setFastPropertyValue_NoBroadcast() 598 pCollection->ChangeListening( aChartName, rRangeList ); in setFastPropertyValue_NoBroadcast() 622 ScChartListenerCollection* pCollection = pDoc->GetChartListenerCollection(); in getFastPropertyValue() local 623 if ( pCollection && pCollection->Search( &aSearcher, nIndex ) ) in getFastPropertyValue() 625 … ScChartListener* pListener = static_cast< ScChartListener* >( pCollection->At( nIndex ) ); in getFastPropertyValue()
|
/aoo41x/main/ucb/source/ucp/package/ |
H A D | pkgcontent.cxx | 353 pCollection = pFolderTypes; in getTypes() 354 if ( !pCollection ) in getTypes() 358 pCollection = pFolderTypes; in getTypes() 359 if ( !pCollection ) in getTypes() 373 pCollection = &aCollection; in getTypes() 375 pFolderTypes = pCollection; in getTypes() 386 pCollection = pDocumentTypes; in getTypes() 387 if ( !pCollection ) in getTypes() 391 pCollection = pDocumentTypes; in getTypes() 392 if ( !pCollection ) in getTypes() [all …]
|
/aoo41x/main/xmlhelp/source/cxxhelp/provider/ |
H A D | content.cxx | 132 static cppu::OTypeCollection* pCollection = NULL; in getTypes() local 134 if ( !pCollection ) in getTypes() 137 if ( !pCollection ) in getTypes() 150 pCollection = &aCollection; in getTypes() 154 return (*pCollection).getTypes(); in getTypes()
|
/aoo41x/main/extensions/source/ole/ |
H A D | servprov.cxx | 697 static OTypeCollection *pCollection = 0; in getTypes() local 698 if( ! pCollection ) in getTypes() 701 if( ! pCollection ) in getTypes() 706 pCollection = &collection; in getTypes() 709 return (*pCollection).getTypes(); in getTypes()
|
/aoo41x/main/ucb/source/ucp/webdav/ |
H A D | webdavcontent.cxx | 382 pCollection = pFolderTypes; in getTypes() 383 if ( !pCollection ) in getTypes() 387 pCollection = pFolderTypes; in getTypes() 388 if ( !pCollection ) in getTypes() 402 pCollection = &aCollection; in getTypes() 404 pFolderTypes = pCollection; in getTypes() 415 pCollection = pDocumentTypes; in getTypes() 416 if ( !pCollection ) in getTypes() 420 pCollection = pDocumentTypes; in getTypes() 421 if ( !pCollection ) in getTypes() [all …]
|
/aoo41x/main/ucbhelper/workben/myucp/ |
H A D | myucp_content.cxx | 146 static cppu::OTypeCollection* pCollection = 0; in getTypes() local 148 if ( !pCollection ) in getTypes() 151 if ( !pCollection ) in getTypes() 164 pCollection = &aCollection; in getTypes() 168 return (*pCollection).getTypes(); in getTypes()
|
/aoo41x/main/basic/source/runtime/ |
H A D | runtime.cxx | 1146 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()
|
/aoo41x/main/ucbhelper/inc/ucbhelper/ |
H A D | macros.hxx | 347 static cppu::OTypeCollection* pCollection = NULL; \ 348 if ( !pCollection ) \ 351 if ( !pCollection ) \ 357 pCollection = &collection; \ 360 return (*pCollection).getTypes(); \
|
/aoo41x/main/ucb/source/ucp/odma/ |
H A D | odma_content.cxx | 145 static cppu::OTypeCollection* pCollection = 0; in getTypes() local 147 if ( !pCollection ) in getTypes() 150 if ( !pCollection ) in getTypes() 163 pCollection = &aCollection; in getTypes() 167 return (*pCollection).getTypes(); in getTypes()
|