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 <()
5609 rOrder.nTxBxComp = nTxBx; in StoreShapeOrder()5633 rOrder.nTxBxComp = nTxBx; in ExchangeInShapeOrder()5651 rOrder.nTxBxComp = 0; in RemoveFromShapeOrder()5894 if( pObj->nTxBxComp ) in CheckTxBxStoryChain()5903 if( nChain != pObj->nTxBxComp ) in CheckTxBxStoryChain()5913 nChain = pObj->nTxBxComp; in CheckTxBxStoryChain()5937 pObj->nTxBxComp = pObj->nTxBxComp & 0xFFFF0000; in CheckTxBxStoryChain()6390 rSt >> aInfo.nTxBxComp; in GetShapeContainerData()6395 aInfo.nTxBxComp = ( aInfo.nTxBxComp & 0xFFFF0000 ) + in GetShapeContainerData()6397 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()