Searched refs:mnSdrObjCount (Results 1 – 1 of 1) sorted by relevance
300 mutable sal_uInt32 mnSdrObjCount; member in ScChildrenShapes528 mnSdrObjCount = pDrawPage->GetObjCount(); in GetCount()529 maZOrderedShapes.reserve(mnSdrObjCount + 1); // the table is always in in GetCount()530 for (sal_uInt32 i = 0; i < mnSdrObjCount; ++i) in GetCount()
Completed in 28 milliseconds