Lines Matching refs:String

58                             const String& rName, sal_uInt16 nFlags = 0 );
62 inline const String& GetName() const { return maName; } in GetName()
72 String maName; /// Calc name (title) of the external name.
83 explicit XclExpExtNameAddIn( const XclExpRoot& rRoot, const String& rName );
96 explicit XclExpExtNameDde( const XclExpRoot& rRoot, const String& rName,
115 … XclExpExtName( const XclExpRoot& rRoot, const XclExpSupbook& rSupbook, const String& rName,
137 sal_uInt16 InsertAddIn( const String& rName );
139 sal_uInt16 InsertEuroTool( const String& rName );
142 … sal_uInt16 InsertDde( const String& rApplic, const String& rTopic, const String& rItem );
144 …sal_uInt16 InsertExtName( const XclExpSupbook& rSupbook, const String& rName, const ScExt…
155 sal_uInt16 GetIndex( const String& rName ) const;
200 const String& rTabName, sal_uInt16 nSBTab,
260 explicit XclExpExternSheet( const XclExpRoot& rRoot, const String& rTabName );
264 sal_uInt16 InsertAddIn( const String& rName );
271 void Init( const String& rEncUrl );
290 … explicit XclExpSupbook( const XclExpRoot& rRoot, const String& rUrl, XclSupbookType );
292 explicit XclExpSupbook( const XclExpRoot& rRoot, const String& rUrl );
294 …explicit XclExpSupbook( const XclExpRoot& rRoot, const String& rApplic, const String& r…
297 bool IsUrlLink( const String& rUrl ) const;
299 bool IsDdeLink( const String& rApplic, const String& rTopic ) const;
310 sal_uInt16 GetTabIndex( const String& rTabName ) const;
314 …sal_uInt16 InsertTabName( const String& rTabName, ScExternalRefCache::TableTypeRef xCache…
317 sal_uInt16 InsertAddIn( const String& rName );
319 sal_uInt16 InsertEuroTool( const String& rName );
322 sal_uInt16 InsertDde( const String& rItem );
324 …sal_uInt16 InsertExtName( const String& rName, const ScExternalRefCache::TokenArrayRef pA…
341String maUrl; /// URL of the external document or application name for DDE.
342 String maDdeTopic; /// Topic of an DDE link.
392 …void StoreCell( sal_uInt16 nFileId, const String& rTabName, const ScAddress& rCell …
393 …void StoreCellRange( sal_uInt16 nFileId, const String& rTabName, const ScRange& rRa…
400 const String& rName );
404 const String& rName );
410 const String& rApplic, const String& rTopic, const String& rItem );
413 sal_uInt16& rnSupbook, sal_uInt16& rnExtName, const String& rUrl,
414 const String& rName, const ScExternalRefCache::TokenArrayRef pArray );
416 XclExpXti GetXti( sal_uInt16 nFileId, const String& rTabName, sal_uInt16 nXclTabSpan,
441 const String& rUrl ) const;
447 const String& rApplic, const String& rTopic ) const;
474 virtual void FindExtSheet( sal_uInt16 nFileId, const String& rTabName, sal_uInt16 nXclTabSpan,
481 …virtual void StoreCell( sal_uInt16 nFileId, const String& rTabName, const ScSingleRefData& …
482 …virtual void StoreCellRange( sal_uInt16 nFileId, const String& rTabName, const ScSingleRefD…
487 const String& rName ) = 0;
491 const String& rName ) = 0;
496 const String& rApplic, const String& rTopic, const String& rItem ) = 0;
499 sal_uInt16& rnExtSheet, sal_uInt16& rnExtName, const String& rUrl,
500 … const String& rName, const ScExternalRefCache::TokenArrayRef pArray ) = 0;
523 virtual void FindExtSheet( sal_uInt16 nFileId, const String& rTabName, sal_uInt16 nXclTabSpan,
529 …virtual void StoreCell( sal_uInt16 nFileId, const String& rTabName, const ScSingleRefData& …
530 …virtual void StoreCellRange( sal_uInt16 nFileId, const String& rTabName, const ScSingleRefD…
534 const String& rName );
539 const String& rName );
543 const String& rApplic, const String& rTopic, const String& rItem );
546 sal_uInt16& rnExtSheet, sal_uInt16& rnExtName, const String& rUrl,
547 const String& rName, const ScExternalRefCache::TokenArrayRef pArray );
593 virtual void FindExtSheet( sal_uInt16 nFileId, const String& rTabName, sal_uInt16 nXclTabSpan,
599 …virtual void StoreCell( sal_uInt16 nFileId, const String& rTabName, const ScSingleRefData& …
600 …virtual void StoreCellRange( sal_uInt16 nFileId, const String& rTabName, const ScSingleRefD…
604 const String& rName );
608 const String& rName );
612 const String& rApplic, const String& rTopic, const String& rItem );
615 sal_uInt16& rnExtSheet, sal_uInt16& rnExtName, const String& rUrl,
616 const String& rName, const ScExternalRefCache::TokenArrayRef pArray );
780 const String& XclExpTabInfo::GetScTabName( SCTAB nScTab ) const in GetScTabName()
848 typedef ::std::pair< String, SCTAB > XclExpTabName;
884 const XclExpRoot& rRoot, const String& rName, sal_uInt16 nFlags ) : in XclExpExtNameBase()
913 XclExpExtNameAddIn::XclExpExtNameAddIn( const XclExpRoot& rRoot, const String& rName ) : in XclExpExtNameAddIn()
928 const String& rName, sal_uInt16 nFlags, const ScMatrix* pResults ) : in XclExpExtNameDde()
947 const String& rName, const ScExternalRefCache::TokenArrayRef pArray ) : in XclExpExtName()
985 const String& rTabName = p->GetString(); in WriteAddData()
1020 const String& rTabName = p->GetString(); in WriteAddData()
1049 sal_uInt16 XclExpExtNameBuffer::InsertAddIn( const String& rName ) in InsertAddIn()
1055 sal_uInt16 XclExpExtNameBuffer::InsertEuroTool( const String& rName ) in InsertEuroTool()
1062 const String& rApplic, const String& rTopic, const String& rItem ) in InsertDde()
1084 const String& rName, const ScExternalRefCache::TokenArrayRef pArray ) in InsertExtName()
1095 sal_uInt16 XclExpExtNameBuffer::GetIndex( const String& rName ) const in GetIndex()
1189 XclExpXct::XclExpXct( const XclExpRoot& rRoot, const String& rTabName, in XclExpXct()
1339 Init( String( cCode ) ); in XclExpExternSheet()
1342 XclExpExternSheet::XclExpExternSheet( const XclExpRoot& rRoot, const String& rTabName ) : in XclExpExternSheet()
1346 Init( String( EXC_EXTSH_TABNAME ).Append( rTabName ) ); in XclExpExternSheet()
1357 void XclExpExternSheet::Init( const String& rEncUrl ) in Init()
1364 sal_uInt16 XclExpExternSheet::InsertAddIn( const String& rName ) in InsertAddIn()
1395 XclExpSupbook::XclExpSupbook( const XclExpRoot& rRoot, const String& rUrl, XclSupbookType ) : in XclExpSupbook()
1406 XclExpSupbook::XclExpSupbook( const XclExpRoot& rRoot, const String& rUrl ) : in XclExpSupbook()
1424 XclExpSupbook::XclExpSupbook( const XclExpRoot& rRoot, const String& rApplic, const String& rTopic … in XclExpSupbook()
1435 bool XclExpSupbook::IsUrlLink( const String& rUrl ) const in IsUrlLink()
1440 bool XclExpSupbook::IsDdeLink( const String& rApplic, const String& rTopic ) const in IsDdeLink()
1473 sal_uInt16 XclExpSupbook::GetTabIndex( const String& rTabName ) const in GetTabIndex()
1491 sal_uInt16 XclExpSupbook::InsertTabName( const String& rTabName, ScExternalRefCache::TableTypeRef x… in InsertTabName()
1501 sal_uInt16 XclExpSupbook::InsertAddIn( const String& rName ) in InsertAddIn()
1506 sal_uInt16 XclExpSupbook::InsertEuroTool( const String& rName ) in InsertEuroTool()
1511 sal_uInt16 XclExpSupbook::InsertDde( const String& rItem ) in InsertDde()
1516 sal_uInt16 XclExpSupbook::InsertExtName( const String& rName, const ScExternalRefCache::TokenArrayR… in InsertExtName()
1663 void XclExpSupbookBuffer::StoreCell( sal_uInt16 nFileId, const String& rTabName, const ScAddress& r… in StoreCell()
1666 const String* pUrl = pRefMgr->getExternalFileName(nFileId); in StoreCell()
1701 void XclExpSupbookBuffer::StoreCellRange( sal_uInt16 nFileId, const String& rTabName, const ScRange… in StoreCellRange()
1704 const String* pUrl = pRefMgr->getExternalFileName(nFileId); in StoreCellRange()
1769 sal_uInt16& rnSupbook, sal_uInt16& rnExtName, const String& rName ) in InsertAddIn()
1786 sal_uInt16& rnSupbook, sal_uInt16& rnExtName, const String& rName ) in InsertEuroTool()
1789 String aUrl( RTL_CONSTASCII_USTRINGPARAM("\001\010EUROTOOL.XLA")); in InsertEuroTool()
1801 const String& rApplic, const String& rTopic, const String& rItem ) in InsertDde()
1814 sal_uInt16& rnSupbook, sal_uInt16& rnExtName, const String& rUrl, in InsertExtName()
1815 const String& rName, const ScExternalRefCache::TokenArrayRef pArray ) in InsertExtName()
1827 XclExpXti XclExpSupbookBuffer::GetXti( sal_uInt16 nFileId, const String& rTabName, sal_uInt16 nXclT… in GetXti()
1832 const String* pUrl = pRefMgr->getExternalFileName(nFileId); in GetXti()
1891 XclExpSupbookRef& rxSupbook, sal_uInt16& rnIndex, const String& rUrl ) const in GetSupbookUrl()
1906 sal_uInt16& rnIndex, const String& rApplic, const String& rTopic ) const in GetSupbookDde()
1967 sal_uInt16 /*nFileId*/, const String& /*rTabName*/, sal_uInt16 /*nXclTabSpan*/, in FindExtSheet() argument
1979 void XclExpLinkManagerImpl5::StoreCell( sal_uInt16 /*nFileId*/, const String& /*rTabName*/, const S… in StoreCell() argument
1984 void XclExpLinkManagerImpl5::StoreCellRange( sal_uInt16 /*nFileId*/, const String& /*rTabName*/, co… in StoreCellRange() argument
1990 sal_uInt16& rnExtSheet, sal_uInt16& rnExtName, const String& rName ) in InsertAddIn()
2002 sal_uInt16& /*rnExtSheet*/, sal_uInt16& /*rnExtName*/, const String& /*rName*/ ) in InsertEuroTool() argument
2010 const String& /*rApplic*/, const String& /*rTopic*/, const String& /*rItem*/ ) in InsertDde() argument
2017 sal_uInt16& /*rnExtSheet*/, sal_uInt16& /*rnExtName*/, const String& /*rUrl*/, in InsertExtName() argument
2018 const String& /*rName*/, const ScExternalRefCache::TokenArrayRef /*pArray*/ ) in InsertExtName()
2145 sal_uInt16 nFileId, const String& rTabName, sal_uInt16 nXclTabSpan, in FindExtSheet()
2177 void XclExpLinkManagerImpl8::StoreCell( sal_uInt16 nFileId, const String& rTabName, const ScSingleR… in StoreCell()
2183 void XclExpLinkManagerImpl8::StoreCellRange( sal_uInt16 nFileId, const String& rTabName, const ScSi… in StoreCellRange()
2191 sal_uInt16& rnExtSheet, sal_uInt16& rnExtName, const String& rName ) in InsertAddIn()
2203 sal_uInt16& rnExtSheet, sal_uInt16& rnExtName, const String& rName ) in InsertEuroTool()
2217 const String& rApplic, const String& rTopic, const String& rItem ) in InsertDde()
2229 const String& rName, const String& rUrl, const ScExternalRefCache::TokenArrayRef pArray ) in InsertExtName()
2308 void XclExpLinkManager::FindExtSheet( sal_uInt16 nFileId, const String& rTabName, sal_uInt16 nXclTa… in FindExtSheet()
2325 void XclExpLinkManager::StoreCell( sal_uInt16 nFileId, const String& rTabName, const ScSingleRefDat… in StoreCell()
2330 void XclExpLinkManager::StoreCellRange( sal_uInt16 nFileId, const String& rTabName, const ScComplex… in StoreCellRange()
2336 sal_uInt16& rnExtSheet, sal_uInt16& rnExtName, const String& rName ) in InsertAddIn()
2342 sal_uInt16& rnExtSheet, sal_uInt16& rnExtName, const String& rName ) in InsertEuroTool()
2349 const String& rApplic, const String& rTopic, const String& rItem ) in InsertDde()
2355 sal_uInt16& rnExtSheet, sal_uInt16& rnExtName, const String& rName, const String& rUrl, in InsertExtName()