Searched refs:nSpId (Results 1 – 6 of 6) sorted by relevance
/aoo4110/main/sw/source/filter/ww8/ |
H A D | ww8graf2.cxx | 70 void wwZOrderer::InsideEscher(sal_uLong nSpId) in InsideEscher() argument 72 maIndexes.push(GetEscherObjectIdx(nSpId)); in InsideEscher() 82 sal_uLong nSpId, in InsertEscherObject() argument 85 sal_uLong nInsertPos = GetEscherObjectPos( nSpId, _bInHeaderFooter ); in InsertEscherObject() 103 sal_uInt16 wwZOrderer::GetEscherObjectIdx(sal_uLong nSpId) in GetEscherObjectIdx() argument 111 if (pOrder->nShapeId == nSpId) in GetEscherObjectIdx() 121 sal_uLong wwZOrderer::GetEscherObjectPos( sal_uLong nSpId, in GetEscherObjectPos() argument 129 sal_uInt16 nFound = GetEscherObjectIdx(nSpId); in GetEscherObjectPos() 802 pFSPA->nSpId = SVBT32ToUInt32( pFSPAS->nSpId ); in WW8FSPAShadowToReal()
|
H A D | ww8graf.hxx | 73 sal_uInt16 GetEscherObjectIdx(sal_uLong nSpId); 77 sal_uLong GetEscherObjectPos( sal_uLong nSpId, 94 sal_uLong nSpId,
|
H A D | ww8graf.cxx | 2571 if( !pF->nSpId ) in Read_GrafLayer() 2593 bool bOk = (pMSDffManager->GetShape(pF->nSpId, pObject, aData) && pObject); in Read_GrafLayer() 2753 if ( nShapeId == pF->nSpId ) in Read_GrafLayer() 2833 pWWZOrder->InsertEscherObject( pObject, pF->nSpId, in Read_GrafLayer() 3071 pMSDffManager->StoreShapeOrder(pF->nSpId, in ConvertDrawTextToFly() 3082 pWWZOrder->InsertEscherObject( rpOurNewObject, pF->nSpId, in ConvertDrawTextToFly() 3098 pWWZOrder->InsideEscher(pF->nSpId); in ConvertDrawTextToFly() 3225 pMSDffManager->StoreShapeOrder(pF->nSpId, 0, rpOurNewObject, 0 ); in ImportReplaceableDrawables() 3233 pWWZOrder->InsertEscherObject( rpOurNewObject, pF->nSpId, in ImportReplaceableDrawables()
|
H A D | ww8struc.hxx | 873 …sal_Int32 nSpId; //Shape Identifier. Used in conjunction with the office art data (found via f… member 923 SVBT32 nSpId; member
|
H A D | ww8scan.cxx | 2646 bool IsReplaceAllSprm(sal_uInt16 nSpId) in IsReplaceAllSprm() argument 2648 return (0x6645 == nSpId || 0x6646 == nSpId); in IsReplaceAllSprm() 2651 bool IsExpandableSprm(sal_uInt16 nSpId) in IsExpandableSprm() argument 2653 return 0x646B == nSpId; in IsExpandableSprm() 2729 sal_uInt16 nSpId = aEntry.mnLen ? maSprmParser.GetSprmId(aEntry.mpData) : 0; in WW8Fkp() local 2736 bool bExpand = IsExpandableSprm(nSpId); in WW8Fkp() 2737 if (IsReplaceAllSprm(nSpId) || bExpand) in WW8Fkp()
|
/aoo4110/main/sw/source/filter/ww8/dump/ |
H A D | ww8scan.cxx | 2429 sal_uInt16 nSpId = maSprmParser.GetSprmId(aEntry.mpData); in WW8Fkp() local 2431 if (0x6645 == nSpId || 0x6646 == nSpId) in WW8Fkp() 6593 sal_uInt16 nSpId = GetSprmId(pSp); in CountSprms() local 6595 if( !nSpId ) in CountSprms() 6598 sal_uInt16 nSpLen = GetSprmSize(nSpId, pSp); in CountSprms() 6603 if (!pIgnoreSprms || !pIgnoreSprms->search(nSpId)) in CountSprms()
|
Completed in 99 milliseconds