Searched refs:pRefNotesPage (Results 1 – 2 of 2) sorted by relevance
1305 SdPage* pRefNotesPage = NULL; in CheckMasterPages() local1309 pRefNotesPage = static_cast<SdPage*>(GetMasterPage( nFound )); in CheckMasterPages()1310 if( PK_NOTES == pRefNotesPage->GetPageKind() ) in CheckMasterPages()1315 pRefNotesPage = NULL; in CheckMasterPages()1319 if( pRefNotesPage ) in CheckMasterPages()1321 pNewNotesPage->SetSize( pRefNotesPage->GetSize() ); in CheckMasterPages()1322 pNewNotesPage->SetBorder( pRefNotesPage->GetLftBorder(), in CheckMasterPages()1323 pRefNotesPage->GetUppBorder(), in CheckMasterPages()1324 pRefNotesPage->GetRgtBorder(), in CheckMasterPages()1325 pRefNotesPage->GetLwrBorder() ); in CheckMasterPages()
2757 SdPage* pRefNotesPage = mpModel->mpDoc->GetSdPage( (sal_uInt16)0, PK_NOTES); in insertNewByIndex() local2778 pMNotesPage->SetSize( pRefNotesPage->GetSize() ); in insertNewByIndex()2780 pMNotesPage->SetBorder( pRefNotesPage->GetLftBorder(), in insertNewByIndex()2781 pRefNotesPage->GetUppBorder(), in insertNewByIndex()2782 pRefNotesPage->GetRgtBorder(), in insertNewByIndex()2783 pRefNotesPage->GetLwrBorder() ); in insertNewByIndex()