Home
last modified time | relevance | path

Searched refs:nSpId (Results 1 – 10 of 10) sorted by relevance

/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/filter/ww8/
H A Dww8graf.hxx69 sal_uInt16 GetEscherObjectIdx(sal_uLong nSpId);
73 sal_uLong GetEscherObjectPos( sal_uLong nSpId,
88 sal_uLong nSpId,
H A Dww8graf2.cxx67 void wwZOrderer::InsideEscher(sal_uLong nSpId) in InsideEscher() argument
69 maIndexes.push(GetEscherObjectIdx(nSpId)); in InsideEscher()
79 sal_uLong nSpId, in InsertEscherObject() argument
82 sal_uLong nInsertPos = GetEscherObjectPos( nSpId, _bInHeaderFooter ); in InsertEscherObject()
92 sal_uInt16 wwZOrderer::GetEscherObjectIdx(sal_uLong nSpId) in GetEscherObjectIdx() argument
100 if (rOrder.nShapeId == nSpId) in GetEscherObjectIdx()
110 sal_uLong wwZOrderer::GetEscherObjectPos( sal_uLong nSpId, in GetEscherObjectPos() argument
118 sal_uInt16 nFound = GetEscherObjectIdx(nSpId); in GetEscherObjectPos()
758 pFSPA->nSpId = SVBT32ToUInt32( pFSPAS->nSpId ); in WW8FSPAShadowToReal()
H A Dww8graf.cxx2569 if( !pF->nSpId ) in Read_GrafLayer()
2590 bool bOk = (m_xMSDffManager->GetShape(pF->nSpId, pObject, aData) && pObject); in Read_GrafLayer()
2740 if( macInf && macInf->GetShapeId() == pF->nSpId ) in Read_GrafLayer()
2811 m_xWWZOrder->InsertEscherObject( pObject, pF->nSpId, in Read_GrafLayer()
3024 m_xMSDffManager->StoreShapeOrder(pF->nSpId, in ConvertDrawTextToFly()
3033 m_xWWZOrder->InsertEscherObject( rpOurNewObject, pF->nSpId, in ConvertDrawTextToFly()
3048 m_xWWZOrder->InsideEscher(pF->nSpId); in ConvertDrawTextToFly()
3179 m_xMSDffManager->StoreShapeOrder(pF->nSpId, 0, rpOurNewObject ); in ImportReplaceableDrawables()
3186 m_xWWZOrder->InsertEscherObject( rpOurNewObject, pF->nSpId, in ImportReplaceableDrawables()
H A Dww8struc.hxx896 …sal_Int32 nSpId; //Shape Identifier. Used in conjunction with the office art data (found via f… member
945 SVBT32 nSpId; member
H A Dww8scan.cxx2599 static bool IsReplaceAllSprm(sal_uInt16 nSpId) in IsReplaceAllSprm() argument
2601 return (NS_sprm::LN_PHugePapx == nSpId || 0x6646 == nSpId); in IsReplaceAllSprm()
2604 static bool IsExpandableSprm(sal_uInt16 nSpId) in IsExpandableSprm() argument
2606 return 0x646B == nSpId; in IsExpandableSprm()
2750 const sal_uInt16 nSpId = aEntry.mnLen in WW8Fkp() local
2758 const bool bExpand = IsExpandableSprm(nSpId); in WW8Fkp()
2764 if ((IsReplaceAllSprm(nSpId) || bExpand) && pStartData) in WW8Fkp()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/filter/ww8/
H A Dww8graf.hxx71 sal_uInt16 GetEscherObjectIdx(sal_uLong nSpId);
75 sal_uLong GetEscherObjectPos( sal_uLong nSpId,
91 sal_uLong nSpId,
H A Dww8graf2.cxx59 void wwZOrderer::InsideEscher(sal_uLong nSpId) in InsideEscher() argument
61 maIndexes.push(GetEscherObjectIdx(nSpId)); in InsideEscher()
71 sal_uLong nSpId, in InsertEscherObject() argument
75 sal_uLong nInsertPos = GetEscherObjectPos( nSpId, bInHellLayer, _bInHeaderFooter ); in InsertEscherObject()
85 sal_uInt16 wwZOrderer::GetEscherObjectIdx(sal_uLong nSpId) in GetEscherObjectIdx() argument
93 if (rOrder.nShapeId == nSpId) in GetEscherObjectIdx()
103 sal_uLong wwZOrderer::GetEscherObjectPos( sal_uLong nSpId, in GetEscherObjectPos() argument
112 sal_uInt16 nFound = GetEscherObjectIdx(nSpId); in GetEscherObjectPos()
765 rFSPA.nSpId = SVBT32ToUInt32(rFSPAS.nSpId); in WW8FSPAShadowToReal()
H A Dww8graf.cxx2529 if (!aFSFA.nSpId) in Read_GrafLayer()
2550 bool bOk = (m_xMSDffManager->GetShape(aFSFA.nSpId, pObject, aData) && pObject); in Read_GrafLayer()
2699 if (macInf && macInf->GetShapeId() == aFSFA.nSpId) in Read_GrafLayer()
2778 m_xWWZOrder->InsertEscherObject(pObject, aFSFA.nSpId, pRecord->bDrawHell, in Read_GrafLayer()
3004 m_xMSDffManager->StoreShapeOrder(rF.nSpId, in ConvertDrawTextToFly()
3013 m_xWWZOrder->InsertEscherObject(rpOurNewObject, rF.nSpId, rRecord.bDrawHell, in ConvertDrawTextToFly()
3026 m_xWWZOrder->InsideEscher(rF.nSpId); in ConvertDrawTextToFly()
3152 m_xMSDffManager->StoreShapeOrder(rF.nSpId, 0, rpOurNewObject); in ImportReplaceableDrawables()
3159 m_xWWZOrder->InsertEscherObject(rpOurNewObject, rF.nSpId, rRecord.bDrawHell, in ImportReplaceableDrawables()
H A Dww8struc.hxx906 …sal_Int32 nSpId; //Shape Identifier. Used in conjunction with the office art data (found via f… member
955 SVBT32 nSpId; member
H A Dww8scan.cxx2620 static bool IsReplaceAllSprm(sal_uInt16 nSpId) in IsReplaceAllSprm() argument
2622 return (NS_sprm::LN_PHugePapx == nSpId || 0x6646 == nSpId); in IsReplaceAllSprm()
2625 static bool IsExpandableSprm(sal_uInt16 nSpId) in IsExpandableSprm() argument
2627 return 0x646B == nSpId; in IsExpandableSprm()
2771 const sal_uInt16 nSpId = aEntry.mnLen in WW8Fkp() local
2779 const bool bExpand = IsExpandableSprm(nSpId); in WW8Fkp()
2785 if ((IsReplaceAllSprm(nSpId) || bExpand) && pStartData) in WW8Fkp()