/aoo41x/main/sc/source/core/tool/ |
H A D | charthelper.cxx | 70 if ( pObject->GetObjIdentifier() == OBJ_OLE2 && pDoc->IsChart( pObject ) ) in lcl_DoUpdateCharts() 157 if( pObject->GetObjIdentifier() == OBJ_OLE2 && ((SdrOle2Obj*)pObject)->IsChart() ) in AdjustRangesOfChartsOnDestinationPage() 198 if( pObject->GetObjIdentifier() == OBJ_OLE2 && ((SdrOle2Obj*)pObject)->IsChart() ) in UpdateChartsOnDestinationPage() 216 if( pObject->GetObjIdentifier() == OBJ_OLE2 && ((SdrOle2Obj*)pObject)->IsChart() ) in GetChartFromSdrObject() 331 if ( pSdrOle2Obj && pSdrOle2Obj->IsChart() ) in AddRangesIfProtectedChart() 396 if ( pSdrOle2Obj && pSdrOle2Obj->IsChart() ) in GetChartNames() 420 if ( pSdrOle2Obj && pSdrOle2Obj->IsChart() ) in CreateProtectedChartListenersAndNotify()
|
H A D | chartlock.cxx | 67 if( pDoc->IsChart( pObject ) ) in lcl_getAllLivingCharts()
|
/aoo41x/main/svtools/source/misc/ |
H A D | embedhlp.cxx | 148 …!= embed::Aspects::MSOLE_ICON ) && nOldState != embed::EmbedStates::LOADED && !pObject->IsChart() ) in stateChanged() 152 if( pObject->IsChart() && nOldState == embed::EmbedStates::UI_ACTIVE ) in stateChanged() 180 if( pObject->IsChart() ) in modified() 206 …VisAreaChanged") && pObject->GetViewAspect() != embed::Aspects::MSOLE_ICON && !pObject->IsChart() ) in notifyEvent() 348 if ( IsChart() ) in Assign() 932 sal_Bool EmbeddedObjectRef::IsChart() const in IsChart() function in svt::EmbeddedObjectRef 963 if ( IsChart() ) in GetChartType()
|
/aoo41x/main/sw/source/core/ole/ |
H A D | ndole.cxx | 380 if ( IsChart() && sChartTblName.Len() && !bChartWithInternalProvider ) in SavePersistentData() 662 bool SwOLENode::IsChart() const in IsChart() function in SwOLENode 671 bIsChart = SotExchange::IsChart( aClassID ); in IsChart() 800 if (xOLERef.is() && xOLERef.IsChart()) in GetStyleString() 939 else if ( SotExchange::IsChart( aClassID ) ) in GetDescription()
|
/aoo41x/main/sc/source/ui/unoobj/ |
H A D | chartuno.cxx | 82 if ( pObject->GetObjIdentifier() == OBJ_OLE2 && pDoc->IsChart(pObject) ) in lcl_FindChartObj() 144 if ( pObject->GetObjIdentifier() == OBJ_OLE2 && pDoc->IsChart(pObject) ) in GetObjectByIndex_Impl() 220 if ( SvtModuleOptions().IsChart() ) in addNewByName() 356 if ( pObject->GetObjIdentifier() == OBJ_OLE2 && pDoc->IsChart(pObject) ) in getCount() 427 if ( pObject->GetObjIdentifier() == OBJ_OLE2 && pDoc->IsChart(pObject) ) in getElementNames()
|
/aoo41x/main/sc/source/ui/view/ |
H A D | tabvwshb.cxx | 194 if ( SvtModuleOptions().IsChart() ) in ActivateObject() 197 if (SotExchange::IsChart( aObjClsId )) in ActivateObject() 460 if ( bOle || bTabProt || !SvtModuleOptions().IsChart() || bShared ) in GetDrawInsState()
|
H A D | dbfunc4.cxx | 70 if ( pObject->GetObjIdentifier() == OBJ_OLE2 && pDoc->IsChart( pObject ) ) in DoUpdateCharts()
|
H A D | drawvie4.cxx | 117 if ( aIPObj.Is() && SotExchange::IsChart( aIPObj->GetStorage()->GetClassName() ) )
|
/aoo41x/main/svx/source/svdraw/ |
H A D | svdoole2.cxx | 343 if( mpObj->IsChart() ) in visibilityChanged() 850 if( xObjRef.is() && xObjRef.IsChart() ) in GetStyleString() 1512 if( pModel && !pModel->isLocked() && !IsChart() ) in SetModel() 1879 if( !IsChart() ) in ImpSetVisAreaSize() 1964 if ( xObjRef.is() && IsChart() ) in NbcSetSnapRect() 2211 sal_Bool SdrOle2Obj::IsChart() const in IsChart() function in SdrOle2Obj 2215 m_bChart = ChartHelper::IsChart(xObjRef); in IsChart()
|
H A D | charthelper.cxx | 46 bool ChartHelper::IsChart(const svt::EmbeddedObjectRef& xObjRef) in IsChart() function in ChartHelper
|
/aoo41x/main/sc/source/ui/drawfunc/ |
H A D | fuins2.cxx | 377 … if ( SvtModuleOptions().IsChart() && SotExchange::IsChart( SvGlobalName( xObj->getClassID() ) ) ) in FuInsertOLE() 485 if( SvtModuleOptions().IsChart() ) in FuInsertChart()
|
/aoo41x/main/sw/source/core/doc/ |
H A D | notxtfrm.cxx | 883 const bool bIsChart = pOLENd && ChartHelper::IsChart( pOLENd->GetOLEObj().GetObject() ); in PaintPicture() 1096 if ( pOLENd->IsChart() && in PaintPicture() 1189 if ( pOLENd->IsChart() && in PaintPicture()
|
/aoo41x/main/sc/source/core/data/ |
H A D | documen9.cxx | 237 sal_Bool ScDocument::IsChart( const SdrObject* pObject ) in IsChart() function in ScDocument 243 return ((SdrOle2Obj*)pObject)->IsChart(); in IsChart()
|
/aoo41x/main/svx/inc/svx/ |
H A D | charthelper.hxx | 43 static bool IsChart(const svt::EmbeddedObjectRef& xObjRef);
|
H A D | svdoole2.hxx | 173 sal_Bool IsChart() const;
|
/aoo41x/main/sw/source/ui/wrtsh/ |
H A D | wrtsh1.cxx | 583 if ( SotExchange::IsChart( aCLSID ) ) in InsertOleObject() 615 else if ( SotExchange::IsChart( aCLSID ) ) in InsertOleObject() 738 if ( !SotExchange::IsChart( xObj->getClassID() ) ) in CalcAndSetScale()
|
/aoo41x/main/svx/source/sdr/contact/ |
H A D | viewobjectcontactofsdrobj.cxx | 101 if(((SdrOle2Obj&)rObject).IsChart()) in isPrimitiveVisible()
|
H A D | viewcontactofsdrole2obj.cxx | 106 if(GetOle2Obj().IsChart()) in createPrimitive2DSequenceWithParameters()
|
/aoo41x/main/sc/source/filter/starcalc/ |
H A D | scfobj.cxx | 62 if ( !SvtModuleOptions().IsChart() ) in InsertChart()
|
/aoo41x/main/unotools/inc/unotools/ |
H A D | moduleoptions.hxx | 218 sal_Bool IsChart () const;
|
/aoo41x/main/sw/inc/ |
H A D | ndole.hxx | 147 bool IsChart() const;
|
/aoo41x/main/svtools/inc/svtools/ |
H A D | embedhlp.hxx | 124 sal_Bool IsChart() const;
|
/aoo41x/main/sd/source/ui/view/ |
H A D | viewshe2.cxx | 850 if( SvtModuleOptions().IsChart() ) in ActivateObject() 964 if( pObj->IsChart() ) //charts never should be stretched see #i84323# for example in ActivateObject()
|
/aoo41x/main/sd/source/ui/docshell/ |
H A D | sdclient.cxx | 195 if( pSdrOle2Obj->IsChart() ) in ViewChanged()
|
/aoo41x/main/sot/inc/sot/ |
H A D | exchange.hxx | 245 static sal_uInt16 IsChart( const SvGlobalName& rName );
|