Searched refs:rApplic (Results 1 – 8 of 8) sorted by relevance
/aoo42x/main/sc/source/filter/excel/ |
H A D | xelink.cxx | 447 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 D | xilink.cxx | 116 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 D | xihelper.cxx | 784 bool XclImpUrlHelper::DecodeLink( String& rApplic, String& rTopic, const String rEncUrl ) in DecodeLink() argument 789 rApplic = rEncUrl.Copy( 0, nPos ); in DecodeLink()
|
H A D | xehelper.cxx | 1045 String XclExpUrlHelper::EncodeDde( const String& rApplic, const String rTopic ) in EncodeDde() argument 1047 String aDde( rApplic ); in EncodeDde()
|
/aoo42x/main/sc/source/filter/inc/ |
H A D | xilink.hxx | 194 bool GetLinkData( String& rApplic, String& rTopic, sal_uInt16 nXtiIndex ) const;
|
H A D | xelink.hxx | 200 const String& rApplic, const String& rTopic, const String& rItem );
|
H A D | xihelper.hxx | 300 static bool DecodeLink( String& rApplic, String& rTopic, const String rEncUrl );
|
H A D | xehelper.hxx | 418 static String EncodeDde( const String& rApplic, const String rTopic );
|
Completed in 113 milliseconds