| /AOO41X/main/sc/source/ui/unoobj/ |
| H A D | linkuno.cxx | 1065 aTopic( rT ), in ScDDELinkObj() 1092 rLH.GetDdeTopic() == aTopic && in Notify() 1114 return lcl_BuildDDEName( aAppl, aTopic, aItem ); in getName() 1138 return aTopic; in getTopic() 1157 (void)pDoc->UpdateDdeLink( aAppl, aTopic, aItem ); in refresh() 1210 if ( pDoc->FindDdeLink( aAppl, aTopic, aItem, SC_DDE_IGNOREMODE, nPos ) ) in getResults() 1248 if ( pDoc->FindDdeLink( aAppl, aTopic, aItem, SC_DDE_IGNOREMODE, nPos ) ) in setResults() 1305 String aAppl, aTopic, aItem; in GetObjectByIndex_Impl() local 1307 … pDocShell->GetDocument()->GetDdeLinkData( (sal_uInt16)nIndex, aAppl, aTopic, aItem ) ) in GetObjectByIndex_Impl() 1308 return new ScDDELinkObj( pDocShell, aAppl, aTopic, aItem ); in GetObjectByIndex_Impl() [all …]
|
| /AOO41X/main/sc/source/core/tool/ |
| H A D | ddelink.cxx | 60 aTopic( rT ), in ScDdeLink() 79 aTopic ( rOther.aTopic ), in ScDdeLink() 99 rStream.ReadByteString( aTopic, eCharSet ); in ScDdeLink() 121 rStream.WriteByteString( aTopic, eCharSet ); in Store() 225 aHint.SetDdeLink( aAppl, aTopic, aItem, nMode ); in DataChanged() 265 if ( !xLinkAuthorizer->authorizeLinks( aTopic ) ) { in TryUpdate()
|
| H A D | interpr2.cxx | 2131 String aTopic = GetString(); in ScDde() local 2160 ScDdeLink* pLink = lcl_GetDdeLink( pLinkMgr, aAppl, aTopic, aItem, nMode ); in ScDde() 2169 pLink = new ScDdeLink( pDok, aAppl, aTopic, aItem, nMode ); in ScDde() 2170 pLinkMgr->InsertDDELink( pLink, aAppl, aTopic, aItem ); in ScDde()
|
| /AOO41X/main/sc/source/core/inc/ |
| H A D | ddelink.hxx | 45 String aTopic; member in ScDdeLink 81 const String& GetTopic() const { return aTopic; } in GetTopic()
|
| /AOO41X/main/offapi/com/sun/star/sheet/ |
| H A D | XDDELinks.idl | 64 @param aTopic 78 [in] string aTopic,
|
| /AOO41X/main/sd/source/ui/dlg/ |
| H A D | dlgass.cxx | 1365 String aTopic = mpPage4AskTopicEDT->GetText(); in IMPL_LINK() local 1369 if(aTopic.Len() == 0 && aName.Len() == 0 && aInfo.Len() == 0) in IMPL_LINK() 1425 String aTopic = mpPage4AskTopicEDT->GetText(); in UpdateUserData() local 1434 if(pPage && ( aTopic.Len() != 0 || aName.Len() != 0 || aInfo.Len() != 0 ) ) in UpdateUserData() 1442 if( aTopic.Len() ) in UpdateUserData() 1447 pPage->SetObjText( pObj, NULL, PRESOBJ_TITLE, aTopic ); in UpdateUserData()
|
| /AOO41X/main/sc/source/filter/excel/ |
| H A D | excform8.cxx | 664 String aApplic, aTopic; in Convert() local 665 if( rLinkMan.GetLinkData( aApplic, aTopic, nXtiIndex ) ) in Convert() 668 TokenId nPar2 = aPool.Store( aTopic ); in Convert() 673 pExtName->CreateDdeData( GetDoc(), aApplic, aTopic ); in Convert()
|
| H A D | xeformula.cxx | 1264 String aApplic, aTopic, aItem; in ProcessDdeLink() local 1269 if( mxData->mbOk ) mxData->mbOk = lclGetTokenString( aTopic, GetNextToken() ); in ProcessDdeLink() 1273 if( mxData->mbOk ) mxData->mbOk = aApplic.Len() && aTopic.Len() && aItem.Len(); in ProcessDdeLink() 1277 …if( mxData->mpLinkMgr && mxData->mpLinkMgr->InsertDde( nExtSheet, nExtName, aApplic, aTopic, aItem… in ProcessDdeLink()
|
| /AOO41X/main/sw/source/ui/dochdl/ |
| H A D | swdtflvr.cxx | 2082 String aApp, aTopic, aItem; in _PasteDDE() local 2094 xStrm->ReadCString( aTopic, eEncoding ); in _PasteDDE() 2099 sfx2::MakeLnkName( aCmd, &aApp, aTopic, aItem ); in _PasteDDE() 3787 const ByteString aTopic( pDocShell->GetTitle( SFX_TITLE_FULLNAME ), in WriteData() local 3791 sal_Char* pMem = new char[ aAppNm.Len() + aTopic.Len() + aName.Len() + 4 ]; in WriteData() 3796 memcpy( pMem + nLen, aTopic.GetBuffer(), aTopic.Len() ); in WriteData() 3797 nLen = nLen + aTopic.Len(); in WriteData()
|
| /AOO41X/main/sc/source/ui/view/ |
| H A D | viewfun5.cxx | 699 String aTopic( aByteTopic, eSysEnc ); in PasteDDE() local 713 aFormula += aTopic; in PasteDDE()
|
| H A D | gridwin.cxx | 4113 String aTopic = pSourceSh->GetTitle( SFX_TITLE_FULLNAME ); in DropTransferObj() local 4128 aFormula += aTopic; in DropTransferObj()
|
| /AOO41X/main/sc/inc/ |
| H A D | linkuno.hxx | 387 String aTopic; member in ScDDELinkObj 484 const ::rtl::OUString& aApplication, const ::rtl::OUString& aTopic,
|