Searched refs:nRefId (Results 1 – 11 of 11) sorted by relevance
999 for( size_t nRefId = 0; !rStrm.isEof() && (nRefId < nMaxCount); ++nRefId ) in importExternalSheets() local1066 xExtLink = (nRefId == 0) ? mxSelfRef : maLinks.get( nRefId - 1 ); in getExternalLink()1078 xExtLink = maLinks.get( nRefId - 1 ); in getExternalLink()1081 if( nRefId < 0 ) in getExternalLink()1084 xExtLink = maLinks.get( -nRefId - 1 ); in getExternalLink()1091 xExtLink = maLinks.get( nRefId - 1 ); in getExternalLink()1111 if( const ExternalLink* pExtLink = getExternalLink( nRefId ).get() ) in getSheetRange()1120 if( const ExternalLink* pExtLink = getExternalLink( nRefId ).get() ) in getSheetRange()1121 if( const RefSheetsModel* pRefSheets = getRefSheets( nRefId ) ) in getSheetRange()1137 return ((0 <= nRefId) && (static_cast< size_t >( nRefId ) < maRefSheets.size())) ? in getRefSheets()[all …]
1738 sal_Int32 nRefId = rStrm.readInt16(); in importNameXToken() local2487 sal_Int32 nRefId = readRefId( rStrm ); in importNameXToken() local2489 return pushBiffExtName( nRefId, nNameId ); in importNameXToken()2586 sal_Int16 nRefId; in readRefId() local2587 rStrm >> nRefId; in readRefId()2589 return nRefId; in readRefId()2602 sal_Int32 nRefId = readRefId( rStrm ); in readSheetRange5() local2882 sal_Int32 nRefId = -1; in importOleTargetLink() local2898 sal_Int16 nRefId; in importOleTargetLink() local2900 rStrm >> nToken >> nRefId >> nNameId; in importOleTargetLink()[all …]
368 sal_Int16 nRefId = BIFF_DEFNAME_GLOBAL; in importDefinedName() local391 rStrm >> nFlags >> nShortCut >> nNameLen >> mnFmlaSize >> nRefId >> nTabId; in importDefinedName()396 rStrm >> nFlags >> nShortCut >> nNameLen >> mnFmlaSize >> nRefId >> nTabId; in importDefinedName()437 if( nRefId != BIFF_DEFNAME_GLOBAL ) in importDefinedName()438 … if( const ExternalLink* pExtLink = getExternalLinks().getExternalLink( nRefId ).get() ) in importDefinedName()
370 ExternalLinkRef getExternalLink( sal_Int32 nRefId, bool bUseRefSheets = true ) const;373 … LinkSheetRange getSheetRange( sal_Int32 nRefId, sal_Int16 nTabId1, sal_Int16 nTabId2 ) const;375 LinkSheetRange getSheetRange( sal_Int32 nRefId ) const;382 const RefSheetsModel* getRefSheets( sal_Int32 nRefId ) const;
723 sal_uInt32 nRefId = mrExSoundCollection.GetId( aURL ); in exportNode() local728 rStrm << nRefMode << nRefType << nRefId << begin << end; in exportNode()1801 sal_uInt32 nRefId = ((EscherSolverContainer&)mrSolverContainer).GetShapeId( xShape ); in exportAnimateTargetElement() local1805 << nRefId in exportAnimateTargetElement()
5257 sal_uInt32 nRefId = ++mnExEmbed; in ImplWritePage() local5266 << nRefId; in ImplWritePage()5274 << nRefId in ImplWritePage()5299 << nRefId; in ImplWritePage()
3045 sal_Int32 nRefType,nRefId; in importTargetElementContainer() local3049 mrStCtrl >> nRefId; in importTargetElementContainer()3057 SdrObject* pSdrObject = mpPPTImport->getShapeForId( nRefId ); in importTargetElementContainer()3111 OUString aSoundURL( ((ImplSdPPTImport*)mpPPTImport)->ReadSound( nRefId ) ); in importTargetElementContainer()3119 SdrObject* pSdrObject = mpPPTImport->getShapeForId( nRefId ); in importTargetElementContainer()
406 && pSysEntry->nRefId == nId ) in PutSysName()417 pSysEntry->nRefId = nId; in PutSysName()
1479 for( sal_Int32 nRefId = 0; !mxStrm->isEof() && (nRefId < nCount); ++nRefId ) in implDumpRecordBody() local
2368 for( sal_uInt16 nRefId = 0; !rStrm.isEof() && (nRefId < nCount); ++nRefId ) in implDumpRecordBody() local
64 sal_uInt32 nRefId; member
Completed in 178 milliseconds