Lines Matching refs:pOwnSh
67 pOwnSh( pSh ), in SwFlyFrmAttrMgr()
83 aSet.SetParent( &pOwnSh->GetFmtFromPool( nId )->GetAttrSet()); in SwFlyFrmAttrMgr()
90 pOwnSh->GetFlyFrmAttr( aSet ); in SwFlyFrmAttrMgr()
92 bIsInVertical = pOwnSh->IsFrmVertical(sal_True, bRightToLeft, bIsInVerticalL2R); in SwFlyFrmAttrMgr()
94 ::PrepareBoxInfo( aSet, *pOwnSh ); in SwFlyFrmAttrMgr()
99 pOwnSh( pSh ), in SwFlyFrmAttrMgr()
119 if ( !bNewFrm && pOwnSh->IsFrmSelected() ) in UpdateAttrMgr()
120 pOwnSh->GetFlyFrmAttr( aSet ); in UpdateAttrMgr()
121 ::PrepareBoxInfo( aSet, *pOwnSh ); in UpdateAttrMgr()
129 pOwnSh->SetFlyName(((SfxStringItem *)pItem)->GetValue()); in _UpdateFlyFrm()
131 pOwnSh->SetModified(); in _UpdateFlyFrm()
135 pOwnSh->SetFlyPos( aAbsPos ); in _UpdateFlyFrm()
146 ASSERT( pOwnSh->IsFrmSelected(), in UpdateFlyFrm()
149 if( pOwnSh->IsFrmSelected() ) in UpdateFlyFrm()
156 if( pOwnSh->GetFlyFrmAttr( aGetSet ) && 1 == aGetSet.Count() && in UpdateFlyFrm()
166 pOwnSh->StartAllAction(); in UpdateFlyFrm()
167 pOwnSh->SetFlyFrmAttr( aSet ); in UpdateFlyFrm()
169 pOwnSh->EndAllAction(); in UpdateFlyFrm()
180 pOwnSh->StartAllAction(); in InsertFlyFrm()
182 sal_Bool bRet = 0 != pOwnSh->NewFlyFrm( aSet ); in InsertFlyFrm()
188 pOwnSh->EnterSelFrmMode(); in InsertFlyFrm()
189 FrameNotify(pOwnSh, FLY_DRAG_START); in InsertFlyFrm()
191 pOwnSh->EndAllAction(); in InsertFlyFrm()
230 pOwnSh->GetPageNum( nPhyPageNum, nVirtPageNum ); in SetAnchor()
288 pOwnSh->CalcBoundRect( aBoundRect, eAnchorType, in ValidateMetrics()