Home
last modified time | relevance | path

Searched refs:nRefId (Results 1 – 14 of 14) sorted by relevance

/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/filter/oox/
H A Dexternallinkbuffer.cxx614 for( size_t nRefId = 0; !rStrm.isEof() && (nRefId < nMaxCount); ++nRefId ) in importExternalSheets() local
632 ExternalLinkRef ExternalLinkBuffer::getExternalLink( sal_Int32 nRefId, bool bUseRefSheets ) const in getExternalLink() argument
637 xExtLink = (nRefId == 0) ? mxSelfRef : maLinks.get( nRefId - 1 ); in getExternalLink()
639 else if( const RefSheetsModel* pRefSheets = getRefSheets( nRefId ) ) in getExternalLink()
644 LinkSheetRange ExternalLinkBuffer::getSheetRange( sal_Int32 nRefId ) const in getSheetRange()
648 if( const ExternalLink* pExtLink = getExternalLink( nRefId ).get() ) in getSheetRange()
649 if( const RefSheetsModel* pRefSheets = getRefSheets( nRefId ) ) in getSheetRange()
663 const RefSheetsModel* ExternalLinkBuffer::getRefSheets( sal_Int32 nRefId ) const in getRefSheets()
665 return ((0 <= nRefId) && (o3tl::make_unsigned( nRefId ) < maRefSheets.size())) ? in getRefSheets()
666 &maRefSheets[ static_cast< size_t >( nRefId ) ] : nullptr; in getRefSheets()
H A Dformulaparser.cxx434 OUString resolveOleTarget( sal_Int32 nRefId, bool bUseRefSheets ) const;
579 OUString FormulaParserImpl::resolveOleTarget( sal_Int32 nRefId, bool bUseRefSheets ) const in resolveOleTarget() argument
1213 bool pushBiff12ExtName( sal_Int32 nRefId, sal_Int32 nNameId );
1643 sal_Int32 nRefId = rStrm.readInt16(); in importNameXToken() local
1645 return pushBiff12ExtName( nRefId, nNameId ); in importNameXToken()
1701 bool OoxFormulaParserImpl::pushBiff12ExtName( sal_Int32 nRefId, sal_Int32 nNameId ) in pushBiff12ExtName() argument
1774 sal_Int32 nRefId = -1; in importOleTargetLink() local
1778 return mxImpl->resolveOleTarget( nRefId, false ); in importOleTargetLink()
1790 sal_Int16 nRefId = rStrm.readInt16(); in importOleTargetLink() local
1793 aTargetLink = mxImpl->resolveOleTarget( nRefId, true ); in importOleTargetLink()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/filter/oox/
H A Dexternallinkbuffer.cxx613 for( size_t nRefId = 0; !rStrm.isEof() && (nRefId < nMaxCount); ++nRefId ) in importExternalSheets() local
631 ExternalLinkRef ExternalLinkBuffer::getExternalLink( sal_Int32 nRefId, bool bUseRefSheets ) const in getExternalLink() argument
636 xExtLink = (nRefId == 0) ? mxSelfRef : maLinks.get( nRefId - 1 ); in getExternalLink()
638 else if( const RefSheetsModel* pRefSheets = getRefSheets( nRefId ) ) in getExternalLink()
643 LinkSheetRange ExternalLinkBuffer::getSheetRange( sal_Int32 nRefId ) const in getSheetRange()
647 if( const ExternalLink* pExtLink = getExternalLink( nRefId ).get() ) in getSheetRange()
648 if( const RefSheetsModel* pRefSheets = getRefSheets( nRefId ) ) in getSheetRange()
662 const RefSheetsModel* ExternalLinkBuffer::getRefSheets( sal_Int32 nRefId ) const in getRefSheets()
664 return ((0 <= nRefId) && (static_cast< size_t >( nRefId ) < maRefSheets.size())) ? in getRefSheets()
665 &maRefSheets[ static_cast< size_t >( nRefId ) ] : nullptr; in getRefSheets()
H A Dformulaparser.cxx435 OUString resolveOleTarget( sal_Int32 nRefId, bool bUseRefSheets ) const;
580 OUString FormulaParserImpl::resolveOleTarget( sal_Int32 nRefId, bool bUseRefSheets ) const in resolveOleTarget() argument
1212 bool pushBiff12ExtName( sal_Int32 nRefId, sal_Int32 nNameId );
1640 sal_Int32 nRefId = rStrm.readInt16(); in importNameXToken() local
1642 return pushBiff12ExtName( nRefId, nNameId ); in importNameXToken()
1698 bool OoxFormulaParserImpl::pushBiff12ExtName( sal_Int32 nRefId, sal_Int32 nNameId ) in pushBiff12ExtName() argument
1771 sal_Int32 nRefId = -1; in importOleTargetLink() local
1775 return mxImpl->resolveOleTarget( nRefId, false ); in importOleTargetLink()
1787 sal_Int16 nRefId = rStrm.readInt16(); in importOleTargetLink() local
1790 aTargetLink = mxImpl->resolveOleTarget( nRefId, true ); in importOleTargetLink()
[all …]
/dports/cad/abc/abc-a4518e6f833885c905964f1233d11e5b941ec24c/src/proof/abs/
H A DabsRef.h64 int nRefId; // refinement ID member
100 static inline void Rnm_ManSetRefId( Rnm_Man_t * p, int RefId ) { p->nRefId = RefId; } in Rnm_ManSetRefId()
H A DabsRefSelect.c188 …p->nRefId, Vec_IntSize(p->vMap), Vec_IntSize(vOldPPis), Vec_IntSize(vNewPPis), Counters[0], Counte… in Rnm_ManFilterSelected()
296 …p->nRefId, Vec_IntSize(p->vMap), Vec_IntSize(vOldPPis), Vec_IntSize(vNewPPis), Counters[0], Counte… in Rnm_ManFilterSelectedNew()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/filter/inc/
H A Dexternallinkbuffer.hxx325 ExternalLinkRef getExternalLink( sal_Int32 nRefId, bool bUseRefSheets = true ) const;
328 LinkSheetRange getSheetRange( sal_Int32 nRefId ) const;
335 const RefSheetsModel* getRefSheets( sal_Int32 nRefId ) const;
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/filter/inc/
H A Dexternallinkbuffer.hxx329 ExternalLinkRef getExternalLink( sal_Int32 nRefId, bool bUseRefSheets = true ) const;
332 LinkSheetRange getSheetRange( sal_Int32 nRefId ) const;
339 const RefSheetsModel* getRefSheets( sal_Int32 nRefId ) const;
/dports/editors/libreoffice/libreoffice-7.2.6.2/sd/source/filter/ppt/
H A Dpptinanimations.cxx2468 sal_Int32 nRefType,nRefId; in importTargetElementContainer() local
2472 mrStCtrl.ReadInt32( nRefId ); in importTargetElementContainer()
2480 SdrObject* pSdrObject = mpPPTImport->getShapeForId( nRefId ); in importTargetElementContainer()
2536 OUString aSoundURL( mpPPTImport->ReadSound( nRefId ) ); in importTargetElementContainer()
2544 SdrObject* pSdrObject = mpPPTImport->getShapeForId( nRefId ); in importTargetElementContainer()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sd/source/filter/ppt/
H A Dpptinanimations.cxx2462 sal_Int32 nRefType,nRefId; in importTargetElementContainer() local
2466 mrStCtrl.ReadInt32( nRefId ); in importTargetElementContainer()
2474 SdrObject* pSdrObject = mpPPTImport->getShapeForId( nRefId ); in importTargetElementContainer()
2528 OUString aSoundURL( mpPPTImport->ReadSound( nRefId ) ); in importTargetElementContainer()
2536 SdrObject* pSdrObject = mpPPTImport->getShapeForId( nRefId ); in importTargetElementContainer()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sd/source/filter/eppt/
H A Dpptexanimations.cxx671 sal_uInt32 nRefId = mrExSoundCollection.GetId( aURL ); in exportNode() local
676 …rStrm.WriteUInt32( nRefMode ).WriteUInt32( nRefType ).WriteUInt32( nRefId ).WriteInt32( begin ).Wr… in exportNode()
1758 sal_uInt32 nRefId = mrSolverContainer.GetShapeId( xShape ); in exportAnimateTargetElement() local
1762 .WriteUInt32( nRefId ) in exportAnimateTargetElement()
H A Depptso.cxx2634 sal_uInt32 nRefId = ++mnExEmbed; in ImplWritePage() local
2643 .WriteUInt32( nRefId ); in ImplWritePage()
2651 .WriteUInt32( nRefId ) in ImplWritePage()
2675 .WriteUInt32( nRefId ); in ImplWritePage()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sd/source/filter/eppt/
H A Dpptexanimations.cxx669 sal_uInt32 nRefId = mrExSoundCollection.GetId( aURL ); in exportNode() local
674 …rStrm.WriteUInt32( nRefMode ).WriteUInt32( nRefType ).WriteUInt32( nRefId ).WriteInt32( begin ).Wr… in exportNode()
1756 sal_uInt32 nRefId = mrSolverContainer.GetShapeId( xShape ); in exportAnimateTargetElement() local
1760 .WriteUInt32( nRefId ) in exportAnimateTargetElement()
H A Depptso.cxx2628 sal_uInt32 nRefId = ++mnExEmbed; in ImplWritePage() local
2637 .WriteUInt32( nRefId ); in ImplWritePage()
2645 .WriteUInt32( nRefId ) in ImplWritePage()
2669 .WriteUInt32( nRefId ); in ImplWritePage()