Home
last modified time | relevance | path

Searched refs:nAnchorId (Results 1 – 7 of 7) sorted by last modified time

/trunk/main/sw/source/ui/inc/
H A Dwrap.hxx103 RndStdIds nAnchorId; member in SwWrapTabPage
/trunk/main/sw/source/ui/frmdlg/
H A Dwrap.cxx136 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 …]
/trunk/main/sw/source/core/layout/
H A Datrfrm.cxx1487 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()
/trunk/main/sw/source/core/frmedt/
H A Dfeshview.cxx306 RndStdIds nAnchorId = aAnch.GetAnchorId(); in MoveAnchor() local
307 if ( FLY_AS_CHAR == nAnchorId ) in MoveAnchor()
328 switch ( nAnchorId ) { in MoveAnchor()
H A Dfefly1.cxx458 const RndStdIds nAnchorId = rFmt.GetAnchor().GetAnchorId(); in FindAnchorPos() local
460 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()
/trunk/main/sw/source/core/doc/
H A Ddoclay.cxx1050 RndStdIds nAnchorId ) in TstFlyRange() argument
1060 if (FLY_AT_PARA == nAnchorId) in TstFlyRange()
/trunk/main/sw/inc/
H A Dfmtanchr.hxx43 RndStdIds nAnchorId; member in SwFmtAnchor
70 RndStdIds GetAnchorId() const { return nAnchorId; } in GetAnchorId()
76 void SetType( RndStdIds nRndId ) { nAnchorId = nRndId; } in SetType()

Completed in 67 milliseconds