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()
2727 SdPage* pRefNotesPage = mpModel->mpDoc->GetSdPage( (sal_uInt16)0, PK_NOTES); in insertNewByIndex() local2748 pMNotesPage->SetSize( pRefNotesPage->GetSize() ); in insertNewByIndex()2750 pMNotesPage->SetBorder( pRefNotesPage->GetLftBorder(), in insertNewByIndex()2751 pRefNotesPage->GetUppBorder(), in insertNewByIndex()2752 pRefNotesPage->GetRgtBorder(), in insertNewByIndex()2753 pRefNotesPage->GetLwrBorder() ); in insertNewByIndex()
Completed in 52 milliseconds