Home
last modified time | relevance | path

Searched refs:pFormModel (Results 1 – 7 of 7) sorted by relevance

/trunk/main/svx/source/form/
H A Dnavigatortree.cxx431 FmFormModel* pFormModel = pFormShell ? pFormShell->GetFormModel() : NULL; in Command() local
432 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 …]
H A Dfmobj.cxx126 const FmFormModel* pFormModel = PTR_CAST( FmFormModel, GetModel() ); in impl_checkRefDevice_nothrow() local
127 if ( !pFormModel || !pFormModel->ControlsUseRefDevice() ) in impl_checkRefDevice_nothrow()
130 OutputDevice* pCurrentRefDevice = pFormModel ? pFormModel->GetRefDevice() : NULL; in impl_checkRefDevice_nothrow()
H A Dfmview.cxx112 FmFormModel* pFormModel = (FmFormModel*)pModel; in Init() local
116 sal_Bool bInitDesignMode = pFormModel->GetOpenInDesignMode(); in Init()
117 if ( pFormModel->OpenInDesignModeIsDefaulted( ) ) in Init()
131 SfxObjectShell* pObjShell = pFormModel->GetObjectShell(); in Init()
H A Dnavigatortreemodel.cxx234 FmFormModel* pFormModel = m_pFormShell->GetFormModel(); in ~NavigatorTreeModel() local
235 if( pFormModel && IsListening(*pFormModel)) in ~NavigatorTreeModel()
236 EndListening( *pFormModel ); in ~NavigatorTreeModel()
/trunk/main/svx/source/gallery2/
H A Dgaltheme.cxx1050 FmFormModel* pFormModel = (FmFormModel*) &rModel; in InsertModel() local
1052 pFormModel->BurnInStyleSheetAttributes(); in InsertModel()
1058 SvxDrawingLayerExport( pFormModel, xDocOut ); in InsertModel()
/trunk/main/filter/inc/filter/msfilter/
H A Dmsdffimp.hxx380 FmFormModel* pFormModel; member in SvxMSDffManager
/trunk/main/filter/source/msfilter/
H A Dmsdffimp.cxx5700 pFormModel( NULL ), in SV_IMPL_OP_PTRARR_SORT()
5753 pFormModel( NULL ), in SvxMSDffManager()
5795 delete pFormModel; in ~SvxMSDffManager()