Home
last modified time | relevance | path

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

/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/ui/view/
H A Dgridwin3.cxx183 const bool bDrawOle(VOBJ_MODE_SHOW == rOpts.GetObjMode(VOBJ_TYPE_OLE)); in DrawRedraw()
184 const bool bDrawChart(VOBJ_MODE_SHOW == rOpts.GetObjMode(VOBJ_TYPE_CHART)); in DrawRedraw()
185 const bool bDrawDraw(VOBJ_MODE_SHOW == rOpts.GetObjMode(VOBJ_TYPE_DRAW)); in DrawRedraw()
H A Dtabview5.cxx498 if ( bSet && aViewData.GetOptions().GetObjMode(VOBJ_TYPE_OLE) == VOBJ_MODE_SHOW ) in DrawEnableAnim()
H A Dviewdata.cxx3518 bool bGraphicsChanged = ( pOptions->GetObjMode(VOBJ_TYPE_OLE) != in SetOptions()
3519 rOpt.GetObjMode(VOBJ_TYPE_OLE) ); in SetOptions()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/ui/view/
H A Dgridwin3.cxx214 const bool bDrawOle(VOBJ_MODE_SHOW == rOpts.GetObjMode(VOBJ_TYPE_OLE)); in DrawRedraw()
215 const bool bDrawChart(VOBJ_MODE_SHOW == rOpts.GetObjMode(VOBJ_TYPE_CHART)); in DrawRedraw()
216 const bool bDrawDraw(VOBJ_MODE_SHOW == rOpts.GetObjMode(VOBJ_TYPE_DRAW)); in DrawRedraw()
H A Dtabview5.cxx514 if ( bSet && aViewData.GetOptions().GetObjMode(VOBJ_TYPE_OLE) == VOBJ_MODE_SHOW ) in DrawEnableAnim()
H A Dviewdata.cxx3937 bool bGraphicsChanged = (maOptions.GetObjMode(VOBJ_TYPE_OLE) != in SetOptions()
3938 rOpt.GetObjMode(VOBJ_TYPE_OLE) ); in SetOptions()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/core/tool/
H A Dviewopti.cxx543 pValues[nProp] <<= static_cast<sal_Int32>(GetObjMode( VOBJ_TYPE_OLE )); in IMPL_LINK_NOARG()
546 pValues[nProp] <<= static_cast<sal_Int32>(GetObjMode( VOBJ_TYPE_CHART )); in IMPL_LINK_NOARG()
549 pValues[nProp] <<= static_cast<sal_Int32>(GetObjMode( VOBJ_TYPE_DRAW )); in IMPL_LINK_NOARG()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/core/tool/
H A Dviewopti.cxx549 pValues[nProp] <<= static_cast<sal_Int32>(GetObjMode( VOBJ_TYPE_OLE )); in IMPL_LINK_NOARG()
552 pValues[nProp] <<= static_cast<sal_Int32>(GetObjMode( VOBJ_TYPE_CHART )); in IMPL_LINK_NOARG()
555 pValues[nProp] <<= static_cast<sal_Int32>(GetObjMode( VOBJ_TYPE_DRAW )); in IMPL_LINK_NOARG()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/inc/
H A Dviewopti.hxx91 … ScVObjMode GetObjMode( ScVObjType eObj ) const { return aModeArr[eObj]; } in GetObjMode() function in ScViewOptions
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/inc/
H A Dviewopti.hxx91 … ScVObjMode GetObjMode( ScVObjType eObj ) const { return aModeArr[eObj]; } in GetObjMode() function in ScViewOptions
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/ui/optdlg/
H A Dtpview.cxx161 … m_xObjGrfLB ->set_active( static_cast<sal_uInt16>(m_xLocalOptions->GetObjMode(VOBJ_TYPE_OLE)) ); in Reset()
162 …m_xDiagramLB ->set_active( static_cast<sal_uInt16>(m_xLocalOptions->GetObjMode(VOBJ_TYPE_CHART)) ); in Reset()
163 … m_xDrawLB ->set_active( static_cast<sal_uInt16>(m_xLocalOptions->GetObjMode(VOBJ_TYPE_DRAW)) ); in Reset()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/ui/optdlg/
H A Dtpview.cxx166 … m_xObjGrfLB ->set_active( static_cast<sal_uInt16>(m_xLocalOptions->GetObjMode(VOBJ_TYPE_OLE)) ); in Reset()
167 …m_xDiagramLB ->set_active( static_cast<sal_uInt16>(m_xLocalOptions->GetObjMode(VOBJ_TYPE_CHART)) ); in Reset()
168 … m_xDrawLB ->set_active( static_cast<sal_uInt16>(m_xLocalOptions->GetObjMode(VOBJ_TYPE_DRAW)) ); in Reset()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/ui/unoobj/
H A Dviewuno.cxx1862 …pertyName == SC_UNO_SHOWOBJ ) aRet <<= static_cast<sal_Int16>( rOpt.GetObjMode( VOBJ_TYPE_OLE )… in getPropertyValue()
1863 …pertyName == SC_UNO_SHOWCHARTS ) aRet <<= static_cast<sal_Int16>( rOpt.GetObjMode( VOBJ_TYPE_CHART… in getPropertyValue()
1864 …pertyName == SC_UNO_SHOWDRAW ) aRet <<= static_cast<sal_Int16>( rOpt.GetObjMode( VOBJ_TYPE_DRAW … in getPropertyValue()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/ui/unoobj/
H A Dviewuno.cxx1865 …pertyName == SC_UNO_SHOWOBJ ) aRet <<= static_cast<sal_Int16>( rOpt.GetObjMode( VOBJ_TYPE_OLE )… in getPropertyValue()
1866 …pertyName == SC_UNO_SHOWCHARTS ) aRet <<= static_cast<sal_Int16>( rOpt.GetObjMode( VOBJ_TYPE_CHART… in getPropertyValue()
1867 …pertyName == SC_UNO_SHOWDRAW ) aRet <<= static_cast<sal_Int16>( rOpt.GetObjMode( VOBJ_TYPE_DRAW … in getPropertyValue()