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.cxx70 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 Dww8graf.hxx73 sal_uInt16 GetEscherObjectIdx(sal_uLong nSpId);
77 sal_uLong GetEscherObjectPos( sal_uLong nSpId,
94 sal_uLong nSpId,
H A Dww8graf.cxx2563 if( !pF->nSpId ) in Read_GrafLayer()
2585 bool bOk = (pMSDffManager->GetShape(pF->nSpId, pObject, aData) && pObject); in Read_GrafLayer()
2745 if ( nShapeId == pF->nSpId ) in Read_GrafLayer()
2825 pWWZOrder->InsertEscherObject( pObject, pF->nSpId, in Read_GrafLayer()
3063 pMSDffManager->StoreShapeOrder(pF->nSpId, in ConvertDrawTextToFly()
3074 pWWZOrder->InsertEscherObject( rpOurNewObject, pF->nSpId, in ConvertDrawTextToFly()
3090 pWWZOrder->InsideEscher(pF->nSpId); in ConvertDrawTextToFly()
3217 pMSDffManager->StoreShapeOrder(pF->nSpId, 0, rpOurNewObject, 0 ); in ImportReplaceableDrawables()
3225 pWWZOrder->InsertEscherObject( rpOurNewObject, pF->nSpId, in ImportReplaceableDrawables()
H A Dww8struc.hxx873 …sal_Int32 nSpId; //Shape Identifier. Used in conjunction with the office art data (found via f… member
923 SVBT32 nSpId; member
H A Dww8scan.cxx2646 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()
/trunk/main/sw/source/filter/ww8/dump/
H A Dww8scan.cxx2429 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 112 milliseconds