Home
last modified time | relevance | path

Searched refs:nAnchorId (Results 1 – 7 of 7) sorted by relevance

/AOO42X/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()
452 sal_Bool bEnable = (nAnchorId != FLY_AS_CHAR); in ActivatePage()
476 aVal.nAnchorType = static_cast< sal_Int16 >(nAnchorId); in ActivatePage()
567 ((nAnchorId == FLY_AT_PARA) || (nAnchorId == FLY_AT_CHAR)) && in ActivatePage()
575 aNoWrapRB.Enable( FLY_AT_PARA == nAnchorId ); in ActivatePage()
578 ( (FLY_AT_PARA == nAnchorId) in ActivatePage()
579 || ( (FLY_AT_CHAR == nAnchorId) in ActivatePage()
[all …]
/AOO42X/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()
/AOO42X/main/sw/source/core/frmedt/
H A Dfefly1.cxx456 const RndStdIds nAnchorId = rFmt.GetAnchor().GetAnchorId(); in FindAnchorPos() local
458 if ( FLY_AS_CHAR == nAnchorId ) in FindAnchorPos()
479 if ( FLY_AT_PAGE != nAnchorId ) in FindAnchorPos()
501 if ( nAnchorId != FLY_AT_CHAR in FindAnchorPos()
510 if ( FLY_AT_PAGE == nAnchorId ) in FindAnchorPos()
518 if( FLY_AT_FLY == nAnchorId ) // LAYER_IMPL in FindAnchorPos()
545 if ( bMoveIt || (nAnchorId == FLY_AT_CHAR) ) in FindAnchorPos()
548 switch ( nAnchorId ) in FindAnchorPos()
H A Dfeshview.cxx306 RndStdIds nAnchorId = aAnch.GetAnchorId(); in MoveAnchor() local
307 if ( FLY_AS_CHAR == nAnchorId ) in MoveAnchor()
328 switch ( nAnchorId ) { in MoveAnchor()
/AOO42X/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()
/AOO42X/main/sw/source/ui/inc/
H A Dwrap.hxx102 RndStdIds nAnchorId; member in SwWrapTabPage
/AOO42X/main/sw/source/core/doc/
H A Ddoclay.cxx1050 RndStdIds nAnchorId ) in TstFlyRange() argument
1060 if (FLY_AT_PARA == nAnchorId) in TstFlyRange()