Searched refs:aObjectType (Results 1 – 2 of 2) sorted by relevance
591 ObjectType aObjectType(ObjectIdentifier::getObjectType( aSelObjCID )); in isObjectDeleteable() local592 if( (OBJECTTYPE_TITLE == aObjectType) || (OBJECTTYPE_LEGEND == aObjectType) ) in isObjectDeleteable()594 if( (OBJECTTYPE_DATA_SERIES == aObjectType) || (OBJECTTYPE_LEGEND_ENTRY == aObjectType) ) in isObjectDeleteable()596 … if( (OBJECTTYPE_DATA_CURVE_EQUATION == aObjectType) || (OBJECTTYPE_DATA_CURVE == aObjectType) || in isObjectDeleteable()597 … (OBJECTTYPE_DATA_AVERAGE_LINE == aObjectType) || (OBJECTTYPE_DATA_ERRORS == aObjectType)) in isObjectDeleteable()599 if( (OBJECTTYPE_DATA_LABELS == aObjectType) || (OBJECTTYPE_DATA_LABEL == aObjectType) ) in isObjectDeleteable()601 …if( (OBJECTTYPE_AXIS == aObjectType) || (OBJECTTYPE_GRID == aObjectType) || (OBJECTTYPE_SUBGRID ==… in isObjectDeleteable()650 ObjectType aObjectType( ObjectIdentifier::getObjectType( aCID )); in executeDispatch_Delete() local651 switch( aObjectType ) in executeDispatch_Delete()787 … SchResId( aObjectType == OBJECTTYPE_DATA_LABEL ? STR_OBJECT_LABEL : STR_OBJECT_DATALABELS )))), in executeDispatch_Delete()[all …]
187 ObjectType aObjectType(ObjectIdentifier::getObjectType( aSelObjCID )); in update() local189 … bIsPositionableObject = (OBJECTTYPE_DATA_POINT != aObjectType) && aSelOID.isDragableObject(); in update()190 bIsTextObject = OBJECTTYPE_TITLE == aObjectType; in update()194 …if( OBJECTTYPE_DIAGRAM==aObjectType || OBJECTTYPE_DIAGRAM_WALL==aObjectType || OBJECTTYPE_DIAGRAM_… in update()203 … bMayMoveSeriesForward = (OBJECTTYPE_DATA_POINT!=aObjectType) && DiagramHelper::isSeriesMoveable( in update()236 if( (OBJECTTYPE_DATA_SERIES == aObjectType || OBJECTTYPE_DATA_POINT == aObjectType) in update()254 if( (OBJECTTYPE_DATA_SERIES == aObjectType || OBJECTTYPE_DATA_POINT == aObjectType) in update()262 if( aObjectType == OBJECTTYPE_DATA_AVERAGE_LINE ) in update()265 if( aObjectType == OBJECTTYPE_DATA_ERRORS_Y || aObjectType == OBJECTTYPE_DATA_ERRORS ) in update()268 if( aObjectType == OBJECTTYPE_DATA_CURVE ) in update()[all …]
Completed in 38 milliseconds