Home
last modified time | relevance | path

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

/trunk/main/sc/source/filter/excel/
H A Dxelink.cxx447 const String& rApplic, const String& rTopic ) const;
1062 const String& rApplic, const String& rTopic, const String& rItem ) in InsertDde() argument
1426 maUrl( rApplic ), in XclExpSupbook()
1428 maUrlEncoded( XclExpUrlHelper::EncodeDde( rApplic, rTopic ) ), in XclExpSupbook()
1801 const String& rApplic, const String& rTopic, const String& rItem ) in InsertDde() argument
1804 if( !GetSupbookDde( xSupbook, rnSupbook, rApplic, rTopic ) ) in InsertDde()
1806 xSupbook.reset( new XclExpSupbook( GetRoot(), rApplic, rTopic ) ); in InsertDde()
1911 if( rxSupbook->IsDdeLink( rApplic, rTopic ) ) in GetSupbookDde()
2217 const String& rApplic, const String& rTopic, const String& rItem ) in InsertDde() argument
2220 if( maSBBuffer.InsertDde( nSupbook, rnExtName, rApplic, rTopic, rItem ) ) 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()
/trunk/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 );

Completed in 70 milliseconds