Home
last modified time | relevance | path

Searched refs:ePageKind (Results 1 – 25 of 27) sorted by relevance

12

/AOO41X/main/sd/source/ui/view/
H A DOutlinerIterator.cxx259 PageKind ePageKind; in CreateDocumentIterator() local
268 ePageKind = PK_STANDARD; in CreateDocumentIterator()
273 ePageKind = PK_HANDOUT; in CreateDocumentIterator()
281 ePageKind = PK_HANDOUT; in CreateDocumentIterator()
286 ePageKind = PK_STANDARD; in CreateDocumentIterator()
296 ePageKind = pDrawViewShell->GetPageKind(); in CreateDocumentIterator()
301 ePageKind = PK_STANDARD; in CreateDocumentIterator()
308 ePageKind, eEditMode, bDirectionIsForward, aLocation); in CreateDocumentIterator()
311 new DocumentIteratorImpl (nPageIndex, ePageKind, eEditMode, in CreateDocumentIterator()
318 PageKind ePageKind, in GetPageIndex() argument
[all …]
H A DDocumentRenderer.cxx723 const PageKind ePageKind, in PrinterPage() argument
731 : mePageKind(ePageKind), in PrinterPage()
779 const PageKind ePageKind, in RegularPrinterPage() argument
787 : PrinterPage(ePageKind, rMapMode, bPrintMarkedOnly, rsPageString, in RegularPrinterPage()
836 const PageKind ePageKind, in TiledPrinterPage() argument
844 : PrinterPage(ePageKind, MapMode(), bPrintMarkedOnly, rsPageString, in TiledPrinterPage()
922 const PageKind ePageKind, in BookletPrinterPage() argument
928 : PrinterPage(ePageKind, rMapMode, bPrintMarkedOnly, ::rtl::OUString(), in BookletPrinterPage()
1443 const PageKind ePageKind, in SetupPaperOrientation() argument
1451 rInfo.meOrientation = pDocument->GetSdPage(0, ePageKind)->GetOrientation(); in SetupPaperOrientation()
[all …]
H A Dviewshe3.cxx214 PageKind ePageKind, in CreateOrDuplicatePage() argument
229 if (pDocument->GetSdPage(0, ePageKind) != NULL) in CreateOrDuplicatePage()
230 pTemplatePage = pDocument->GetSdPage(0, ePageKind); in CreateOrDuplicatePage()
281 if (ePageKind == PK_NOTES) in CreateOrDuplicatePage()
303 if (ePageKind == PK_NOTES) in CreateOrDuplicatePage()
372 ePageKind, in CreateOrDuplicatePage()
381 sal_uInt16 nPageCount (pDocument->GetSdPageCount(ePageKind)); in CreateOrDuplicatePage()
396 ePageKind, in CreateOrDuplicatePage()
411 ePageKind, in CreateOrDuplicatePage()
H A Dviewshe2.cxx532 void ViewShell::SetPageSizeAndBorder(PageKind ePageKind, const Size& rNewSize, in SetPageSizeAndBorder() argument
546 sal_uInt16 i, nPageCnt = GetDoc()->GetMasterSdPageCount(ePageKind); in SetPageSizeAndBorder()
555 pPage = GetDoc()->GetMasterSdPage(i, ePageKind); in SetPageSizeAndBorder()
593 if ( ePageKind == PK_STANDARD ) in SetPageSizeAndBorder()
599 nPageCnt = GetDoc()->GetSdPageCount(ePageKind); in SetPageSizeAndBorder()
606 pPage = GetDoc()->GetSdPage(i, ePageKind); in SetPageSizeAndBorder()
644 if ( ePageKind == PK_STANDARD ) in SetPageSizeAndBorder()
654 if( (ePageKind == PK_STANDARD) || (ePageKind == PK_HANDOUT) ) in SetPageSizeAndBorder()
H A DViewShellImplementation.cxx105 PageKind ePageKind) in ProcessModifyPageSlot() argument
177 if (ePageKind == PK_HANDOUT) in ProcessModifyPageSlot()
214 if (ePageKind == PK_STANDARD) in ProcessModifyPageSlot()
258 void ViewShell::Implementation::AssignLayout ( SfxRequest& rRequest, PageKind ePageKind ) in AssignLayout() argument
270 pPage = pDocument->GetSdPage(static_cast<sal_uInt16>(pWhatPage->GetValue()), ePageKind); in AssignLayout()
H A Ddrviewsb.cxx733 PageKind ePageKind = GetPageKind(); in RenameSlide() local
737 pPageToRename = GetDoc()->GetSdPage( nPageId - 1, ePageKind ); in RenameSlide()
757 if( ePageKind == PK_STANDARD ) in RenameSlide()
767 pPageToRename = GetDoc()->GetMasterSdPage( nPageId - 1, ePageKind ); in RenameSlide()
H A Ddrviewse.cxx983 PageKind ePageKind; in FuSupport() local
990 ePageKind = PK_STANDARD; in FuSupport()
995 ePageKind = PK_NOTES; in FuSupport()
1000 ePageKind = PK_HANDOUT; in FuSupport()
1004 mpFrameView->SetViewShEditMode(EM_MASTERPAGE, ePageKind); in FuSupport()
H A DOutliner.cxx1279 void Outliner::SetViewMode (PageKind ePageKind) in SetViewMode() argument
1284 if (pDrawViewShell.get()!=NULL && ePageKind != pDrawViewShell->GetPageKind()) in SetViewMode()
1291 switch (ePageKind) in SetViewMode()
1329 mnPageCount = mpDrawDocument->GetSdPageCount(ePageKind); in SetViewMode()
H A Ddrviews2.cxx1072 PageKind ePageKind, in CreateOrDuplicatePage() argument
1077 if (ePageKind == PK_STANDARD && meEditMode != EM_MASTERPAGE) in CreateOrDuplicatePage()
1083 pNewPage = ViewShell::CreateOrDuplicatePage (rRequest, ePageKind, pPage, nInsertPosition); in CreateOrDuplicatePage()
H A Ddrviewsa.cxx141 …Frame, ViewShellBase& rViewShellBase, ::Window* pParentWindow, PageKind ePageKind, FrameView* pFra… in DrawViewShell() argument
155 Construct(GetDocSh(), ePageKind); in DrawViewShell()
/AOO41X/main/sd/source/ui/unoidl/
H A Dunopage.cxx126 const SvxItemPropertySet* ImplGetDrawPagePropertySet( sal_Bool bImpress, PageKind ePageKind ) in ImplGetDrawPagePropertySet() argument
239 bool bWithoutBackground = ePageKind != PK_STANDARD && ePageKind != PK_HANDOUT; in ImplGetDrawPagePropertySet()
243 if( ePageKind == PK_STANDARD ) in ImplGetDrawPagePropertySet()
280 const SvxItemPropertySet* ImplGetMasterPagePropertySet( PageKind ePageKind ) in ImplGetMasterPagePropertySet() argument
327 if( ePageKind == PK_HANDOUT ) in ImplGetMasterPagePropertySet()
586 const PageKind ePageKind = GetPage() ? GetPage()->GetPageKind() : PK_STANDARD; in queryInterface() local
588 if( ePageKind == PK_STANDARD ) in queryInterface()
688 const PageKind ePageKind = GetPage()->GetPageKind(); in setPropertyValue() local
690 sal_uInt16 i, nPageCnt = pDoc->GetMasterSdPageCount(ePageKind); in setPropertyValue()
693 SdPage* pPage = pDoc->GetMasterSdPage(i, ePageKind); in setPropertyValue()
[all …]
/AOO41X/main/sd/source/core/
H A Ddrawdoc2.cxx516 PageKind ePageKind = pPage->GetPageKind(); in SetSelected() local
518 if (ePageKind == PK_STANDARD) in SetSelected()
535 else if (ePageKind == PK_NOTES) in SetSelected()
1356 PageKind ePageKind, in CreatePage() argument
1372 if (ePageKind == PK_NOTES) in CreatePage()
1432 ePageKind, in CreatePage()
1449 PageKind ePageKind = PK_STANDARD; in DuplicatePage() local
1452 SdPage* pActualPage = GetSdPage(nPageNum, ePageKind); in DuplicatePage()
1464 pActualPage, ePageKind, in DuplicatePage()
1477 PageKind ePageKind, in DuplicatePage() argument
[all …]
/AOO41X/main/sd/source/ui/func/
H A Dfupage.cxx182 PageKind ePageKind = mpDrawViewShell->GetPageKind(); in ExecuteDialog() local
366 if( ePageKind != PK_NOTES ) in ExecuteDialog()
419 sal_uInt16 nMasterPageCount = mpDoc->GetMasterSdPageCount(ePageKind); in ExecuteDialog()
422 SdPage *pMasterPage = mpDoc->GetMasterSdPage(i, ePageKind); in ExecuteDialog()
434 sal_uInt16 nPageCount(mpDoc->GetSdPageCount(ePageKind)); in ExecuteDialog()
437 SdPage *pPage = mpDoc->GetSdPage(i, ePageKind); in ExecuteDialog()
505 PageKind ePageKind = mpDrawViewShell->GetPageKind(); in ApplyItemSet() local
594 …mpDrawViewShell->SetPageSizeAndBorder(ePageKind, aNewSize, nLeft, nRight, nUpper, nLower, bScaleAl… in ApplyItemSet()
631 Size aPageSize = mpDoc->GetSdPage(0, ePageKind)->GetSize(); in ApplyItemSet()
H A Dfutempl.cxx557 PageKind ePageKind = pDrawViewShell->GetPageKind(); in DoExecute() local
558 if( ePageKind == PK_NOTES || ePageKind == PK_HANDOUT ) in DoExecute()
/AOO41X/main/sd/source/ui/slidesorter/controller/
H A DSlsSlotManager.cxx672 PageKind ePageKind = mrSlideSorter.GetModel().GetPageType(); in GetMenuState() local
673 if ((eEditMode == EM_MASTERPAGE) && (ePageKind != PK_HANDOUT)) in GetMenuState()
678 if ((eEditMode == EM_MASTERPAGE) || (ePageKind==PK_NOTES)) in GetMenuState()
883 PageKind ePageKind = mrSlideSorter.GetModel().GetPageType(); in RenameSlide() local
886 if (ePageKind==PK_STANDARD || ePageKind==PK_NOTES) in RenameSlide()
966 PageKind ePageKind = mrSlideSorter.GetModel().GetPageType(); in RenameSlideFromDrawViewShell() local
996 if( ePageKind == PK_STANDARD ) in RenameSlideFromDrawViewShell()
1008 pPageToRename = pDocument->GetMasterSdPage( nPageId, ePageKind ); in RenameSlideFromDrawViewShell()
/AOO41X/main/filter/inc/filter/msfilter/
H A Dsvdfppt.hxx349 PptPageKind ePageKind; // member
577 PptSlidePersistList* GetPageList(PptPageKind ePageKind) const;
579 sal_uInt32 GetMasterPageId(sal_uInt16 nPageNum, PptPageKind ePageKind) const;
594 sal_Bool IsNoteOrHandout( sal_uInt16 nPageNum, PptPageKind ePageKind ) const;
595 sal_Bool HasMasterPage( sal_uInt16 nPageNum, PptPageKind ePageKind = PPT_SLIDEPAGE ) const;
596 …sal_uInt16 GetMasterPageIndex( sal_uInt16 nPageNum, PptPageKind ePageKind = PPT_SLIDEPAGE ) c…
1136 PptPageKind ePageKind; member in PPTConvertOCXControls
1141 ePageKind ( ePKind ){}; in PPTConvertOCXControls()
/AOO41X/main/sd/source/ui/inc/
H A DOutlinerIteratorImpl.hxx66 bool bDirectionIsForward, PageKind ePageKind, EditMode eEditMode);
197 PageKind ePageKind,
248 PageKind ePageKind,
H A DViewShellImplementation.hxx116 PageKind ePageKind);
123 void AssignLayout ( SfxRequest& rRequest, PageKind ePageKind );
H A DDrawViewShell.hxx91 PageKind ePageKind = PK_STANDARD,
452 void Construct (DrawDocShell* pDocSh, PageKind ePageKind);
460 PageKind ePageKind,
H A DViewShell.hxx279 void SetPageSizeAndBorder(PageKind ePageKind, const Size& rNewSize,
461 PageKind ePageKind,
/AOO41X/main/sd/source/filter/grf/
H A Dsdgrffilter.cxx288 PageKind ePageKind = PK_STANDARD; in Export() local
291 ePageKind = pDrawViewShell->GetPageKind(); in Export()
292 if( PK_HANDOUT == ePageKind ) in Export()
303 …ge = mrDocument.GetSdPage( pPage->GetPageNum() ? ( pPage->GetPageNum() - 1 ) >> 1 : 0, ePageKind ); in Export()
/AOO41X/main/sd/inc/
H A Ddrawdoc.hxx512 PageKind ePageKind,
572 PageKind ePageKind,
647 PageKind ePageKind,
H A DOutlinerIterator.hxx297 PageKind ePageKind,
/AOO41X/main/filter/source/msfilter/
H A Dsvdfppt.cxx580 ePageKind ( PPT_MASTERPAGE ), in PptSlidePersistEntry()
1092 if ( rPersistEntry.ePageKind == PPT_MASTERPAGE ) in ProcessObj()
1377 if ( rPersistEntry.ePageKind == PPT_MASTERPAGE ) in ProcessObj()
1649 pE2->ePageKind = PptPageKind( nPageListNum ); in SdrPowerPointImport()
1729 …if ( ( pE2->ePageKind == PPT_MASTERPAGE ) && ( pE2->aSlideAtom.nMasterId == 0 ) && ( pE2->bNotesMa… in SdrPowerPointImport()
1852 switch( ePageKind ) in GetDrawPage()
2371 PptSlidePersistList* SdrPowerPointImport::GetPageList(PptPageKind ePageKind) const in GetPageList()
2373 if ( ePageKind == PPT_MASTERPAGE ) in GetPageList()
2375 if ( ePageKind == PPT_SLIDEPAGE ) in GetPageList()
2377 if ( ePageKind == PPT_NOTEPAGE ) in GetPageList()
[all …]
/AOO41X/main/sd/source/filter/ppt/
H A Dpptin.cxx908 PptPageKind ePageKind = eAktPageKind; in Import() local
1080 SetPageNum( nPageNum, ePageKind ); in Import()
1249 PageKind ePageKind = PK_STANDARD; in Import() local
1272 ePageKind = PK_STANDARD; in Import()
1279 ePageKind = PK_NOTES; in Import()
1282 ePageKind = PK_HANDOUT; in Import()
1288 pFrameView->SetPageKind( ePageKind ); in Import()
1290 pFrameView->SetViewShEditMode( eEditMode, ePageKind ); in Import()

12