Searched refs:nAnchorId (Results 1 – 7 of 7) sorted by relevance
136 nAnchorId(FLY_AT_PARA), in SwWrapTabPage()247 nAnchorId = rAnch.GetAnchorId(); in Reset()249 if (((nAnchorId == FLY_AT_PARA) || (nAnchorId == FLY_AT_CHAR)) in Reset()451 nAnchorId = rAnch.GetAnchorId(); in ActivatePage()567 ((nAnchorId == FLY_AT_PARA) || (nAnchorId == FLY_AT_CHAR)) && in ActivatePage()578 ( (FLY_AT_PARA == nAnchorId) in ActivatePage()583 ( (FLY_AT_PARA == nAnchorId) in ActivatePage()589 ( ( (FLY_AT_PAGE == nAnchorId) in ActivatePage()635 ((nAnchorId == FLY_AT_PARA) || (nAnchorId == FLY_AT_CHAR)) in ActivatePage()704 bWrapThrough |= ( nAnchorId == FLY_AS_CHAR ); in IMPL_LINK()[all …]
43 RndStdIds nAnchorId; member in SwFmtAnchor70 RndStdIds GetAnchorId() const { return nAnchorId; } in GetAnchorId()76 void SetType( RndStdIds nRndId ) { nAnchorId = nRndId; } in SetType()
458 const RndStdIds nAnchorId = rFmt.GetAnchor().GetAnchorId(); in FindAnchorPos() local460 if ( FLY_AS_CHAR == nAnchorId ) in FindAnchorPos()481 if ( FLY_AT_PAGE != nAnchorId ) in FindAnchorPos()503 if ( nAnchorId != FLY_AT_CHAR in FindAnchorPos()512 if ( FLY_AT_PAGE == nAnchorId ) in FindAnchorPos()520 if( FLY_AT_FLY == nAnchorId ) // LAYER_IMPL in FindAnchorPos()547 if ( bMoveIt || (nAnchorId == FLY_AT_CHAR) ) in FindAnchorPos()550 switch ( nAnchorId ) in FindAnchorPos()
306 RndStdIds nAnchorId = aAnch.GetAnchorId(); in MoveAnchor() local307 if ( FLY_AS_CHAR == nAnchorId ) in MoveAnchor()328 switch ( nAnchorId ) { in MoveAnchor()
1487 nAnchorId( nRnd ), in SwFmtAnchor()1495 nAnchorId( rCpy.GetAnchorId() ), in SwFmtAnchor()1516 ((FLY_AT_PARA == nAnchorId) || (FLY_AT_FLY == nAnchorId))) in SetAnchor()1524 nAnchorId = rAnchor.GetAnchorId(); in operator =()1539 return ( nAnchorId == ((SwFmtAnchor&)rAttr).GetAnchorId() && in operator ==()1601 if(pCntntAnchor && FLY_AT_FLY == nAnchorId) in QueryValue()
103 RndStdIds nAnchorId; member in SwWrapTabPage
1050 RndStdIds nAnchorId ) in TstFlyRange() argument1060 if (FLY_AT_PARA == nAnchorId) in TstFlyRange()
Completed in 95 milliseconds