Searched refs:aMyShape (Results 1 – 3 of 3) sorted by relevance
119 void ScMySharedData::AddNewShape(const ScMyShape& aMyShape) in AddNewShape() argument123 pShapesContainer->AddNewShape(aMyShape); in AddNewShape()
73 void AddNewShape(const ScMyShape& aMyShape);
703 ScMyShape aMyShape; in CollectSharedData() local704 aMyShape.aAddress = aRange.aStart; in CollectSharedData()705 aMyShape.aEndAddress = aRange.aEnd; in CollectSharedData()706 aMyShape.xShape = xShape; in CollectSharedData()707 pSharedData->AddNewShape(aMyShape); in CollectSharedData()
Completed in 46 milliseconds