/aoo4110/main/UnoControls/source/controls/ |
H A D | progressmonitor.cxx | 249 if ( impl_searchTopic ( rTopic, bbeforeProgress ) != NULL ) in addText() 260 pTextItem->sTopic = rTopic ; in addText() 293 IMPL_TextlistItem* pSearchItem = impl_searchTopic ( rTopic, bbeforeProgress ) ; in removeText() 329 IMPL_TextlistItem* pSearchItem = impl_searchTopic ( rTopic, bbeforeProgress ) ; in updateText() 985 IMPL_TextlistItem* ProgressMonitor::impl_searchTopic ( const OUString& rTopic, sal_Bool bbeforeProg… in impl_searchTopic() argument 1013 if ( pSearchItem->sTopic == rTopic ) in impl_searchTopic() 1034 if ( &rTopic == NULL ) return sal_False ; // NULL-pointer for reference ???!!! in impl_debug_checkParameter() 1035 if ( rTopic.getLength () < 1 ) return sal_False ; // "" in impl_debug_checkParameter() 1048 sal_Bool ProgressMonitor::impl_debug_checkParameter ( const OUString& rTopic, sal_Bool /*bbeforePro… in impl_debug_checkParameter() argument 1051 if ( &rTopic == NULL ) return sal_False ; // NULL-pointer for reference ???!!! in impl_debug_checkParameter() [all …]
|
/aoo4110/main/sc/source/filter/excel/ |
H A D | xelink.cxx | 447 const String& rApplic, const String& rTopic ) const; 1062 const String& rApplic, const String& rTopic, const String& rItem ) in InsertDde() argument 1427 maDdeTopic( rTopic ), in XclExpSupbook() 1428 maUrlEncoded( XclExpUrlHelper::EncodeDde( rApplic, rTopic ) ), in XclExpSupbook() 1801 const String& rApplic, const String& rTopic, const String& rItem ) in InsertDde() argument 1804 if( !GetSupbookDde( xSupbook, rnSupbook, rApplic, rTopic ) ) in InsertDde() 1806 xSupbook.reset( new XclExpSupbook( GetRoot(), rApplic, rTopic ) ); in InsertDde() 1911 if( rxSupbook->IsDdeLink( rApplic, rTopic ) ) in GetSupbookDde() 2217 const String& rApplic, const String& rTopic, const String& rItem ) in InsertDde() argument 2220 if( maSBBuffer.InsertDde( nSupbook, rnExtName, rApplic, rTopic, rItem ) ) in InsertDde() [all …]
|
H A D | xilink.cxx | 196 bool GetLinkData( String& rApplic, String& rTopic, sal_uInt16 nXtiIndex ) const; 349 void XclImpExtName::CreateDdeData( ScDocument& rDoc, const String& rApplic, const String& rTopic ) … in CreateDdeData() 354 rDoc.CreateDdeLink( rApplic, rTopic, maName, SC_DDE_DEFAULT, xResults ); in CreateDdeData() 522 bool XclImpSupbook::GetLinkData( String& rApplic, String& rTopic ) const in GetLinkData() 524 … return (meType == EXC_SBTYPE_SPECIAL) && XclImpUrlHelper::DecodeLink( rApplic, rTopic, maXclUrl ); in GetLinkData() 669 bool XclImpLinkManagerImpl::GetLinkData( String& rApplic, String& rTopic, sal_uInt16 nXtiIndex ) co… in GetLinkData() argument 672 return pSupbook && pSupbook->GetLinkData( rApplic, rTopic ); in GetLinkData() 792 bool XclImpLinkManager::GetLinkData( String& rApplic, String& rTopic, sal_uInt16 nXtiIndex ) const in GetLinkData() argument 794 return mxImpl->GetLinkData( rApplic, rTopic, nXtiIndex ); in GetLinkData()
|
H A D | xihelper.cxx | 784 bool XclImpUrlHelper::DecodeLink( String& rApplic, String& rTopic, const String rEncUrl ) in DecodeLink() argument 790 rTopic = rEncUrl.Copy( nPos + 1 ); in DecodeLink()
|
H A D | xehelper.cxx | 1045 String XclExpUrlHelper::EncodeDde( const String& rApplic, const String rTopic ) in EncodeDde() argument 1048 aDde.Append( EXC_DDE_DELIM ).Append( rTopic ); in EncodeDde()
|
/aoo4110/main/sc/source/core/data/ |
H A D | documen8.cxx | 1104 sal_Bool ScDocument::UpdateDdeLink( const String& rAppl, const String& rTopic, const String& rItem ) in UpdateDdeLink() argument 1122 pDdeLink->GetTopic() == rTopic && in UpdateDdeLink() 1201 const String& rAppl, const String& rTopic, const String& rItem, sal_uInt8 nMode, in lclGetDdeLink() argument 1215 (pDdeLink->GetTopic() == rTopic) && in lclGetDdeLink() 1254 bool ScDocument::FindDdeLink( const String& rAppl, const String& rTopic, const String& rItem, sal_u… in FindDdeLink() argument 1256 return lclGetDdeLink( GetLinkManager(), rAppl, rTopic, rItem, nMode, &rnDdePos ) != NULL; in FindDdeLink() 1259 bool ScDocument::GetDdeLinkData( sal_uInt16 nDdePos, String& rAppl, String& rTopic, String& rItem )… in GetDdeLinkData() argument 1264 rTopic = pDdeLink->GetTopic(); in GetDdeLinkData() 1296 ScDdeLink* pDdeLink = lclGetDdeLink( pLinkManager, rAppl, rTopic, rItem, nMode ); in CreateDdeLink() 1300 pDdeLink = new ScDdeLink( this, rAppl, rTopic, rItem, nMode ); in CreateDdeLink() [all …]
|
/aoo4110/main/svl/source/svdde/ |
H A D | ddesvr.cxx | 426 DdeItem* DdeInternal::FindItem( DdeTopic& rTopic, HSZ hItem ) in FindItem() argument 429 DdeItems& rItems = rTopic.aItems; in FindItem() 447 bWeiter = rTopic.MakeItem( reinterpret_cast<const sal_Unicode*>(chBuf) ); in FindItem() 550 void DdeService::AddTopic( const DdeTopic& rTopic ) in AddTopic() argument 552 RemoveTopic( rTopic ); in AddTopic() 553 aTopics.Insert( (DdeTopic*) &rTopic ); in AddTopic() 558 void DdeService::RemoveTopic( const DdeTopic& rTopic ) in RemoveTopic() argument 563 if ( !DdeCmpStringHandles (*t->pName, *rTopic.pName ) ) in RemoveTopic() 571 if( pC->pTopic == &rTopic ) in RemoveTopic()
|
H A D | ddecli.cxx | 152 DdeConnection::DdeConnection( const String& rService, const String& rTopic ) in DdeConnection() argument 175 pTopic = new DdeString( pInst->hDdeInstCli, rTopic ); in DdeConnection()
|
/aoo4110/main/sfx2/source/appl/ |
H A D | linkmgr2.cxx | 191 const String& rTopic, in InsertDDELink() argument 198 ::sfx2::MakeLnkName( sCmd, &rServer, rTopic, rItem ); in InsertDDELink() 537 String lcl_DDE_RelToAbs( const String& rTopic, const String& rBaseURL ) in lcl_DDE_RelToAbs() argument 540 INetURLObject aURL( rTopic ); in lcl_DDE_RelToAbs() 542 utl::LocalFileHelper::ConvertSystemPathToURL( rTopic, rBaseURL, sRet ); in lcl_DDE_RelToAbs() 544 …sRet = URIHelper::SmartRel2Abs( INetURLObject(rBaseURL), rTopic, URIHelper::GetMaybeFileHdl(), tru… in lcl_DDE_RelToAbs()
|
/aoo4110/main/basic/source/runtime/ |
H A D | ddectrl.cxx | 109 SbError SbiDdeControl::Initiate( const String& rService, const String& rTopic, in Initiate() argument 113 DdeConnection* pConv = new DdeConnection( rService, rTopic ); in Initiate()
|
H A D | ddectrl.hxx | 51 SbError Initiate( const String& rService, const String& rTopic,
|
H A D | methods.cxx | 3659 const String& rTopic = rPar.Get(2)->GetString(); in RTLFUNC() local 3663 SbError nDdeErr = pDDE->Initiate( rApp, rTopic, nChannel ); in RTLFUNC()
|
/aoo4110/main/testtools/source/performance/ |
H A D | ubtest.cxx | 1205 const std::string & rTopic = (*iTopics).first; in run() local 1208 out( rTopic.c_str(), stream ); in run() 1228 const t_TimeEntryMap::const_iterator iFind( (*iSheets).second._entries.find( rTopic ) ); in run()
|
/aoo4110/main/sc/source/filter/inc/ |
H A D | xilink.hxx | 194 bool GetLinkData( String& rApplic, String& rTopic, sal_uInt16 nXtiIndex ) const;
|
H A D | xelink.hxx | 200 const String& rApplic, const String& rTopic, const String& rItem );
|
H A D | xihelper.hxx | 300 static bool DecodeLink( String& rApplic, String& rTopic, const String rEncUrl );
|
H A D | xehelper.hxx | 418 static String EncodeDde( const String& rApplic, const String rTopic );
|
/aoo4110/main/sfx2/inc/sfx2/ |
H A D | linkmgr.hxx | 90 const String& rTopic,
|
/aoo4110/main/UnoControls/source/inc/ |
H A D | progressmonitor.hxx | 775 …sal_Bool impl_debug_checkParameter( const UNO3_OUSTRING& rTopic, sal_Bool bbeforeProgress ); …
|
/aoo4110/main/sc/inc/ |
H A D | document.hxx | 696 sal_Bool UpdateDdeLink( const String& rAppl, const String& rTopic, const String& rItem ); 701 …SC_DLLPUBLIC bool FindDdeLink( const String& rAppl, const String& rTopic, const String&… 709 …bool GetDdeLinkData( sal_uInt16 nDdePos, String& rAppl, String& rTopic, String& rItem )… 723 …SC_DLLPUBLIC bool CreateDdeLink( const String& rAppl, const String& rTopic, const Strin…
|
/aoo4110/main/sc/source/ui/unoobj/ |
H A D | linkuno.cxx | 1100 String lcl_BuildDDEName( const String& rAppl, const String& rTopic, const String& rItem ) in lcl_BuildDDEName() argument 1105 aRet += rTopic; in lcl_BuildDDEName()
|