Lines Matching refs:FindExtSheet

467     virtual void        FindExtSheet( sal_uInt16& rnExtSheet,
472 virtual sal_uInt16 FindExtSheet( sal_Unicode cCode ) = 0;
474 virtual void FindExtSheet( sal_uInt16 nFileId, const String& rTabName, sal_uInt16 nXclTabSpan,
517 virtual void FindExtSheet( sal_uInt16& rnExtSheet,
521 virtual sal_uInt16 FindExtSheet( sal_Unicode cCode );
523 virtual void FindExtSheet( sal_uInt16 nFileId, const String& rTabName, sal_uInt16 nXclTabSpan,
587 virtual void FindExtSheet( sal_uInt16& rnExtSheet,
591 virtual sal_uInt16 FindExtSheet( sal_Unicode cCode );
593 virtual void FindExtSheet( sal_uInt16 nFileId, const String& rTabName, sal_uInt16 nXclTabSpan,
1940 void XclExpLinkManagerImpl5::FindExtSheet( in FindExtSheet() function in XclExpLinkManagerImpl5
1959 sal_uInt16 XclExpLinkManagerImpl5::FindExtSheet( sal_Unicode cCode ) in FindExtSheet() function in XclExpLinkManagerImpl5
1966 void XclExpLinkManagerImpl5::FindExtSheet( in FindExtSheet() function in XclExpLinkManagerImpl5
2126 void XclExpLinkManagerImpl8::FindExtSheet( in FindExtSheet() function in XclExpLinkManagerImpl8
2136 sal_uInt16 XclExpLinkManagerImpl8::FindExtSheet( sal_Unicode cCode ) in FindExtSheet() function in XclExpLinkManagerImpl8
2144 void XclExpLinkManagerImpl8::FindExtSheet( in FindExtSheet() function in XclExpLinkManagerImpl8
2289 void XclExpLinkManager::FindExtSheet( in FindExtSheet() function in XclExpLinkManager
2293 mxImpl->FindExtSheet( rnExtSheet, rnXclTab, rnXclTab, nScTab, nScTab, pRefLogEntry ); in FindExtSheet()
2296 void XclExpLinkManager::FindExtSheet( in FindExtSheet() function in XclExpLinkManager
2300 …mxImpl->FindExtSheet( rnExtSheet, rnFirstXclTab, rnLastXclTab, nFirstScTab, nLastScTab, pRefLogEnt… in FindExtSheet()
2303 sal_uInt16 XclExpLinkManager::FindExtSheet( sal_Unicode cCode ) in FindExtSheet() function in XclExpLinkManager
2305 return mxImpl->FindExtSheet( cCode ); in FindExtSheet()
2308 void XclExpLinkManager::FindExtSheet( sal_uInt16 nFileId, const String& rTabName, sal_uInt16 nXclTa… in FindExtSheet() function in XclExpLinkManager
2312 …mxImpl->FindExtSheet( nFileId, rTabName, nXclTabSpan, rnExtSheet, rnFirstSBTab, rnLastSBTab, pRefL… in FindExtSheet()