Lines Matching refs:pSourceDoc
1569 SdDrawDocument* pSourceDoc, in SetMasterPage() argument
1596 if (pSourceDoc) in SetMasterPage()
1607 pMaster = (SdPage*) pSourceDoc->GetMasterSdPage(0, PK_STANDARD); in SetMasterPage()
1608 pNotesMaster = (SdPage*) pSourceDoc->GetMasterSdPage(0, PK_NOTES); in SetMasterPage()
1616 for (sal_uInt16 nMP = 0; nMP < pSourceDoc->GetMasterPageCount(); nMP++) in SetMasterPage()
1618 SdPage* pMP = (SdPage*) pSourceDoc->GetMasterPage(nMP); in SetMasterPage()
1637 pMaster = (SdPage*) pSourceDoc->GetMasterSdPage(0, PK_STANDARD); in SetMasterPage()
1638 pNotesMaster = (SdPage*) pSourceDoc->GetMasterSdPage(0, PK_NOTES); in SetMasterPage()
1658 if (pSourceDoc != this) in SetMasterPage()
1695 if (pSourceDoc != this) in SetMasterPage()
1713 SdStyleSheetPool* pSourceStyleSheetPool = (SdStyleSheetPool*) pSourceDoc->GetStyleSheetPool(); in SetMasterPage()
1857 if (pSourceDoc != this) in SetMasterPage()
1937 if (pSourceDoc != this) in SetMasterPage()
1978 if( (pSourceDoc->GetDocumentType() == DOCUMENT_TYPE_IMPRESS) && in SetMasterPage()