Lines Matching refs:mrDocument
107 if (mrDocument.GetDocSh() != NULL) in ~CurrentMasterPagesSelector()
109 EndListening(*mrDocument.GetDocSh()); in ~CurrentMasterPagesSelector()
113 OSL_ASSERT(mrDocument.GetDocSh() != NULL); in ~CurrentMasterPagesSelector()
127 if (mrDocument.GetDocSh() != NULL) in LateInit()
129 StartListening(*mrDocument.GetDocSh()); in LateInit()
133 OSL_ASSERT(mrDocument.GetDocSh() != NULL); in LateInit()
142 sal_uInt16 nPageCount = mrDocument.GetMasterSdPageCount(PK_STANDARD); in Fill()
149 pMasterPage = mrDocument.GetMasterSdPage (nIndex, PK_STANDARD); in Fill()
195 sal_uInt16 nPageCount = mrDocument.GetSdPageCount(PK_STANDARD); in UpdateSelection()
202 pPage = mrDocument.GetSdPage (nIndex, PK_STANDARD); in UpdateSelection()
248 && mrDocument.GetMasterPageUserCount(pMasterPage) == 0) in ExecuteCommand()
253 mrDocument.RemoveUnnecessaryMasterPages(pMasterPage, sal_False, sal_True); in ExecuteCommand()
266 if (mrDocument.GetMasterPageUserCount(GetSelectedMasterPage()) > 0) in ProcessPopupMenu()