Home
last modified time | relevance | path

Searched refs:eMode (Results 301 – 325 of 343) sorted by relevance

1...<<11121314

/trunk/main/sc/inc/
H A Dscmod.hxx230 void SetInputMode( ScInputMode eMode );
H A Dattrib.hxx306 ScViewObjectModeItem( sal_uInt16 nWhich, ScVObjMode eMode );
H A Dcompiler.hxx390 void SetEncodeUrlMode( EncodeUrlMode eMode );
/trunk/main/sw/source/ui/utlui/
H A Dcontent.cxx2484 DragDropMode eMode = (DragDropMode)0; in NotifyStartDrag() local
2488 eMode = GetDragDropMode(); in NotifyStartDrag()
2490 eMode = SV_DRAGDROP_APP_COPY; in NotifyStartDrag()
2496 return eMode; in NotifyStartDrag()
/trunk/main/formula/source/ui/dlg/
H A Dformula.cxx1631 FormulaDlgMode eMode = FORMULA_FORMDLG_FORMULA; in SetMeText() local
1642 eMode = FORMULA_FORMDLG_EDIT; in SetMeText()
1646 return eMode; in SetMeText()
/trunk/main/vcl/inc/vcl/
H A Devent.hxx74 KeyEvent LogicalTextDirectionality (TextDirectionality eMode) const;
/trunk/main/sc/source/ui/inc/
H A Ddocfunc.hxx128 SCTAB nTab, ScSizeMode eMode, sal_uInt16 nSizeTwips,
H A Ddocsh.hxx306 ScDBData* GetDBData( const ScRange& rMarked, ScGetDBMode eMode, ScGetDBSelection eSel );
/trunk/main/sal/osl/w32/
H A Dprofile.cxx149 static sal_Bool lockFile(const osl_TFile* pFile, osl_TLockMode eMode);
1172 static sal_Bool lockFile(const osl_TFile* pFile, osl_TLockMode eMode) in lockFile() argument
1182 switch (eMode) in lockFile()
/trunk/main/svx/source/table/
H A Dsvdotable.cxx2295 WritingMode eMode = WritingMode_LR_TB; in GetWritingMode() local
2297 eMode = mpImpl->mpLayouter->GetWritingMode(); in GetWritingMode()
2298 return eMode; in GetWritingMode()
/trunk/main/sfx2/inc/sfx2/
H A Dviewsh.hxx207 void SetScrollingMode( SfxScrollingMode eMode );
/trunk/main/sd/source/ui/inc/
H A DDrawViewShell.hxx145 virtual void ChangeEditMode (EditMode eMode, bool bIsLayerModeActive);
/trunk/main/svx/inc/svx/
H A Dsvdpntv.hxx543 void SetAnimationMode( const SdrAnimationMode eMode );
/trunk/main/sc/source/filter/inc/
H A Dxistyle.hxx662 …oid SetXF( const ScAddress& rScPos, sal_uInt16 nXFIndex, XclImpXFInsertMode eMode );
/trunk/main/sc/source/core/tool/
H A Dinterpr2.cxx460 void ScInterpreter::RoundNumber( rtl_math_RoundingMode eMode ) in RoundNumber() argument
468 fVal = ::rtl::math::round( GetDouble(), 0, eMode ); in RoundNumber()
475 fVal = ::rtl::math::round( GetDouble(), (short)nDec, eMode ); in RoundNumber()
H A Ddetfunc.cxx320 Point ScDetectiveFunc::GetDrawPos( SCCOL nCol, SCROW nRow, DrawPosMode eMode ) const in GetDrawPos()
328 switch( eMode ) in GetDrawPos()
/trunk/main/sfx2/source/view/
H A Dviewsh.cxx1960 void SfxViewShell::SetScrollingMode( SfxScrollingMode eMode ) in SetScrollingMode() argument
1962 pImp->m_eScroll = eMode; in SetScrollingMode()
/trunk/main/editeng/source/editeng/
H A Dimpedit.hxx318 void SetSelectionMode( EESelectionMode eMode );
339 void SetAnchorMode( EVAnchorMode eMode );
/trunk/main/sc/source/ui/unoobj/
H A Ddocuno.cxx3060 ScSizeMode eMode = bVis ? SC_SIZE_SHOW : SC_SIZE_DIRECT; in setPropertyValue() local
3061 aFunc.SetWidthOrHeight( sal_True, 1, nColArr, nTab, eMode, 0, sal_True, sal_True ); in setPropertyValue()
3310 ScSizeMode eMode = bVis ? SC_SIZE_SHOW : SC_SIZE_DIRECT; in setPropertyValue() local
3311 aFunc.SetWidthOrHeight( sal_False, 1, nRowArr, nTab, eMode, 0, sal_True, sal_True ); in setPropertyValue()
/trunk/main/sc/source/ui/app/
H A Dscmod.cxx1377 void ScModule::SetInputMode( ScInputMode eMode ) in SetInputMode() argument
1381 pHdl->SetMode( eMode ); in SetInputMode()
/trunk/main/editeng/source/outliner/
H A Doutlvw.cxx1730 void OutlinerView::SetAnchorMode( EVAnchorMode eMode ) in SetAnchorMode() argument
1733 pEditView->SetAnchorMode( eMode ); in SetAnchorMode()
/trunk/main/tools/source/stream/
H A Dstream.cxx2587 StreamMode eMode ) in SvMemoryStream() argument
2589 if( eMode & STREAM_WRITE ) in SvMemoryStream()
/trunk/main/tools/inc/tools/
H A Dstream.hxx825 SvMemoryStream( void* pBuf, sal_Size nSize, StreamMode eMode);
/trunk/main/sw/source/ui/inc/
H A Dwrtsh.hxx154 void SetRedlineModeAndCheckInsMode( sal_uInt16 eMode );
/trunk/main/sw/source/filter/ww8/
H A Dww8par.cxx4328 sal_uInt16 eMode = nsRedlineMode_t::REDLINE_SHOW_INSERT; in CoreLoad() local
4635 eMode |= nsRedlineMode_t::REDLINE_ON; in CoreLoad()
4637 eMode |= nsRedlineMode_t::REDLINE_SHOW_DELETE; in CoreLoad()
4779 rDoc.SetRedlineMode((RedlineMode_t)( eMode )); in CoreLoad()

Completed in 337 milliseconds

1...<<11121314