Lines Matching refs:pOwnSh
72 pOwnSh( pSh ), in SwFlyFrmAttrMgr()
88 aSet.SetParent( &pOwnSh->GetFmtFromPool( nId )->GetAttrSet()); in SwFlyFrmAttrMgr()
95 pOwnSh->GetFlyFrmAttr( aSet ); in SwFlyFrmAttrMgr()
97 bIsInVertical = pOwnSh->IsFrmVertical(sal_True, bRightToLeft, bIsInVerticalL2R); in SwFlyFrmAttrMgr()
99 ::PrepareBoxInfo( aSet, *pOwnSh ); in SwFlyFrmAttrMgr()
104 pOwnSh( pSh ), in SwFlyFrmAttrMgr()
124 if ( !bNewFrm && pOwnSh->IsFrmSelected() ) in UpdateAttrMgr()
125 pOwnSh->GetFlyFrmAttr( aSet ); in UpdateAttrMgr()
126 ::PrepareBoxInfo( aSet, *pOwnSh ); in UpdateAttrMgr()
134 pOwnSh->SetFlyName(((SfxStringItem *)pItem)->GetValue()); in _UpdateFlyFrm()
136 pOwnSh->SetModified(); in _UpdateFlyFrm()
140 pOwnSh->SetFlyPos( aAbsPos ); in _UpdateFlyFrm()
151 ASSERT( pOwnSh->IsFrmSelected(), in UpdateFlyFrm()
154 if( pOwnSh->IsFrmSelected() ) in UpdateFlyFrm()
161 if( pOwnSh->GetFlyFrmAttr( aGetSet ) && 1 == aGetSet.Count() && in UpdateFlyFrm()
171 pOwnSh->StartAllAction(); in UpdateFlyFrm()
172 pOwnSh->SetFlyFrmAttr( aSet ); in UpdateFlyFrm()
174 pOwnSh->EndAllAction(); in UpdateFlyFrm()
185 pOwnSh->StartAllAction(); in InsertFlyFrm()
187 sal_Bool bRet = 0 != pOwnSh->NewFlyFrm( aSet ); in InsertFlyFrm()
193 pOwnSh->EnterSelFrmMode(); in InsertFlyFrm()
194 FrameNotify(pOwnSh, FLY_DRAG_START); in InsertFlyFrm()
196 pOwnSh->EndAllAction(); in InsertFlyFrm()
235 pOwnSh->GetPageNum( nPhyPageNum, nVirtPageNum ); in SetAnchor()
293 pOwnSh->CalcBoundRect( aBoundRect, eAnchorType, in ValidateMetrics()