/trunk/main/svx/workben/msview/ |
H A D | msview.cxx | 101 inline bool hasChildAtom( sal_uInt16 nRecType, sal_uInt16 nRecInstance ) const; 110 inline const Atom* findFirstChildAtom( sal_uInt16 nRecType, sal_uInt16 nRecInstance ) const; 168 ( maRecordHeader.nRecInstance == rAtom.maRecordHeader.nRecInstance ); in operator ==() 212 inline bool Atom::hasChildAtom( sal_uInt16 nRecType, sal_uInt16 nRecInstance ) const in hasChildAtom() 214 return findFirstChildAtom( nRecType, nRecInstance ) != NULL; in hasChildAtom() 227 inline const Atom* Atom::findFirstChildAtom( sal_uInt16 nRecType, sal_uInt16 nRecInstance ) const in findFirstChildAtom() 229 return findNextChildAtom( nRecType, nRecInstance, NULL ); in findFirstChildAtom() 260 return maRecordHeader.nRecInstance; in getInstance() 352 aRootRecordHeader.nRecInstance = 0; in import() 377 …ld->maRecordHeader.nRecType != nRecType) && (pChild->maRecordHeader.nRecInstance != nRecInstance) ) in findNextChildAtom() [all …]
|
/trunk/main/filter/inc/filter/msfilter/ |
H A D | dffrecordheader.hxx | 37 sal_uInt16 nRecInstance; member in DffRecordHeader 43 …DffRecordHeader() : nRecVer(0), nRecInstance(0), nImpVerInst(0), nRecType(0), nRecLen(0), nFilePos… in DffRecordHeader()
|
H A D | escherex.hxx | 1534 virtual void OpenContainer( sal_uInt16 nEscherContainer, int nRecInstance = 0 ); 1538 virtual void EndAtom( sal_uInt16 nRecType, int nRecVersion = 0, int nRecInstance = 0 ); 1539 …d AddAtom( sal_uInt32 nAtomSitze, sal_uInt16 nRecType, int nRecVersion = 0, int nRecInstance = 0 );
|
/trunk/main/sd/source/filter/eppt/ |
H A D | escherex.cxx | 152 void PptEscherEx::OpenContainer( sal_uInt16 n_EscherContainer, int nRecInstance ) in OpenContainer() argument 154 *mpOutStrm << (sal_uInt16)( ( nRecInstance << 4 ) | 0xf ) << n_EscherContainer << (sal_uInt32)0; in OpenContainer()
|
H A D | escherex.hxx | 61 void OpenContainer( sal_uInt16 n_EscherContainer, int nRecInstance = 0 );
|
/trunk/main/sw/source/filter/ww8/ |
H A D | rtfsdrexport.cxx | 86 void RtfSdrExport::OpenContainer( sal_uInt16 nEscherContainer, int nRecInstance ) in OpenContainer() argument 90 EscherEx::OpenContainer( nEscherContainer, nRecInstance ); in OpenContainer()
|
H A D | rtfsdrexport.hxx | 90 virtual void OpenContainer( sal_uInt16 nEscherContainer, int nRecInstance = 0 );
|
/trunk/main/filter/source/msfilter/ |
H A D | dffrecordheader.cxx | 34 rRec.nRecInstance = nTmp >> 4; in operator >>()
|
H A D | svdfppt.cxx | 1716 pE2->nDrawingDgId = aDgRecordHeader.nRecInstance; in SdrPowerPointImport() 1758 if ( pHeadersFootersHd->nRecInstance == 3 ) // normal master in SdrPowerPointImport() 1760 else if ( pHeadersFootersHd->nRecInstance == 4 ) // notes master in SdrPowerPointImport() 2885 switch ( aCommentHd.nRecInstance ) in ImportComment10() 3369 if ( aHd.nRecInstance < 4 ) in ImportHeaderFooterContainer() 3554 sal_uInt32 nInstance = aBuGraAtomHd.nRecInstance; in PPTExtParaProv() 3620 if ( aHd.nRecInstance < PPT_STYLESHEETENTRYS ) in PPTExtParaProv() 3630 rSt >> aExtParaSheet[ aHd.nRecInstance ].aExtParaLevel[ i++ ]; in PPTExtParaProv() 4452 sal_uInt32 nInstance = aTxMasterStyleHd.nRecInstance; in PPTStyleSheet() 6833 if ( ( nTmpSlideId == nSlideId ) && ( pHd->nRecInstance == nRefNum ) ) in PPTTextObj() [all …]
|
H A D | dffpropset.cxx | 1114 sal_uInt32 nPropCount = aHd.nRecInstance; in ReadPropSet()
|
H A D | escherex.cxx | 5275 void EscherEx::OpenContainer( sal_uInt16 nEscherContainer, int nRecInstance ) in OpenContainer() argument 5277 *mpOutStrm << (sal_uInt16)( ( nRecInstance << 4 ) | 0xf ) << nEscherContainer << (sal_uInt32)0; in OpenContainer() 5381 void EscherEx::EndAtom( sal_uInt16 nRecType, int nRecVersion, int nRecInstance ) in EndAtom() argument 5386 …*mpOutStrm << (sal_uInt16)( ( nRecInstance << 4 ) | ( nRecVersion & 0xf ) ) << nRecType << (sal_uI… in EndAtom() 5392 …d EscherEx::AddAtom( sal_uInt32 nAtomSize, sal_uInt16 nRecType, int nRecVersion, int nRecInstance ) in AddAtom() argument 5394 …*mpOutStrm << (sal_uInt16)( ( nRecInstance << 4 ) | ( nRecVersion & 0xf ) ) << nRecType << nAtomSi… in AddAtom()
|
H A D | msdffimp.cxx | 4331 aObjData.eShapeType = (MSO_SPT)maShapeRecords.Current()->nRecInstance; in ImportShape() 5836 sal_uInt32 nDrawingId = aRecHd.nRecInstance; in SetDgContainer() 6755 rRec.nRecInstance, in ReadCommonRecordHeader()
|
/trunk/main/oox/source/export/ |
H A D | vmlexport.cxx | 81 void VMLExport::OpenContainer( UINT16 nEscherContainer, int nRecInstance ) in OpenContainer() argument 83 EscherEx::OpenContainer( nEscherContainer, nRecInstance ); in OpenContainer()
|
/trunk/main/oox/inc/oox/export/ |
H A D | vmlexport.hxx | 90 virtual void OpenContainer( UINT16 nEscherContainer, int nRecInstance = 0 );
|
/trunk/main/sd/source/filter/ppt/ |
H A D | pptatom.hxx | 127 return maRecordHeader.nRecInstance; in getInstance()
|