Home
last modified time | relevance | path

Searched refs:rApplic (Results 1 – 8 of 8) sorted by relevance

/AOO41X/main/sc/source/filter/excel/
H A Dxelink.cxx142 … sal_uInt16 InsertDde( const String& rApplic, const String& rTopic, const String& rItem );
294 …explicit XclExpSupbook( const XclExpRoot& rRoot, const String& rApplic, const String& r…
299 bool IsDdeLink( const String& rApplic, const String& rTopic ) const;
410 const String& rApplic, const String& rTopic, const String& rItem );
447 const String& rApplic, const String& rTopic ) const;
496 const String& rApplic, const String& rTopic, const String& rItem ) = 0;
543 const String& rApplic, const String& rTopic, const String& rItem );
612 const String& rApplic, const String& rTopic, const String& rItem );
1062 const String& rApplic, const String& rTopic, const String& rItem ) in InsertDde() argument
1068 if( GetDoc().FindDdeLink( rApplic, rTopic, rItem, SC_DDE_IGNOREMODE, nPos ) ) in InsertDde()
[all …]
H A Dxilink.cxx116 bool GetLinkData( String& rApplic, String& rDoc ) const;
196 bool GetLinkData( String& rApplic, String& rTopic, sal_uInt16 nXtiIndex ) const;
349 void XclImpExtName::CreateDdeData( ScDocument& rDoc, const String& rApplic, const String& rTopic ) … in CreateDdeData() argument
354 rDoc.CreateDdeLink( rApplic, rTopic, maName, SC_DDE_DEFAULT, xResults ); in CreateDdeData()
522 bool XclImpSupbook::GetLinkData( String& rApplic, String& rTopic ) const in GetLinkData() argument
524 … return (meType == EXC_SBTYPE_SPECIAL) && XclImpUrlHelper::DecodeLink( rApplic, rTopic, maXclUrl ); in GetLinkData()
669 bool XclImpLinkManagerImpl::GetLinkData( String& rApplic, String& rTopic, sal_uInt16 nXtiIndex ) co… in GetLinkData() argument
672 return pSupbook && pSupbook->GetLinkData( rApplic, rTopic ); in GetLinkData()
792 bool XclImpLinkManager::GetLinkData( String& rApplic, String& rTopic, sal_uInt16 nXtiIndex ) const in GetLinkData() argument
794 return mxImpl->GetLinkData( rApplic, rTopic, nXtiIndex ); in GetLinkData()
H A Dxihelper.cxx784 bool XclImpUrlHelper::DecodeLink( String& rApplic, String& rTopic, const String rEncUrl ) in DecodeLink() argument
789 rApplic = rEncUrl.Copy( 0, nPos ); in DecodeLink()
H A Dxehelper.cxx1045 String XclExpUrlHelper::EncodeDde( const String& rApplic, const String rTopic ) in EncodeDde() argument
1047 String aDde( rApplic ); in EncodeDde()
/AOO41X/main/sc/source/filter/inc/
H A Dxilink.hxx194 bool GetLinkData( String& rApplic, String& rTopic, sal_uInt16 nXtiIndex ) const;
H A Dxelink.hxx200 const String& rApplic, const String& rTopic, const String& rItem );
H A Dxihelper.hxx300 static bool DecodeLink( String& rApplic, String& rTopic, const String rEncUrl );
H A Dxehelper.hxx418 static String EncodeDde( const String& rApplic, const String rTopic );