Home
last modified time | relevance | path

Searched refs:IsDesignMode (Results 1 – 21 of 21) sorted by relevance

/trunk/main/svx/source/form/
H A Dfmview.cxx174 if ( pFormShell && IsDesignMode() ) in MarkListHasChanged()
241 if (bDesign == IsDesignMode()) in ChangeDesignMode()
328 if ( !IsDesignMode() ) in GrabFirstControlFocus()
339 if (!IsDesignMode()) in ShowSdrPage()
347 else if ( pFormShell && pFormShell->IsDesignMode() ) in ShowSdrPage()
372 if ( !IsDesignMode() ) in HideSdrPage()
458 if( !IsDesignMode() ) in InsertControlContainer()
480 if( !IsDesignMode() ) in RemoveControlContainer()
506 if ( IsDesignMode() in KeyInput()
H A Dfmshimp.cxx928 if ( m_pShell && !m_pShell->IsDesignMode() ) in disposing()
1682 if (m_pShell->IsDesignMode()) in GetY2KState()
1924 DBG_ASSERT(!m_pShell->IsDesignMode(), "nur im alive mode verwenden"); in setActiveController()
2053 …DBG_ASSERT( m_pShell->IsDesignMode(), "FmXFormShell::setCurrentSelection: only to be used in desig… in setCurrentSelection()
2764 if (m_pShell->IsDesignMode() && m_pShell->GetFormView())
2776 if (m_pShell->IsDesignMode() && IsTrackPropertiesEnabled() && !m_aMarkTimer.IsActive()) in SetSelectionDelayed()
3726 if ( _rCurrentView.GetImpl() && !_rCurrentView.IsDesignMode() ) in viewDeactivated()
3801 if ( _rCurrentView.GetImpl() && !_rCurrentView.IsDesignMode() ) in viewActivated()
H A Dfmshell.cxx1259 impl_setDesignMode( m_pFormView->IsDesignMode() ); in SetView()
1432 if ( !i_rView.IsDesignMode() ) in CreateFocusableControlFilter()
H A Dfmvwimp.cxx1128 if ( !m_pView->IsDesignMode() ) in implCreateFieldControl()
1359 if ( !m_pView->IsDesignMode() ) in implCreateXFormsControl()
/trunk/main/sd/source/ui/view/
H A Ddrviews5.cxx341 if ( mpDrawView->IsDesignMode() != pView->IsDesignMode() ) in ReadFrameViewData()
343 SfxBoolItem aDesignModeItem( SID_FM_DESIGN_MODE, pView->IsDesignMode() ); in ReadFrameViewData()
390 mpFrameView->SetDesignMode( mpDrawView->IsDesignMode() ); in WriteFrameViewData()
H A Dfrmview.cxx183 SetDesignMode( pFrameView->IsDesignMode() ); in FrameView()
/trunk/main/svx/source/fmcomp/
H A Dfmgridcl.cxx236 if (!static_cast<FmGridControl*>(GetParent())->IsDesignMode()) in AcceptDrop()
250 if (!static_cast<FmGridControl*>(GetParent())->IsDesignMode()) in ExecuteDrop()
659 sal_Bool bDesignMode = static_cast<FmGridControl*>(GetParent())->IsDesignMode(); in PreExecuteColumnContextMenu()
1057 if ( 1 == GetSelectColumnCount() || IsDesignMode() ) in Command()
1108 sal_Bool bOldMode = IsDesignMode(); in SetDesignMode()
2096 if ( IsDesignMode() in KeyInput()
H A Dgridctrl.cxx598 if (!pParent->IsOpen() || pParent->IsDesignMode() || !pParent->IsEnabled() in GetState()
2201 if ( IsDesignMode() && GetSelectedColumnCount() > 0 && GetCurColumnId() ) in CursorMoved()
2684 if (IsDesignMode() != bMode) in SetDesignMode()
H A Dfmgridif.cxx1802 return ((FmGridControl*) pWin)->IsDesignMode(); in isDesignMode()
/trunk/main/svx/inc/svx/
H A Dfmshell.hxx172 sal_Bool IsDesignMode() const { return m_bDesignMode; } in IsDesignMode() function in FmFormShell
H A Dsvdmrkv.hxx242 sal_Bool IsDesignMode() const { return bDesignMode; } in IsDesignMode() function in SdrMarkView
H A Dgridctrl.hxx429 sal_Bool IsDesignMode() const {return m_bDesignMode;} in IsDesignMode() function in DbGridControl
/trunk/main/sw/source/core/view/
H A Dvnew.cxx166 pOpt->SetFormView( ! GetDrawView()->IsDesignMode() ); in Init()
/trunk/main/sw/source/ui/docvw/
H A Dedtdd.cxx465 if( pMView && !pMView->IsDesignMode() ) in AcceptDrop()
/trunk/main/sd/source/ui/unoidl/
H A DDrawController.cxx856 bIsDesignMode = pFormShell->IsDesignMode(); in isFormDesignMode()
/trunk/main/sc/source/ui/view/
H A Dprevwsh.cxx169 nSourceDesignMode = pDrawView->IsDesignMode(); in ScPreviewShell()
/trunk/main/svx/source/sdr/contact/
H A Dviewobjectcontactofunocontrol.cxx444 return m_rPageView.GetView().IsDesignMode(); in isDesignMode()
/trunk/main/sw/source/core/frmedt/
H A Dfecopy.cxx1526 sal_Bool bDesignMode = pView->IsDesignMode(); in Paste()
/trunk/main/sw/source/ui/uiview/
H A Dpview.cxx1358 mbFormDesignModeToReset = pVS->GetDrawView()->IsDesignMode(); in SwPagePreView()
/trunk/main/sw/source/ui/uno/
H A Dunotxvw.cxx723 return pFormShell ? pFormShell->IsDesignMode() : sal_True; in isFormDesignMode()
/trunk/main/sc/source/ui/unoobj/
H A Dviewuno.cxx362 bIsFormDesignMode = pFormShell->IsDesignMode(); in isFormDesignMode()

Completed in 177 milliseconds