Searched refs:rAppl (Results 1 – 5 of 5) sorted by relevance
| /AOO42X/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 1121 if ( pDdeLink->GetAppl() == rAppl && in UpdateDdeLink() 1201 const String& rAppl, const String& rTopic, const String& rItem, sal_uInt8 nMode, in lclGetDdeLink() argument 1214 if( (pDdeLink->GetAppl() == rAppl) && 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 1263 rAppl = pDdeLink->GetAppl(); in GetDdeLinkData() 1287 bool ScDocument::CreateDdeLink( const String& rAppl, const String& rTopic, const String& rItem, sal… in CreateDdeLink() argument 1296 ScDdeLink* pDdeLink = lclGetDdeLink( pLinkManager, rAppl, rTopic, rItem, nMode ); in CreateDdeLink() [all …]
|
| /AOO42X/main/sc/source/filter/excel/ |
| H A D | namebuff.cxx | 256 sal_Bool ExtSheetBuffer::GetLink( const sal_uInt16 nExcIndex, String& rAppl, String& rDoc ) const in GetLink() argument 263 rAppl = pRet->aFile; in GetLink()
|
| /AOO42X/main/sc/source/filter/inc/ |
| H A D | namebuff.hxx | 301 … sal_Bool GetLink( const sal_uInt16 nExcSheetIndex, String &rAppl, String &rDoc ) const;
|
| /AOO42X/main/sc/inc/ |
| H A D | document.hxx | 693 …sal_Bool UpdateDdeLink( const String& rAppl, const String& rTopic, const String& rItem … 698 …SC_DLLPUBLIC bool FindDdeLink( const String& rAppl, const String& rTopic, const String&… 706 …bool GetDdeLinkData( sal_uInt16 nDdePos, String& rAppl, String& rTopic, String& rItem )… 720 …SC_DLLPUBLIC bool CreateDdeLink( const String& rAppl, const String& rTopic, const Strin…
|
| /AOO42X/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 1103 String aRet = rAppl; in lcl_BuildDDEName()
|