Searched refs:nSupbook (Results 1 – 2 of 2) sorted by relevance
/aoo42x/main/sc/source/filter/excel/ |
H A D | xelink.cxx | 426 inline void Set( sal_uInt16 nSupbook, sal_uInt16 nSBTab ) in Set() 427 { mnSupbook = nSupbook; mnSBTab = nSBTab; } in Set() 2193 sal_uInt16 nSupbook; in InsertAddIn() local 2194 if( maSBBuffer.InsertAddIn( nSupbook, rnExtName, rName ) ) in InsertAddIn() 2196 rnExtSheet = InsertXti( XclExpXti( nSupbook, EXC_TAB_EXTERNAL, EXC_TAB_EXTERNAL ) ); in InsertAddIn() 2205 sal_uInt16 nSupbook; in InsertEuroTool() local 2206 if( maSBBuffer.InsertEuroTool( nSupbook, rnExtName, rName ) ) in InsertEuroTool() 2219 sal_uInt16 nSupbook; in InsertDde() local 2220 if( maSBBuffer.InsertDde( nSupbook, rnExtName, rApplic, rTopic, rItem ) ) in InsertDde() 2231 sal_uInt16 nSupbook; in InsertExtName() local [all …]
|
H A D | xilink.cxx | 706 for (sal_uInt16 nSupbook = 0; nSupbook < nCount; ++nSupbook) in LoadCachedValues() local 708 XclImpSupbook* pSupbook = maSupbookList.GetObject(nSupbook); in LoadCachedValues()
|
Completed in 34 milliseconds