Home
last modified time | relevance | path

Searched refs:nMode (Results 251 – 275 of 345) sorted by relevance

1...<<11121314

/aoo42x/main/basic/source/sbx/
H A Dsbxvalue.cxx1690 sal_uInt8 nMode; in LoadData() local
1691 r >> nMode; in LoadData()
1692 switch( nMode ) in LoadData()
/aoo42x/main/cui/source/inc/
H A Dcfgutil.hxx151 sal_uLong nMode; member in SfxConfigGroupListBox_Impl
/aoo42x/main/vcl/inc/vcl/
H A Dsyswin.hxx234 void SetMenuBarMode( sal_uInt16 nMode );
H A Dwindow.hxx745 void SetParentClipMode( sal_uInt16 nMode = 0 );
848 void SetActivateMode( sal_uInt16 nMode );
/aoo42x/main/sd/source/filter/eppt/
H A Deppt.cxx1214 …sal_uInt16 nMode = 7; // Bit 1: Follow master objects, Bit 2: Follow master scheme, Bit 3: Follo… in ImplCreateSlide() local
1216 nMode &=~4; in ImplCreateSlide()
1235 nMode &= ~1; in ImplCreateSlide()
1247 << nMode in ImplCreateSlide()
/aoo42x/main/unotools/inc/unotools/
H A Dconfigitem.hxx114 sal_Int16 nMode = CONFIG_MODE_DELAYED_UPDATE);
/aoo42x/main/sc/source/ui/unoobj/
H A Dcellsuno.cxx5317 sheet::TableOperationMode nMode, in setTableOperation() argument
5340 switch (nMode) in setTableOperation()
5343 aParam.nMode = 0; in setTableOperation()
5346 aParam.nMode = 1; in setTableOperation()
5349 aParam.nMode = 2; in setTableOperation()
7274 switch (nMode) in insertCells()
7306 switch (nMode) in removeRange()
7639 if ( nMode == SC_LINK_NORMAL ) in getLinkMode()
7641 else if ( nMode == SC_LINK_VALUE ) in getLinkMode()
7734 if ( nMode == sheet::SheetLinkMode_NORMAL ) in link()
[all …]
/aoo42x/main/sw/source/ui/app/
H A Ddocst.cxx886 const sal_uInt16 nMode ) in ApplyStyles() argument
905 …pSh->SetAttrItem( aFmt, ( nMode & KEY_SHIFT ) ? nsSetAttrMode::SETATTR_DONTREPLACE : nsSetAttrMode… in ApplyStyles()
H A Ddocsh.cxx1397 sal_uInt16 nMode = mpWrtShell->GetRedlineMode(); in SetChangeRecording() local
1398 mpWrtShell->SetRedlineModeAndCheckInsMode( (nMode & ~nsRedlineMode_t::REDLINE_ON) | nOn); in SetChangeRecording()
/aoo42x/main/sc/source/ui/view/
H A Dprevwsh.cxx931 void ScPreviewShell::DoScroll( sal_uInt16 nMode ) in DoScroll() argument
949 switch( nMode ) in DoScroll()
/aoo42x/main/sw/source/filter/ww8/
H A Dww8atr.cxx1841 const String& rFldCmd, sal_uInt8 nMode ) in OutputField() argument
1847 if (WRITEFIELD_START & nMode) in OutputField()
1857 if (WRITEFIELD_CMD_START & nMode) in OutputField()
1902 if (WRITEFIELD_CMD_END & nMode) in OutputField()
1909 if (WRITEFIELD_END & nMode) in OutputField()
1958 if (WRITEFIELD_CLOSE & nMode) in OutputField()
H A Drtfexport.cxx329 …rt::OutputField( const SwField* pFld, ww::eField eFldType, const String& rFldCmd, sal_uInt8 nMode ) in OutputField() argument
333 m_pAttrOutput->WriteField_Impl( pFld, eFldType, rFldCmd, nMode ); in OutputField()
/aoo42x/main/comphelper/source/misc/
H A Dinstancelocker.hxx107 sal_Int32 nMode,
/aoo42x/main/svx/inc/svx/
H A Dsvdoashp.hxx75 sal_Int32 nMode; member
H A Dsvdetc.hxx183 sal_uInt16 nMode; member in ImpSdrHdcMerk
/aoo42x/main/sw/source/core/inc/
H A Drootfrm.hxx304 void HackPrepareLongTblPaint( int nMode );
/aoo42x/main/sdext/source/presenter/
H A DPresenterClock.cxx621 void PresenterClock::SetMode (const sal_Int32 nMode) in SetMode() argument
623 mnMode = nMode % 3; in SetMode()
/aoo42x/main/svtools/inc/svtools/
H A Dtextview.hxx75 TextPaM ImpDelete( sal_Bool bForward, sal_uInt8 nMode );
/aoo42x/main/sw/source/core/unocore/
H A Dunostyle.cxx1936 sal_Int32 nMode = 0; in lcl_SetStyleProperty() local
1938 if(!(aValue >>= nMode)) in lcl_SetStyleProperty()
1943 eMode = (drawing::BitmapMode)nMode; in lcl_SetStyleProperty()
4564 sal_Int32 nMode = 0; in insertStyle() local
4566 if(!(aValue >>= nMode)) in insertStyle()
4571 eMode = (drawing::BitmapMode)nMode; in insertStyle()
/aoo42x/main/sw/inc/
H A Dndarr.hxx313 sal_uInt16 nMode = 0, SwHistory* pHistory = 0 );
/aoo42x/main/offapi/com/sun/star/sheet/
H A DXSheetLinkable.idl121 [in] com::sun::star::sheet::SheetLinkMode nMode );
/aoo42x/main/formula/source/ui/dlg/
H A Dformula.cxx2176 nMode = 0; in Reset()
2204 nMode = r.nMode; in operator =()
/aoo42x/main/sd/source/ui/func/
H A Dfusel.cxx1248 void FuSelection::SetEditMode(sal_uInt16 nMode) in SetEditMode() argument
1250 nEditMode = nMode; in SetEditMode()
/aoo42x/main/sc/source/filter/excel/
H A Dimpop.cxx1054 … aTabOpParam.nMode = (nGrbit & EXC_TABLEOP_BOTH) ? 2 : ((nGrbit & EXC_TABLEOP_ROW) ? 1 : 0 ); in TableOp()
1058 switch( aTabOpParam.nMode ) in TableOp()
/aoo42x/main/sc/source/core/data/
H A Ddocumen4.cxx242 if (rParam.nMode == 0) // nur Spalte in InsertTableOp()
255 else if (rParam.nMode == 1) // nur zeilenweise in InsertTableOp()

Completed in 195 milliseconds

1...<<11121314