/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() 1305 String aAppl, aTopic, aItem; in GetObjectByIndex_Impl() local 1318 String aAppl, aTopic, aItem; in GetObjectByName_Impl() local 1324 pDoc->GetDdeLinkData( i, aAppl, aTopic, aItem ); in GetObjectByName_Impl() 1395 String aAppl, aTopic, aItem; in getElementNames() local 1404 pDoc->GetDdeLinkData( i, aAppl, aTopic, aItem ); in getElementNames() 1419 String aAppl, aTopic, aItem; in hasByName() local [all …]
|
/aoo41x/main/sc/source/core/tool/ |
H A D | ddelink.cxx | 58 aTopic( rT ), in ScDdeLink() 77 aTopic ( rOther.aTopic ), in ScDdeLink() 97 rStream.ReadByteString( aTopic, eCharSet ); in ScDdeLink() 119 rStream.WriteByteString( aTopic, eCharSet ); in Store() 223 aHint.SetDdeLink( aAppl, aTopic, aItem, nMode ); in DataChanged()
|
H A D | interpr2.cxx | 2133 String aTopic = GetString(); in ScDde() local 2162 ScDdeLink* pLink = lcl_GetDdeLink( pLinkMgr, aAppl, aTopic, aItem, nMode ); in ScDde() 2171 pLink = new ScDdeLink( pDok, aAppl, aTopic, aItem, nMode ); in ScDde() 2172 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,
|