Home
last modified time | relevance | path

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

/trunk/main/sw/source/filter/ww8/
H A Dww8graf2.cxx66 void wwZOrderer::InsideEscher(sal_uLong nSpId) in InsideEscher() argument
68 maIndexes.push(GetEscherObjectIdx(nSpId)); in InsideEscher()
78 sal_uLong nSpId, in InsertEscherObject() argument
81 sal_uLong nInsertPos = GetEscherObjectPos( nSpId, _bInHeaderFooter ); in InsertEscherObject()
99 sal_uInt16 wwZOrderer::GetEscherObjectIdx(sal_uLong nSpId) in GetEscherObjectIdx() argument
107 if (pOrder->nShapeId == nSpId) in GetEscherObjectIdx()
117 sal_uLong wwZOrderer::GetEscherObjectPos( sal_uLong nSpId, in GetEscherObjectPos() argument
125 sal_uInt16 nFound = GetEscherObjectIdx(nSpId); in GetEscherObjectPos()
798 pFSPA->nSpId = SVBT32ToUInt32( pFSPAS->nSpId ); in WW8FSPAShadowToReal()
H A Dww8graf.hxx72 sal_uInt16 GetEscherObjectIdx(sal_uLong nSpId);
76 sal_uLong GetEscherObjectPos( sal_uLong nSpId,
93 sal_uLong nSpId,
H A Dww8graf.cxx2562 if( !pF->nSpId ) in Read_GrafLayer()
2584 bool bOk = (pMSDffManager->GetShape(pF->nSpId, pObject, aData) && pObject); in Read_GrafLayer()
2744 if ( nShapeId == pF->nSpId ) in Read_GrafLayer()
2824 pWWZOrder->InsertEscherObject( pObject, pF->nSpId, in Read_GrafLayer()
3062 pMSDffManager->StoreShapeOrder(pF->nSpId, in ConvertDrawTextToFly()
3073 pWWZOrder->InsertEscherObject( rpOurNewObject, pF->nSpId, in ConvertDrawTextToFly()
3089 pWWZOrder->InsideEscher(pF->nSpId); in ConvertDrawTextToFly()
3216 pMSDffManager->StoreShapeOrder(pF->nSpId, 0, rpOurNewObject, 0 ); in ImportReplaceableDrawables()
3224 pWWZOrder->InsertEscherObject( rpOurNewObject, pF->nSpId, in ImportReplaceableDrawables()
H A Dww8struc.hxx872 …sal_Int32 nSpId; //Shape Identifier. Used in conjunction with the office art data (found via f… member
922 SVBT32 nSpId; member
H A Dww8scan.cxx2645 bool IsReplaceAllSprm(sal_uInt16 nSpId) in IsReplaceAllSprm() argument
2647 return (0x6645 == nSpId || 0x6646 == nSpId); in IsReplaceAllSprm()
2650 bool IsExpandableSprm(sal_uInt16 nSpId) in IsExpandableSprm() argument
2652 return 0x646B == nSpId; in IsExpandableSprm()
2728 sal_uInt16 nSpId = aEntry.mnLen ? maSprmParser.GetSprmId(aEntry.mpData) : 0; in WW8Fkp() local
2735 bool bExpand = IsExpandableSprm(nSpId); in WW8Fkp()
2736 if (IsReplaceAllSprm(nSpId) || bExpand) in WW8Fkp()
/trunk/main/sw/source/filter/ww8/dump/
H A Dww8scan.cxx2428 sal_uInt16 nSpId = maSprmParser.GetSprmId(aEntry.mpData); in WW8Fkp() local
2430 if (0x6645 == nSpId || 0x6646 == nSpId) in WW8Fkp()
6592 sal_uInt16 nSpId = GetSprmId(pSp); in CountSprms() local
6594 if( !nSpId ) in CountSprms()
6597 sal_uInt16 nSpLen = GetSprmSize(nSpId, pSp); in CountSprms()
6602 if (!pIgnoreSprms || !pIgnoreSprms->search(nSpId)) in CountSprms()