Home
last modified time | relevance | path

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

/aoo42x/main/sd/source/core/
H A Ddrawdoc2.cxx523 SdPage* pNotesPage = 0L; in SetSelected() local
530 if (pNotesPage && pNotesPage->GetPageKind() == PK_NOTES) in SetSelected()
1227 SdPage* pNotesPage = NULL; in CheckMasterPages() local
1279 pNotesPage = NULL; in CheckMasterPages()
1281 …if( (NULL == pNotesPage) || (pNotesPage->GetPageKind() != PK_NOTES) || ( pPage->GetLayoutName() !=… in CheckMasterPages()
1368 SdPage* pNotesPage; in CreatePage() local
1440 pNotesPage, in CreatePage()
1489 SdPage* pNotesPage; in DuplicatePage() local
1520 pNotesPage, in DuplicatePage()
1537 SdPage* pNotesPage, in InsertPageSet() argument
[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()
/aoo42x/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 …]
/aoo42x/main/sd/source/ui/app/
H A Dsdmod1.cxx903 SdPage* pNotesPage = pDoc->GetMasterSdPage(i, PK_NOTES); in ChangeMedium() local
904 DBG_ASSERT( pNotesPage, "Wrong page ordering!" ); in ChangeMedium()
905 if( pNotesPage ) pNotesPage->CreateTitleAndLayout(); in ChangeMedium()
926 SdPage* pNotesPage = pDoc->GetSdPage(i, PK_NOTES); in ChangeMedium() local
927 DBG_ASSERT( pNotesPage, "Wrong page ordering!" ); in ChangeMedium()
928 if( pNotesPage ) pNotesPage->SetAutoLayout( pNotesPage->GetAutoLayout() ); in ChangeMedium()
/aoo42x/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.cxx774 SdPage* pNotesPage = GetDoc()->GetSdPage( nPageId - 1, PK_NOTES ); in RenameSlide() local
775 pNotesPage->SetName( rName ); in RenameSlide()
/aoo42x/main/sd/source/ui/unoidl/
H A Dunomodel.cxx573 SdPage* pNotesPage = NULL; in InsertSdPage() local
576 pNotesPage = (SdPage*) pPreviousNotesPage->Clone(); in InsertSdPage()
578 pNotesPage = (SdPage*) mpDoc->AllocPage(sal_False); in InsertSdPage()
580 pNotesPage->SetSize( pPreviousNotesPage->GetSize() ); in InsertSdPage()
581 pNotesPage->SetBorder( pPreviousNotesPage->GetLftBorder(), in InsertSdPage()
586 pNotesPage->SetName(aNotesPageName); in InsertSdPage()
587 pNotesPage->SetPageKind(PK_NOTES); in InsertSdPage()
590 mpDoc->InsertPage(pNotesPage, nNotesPageNum); in InsertSdPage()
597 pNotesPage->SetAutoLayout(AUTOLAYOUT_NOTES, sal_True ); in InsertSdPage()
2542 delete pNotesPage; in remove()
[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()
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()
3131 if( pNotesPage ) in getNotesPage()
[all …]
/aoo42x/main/sd/source/filter/ppt/
H A Dpptin.cxx1003 SdPage* pNotesPage = (SdPage*)MakeBlancPage( sal_False ); in Import() local
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()
1026 SetHeaderFooterPageSettings( pNotesPage, pMasterPersist2 ); in Import()
1027 pNotesPage->SetAutoLayout( AUTOLAYOUT_NOTES, sal_False ); in Import()
1031 pNotesPage->SetPageKind( PK_NOTES ); in Import()
1032 pNotesPage->TRG_SetMasterPage(*pSdrModel->GetMasterPage(nNotesMasterNum)); in Import()
1033 pNotesPage->SetAutoLayout( AUTOLAYOUT_NOTES, sal_True ); in Import()
1034 pSdrModel->InsertPage( pNotesPage ); in Import()
[all …]
/aoo42x/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()
/aoo42x/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()
/aoo42x/main/sd/inc/
H A Ddrawdoc.hxx655 SdPage* pNotesPage,

Completed in 141 milliseconds