Searched refs:aAppl (Results 1 – 6 of 6) sorted by relevance
/trunk/main/sc/source/ui/unoobj/ |
H A D | linkuno.cxx | 1064 aAppl( rA ), in ScDDELinkObj() 1091 rLH.GetDdeAppl() == aAppl && in Notify() 1114 return lcl_BuildDDEName( aAppl, aTopic, aItem ); in getName() 1130 return aAppl; in getApplication() 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 D | ddelink.cxx | 57 aAppl( rA ), in ScDdeLink() 76 aAppl ( rOther.aAppl ), in ScDdeLink() 96 rStream.ReadByteString( aAppl, eCharSet ); in ScDdeLink() 118 rStream.WriteByteString( aAppl, eCharSet ); in Store() 223 aHint.SetDdeLink( aAppl, aTopic, aItem, nMode ); in DataChanged()
|
H A D | interpr2.cxx | 2134 String aAppl = 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 D | ddelink.hxx | 44 String aAppl; // Verbindungsdaten member in ScDdeLink 80 const String& GetAppl() const { return aAppl; } in GetAppl()
|
/trunk/main/sc/source/filter/excel/ |
H A D | excform.cxx | 689 String aAppl, aExtDoc; in Convert() local 692 rR.pExtSheetBuff->GetLink( ( sal_uInt16 ) nINT16 , aAppl, aExtDoc ); in Convert() 693 nPar1 = aPool.Store( aAppl ); in Convert() 699 GetDoc().CreateDdeLink( aAppl, aExtDoc, pExtName->aName, SC_DDE_DEFAULT ); in Convert()
|
/trunk/main/sc/inc/ |
H A D | linkuno.hxx | 386 String aAppl; member in ScDDELinkObj
|
Completed in 57 milliseconds