Lines Matching refs:pUserDataPage
64 TabPage* pUserDataPage; member
71 delete pUserDataPage; in ~OEMPreloadDialog_Impl()
87 pUserDataPage = (*pFunc)(pDialog, *pSet); in OEMPreloadDialog_Impl()
88 ((SfxTabPage*)pUserDataPage)->Reset(*pSet); in OEMPreloadDialog_Impl()
91 pUserDataPage = NULL; in OEMPreloadDialog_Impl()
100 if ( pUserDataPage ) in WriteUserData()
101 ((SfxTabPage*)pUserDataPage)->FillItemSet(*pSet); in WriteUserData()
138 if ( pImpl->pUserDataPage ) in OEMPreloadDialog()
139 AddPage( pImpl->pUserDataPage ); in OEMPreloadDialog()
142 if ( pImpl->pUserDataPage ) in OEMPreloadDialog()
143 SetPage( OEM_USERDATA, pImpl->pUserDataPage ); in OEMPreloadDialog()