Home
last modified time | relevance | path

Searched refs:eMode (Results 76 – 100 of 343) sorted by relevance

12345678910>>...14

/trunk/main/vcl/source/control/
H A Dbutton.cxx201 if( eMode == BMP_COLOR_NORMAL ) in SetModeImage()
213 else if( eMode == BMP_COLOR_HIGHCONTRAST ) in SetModeImage()
234 if( eMode == BMP_COLOR_NORMAL ) in GetModeImage()
238 else if( eMode == BMP_COLOR_HIGHCONTRAST ) in GetModeImage()
271 if ( SetModeImage( rBitmap, eMode ) ) in SetModeBitmap()
273 if( eMode == BMP_COLOR_NORMAL ) in SetModeBitmap()
296 if ( eMode == BMP_COLOR_NORMAL ) in GetModeBitmap()
301 else if ( eMode == BMP_COLOR_HIGHCONTRAST ) in GetModeBitmap()
2943 if( eMode == BMP_COLOR_NORMAL ) in SetModeRadioImage()
2951 else if( eMode == BMP_COLOR_HIGHCONTRAST ) in SetModeRadioImage()
[all …]
/trunk/main/extensions/source/oooimprovement/
H A Dmyconfigurationhelper.hxx94 sal_Int32 eMode);
188 sal_Int32 eMode);
206 sal_Int32 eMode);
/trunk/main/sc/source/core/tool/
H A Dchgtrack.cxx431 UpdateRefMode eMode, const ScBigRange& rRange, in UpdateReference() argument
1018 UpdateRefMode eMode, const ScBigRange& rRange, in UpdateReference() argument
1297 UpdateRefMode eMode, const ScBigRange& rRange, in UpdateReference() argument
2074 UpdateRefMode eMode, const ScBigRange& rRange, in UpdateReference() argument
2110 switch ( eMode ) in UpdateReference()
2154 ((ScFormulaCell*)pOldCell)->UpdateReference( eMode, aRange, in UpdateReference()
2157 ((ScFormulaCell*)pNewCell)->UpdateReference( eMode, aRange, in UpdateReference()
3477 UpdateRefMode eMode = URM_INSDEL; in UpdateReference() local
3512 eMode = URM_MOVE; in UpdateReference()
3750 p->UpdateReference( this, eMode, aRange, nDx, nDy, nDz ); in UpdateReference()
[all …]
/trunk/main/sw/source/ui/inc/
H A Dbasesh.hxx116 static void SetFrmMode( FlyMode eMode, SwWrtShell *pShell ); //Mit Update!
117 static void _SetFrmMode( FlyMode eMode ) { eFrameMode = eMode; } in _SetFrmMode() argument
H A Dcfgitems.hxx181 sal_uInt8 eMode; member in SwShadowCursorItem
196 sal_uInt8 GetMode() const { return eMode; } in GetMode()
199 void SetMode( sal_uInt8 eM ) { eMode = eM; } in SetMode()
/trunk/main/store/inc/store/
H A Dstore.hxx108 storeAccessMode eMode) SAL_THROW(()) in create() argument
115 return store_openStream (hFile, rPath.pData, rName.pData, eMode, &m_hImpl); in create()
273 storeAccessMode eMode) SAL_THROW(()) in create() argument
280 return store_openDirectory (hFile, rPath.pData, rName.pData, eMode, &m_hImpl); in create()
/trunk/main/editeng/source/items/
H A Dwritingmodeitem.cxx110 WritingMode eMode; in PutValue() local
111 bRet = rVal >>= eMode; in PutValue()
115 nVal = (sal_Int32)eMode; in PutValue()
/trunk/main/comphelper/inc/comphelper/
H A Dconfigurationhelper.hxx109 … sal_Int32 eMode );
233 … sal_Int32 eMode );
250 … sal_Int32 eMode );
/trunk/main/sw/source/core/edit/
H A Dedredln.cxx43 void SwEditShell::SetRedlineMode( sal_uInt16 eMode ) in SetRedlineMode() argument
45 if( eMode != GetDoc()->GetRedlineMode() ) in SetRedlineMode()
49 GetDoc()->SetRedlineMode( (RedlineMode_t)eMode ); in SetRedlineMode()
/trunk/main/sw/source/ui/config/
H A Dcfgitems.cxx358 eMode( FILL_TAB ) in SwShadowCursorItem()
365 eMode( rCpy.GetMode() ) in SwShadowCursorItem()
373 eMode( rVOpt.GetShdwCrsrFillMode() ) in SwShadowCursorItem()
400 rVOpt.SetShdwCrsrFillMode( eMode ); in FillViewOptions()
/trunk/main/writerfilter/inc/resourcemodel/
H A DTagLogger.hxx56 enum eMode { START, END, COMPLETE }; enum in writerfilter::XMLTag
68 eMode mMode;
71 XMLTag(string sTag, eMode mode = COMPLETE) : mTag(sTag), mMode(mode) {} in XMLTag()
/trunk/main/sdext/source/presenter/
H A DPresenterBitmapContainer.cxx411 const Mode eMode, in GetBitmap() argument
414 switch (eMode) in GetBitmap()
448 const Mode eMode, in SetBitmap() argument
451 switch (eMode) in SetBitmap()
/trunk/main/store/workben/
H A Dt_store.cxx348 storeAccessMode eMode = store_AccessReadOnly; in main() local
350 eMode = store_AccessReadWrite; in main()
352 eMode = store_AccessCreate; in main()
378 eErrCode = aStream.create (aFile, aPath, aName, eMode); in main()
/trunk/main/unotools/source/config/
H A Dsecurityoptions.cxx274 void SetBasicMode ( EBasicSecurityMode eMode ) ;
1202 void SvtSecurityOptions_Impl::SetBasicMode( EBasicSecurityMode eMode ) in SetBasicMode() argument
1205 if (!m_bROBasicMode && m_eBasicMode!=eMode) in SetBasicMode()
1207 m_eBasicMode = eMode; in SetBasicMode()
1294 void SvtSecurityOptions::SetBasicMode( EBasicSecurityMode eMode ) in SetBasicMode() argument
1297 m_pDataContainer->SetBasicMode( eMode ); in SetBasicMode()
/trunk/main/stoc/source/invocation/
H A Dinvocation.cxx759 enum Mode { NAMEACCESS, PROPERTYSET, METHOD } eMode; member
818 rItem.eMode = MemberItem::NAMEACCESS; in getInfoSequenceImpl()
827 rItem.eMode = MemberItem::PROPERTYSET; in getInfoSequenceImpl()
837 rItem.eMode = MemberItem::METHOD; in getInfoSequenceImpl()
867 if( rItem.eMode == MemberItem::NAMEACCESS ) in getInfoSequenceImpl()
871 else if( rItem.eMode == MemberItem::PROPERTYSET ) in getInfoSequenceImpl()
875 else if( rItem.eMode == MemberItem::METHOD ) in getInfoSequenceImpl()
/trunk/main/sd/source/ui/unoidl/
H A Dunopback.cxx239 drawing::BitmapMode eMode; in setPropertyValue() local
240 if( aValue >>= eMode ) in setPropertyValue()
242 mpSet->Put( XFillBmpStretchItem( eMode == drawing::BitmapMode_STRETCH ) ); in setPropertyValue()
243 mpSet->Put( XFillBmpTileItem( eMode == drawing::BitmapMode_REPEAT ) ); in setPropertyValue()
/trunk/main/basctl/source/inc/
H A Ddlged.hxx115 DlgEdMode eMode; member in DlgEditor
181 void SetMode( DlgEdMode eMode );
185 DlgEdMode GetMode() const { return eMode; } in GetMode()
/trunk/main/filter/source/graphicfilter/epict/
H A Depict.cxx139 void WriteOpcode_TxMode(RasterOp eMode);
141 void WriteOpcode_PnMode(RasterOp eMode);
492 void PictWriter::WriteOpcode_TxMode(RasterOp eMode) in WriteOpcode_TxMode() argument
496 if (bDstTxModeValid==sal_False || eDstTxMode!=eMode) { in WriteOpcode_TxMode()
497 switch (eMode) { in WriteOpcode_TxMode()
503 eDstTxMode=eMode; in WriteOpcode_TxMode()
520 void PictWriter::WriteOpcode_PnMode(RasterOp eMode) in WriteOpcode_PnMode() argument
524 if (bDstPnModeValid==sal_False || eDstPnMode!=eMode) { in WriteOpcode_PnMode()
525 switch (eMode) in WriteOpcode_PnMode()
532 eDstPnMode=eMode; in WriteOpcode_PnMode()
/trunk/main/vcl/aqua/source/gdi/
H A Dsalgdi.cxx805 CGPathDrawingMode eMode; in drawPolygon() local
807 eMode = kCGPathEOFillStroke; in drawPolygon()
809 eMode = kCGPathStroke; in drawPolygon()
811 eMode = kCGPathEOFill; in drawPolygon()
837 CGContextDrawPath( mrContext, eMode ); in drawPolygon()
874 CGPathDrawingMode eMode; in drawPolyPolygon() local
876 eMode = kCGPathEOFillStroke; in drawPolyPolygon()
878 eMode = kCGPathStroke; in drawPolyPolygon()
880 eMode = kCGPathEOFill; in drawPolyPolygon()
924 CGContextDrawPath( mrContext, eMode ); in drawPolyPolygon()
/trunk/main/sc/source/ui/view/
H A Dtabview.cxx490 SfxScrollingMode eMode = aViewData.GetViewShell()->GetScrollingMode(); in DoResize() local
491 if ( eMode == SCROLLING_NO ) in DoResize()
493 else if ( eMode == SCROLLING_YES || eMode == SCROLLING_AUTO ) //! Auto ??? in DoResize()
989 SfxScrollingMode eMode = aViewData.GetViewShell()->GetScrollingMode(); in IMPL_LINK() local
990 if ( eMode == SCROLLING_NO ) in IMPL_LINK()
992 else if ( eMode == SCROLLING_YES || eMode == SCROLLING_AUTO ) //! Auto ??? in IMPL_LINK()
1701 SfxScrollingMode eMode = aViewData.GetViewShell()->GetScrollingMode(); in UpdateShow() local
1702 if ( eMode == SCROLLING_NO ) in UpdateShow()
1704 else if ( eMode == SCROLLING_YES || eMode == SCROLLING_AUTO ) //! Auto ??? in UpdateShow()
H A Ddbfunc.cxx103 ScDBData* ScDBFunc::GetDBData( sal_Bool bMark, ScGetDBMode eMode, ScGetDBSelection eSel ) in GetDBData() argument
173 pData = pDocSh->GetDBData( aRange, eMode, eSel ); in GetDBData()
175 else if ( eMode != SC_DB_OLD ) in GetDBData()
179 eMode, SC_DBSEL_KEEP ); in GetDBData()
/trunk/main/svx/inc/svx/
H A Dsvdmrkv.hxx167 virtual void AddDragModeHdl(SdrDragMode eMode);
221 void SetDragMode(SdrDragMode eMode);
223 sal_Bool ChkDragMode(SdrDragMode eMode) const;
231 void SetEditMode(SdrViewEditMode eMode);
/trunk/main/sd/source/ui/func/
H A Dfuprlout.cxx273 EditMode eMode = pDrawViewSh->GetEditMode(); in DoExecute() local
275 pDrawViewSh->ChangeEditMode( eMode, !bLayer ); in DoExecute()
276 pDrawViewSh->ChangeEditMode( eMode, bLayer ); in DoExecute()
/trunk/main/sw/source/ui/uno/
H A Dunotxdoc.cxx2020 sal_uInt16 eMode = pDocShell->GetDoc()->GetRedlineMode(); in setPropertyValue() local
2024 eMode |= nsRedlineMode_t::REDLINE_SHOW_INSERT; in setPropertyValue()
2026 eMode |= nsRedlineMode_t::REDLINE_SHOW_DELETE; in setPropertyValue()
2030 eMode = bSet ? eMode|nsRedlineMode_t::REDLINE_ON : eMode&~nsRedlineMode_t::REDLINE_ON; in setPropertyValue()
2032 pDocShell->GetDoc()->SetRedlineMode( (RedlineMode_t)(eMode )); in setPropertyValue()
2044 sal_uInt16 eMode = pDoc->GetRedlineMode(); in setPropertyValue() local
2045 eMode = eMode|nsRedlineMode_t::REDLINE_ON; in setPropertyValue()
2046 pDoc->SetRedlineMode( (RedlineMode_t)(eMode )); in setPropertyValue()
2218 sal_uInt16 eMode = pDocShell->GetDoc()->GetRedlineMode(); in getPropertyValue() local
2223 bSet = (eMode & nMask) == nMask; in getPropertyValue()
[all …]
/trunk/main/svtools/source/contnr/
H A Divctrl.cxx366 void SvtIconChoiceCtrl::SetEntryTextMode( SvxIconChoiceCtrlTextMode eMode, SvxIconChoiceCtrlEntry* … in SetEntryTextMode() argument
368 _pImp->SetEntryTextMode( eMode, pEntry ); in SetEntryTextMode()
555 void SvtIconChoiceCtrl::SetSelectionMode( SelectionMode eMode ) in SetSelectionMode() argument
557 _pImp->SetSelectionMode( eMode ); in SetSelectionMode()

Completed in 205 milliseconds

12345678910>>...14