Lines Matching refs:mpDoc
184 SfxItemSet aNewAttr(mpDoc->GetPool(), in ExecuteDialog()
185 mpDoc->GetPool().GetWhich(SID_ATTR_LRSPACE), in ExecuteDialog()
186 mpDoc->GetPool().GetWhich(SID_ATTR_ULSPACE), in ExecuteDialog()
203 …mpDoc->GetDefaultWritingMode() == ::com::sun::star::text::WritingMode_RL_TB ? FRMDIR_HORI_RIGHT_TO… in ExecuteDialog()
213 aPageItem.SetNumType( mpDoc->GetPageNumType() ); in ExecuteDialog()
229 …_uInt16)mpPage->GetLftBorder(), (sal_uInt16)mpPage->GetRgtBorder(), 0, 0, mpDoc->GetPool().GetWhic… in ExecuteDialog()
232 …( (sal_uInt16)mpPage->GetUppBorder(), (sal_uInt16)mpPage->GetLwrBorder(), mpDoc->GetPool().GetWhic… in ExecuteDialog()
236 bool bScale = mpDoc->GetDocumentType() != DOCUMENT_TYPE_DRAW; in ExecuteDialog()
309 pTempSet.reset( new SfxItemSet( mpDoc->GetPool(), XATTR_FILL_FIRST, XATTR_FILL_LAST, 0) ); in ExecuteDialog()
314 SfxItemSet aMigrateSet( mpDoc->GetPool(), XATTR_FILLBITMAP, XATTR_FILLBITMAP ); in ExecuteDialog()
316 mpDoc->MigrateItemSet( &aMigrateSet, pTempSet.get(), NULL ); in ExecuteDialog()
382 *mpDoc, *mpPage, mpPage->getSdrPageProperties().GetItemSet()); in ExecuteDialog()
404 …StyleSheetUndoAction* pAction = new StyleSheetUndoAction(mpDoc, (SfxStyleSheet*)pStyleSheet, &(*pT… in ExecuteDialog()
415 SdUndoGroup* pUndoGroup = new SdUndoGroup(mpDoc); in ExecuteDialog()
419 sal_uInt16 nMasterPageCount = mpDoc->GetMasterSdPageCount(ePageKind); in ExecuteDialog()
422 SdPage *pMasterPage = mpDoc->GetMasterSdPage(i, ePageKind); in ExecuteDialog()
426 new StyleSheetUndoAction(mpDoc, (SfxStyleSheet*)pStyle, &(*pTempSet.get())); in ExecuteDialog()
434 sal_uInt16 nPageCount(mpDoc->GetSdPageCount(ePageKind)); in ExecuteDialog()
437 SdPage *pPage = mpDoc->GetSdPage(i, ePageKind); in ExecuteDialog()
442 …SdBackgroundObjUndoAction *pBackgroundObjUndoAction = new SdBackgroundObjUndoAction(*mpDoc, *pPage… in ExecuteDialog()
474 …mpDoc->SetDefaultWritingMode( nVal == FRMDIR_HORI_RIGHT_TOP ? ::com::sun::star::text::WritingMode_… in ExecuteDialog()
477 mpDoc->SetChanged(sal_True); in ExecuteDialog()
518 mpDoc->SetPageNumType(((const SvxPageItem*) pPoolItem)->GetNumType()); in ApplyItemSet()
537 if( pArgs->GetItemState(mpDoc->GetPool().GetWhich(SID_ATTR_LRSPACE), in ApplyItemSet()
548 if( pArgs->GetItemState(mpDoc->GetPool().GetWhich(SID_ATTR_ULSPACE), in ApplyItemSet()
558 …if( pArgs->GetItemState(mpDoc->GetPool().GetWhich(SID_ATTR_PAGE_EXT1), sal_True, &pPoolItem) == SF… in ApplyItemSet()
563 …if( pArgs->GetItemState(mpDoc->GetPool().GetWhich(SID_ATTR_PAGE_EXT2), sal_True, &pPoolItem) == SF… in ApplyItemSet()
572 …if( pArgs->GetItemState(mpDoc->GetPool().GetWhich(SID_ATTR_PAGE_PAPERBIN), sal_True, &pPoolItem) =… in ApplyItemSet()
611 *mpDoc, *mpPage, mpPage->getSdrPageProperties().GetItemSet()); in ApplyItemSet()
631 Size aPageSize = mpDoc->GetSdPage(0, ePageKind)->GetSize(); in ApplyItemSet()
633 mpDoc->SetMaxObjSize(aViewSize); in ApplyItemSet()