Searched refs:nTxBxComp (Results 1 – 3 of 3) sorted by relevance
734 sal_uInt32 nTxBxComp; member744 nTxBxComp( (nSeqId << 16) + nBoxId ) in SvxMSDffShapeInfo()753 nTxBxComp( rInfo.nTxBxComp ) in SvxMSDffShapeInfo()762 : (nTxBxComp == rEntry.nTxBxComp && this == &rEntry); in operator ==()767 : (nTxBxComp < rEntry.nTxBxComp); in operator <()775 sal_uLong nTxBxComp; // Ketten- und Boxnummer in der Text-Box-Story (bzw. Null) member790 nShapeId( nId ), nTxBxComp( 0 ), pFly( 0 ), nHdFtSection( 0 ), pObj( 0 ){} in SvxMSDffShapeOrder()794 return (nTxBxComp == rEntry.nTxBxComp); in operator ==()798 return (nTxBxComp < rEntry.nTxBxComp); in operator <()
5599 rOrder.nTxBxComp = nTxBx; in StoreShapeOrder()5623 rOrder.nTxBxComp = nTxBx; in ExchangeInShapeOrder()5641 rOrder.nTxBxComp = 0; in RemoveFromShapeOrder()5884 if( pObj->nTxBxComp ) in CheckTxBxStoryChain()5893 if( nChain != pObj->nTxBxComp ) in CheckTxBxStoryChain()5903 nChain = pObj->nTxBxComp; in CheckTxBxStoryChain()5927 pObj->nTxBxComp = pObj->nTxBxComp & 0xFFFF0000; in CheckTxBxStoryChain()6356 rSt >> aInfo.nTxBxComp; in GetShapeContainerData()6361 aInfo.nTxBxComp = ( aInfo.nTxBxComp & 0xFFFF0000 ) + in GetShapeContainerData()6363 DBG_ASSERT( (aInfo.nTxBxComp & 0x0000FFFF) == nDrawingContainerId, in GetShapeContainerData()[all …]
4582 if (pOrder->nTxBxComp && pOrder->pFly) in CoreLoad()4604 if ((0xFFFF0000 & pOrder->nTxBxComp) in CoreLoad()4605 == (0xFFFF0000 & pNextOrder->nTxBxComp)) in CoreLoad()4613 if ((0xFFFF0000 & pOrder->nTxBxComp) in CoreLoad()4614 == (0xFFFF0000 & pPrevOrder->nTxBxComp)) in CoreLoad()