Home
last modified time | relevance | path

Searched refs:rAppl (Results 1 – 5 of 5) sorted by relevance

/trunk/main/sc/source/core/data/
H A Ddocumen8.cxx1104 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 …]
/trunk/main/sc/source/filter/excel/
H A Dnamebuff.cxx256 sal_Bool ExtSheetBuffer::GetLink( const sal_uInt16 nExcIndex, String& rAppl, String& rDoc ) const in GetLink() argument
263 rAppl = pRet->aFile; in GetLink()
/trunk/main/sc/source/filter/inc/
H A Dnamebuff.hxx301 sal_Bool GetLink( const sal_uInt16 nExcSheetIndex, String &rAppl, String &rDoc ) const;
/trunk/main/sc/inc/
H A Ddocument.hxx696 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…
/trunk/main/sc/source/ui/unoobj/
H A Dlinkuno.cxx1100 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 41 milliseconds