Home
last modified time | relevance | path

Searched refs:pNotesPage (Results 1 – 17 of 17) sorted by relevance

/AOO41X/main/sd/source/core/
H A Ddrawdoc2.cxx523 SdPage* pNotesPage = 0L; in SetSelected() local
527 pNotesPage = (SdPage*)GetPage(nDestPageNum); in SetSelected()
530 if (pNotesPage && pNotesPage->GetPageKind() == PK_NOTES) in SetSelected()
532 pNotesPage->SetSelected(bSelect); in SetSelected()
686 SdPage* pNotesPage = (SdPage*) AllocPage(bMasterPage=sal_False); in CreateFirstPages() local
693 pNotesPage->SetSize( pRefPage->GetSize() ); in CreateFirstPages()
694pNotesPage->SetBorder( pRefPage->GetLftBorder(), pRefPage->GetUppBorder(), pRefPage->GetRgtBorder(… in CreateFirstPages()
701 pNotesPage->SetSize(aDefSize); in CreateFirstPages()
705 pNotesPage->SetSize( Size(aDefSize.Height(), aDefSize.Width()) ); in CreateFirstPages()
708 pNotesPage->SetBorder(0, 0, 0, 0); in CreateFirstPages()
[all …]
H A Ddrawdoc3.cxx642 SdPage* pNotesPage = (SdPage*) GetPage(nActualInsertPos+1); in InsertBookmarkAsPage() local
651 pNotesPage->SetName(String()); in InsertBookmarkAsPage()
752 SdPage* pNotesPage = (SdPage*) GetPage(nActualInsertPos+1); in InsertBookmarkAsPage() local
753 pNotesPage->SetName(String()); in InsertBookmarkAsPage()
793 SdPage* pNotesPage = 0L; in InsertBookmarkAsPage() local
797 pNotesPage = (SdPage*)GetPage(nDestPageNum); in InsertBookmarkAsPage()
800 if (pNotesPage) in InsertBookmarkAsPage()
811 AddUndo(GetSdrUndoFactory().CreateUndoDeletePage(*pNotesPage)); in InsertBookmarkAsPage()
816 delete pNotesPage; in InsertBookmarkAsPage()
/AOO41X/main/sd/source/ui/func/
H A Dfusumry.cxx157 SdPage* pNotesPage = (SdPage*) mpDoc->AllocPage(sal_False); in DoExecute() local
158 pNotesPage->SetSize(pActualNotesPage->GetSize()); in DoExecute()
159 pNotesPage->SetBorder(pActualNotesPage->GetLftBorder(), in DoExecute()
163 pNotesPage->SetPageKind(PK_NOTES); in DoExecute()
166 mpDoc->InsertPage(pNotesPage, nCount * 2 + 2); in DoExecute()
169 mpView->AddUndo(mpDoc->GetSdrUndoFactory().CreateUndoNewPage(*pNotesPage)); in DoExecute()
172 pNotesPage->TRG_SetMasterPage(pActualNotesPage->TRG_GetMasterPage()); in DoExecute()
173 pNotesPage->SetLayoutName(pActualNotesPage->GetLayoutName()); in DoExecute()
174 pNotesPage->SetAutoLayout(pActualNotesPage->GetAutoLayout(), sal_True); in DoExecute()
175 pNotesPage->TRG_SetMasterPageVisibleLayers(aVisibleLayers); in DoExecute()
[all …]
H A Dfuexpand.cxx172 SdPage* pNotesPage = (SdPage*) mpDoc->AllocPage(sal_False); in DoExecute() local
173 pNotesPage->SetSize(pActualNotesPage->GetSize()); in DoExecute()
174 pNotesPage->SetBorder(pActualNotesPage->GetLftBorder(), in DoExecute()
178 pNotesPage->SetPageKind(PK_NOTES); in DoExecute()
179 pNotesPage->SetName(String()); in DoExecute()
182 mpDoc->InsertPage(pNotesPage, nActualPageNum + nPos); in DoExecute()
186 mpView->AddUndo(mpDoc->GetSdrUndoFactory().CreateUndoNewPage(*pNotesPage)); in DoExecute()
189 pNotesPage->TRG_SetMasterPage(pActualNotesPage->TRG_GetMasterPage()); in DoExecute()
190 pNotesPage->SetLayoutName(pActualNotesPage->GetLayoutName()); in DoExecute()
191 pNotesPage->SetAutoLayout(pActualNotesPage->GetAutoLayout(), sal_True); in DoExecute()
[all …]
/AOO41X/main/sd/source/ui/app/
H A Dsdmod1.cxx887 SdPage* pNotesPage = pDoc->GetMasterSdPage(i, PK_NOTES); in ChangeMedium() local
888 DBG_ASSERT( pNotesPage, "Wrong page ordering!" ); in ChangeMedium()
889 if( pNotesPage ) pNotesPage->CreateTitleAndLayout(); in ChangeMedium()
910 SdPage* pNotesPage = pDoc->GetSdPage(i, PK_NOTES); in ChangeMedium() local
911 DBG_ASSERT( pNotesPage, "Wrong page ordering!" ); in ChangeMedium()
912 if( pNotesPage ) pNotesPage->SetAutoLayout( pNotesPage->GetAutoLayout() ); in ChangeMedium()
/AOO41X/main/sd/source/ui/view/
H A Dunmodpg.cxx119 SdPage* pNotesPage = (SdPage*)mpDoc->GetPage(mpPage->GetPageNum() + 1); in Undo() local
120 pNotesPage->SetName(maOldName); in Undo()
168 SdPage* pNotesPage = (SdPage*)mpDoc->GetPage(mpPage->GetPageNum() + 1); in Redo() local
169 pNotesPage->SetName(maNewName); in Redo()
H A Doutlview.cxx643 SdPage* pNotesPage = (SdPage*)mpDoc->AllocPage(sal_False); in InsertSlideForParagraph() local
645 pNotesPage->SetLayoutName(pExample->GetLayoutName()); in InsertSlideForParagraph()
647 pNotesPage->SetPageKind(PK_NOTES); in InsertSlideForParagraph()
650 mpDoc->InsertPage(pNotesPage, (sal_uInt16)(nTarget) * 2 + 2); in InsertSlideForParagraph()
652 AddUndo(mpDoc->GetSdrUndoFactory().CreateUndoNewPage(*pNotesPage)); in InsertSlideForParagraph()
655 pNotesPage->TRG_SetMasterPage(pExample->TRG_GetMasterPage()); in InsertSlideForParagraph()
658 pNotesPage->SetSize(pExample->GetSize()); in InsertSlideForParagraph()
659 pNotesPage->SetBorder( pExample->GetLftBorder(), in InsertSlideForParagraph()
665 pNotesPage->SetAutoLayout(pExample->GetAutoLayout(), sal_True); in InsertSlideForParagraph()
H A DViewShellImplementation.cxx217 SdPage* pNotesPage = pDocument->GetSdPage(nPage, PK_NOTES); in ProcessModifyPageSlot() local
218 if (pNotesPage != NULL) in ProcessModifyPageSlot()
219 pNotesPage->SetName(aNewName); in ProcessModifyPageSlot()
H A Ddrviewsa.cxx593 SdPage* pNotesPage = GetDoc()->GetSdPage(i, PK_NOTES); in SetupPage() local
594 pNotesPage->SetAutoLayout( pNotesPage->GetAutoLayout() ); in SetupPage()
H A Dviewshe2.cxx646 SdPage* pNotesPage = GetDoc()->GetSdPage(i, PK_NOTES); in SetPageSizeAndBorder() local
647 pNotesPage->SetAutoLayout( pNotesPage->GetAutoLayout() ); in SetPageSizeAndBorder()
H A Ddrviewsb.cxx760 SdPage* pNotesPage = GetDoc()->GetSdPage( nPageId - 1, PK_NOTES ); in RenameSlide() local
761 pNotesPage->SetName( rName ); in RenameSlide()
/AOO41X/main/sd/source/ui/unoidl/
H A Dunomodel.cxx577 SdPage* pNotesPage = NULL; in InsertSdPage() local
580 pNotesPage = (SdPage*) pPreviousNotesPage->Clone(); in InsertSdPage()
582 pNotesPage = (SdPage*) mpDoc->AllocPage(sal_False); in InsertSdPage()
584 pNotesPage->SetSize( pPreviousNotesPage->GetSize() ); in InsertSdPage()
585 pNotesPage->SetBorder( pPreviousNotesPage->GetLftBorder(), in InsertSdPage()
589 pNotesPage->SetOrientation( pPreviousNotesPage->GetOrientation() ); in InsertSdPage()
590 pNotesPage->SetName(aNotesPageName); in InsertSdPage()
591 pNotesPage->SetPageKind(PK_NOTES); in InsertSdPage()
594 mpDoc->InsertPage(pNotesPage, nNotesPageNum); in InsertSdPage()
599 pNotesPage->TRG_SetMasterPage(pPreviousNotesPage->TRG_GetMasterPage()); in InsertSdPage()
[all …]
H A Dunopage.cxx2349 SdPage* pNotesPage = GetModel()->GetDoc()->GetSdPage( nNotesPageNum, PK_NOTES ); in setName() local
2350 if( pNotesPage ) in setName()
2351 pNotesPage->SetName(aName); in setName()
2435 …SdPage* pNotesPage = GetModel()->GetDoc()->GetSdPage( (SvxFmDrawPage::mpPage->GetPageNum()-1)>>1, … in setMasterPage() local
2437 pNotesPage->TRG_ClearMasterPage(); in setMasterPage()
2439 pNotesPage->TRG_SetMasterPage(*SvxFmDrawPage::mpPage->GetModel()->GetMasterPage(nNum)); in setMasterPage()
2440 pNotesPage->SetLayoutName( ( (SdPage*)pSdPage )->GetLayoutName() ); in setMasterPage()
2458 …SdPage* pNotesPage = GetModel()->GetDoc()->GetSdPage( (SvxFmDrawPage::mpPage->GetPageNum()-1)>>1, … in getNotesPage() local
2459 if( pNotesPage ) in getNotesPage()
2461 Reference< drawing::XDrawPage > xPage( pNotesPage->getUnoPage(), uno::UNO_QUERY ); in getNotesPage()
[all …]
/AOO41X/main/sd/source/filter/ppt/
H A Dpptin.cxx1003 SdPage* pNotesPage = (SdPage*)MakeBlancPage( sal_False ); in Import() local
1016 pNotesPage->TRG_SetMasterPage(*pSdrModel->GetMasterPage(nNotesMasterNum)); in Import()
1020pNotesPage->SetLayoutName( ((SdPage&)pNotesPage->TRG_GetMasterPage()).GetLayoutName() ); in Import()
1022 pNotesPage->SetPageKind( PK_NOTES ); in Import()
1023 pNotesPage->TRG_SetMasterPage(*pSdrModel->GetMasterPage(nNotesMasterNum)); in Import()
1024 … pSdrModel->InsertPage( pNotesPage ); // SJ: #i29625# because of form controls, the in Import()
1025 … ImportPage( pNotesPage, pMasterPersist2 ); // page must be inserted before importing in Import()
1026 SetHeaderFooterPageSettings( pNotesPage, pMasterPersist2 ); in Import()
1027 pNotesPage->SetAutoLayout( AUTOLAYOUT_NOTES, sal_False ); in Import()
1031 pNotesPage->SetPageKind( PK_NOTES ); in Import()
[all …]
/AOO41X/main/sd/source/ui/slidesorter/controller/
H A DSlsSlotManager.cxx999 SdPage* pNotesPage = pDocument->GetSdPage( nPageId, PK_NOTES ); in RenameSlideFromDrawViewShell() local
1000 if (pNotesPage != NULL) in RenameSlideFromDrawViewShell()
1001 pNotesPage->SetName (rName); in RenameSlideFromDrawViewShell()
/AOO41X/main/sd/source/filter/html/
H A Dhtmlex.cxx1136 SdPage* pNotesPage = maNotesPages[ nSdPage ]; in CreateHtmlTextForPresPages() local
1137 String aNotesStr( CreateTextForNotesPage( pOutliner, pNotesPage, true, maBackColor) ); in CreateHtmlTextForPresPages()
1617 SdPage* pNotesPage = maNotesPages[ nSdPage ]; in CreateHtmlForPresPages() local
1618 String aNotesStr( CreateTextForNotesPage( pOutliner, pNotesPage, true, maBackColor) ); in CreateHtmlForPresPages()
/AOO41X/main/sd/inc/
H A Ddrawdoc.hxx655 SdPage* pNotesPage,