Home
last modified time | relevance | path

Searched refs:GetObjMode (Results 1 – 7 of 7) sorted by relevance

/aoo4110/main/sc/source/ui/view/
H A Dgridwin3.cxx200 const bool bDrawOle(VOBJ_MODE_SHOW == rOpts.GetObjMode(VOBJ_TYPE_OLE)); in DrawRedraw()
201 const bool bDrawChart(VOBJ_MODE_SHOW == rOpts.GetObjMode(VOBJ_TYPE_CHART)); in DrawRedraw()
202 const bool bDrawDraw(VOBJ_MODE_SHOW == rOpts.GetObjMode(VOBJ_TYPE_DRAW)); in DrawRedraw()
H A Dtabview5.cxx545 if ( bSet && aViewData.GetOptions().GetObjMode(VOBJ_TYPE_OLE) == VOBJ_MODE_SHOW ) in DrawEnableAnim()
H A Dviewdata.cxx2965 sal_Bool bGraphicsChanged = ( pOptions->GetObjMode(VOBJ_TYPE_OLE) != in SetOptions()
2966 rOpt.GetObjMode(VOBJ_TYPE_OLE) ); in SetOptions()
/aoo4110/main/sc/source/core/tool/
H A Dviewopti.cxx679 pValues[nProp] <<= (sal_Int32) GetObjMode( VOBJ_TYPE_OLE ); in IMPL_LINK()
682 pValues[nProp] <<= (sal_Int32) GetObjMode( VOBJ_TYPE_CHART ); in IMPL_LINK()
685 pValues[nProp] <<= (sal_Int32) GetObjMode( VOBJ_TYPE_DRAW ); in IMPL_LINK()
/aoo4110/main/sc/source/ui/optdlg/
H A Dtpview.cxx213 aObjGrfLB .SelectEntryPos( (sal_uInt16)pLocalOptions->GetObjMode(VOBJ_TYPE_OLE) ); in Reset()
214 aDiagramLB .SelectEntryPos( (sal_uInt16)pLocalOptions->GetObjMode(VOBJ_TYPE_CHART) ); in Reset()
215 aDrawLB .SelectEntryPos( (sal_uInt16)pLocalOptions->GetObjMode(VOBJ_TYPE_DRAW) ); in Reset()
/aoo4110/main/sc/inc/
H A Dviewopti.hxx105 ScVObjMode GetObjMode( ScVObjType eObj ) const { return aModeArr[eObj]; } in GetObjMode() function in ScViewOptions
/aoo4110/main/sc/source/ui/unoobj/
H A Dviewuno.cxx2039 …else if ( aString.EqualsAscii( SC_UNO_SHOWOBJ ) ) aRet <<= (sal_Int16)( rOpt.GetObjMode( VOBJ_TYP… in getPropertyValue()
2040 …else if ( aString.EqualsAscii( SC_UNO_SHOWCHARTS ) ) aRet <<= (sal_Int16)( rOpt.GetObjMode( VOBJ_T… in getPropertyValue()
2041 …else if ( aString.EqualsAscii( SC_UNO_SHOWDRAW ) ) aRet <<= (sal_Int16)( rOpt.GetObjMode( VOBJ_TY… in getPropertyValue()

Completed in 49 milliseconds