Lines Matching refs:mpView

92 		mpView->GetAttributes( aEditAttr );  in DoExecute()
100 …SfxAbstractTabDialog* pDlg = pFact ? pFact->CreateSdOutlineBulletTabDlg( NULL, &aNewAttr, mpView )… in DoExecute()
111 OutlinerView* pOLV = mpView->GetTextEditOutlinerView(); in DoExecute()
115 if (mpView->ISA(OutlineView)) in DoExecute()
117 pOLV = static_cast<OutlineView*>(mpView) in DoExecute()
120 … aGuard.reset( new OutlineViewModelChangeGuard( static_cast<OutlineView&>(*mpView) ) ); in DoExecute()
145 mpView->SetAttributes(*pArgs); in DoExecute()
155 if (!mpDoc || !mpView) in SetCurrentBulletsNumbering()
175 mpView->GetAttributes( aEditAttr ); in SetCurrentBulletsNumbering()
184 SdrObject* pObj = mpView->GetTextEditObject(); in SetCurrentBulletsNumbering()
187 const sal_uInt16 nLevel = mpView->GetSelectionLevel(); in SetCurrentBulletsNumbering()
260 OutlinerView* pOLV = mpView->GetTextEditOutlinerView(); in SetCurrentBulletsNumbering()
263 if (mpView->ISA(OutlineView)) in SetCurrentBulletsNumbering()
265 pOLV = static_cast<OutlineView*>(mpView) in SetCurrentBulletsNumbering()
268 aGuard.reset( new OutlineViewModelChangeGuard( static_cast<OutlineView&>(*mpView) ) ); in SetCurrentBulletsNumbering()
272 SdrOutliner* pOwner = bInMasterView ? mpView->GetTextEditOutliner() : 0; in SetCurrentBulletsNumbering()
274 SdrModel* pSdrModel = bInMasterView ? mpView->GetModel() : 0; in SetCurrentBulletsNumbering()
299mpView->ChangeMarkedObjectsBulletsNumbering( bToggle, nSId == FN_SVX_SET_BULLET, bInMasterView ? 0… in SetCurrentBulletsNumbering()
305 mpView->SetAttributes(aSetAttr); in SetCurrentBulletsNumbering()
341 if( mpView ) in GetNumBulletItem()
343 const SdrMarkList& rMarkList = mpView->GetMarkedObjectList(); in GetNumBulletItem()
367 SfxStyleSheetBasePool* pSSPool = mpView->GetDocSh()->GetStyleSheetPool(); in GetNumBulletItem()