Searched refs:rAppl (Results 1 – 5 of 5) sorted by relevance
/aoo41x/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() 1296 ScDdeLink* pDdeLink = lclGetDdeLink( pLinkManager, rAppl, rTopic, rItem, nMode ); in CreateDdeLink() 1300 pDdeLink = new ScDdeLink( this, rAppl, rTopic, rItem, nMode ); in CreateDdeLink() [all …]
|
/aoo41x/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()
|
/aoo41x/main/sc/source/filter/inc/ |
H A D | namebuff.hxx | 301 sal_Bool GetLink( const sal_uInt16 nExcSheetIndex, String &rAppl, String &rDoc ) const;
|
/aoo41x/main/sc/inc/ |
H A D | document.hxx | 696 sal_Bool UpdateDdeLink( const String& rAppl, const String& rTopic, const String& rItem ); 701 …SC_DLLPUBLIC bool FindDdeLink( const String& rAppl, const String& rTopic, const String&… 709 …bool GetDdeLinkData( sal_uInt16 nDdePos, String& rAppl, String& rTopic, String& rItem )… 723 …SC_DLLPUBLIC bool CreateDdeLink( const String& rAppl, const String& rTopic, const Strin…
|
/aoo41x/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()
|
Completed in 103 milliseconds