Home
last modified time | relevance | path

Searched refs:SetMode (Results 1 – 25 of 56) sorted by last modified time

123

/trunk/main/svtools/inc/svtools/
H A Dbrwbox.hxx600 void SetMode( BrowserMode nMode = 0 );
H A Dcolrdlg.hxx48 void SetMode( sal_Int16 eMode );
/trunk/main/sw/source/ui/config/
H A Doptpage.cxx1597 aOpt.SetMode( eMode ); in FillItemSet()
H A Dcfgitems.cxx393 SetMode( rCpy.GetMode() ); in operator =()
/trunk/main/sc/source/ui/app/
H A Dinputhdl.cxx2299 void ScInputHandler::SetMode( ScInputMode eNewMode ) in SetMode() function in ScInputHandler
3710 SetMode( SC_INPUT_TABLE ); in GetFuncEditView()
/trunk/main/reportdesign/source/ui/report/
H A DReportController.cxx1133 getDesignView()->SetMode(RPTUI_SELECT); in Execute()
1207 getDesignView()->SetMode(RPTUI_SELECT); in Execute()
1211 getDesignView()->SetMode( RPTUI_INSERT ); in Execute()
1217 getDesignView()->SetMode( RPTUI_INSERT ); in Execute()
1223 getDesignView()->SetMode( RPTUI_INSERT ); in Execute()
1229 getDesignView()->SetMode( RPTUI_INSERT ); in Execute()
1235 getDesignView()->SetMode( RPTUI_INSERT ); in Execute()
1241 getDesignView()->SetMode( RPTUI_INSERT ); in Execute()
1365 getDesignView()->SetMode( RPTUI_INSERT ); in Execute()
3075 getDesignView()->SetMode(RPTUI_SELECT); in select()
/trunk/main/svx/source/fmcomp/
H A Dgridctrl.cxx987 SetMode(m_nMode); in Init()
1258 SetMode( m_nMode ); in EnableNavigationBar()
1273 SetMode( m_nMode ); in EnableNavigationBar()
1324 SetMode(nNewMode); in SetOptions()
1368 SetMode( m_nMode ); in ForceHideScrollbars()
1397 SetMode(m_nMode); in EnablePermanentCursor()
1430 SetMode(m_nMode); in SetMultiSelection()
1652 SetMode(m_nMode); in setDataSource()
/trunk/main/basctl/source/basicide/
H A Dmoduldl2.cxx209 void BasicCheckBox::SetMode( sal_uInt16 n ) in SetMode() function in BasicCheckBox
518 aLibBox.SetMode( LIBMODE_MANAGER ); in LibPage()
899 pLibDlg->GetLibBox().SetMode( LIBMODE_CHOOSER ); in InsertLib()
/trunk/main/cui/source/tabpages/
H A Dpage.cxx1854 SetMode((SvxModeType)pModeItem->GetEnumValue()); in PageCreated()
/trunk/main/reportdesign/source/ui/inc/
H A DReportWindow.hxx91 void SetMode( DlgEdMode m_eMode );
H A DScrollHelper.hxx97 void SetMode( DlgEdMode _eMode );
H A DViewsWindow.hxx211 void SetMode( DlgEdMode m_eMode );
/trunk/main/sw/source/ui/inc/
H A Dcfgitems.hxx199 void SetMode( sal_uInt8 eM ) { eMode = eM; } in SetMode() function in SwShadowCursorItem
/trunk/main/svx/source/svdraw/
H A Dsvdibrow.cxx513 SetMode(MYBROWSEMODE & ~BROWSER_KEEPHIGHLIGHT); in BegChangeEntry()
557 SetMode(MYBROWSEMODE); in EndChangeEntry()
572 SetMode(MYBROWSEMODE); in BrkChangeEntry()
927 SetMode(MYBROWSEMODE & ~BROWSER_KEEPHIGHLIGHT); in SetAttributes()
1066 SetMode(MYBROWSEMODE); in SetAttributes()
/trunk/main/svx/source/gallery2/
H A Dgalbrws2.cxx518SetMode( ( GALLERYBROWSERMODE_PREVIEW != GalleryBrowser2::meInitMode ) ? GalleryBrowser2::meInitMo… in DBG_NAME()
617 SetMode( meLastMode ); in Notify()
694SetMode( ( GALLERYBROWSERMODE_PREVIEW != GetMode() ) ? GALLERYBROWSERMODE_PREVIEW : meLastMode ); in TogglePreview()
866 void GalleryBrowser2::SetMode( GalleryBrowserMode eMode ) in SetMode() function in GalleryBrowser2
1291SetMode( ( GALLERYBROWSERMODE_PREVIEW != GetMode() ) ? GALLERYBROWSERMODE_PREVIEW : meLastMode ); in Execute()
1501 SetMode( GALLERYBROWSERMODE_ICON ); in IMPL_LINK()
1503 SetMode( GALLERYBROWSERMODE_LIST ); in IMPL_LINK()
H A Dgalctrl.cxx610 SetMode( BROWSER_AUTO_VSCROLL | BROWSER_AUTOSIZE_LASTCOL ); in DBG_NAME()
/trunk/main/svx/inc/
H A Dgalbrws2.hxx164 void SetMode( GalleryBrowserMode eMode );
/trunk/main/svtools/workben/
H A Dbrowser.cxx98 void SetMode( BrowserMode eMode );
287 void BrowseModeDialog::SetMode( BrowserMode eMode ) in SetMode() function in BrowseModeDialog
597 pDlg->SetMode( eCurMode ); in IMPL_LINK_INLINE_END()
601 aBrowser.SetMode( eCurMode | BROWSER_AUTOSIZE_LASTCOL ); in IMPL_LINK_INLINE_END()
/trunk/main/svtools/source/dialogs/
H A Dcolrdlg.cxx69 void SvColorDialog::SetMode( sal_Int16 eMode ) in SetMode() function in SvColorDialog
/trunk/main/svtools/source/brwbox/
H A Dbrwbox1.cxx141 SetMode( nMode ); in ConstructImpl()
2425 void BrowseBox::SetMode( BrowserMode nMode ) in SetMode() function in BrowseBox
/trunk/main/sdext/source/presenter/
H A DPresenterClock.cxx291 SetMode(mnMode); in PresenterClock()
471 SetMode(mnMode+1); in mousePressed()
621 void PresenterClock::SetMode (const sal_Int32 nMode) in SetMode() function in sdext::presenter::PresenterClock
H A DPresenterClock.hxx184 void SetMode (sal_Int32 nMode);
/trunk/main/sc/source/ui/unoobj/
H A Ddocuno.cxx848 rStatus.SetMode( SC_PRINTSEL_CURSOR ); in FillRenderMarkData()
851 rStatus.SetMode( SC_PRINTSEL_RANGE ); in FillRenderMarkData()
882 … rStatus.SetMode( SC_PRINTSEL_RANGE_EXCLUSIVELY_OLE_AND_DRAW_OBJECTS ); in FillRenderMarkData()
898 rStatus.SetMode( SC_PRINTSEL_DOCUMENT ); in FillRenderMarkData()
/trunk/main/sc/source/ui/inc/
H A Dpfuncache.hxx61 void SetMode(ScPrintSelectionMode eNew) { eMode = eNew; } in SetMode() function in ScPrintSelectionStatus
H A Dinputhdl.hxx158 void SetMode( ScInputMode eNewMode );

Completed in 170 milliseconds

123