| /AOO41X/main/filter/source/msfilter/ |
| H A D | dffpropset.cxx | 1110 InitializePropSet( aHd.nRecType ); in ReadPropSet() 1122 sal_uInt32 nRecType, nContent; in ReadPropSet() local 1128 nRecType = nTmp & 0x3fff; in ReadPropSet() 1130 if ( nRecType > 0x3ff ) in ReadPropSet() 1132 if ( ( nRecType & 0x3f ) == 0x3f ) in ReadPropSet() 1136 sal_uInt32 nCurrentFlags = mpPropSetEntries[ nRecType ].nContent; in ReadPropSet() 1145 mpPropSetEntries[ nRecType ].nContent = nCurrentFlags; in ReadPropSet() 1146 …mpPropSetEntries[ nRecType ].nComplexIndexOrFlagsHAttr |= static_cast< sal_uInt16 >( nContent >> 1… in ReadPropSet() 1151 mpPropSetEntries[ nRecType ].nContent &= ( ( nContent >> 16 ) ^ 0xffffffff ); in ReadPropSet() 1153 mpPropSetEntries[ nRecType ].nContent |= nContent; in ReadPropSet() [all …]
|
| H A D | svdfppt.cxx | 197 if ( aHd.nRecType == PPT_PST_CurrentUserAtom ) in operator >>() 635 if (aStrHd.nRecType == PPT_PST_TextBytesAtom in ReadString() 636 || aStrHd.nRecType == PPT_PST_TextCharsAtom in ReadString() 637 || aStrHd.nRecType == PPT_PST_CString) in ReadString() 640 (aStrHd.nRecType == PPT_PST_TextCharsAtom in ReadString() 641 || aStrHd.nRecType == PPT_PST_CString); in ReadString() 847 switch ( aClientDataHd.nRecType ) in ProcessObj() 1463 if ( pHd->nRecType == PPT_PST_UserEditAtom ) in SdrPowerPointImport() 1503 if ( aPersistHd.nRecType == PPT_PST_PersistPtrIncrementalBlock ) in SdrPowerPointImport() 1576 if ( aDocHd.nRecType == PPT_PST_Document && aDocAtomHd.nRecType == PPT_PST_DocumentAtom ) in SdrPowerPointImport() [all …]
|
| H A D | msdffimp.cxx | 235 if ( aRecHd.nRecType == DFF_msofbtDggContainer ) in SetDefaultPropSet() 425 if ( aHd.nRecType == DFF_msofbtSolverContainer ) in operator >>() 431 if ( aCRule.nRecType == DFF_msofbtConnectorRule ) in operator >>() 3134 if ( pHd->nRecType == nRecId ) in GetRecordHeader() 3146 if ( pHd->nRecType == nRecId ) in GetRecordHeader() 3150 if ( pHd->nRecType != nRecId ) in GetRecordHeader() 3316 else if ( aEscherObjListHd.nRecType == DFF_msofbtSpContainer ) in SeekToShape() 3357 if ( aHd.nRecType == nRecId ) in SeekToRec() 3387 if ( aHd.nRecType == nRecId1 || aHd.nRecType == nRecId2 ) in SeekToRec2() 3940 if( DFF_msofbtBSE == aHd.nRecType ) in ImportGraphic() [all …]
|
| H A D | escherex.cxx | 106 EscherExContainer::EscherExContainer( SvStream& rSt, const sal_uInt16 nRecType, const sal_uInt16 nI… in EscherExContainer() argument 109 rStrm << (sal_uInt32)( ( 0xf | ( nInstance << 4 ) ) | ( nRecType << 16 ) ) << (sal_uInt32)0; in EscherExContainer() 124 EscherExAtom::EscherExAtom( SvStream& rSt, const sal_uInt16 nRecType, const sal_uInt16 nInstance, c… in EscherExAtom() argument 127 … rStrm << (sal_uInt32)( ( nVersion | ( nInstance << 4 ) ) | ( nRecType << 16 ) ) << (sal_uInt32)0; in EscherExAtom() 312 void EscherPropertyContainer::Commit( SvStream& rSt, sal_uInt16 nVersion, sal_uInt16 nRecType ) in Commit() argument 314 rSt << (sal_uInt16)( ( nCountCount << 4 ) | ( nVersion & 0xf ) ) << nRecType << nCountSize; in Commit() 5189 sal_Bool EscherEx::SeekBehindRecHeader( sal_uInt16 nRecType ) in SeekBehindRecHeader() argument 5199 if ( ( nType >> 16 ) == nRecType ) in SeekBehindRecHeader() 5370 void EscherEx::EndAtom( sal_uInt16 nRecType, int nRecVersion, int nRecInstance ) in EndAtom() argument 5375 …*mpOutStrm << (sal_uInt16)( ( nRecInstance << 4 ) | ( nRecVersion & 0xf ) ) << nRecType << (sal_uI… in EndAtom() [all …]
|
| H A D | dffrecordheader.cxx | 36 rIn >> rRec.nRecType; in operator >>()
|
| /AOO41X/main/svx/workben/msview/ |
| H A D | msview.cxx | 93 static Atom* import( UINT16 nRecType, SvStream& rStCtrl ); 98 inline bool hasChildAtom( sal_uInt16 nRecType ) const; 101 inline bool hasChildAtom( sal_uInt16 nRecType, sal_uInt16 nRecInstance ) const; 104 inline const Atom* findFirstChildAtom( sal_uInt16 nRecType ) const; 107 const Atom* findNextChildAtom( sal_uInt16 nRecType, const Atom* pLast ) const; 110 inline const Atom* findFirstChildAtom( sal_uInt16 nRecType, sal_uInt16 nRecInstance ) const; 113 …const Atom* findNextChildAtom( sal_uInt16 nRecType, sal_uInt16 nRecInstance, const Atom* pLast ) c… 166 return ( maRecordHeader.nRecType == rAtom.maRecordHeader.nRecType ) && in operator ==() 207 inline bool Atom::hasChildAtom( sal_uInt16 nRecType ) const in hasChildAtom() 209 return findFirstChildAtom( nRecType ) != NULL; in hasChildAtom() [all …]
|
| /AOO41X/main/sd/source/filter/ppt/ |
| H A D | pptatom.hxx | 46 inline bool hasChildAtom( sal_uInt16 nRecType ) const; 49 inline const Atom* findFirstChildAtom( sal_uInt16 nRecType ) const; 52 const Atom* findNextChildAtom( sal_uInt16 nRecType, const Atom* pLast ) const; 84 inline bool Atom::hasChildAtom( sal_uInt16 nRecType ) const in hasChildAtom() 86 return findFirstChildAtom( nRecType ) != NULL; in hasChildAtom() 89 inline const Atom* Atom::findFirstChildAtom( sal_uInt16 nRecType ) const in findFirstChildAtom() 91 return findNextChildAtom( nRecType, NULL ); in findFirstChildAtom() 122 return maRecordHeader.nRecType; in getType()
|
| H A D | pptatom.cpp | 106 const Atom* Atom::findNextChildAtom( sal_uInt16 nRecType, const Atom* pLast ) const in findNextChildAtom() argument 109 while( pChild && pChild->maRecordHeader.nRecType != nRecType ) in findNextChildAtom()
|
| H A D | pptin.cxx | 788 switch( aHd.nRecType ) in Import() 809 … if ( ( aHd2.nRecType == DFF_msofbtSpContainer ) || ( aHd2.nRecType == DFF_msofbtSpgrContainer ) ) in Import() 840 switch( aProgTagContentHd.nRecType ) in Import() 949 switch ( aHd.nRecType ) in Import() 960 switch( aProgTagContentHd.nRecType ) in Import() 1563 switch ( aHd.nRecType ) in ImportPageEffect() 2033 switch( aHdMovie.nRecType ) in ReadMedia() 2053 switch( aHd.nRecType ) in ReadMedia() 2658 switch ( aHd.nRecType ) in ProcessObj()
|
| /AOO41X/main/filter/inc/filter/msfilter/ |
| H A D | dffpropset.hxx | 63 …inline sal_Bool IsProperty( sal_uInt32 nRecType ) const { return ( mpPropSetEntries[ nRecType & 0x… in IsProperty() 64 …inline sal_Bool IsComplex( sal_uInt32 nRecType ) const { return ( mpPropSetEntries[ nRecType & 0x3… in IsComplex() 72 sal_Bool SeekToContent( sal_uInt32 nRecType, SvStream& rSt ) const;
|
| H A D | escherex.hxx | 997 EscherExContainer( SvStream& rSt, const sal_uInt16 nRecType, const sal_uInt16 nInstance = 0 ); 1005 …EscherExAtom( SvStream& rSt, const sal_uInt16 nRecType, const sal_uInt16 nInstance = 0, const sal_… 1199 … void Commit( SvStream& rSt, sal_uInt16 nVersion = 3, sal_uInt16 nRecType = ESCHER_OPT ); 1525 …virtual sal_Bool SeekBehindRecHeader( sal_uInt16 nRecType ); // der stream muss vor… 1538 virtual void EndAtom( sal_uInt16 nRecType, int nRecVersion = 0, int nRecInstance = 0 ); 1539 …virtual void AddAtom( sal_uInt32 nAtomSitze, sal_uInt16 nRecType, int nRecVersion = 0, int nRecIns…
|
| H A D | dffrecordheader.hxx | 39 sal_uInt16 nRecType; member in DffRecordHeader 43 …DffRecordHeader() : nRecVer(0), nRecInstance(0), nImpVerInst(0), nRecType(0), nRecLen(0), nFilePos… in DffRecordHeader()
|
| H A D | msdffimp.hxx | 353 …sal_Bool SeekToContent( SvStream& rIn, sal_uInt16 nRecType, DffSeekToContentMode eM… 354 …DffRecordHeader* GetRecordHeader( sal_uInt16 nRecType, DffSeekToContentMode eMode = SEEK_FROM_…
|
| /AOO41X/main/svtools/source/filter/wmf/ |
| H A D | enhwmf.cxx | 246 sal_uInt32 nRecType, nRecSize, nNextPos, in ReadEnhWMF() local 256 *pWMF >> nRecType >> nRecSize; in ReadEnhWMF() 272 … if( aBmpSaveList.Count() && ( nRecType != EMR_STRETCHBLT ) && ( nRecType != EMR_STRETCHDIBITS ) ) in ReadEnhWMF() 277 switch( nRecType ) in ReadEnhWMF() 903 if ( nRecType == EMR_STRETCHBLT ) in ReadEnhWMF()
|
| /AOO41X/main/svl/source/filerec/ |
| H A D | filerec.cxx | 60 #define SFX_REC_HEADER(nRecType,nContentTag,nContentVer) \ argument 61 ( sal_uInt32(nRecType) | \
|
| /AOO41X/main/sc/source/filter/excel/ |
| H A D | xiescher.cxx | 3290 …DBG_ASSERT( aHeader.nRecType == DFF_msofbtDgContainer, "XclImpDffConverter::ProcessDrawing - unexp… in ProcessDrawing() 3291 if( aHeader.nRecType == DFF_msofbtDgContainer ) in ProcessDrawing() 3409 …DBG_ASSERT( rHeader.nRecType == DFF_msofbtClientAnchor, "XclImpDffConverter::ProcessClientAnchor2 … in ProcessClientAnchor2() 3610 switch( aHeader.nRecType ) in ProcessDgContainer() 3639 switch( aHeader.nRecType ) in ProcessShGrContainer()
|