Home
last modified time | relevance | path

Searched refs:aTopic (Results 1 – 12 of 12) sorted by relevance

/trunk/main/sc/source/ui/unoobj/
H A Dlinkuno.cxx1065 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 …]
/trunk/main/sc/source/core/tool/
H A Dddelink.cxx58 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 Dinterpr2.cxx2133 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()
/trunk/main/sc/source/core/inc/
H A Dddelink.hxx45 String aTopic; member in ScDdeLink
81 const String& GetTopic() const { return aTopic; } in GetTopic()
/trunk/main/offapi/com/sun/star/sheet/
H A DXDDELinks.idl64 @param aTopic
78 [in] string aTopic,
/trunk/main/sd/source/ui/dlg/
H A Ddlgass.cxx1365 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()
/trunk/main/sc/source/filter/excel/
H A Dexcform8.cxx664 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 Dxeformula.cxx1264 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()
/trunk/main/sw/source/ui/dochdl/
H A Dswdtflvr.cxx2082 String aApp, aTopic, aItem; in _PasteDDE() local
2094 xStrm->ReadCString( aTopic, eEncoding ); in _PasteDDE()
2099 sfx2::MakeLnkName( aCmd, &aApp, aTopic, aItem ); in _PasteDDE()
3788 const ByteString aTopic( pDocShell->GetTitle( SFX_TITLE_FULLNAME ), in WriteData() local
3792 sal_Char* pMem = new char[ aAppNm.Len() + aTopic.Len() + aName.Len() + 4 ]; in WriteData()
3797 memcpy( pMem + nLen, aTopic.GetBuffer(), aTopic.Len() ); in WriteData()
3798 nLen = nLen + aTopic.Len(); in WriteData()
/trunk/main/sc/source/ui/view/
H A Dviewfun5.cxx699 String aTopic( aByteTopic, eSysEnc ); in PasteDDE() local
713 aFormula += aTopic; in PasteDDE()
H A Dgridwin.cxx4128 String aTopic = pSourceSh->GetTitle( SFX_TITLE_FULLNAME ); in DropTransferObj() local
4143 aFormula += aTopic; in DropTransferObj()
/trunk/main/sc/inc/
H A Dlinkuno.hxx387 String aTopic; member in ScDDELinkObj
484 const ::rtl::OUString& aApplication, const ::rtl::OUString& aTopic,

Completed in 115 milliseconds