Home
last modified time | relevance | path

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

/trunk/main/oox/source/xls/
H A Dexternallinkbuffer.cxx999 for( size_t nRefId = 0; !rStrm.isEof() && (nRefId < nMaxCount); ++nRefId ) in importExternalSheets() local
1066 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 …]
H A Dformulaparser.cxx1738 sal_Int32 nRefId = rStrm.readInt16(); in importNameXToken() local
2487 sal_Int32 nRefId = readRefId( rStrm ); in importNameXToken() local
2489 return pushBiffExtName( nRefId, nNameId ); in importNameXToken()
2586 sal_Int16 nRefId; in readRefId() local
2587 rStrm >> nRefId; in readRefId()
2589 return nRefId; in readRefId()
2602 sal_Int32 nRefId = readRefId( rStrm ); in readSheetRange5() local
2882 sal_Int32 nRefId = -1; in importOleTargetLink() local
2898 sal_Int16 nRefId; in importOleTargetLink() local
2900 rStrm >> nToken >> nRefId >> nNameId; in importOleTargetLink()
[all …]
H A Ddefnamesbuffer.cxx368 sal_Int16 nRefId = BIFF_DEFNAME_GLOBAL; in importDefinedName() local
391 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()
/trunk/main/oox/inc/oox/xls/
H A Dexternallinkbuffer.hxx370 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;
/trunk/main/sd/source/filter/eppt/
H A Dpptexanimations.cxx723 sal_uInt32 nRefId = mrExSoundCollection.GetId( aURL ); in exportNode() local
728 rStrm << nRefMode << nRefType << nRefId << begin << end; in exportNode()
1801 sal_uInt32 nRefId = ((EscherSolverContainer&)mrSolverContainer).GetShapeId( xShape ); in exportAnimateTargetElement() local
1805 << nRefId in exportAnimateTargetElement()
H A Depptso.cxx5257 sal_uInt32 nRefId = ++mnExEmbed; in ImplWritePage() local
5266 << nRefId; in ImplWritePage()
5274 << nRefId in ImplWritePage()
5299 << nRefId; in ImplWritePage()
/trunk/main/sd/source/filter/ppt/
H A Dpptinanimations.cxx3045 sal_Int32 nRefType,nRefId; in importTargetElementContainer() local
3049 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()
/trunk/main/rsc/source/parser/
H A Drscdb.cxx406 && pSysEntry->nRefId == nId ) in PutSysName()
417 pSysEntry->nRefId = nId; in PutSysName()
/trunk/main/oox/source/dump/
H A Dxlsbdumper.cxx1479 for( sal_Int32 nRefId = 0; !mxStrm->isEof() && (nRefId < nCount); ++nRefId ) in implDumpRecordBody() local
H A Dbiffdumper.cxx2368 for( sal_uInt16 nRefId = 0; !rStrm.isEof() && (nRefId < nCount); ++nRefId ) in implDumpRecordBody() local
/trunk/main/rsc/inc/
H A Drscdb.hxx64 sal_uInt32 nRefId; member

Completed in 134 milliseconds