Searched refs:pFormModel (Results 1 – 7 of 7) sorted by relevance
431 FmFormModel* pFormModel = pFormShell ? pFormShell->GetFormModel() : NULL; in Command() local432 if( pFormShell && pFormModel ) in Command()501 … aContextMenu.CheckItem( SID_FM_OPEN_READONLY, pFormModel->GetOpenInDesignMode() ); in Command()502 … aContextMenu.CheckItem( SID_FM_AUTOCONTROLFOCUS, pFormModel->GetAutoControlFocus() ); in Command()513 pFormModel->BegUndo(aUndoStr); in Command()517 pFormModel->EndUndo(); in Command()526 pFormModel->BegUndo(aUndoStr); in Command()530 pFormModel->EndUndo(); in Command()580 pFormModel->SetOpenInDesignMode( !pFormModel->GetOpenInDesignMode() ); in Command()586 pFormModel->SetAutoControlFocus( !pFormModel->GetAutoControlFocus() ); in Command()[all …]
126 const FmFormModel* pFormModel = PTR_CAST( FmFormModel, GetModel() ); in impl_checkRefDevice_nothrow() local127 if ( !pFormModel || !pFormModel->ControlsUseRefDevice() ) in impl_checkRefDevice_nothrow()130 OutputDevice* pCurrentRefDevice = pFormModel ? pFormModel->GetRefDevice() : NULL; in impl_checkRefDevice_nothrow()
112 FmFormModel* pFormModel = (FmFormModel*)pModel; in Init() local116 sal_Bool bInitDesignMode = pFormModel->GetOpenInDesignMode(); in Init()117 if ( pFormModel->OpenInDesignModeIsDefaulted( ) ) in Init()131 SfxObjectShell* pObjShell = pFormModel->GetObjectShell(); in Init()
234 FmFormModel* pFormModel = m_pFormShell->GetFormModel(); in ~NavigatorTreeModel() local235 if( pFormModel && IsListening(*pFormModel)) in ~NavigatorTreeModel()236 EndListening( *pFormModel ); in ~NavigatorTreeModel()
1050 FmFormModel* pFormModel = (FmFormModel*) &rModel; in InsertModel() local1052 pFormModel->BurnInStyleSheetAttributes(); in InsertModel()1058 SvxDrawingLayerExport( pFormModel, xDocOut ); in InsertModel()
380 FmFormModel* pFormModel; member in SvxMSDffManager
5700 pFormModel( NULL ), in SV_IMPL_OP_PTRARR_SORT()5753 pFormModel( NULL ), in SvxMSDffManager()5795 delete pFormModel; in ~SvxMSDffManager()