Searched refs:aShapePtr (Results 1 – 2 of 2) sorted by relevance
230 oox::drawingml::ShapePtr aShapePtr; in findPlaceholder() local236 aShapePtr = *aRevIter; in findPlaceholder()240 aShapePtr = findPlaceholder( nMasterPlaceholder, rChildren ); in findPlaceholder()241 if ( aShapePtr.get() ) in findPlaceholder()245 return aShapePtr; in findPlaceholder()250 oox::drawingml::ShapePtr aShapePtr; in findPlaceholderByIndex() local256 aShapePtr = *aRevIter; in findPlaceholderByIndex()260 aShapePtr = findPlaceholderByIndex( nIdx, rChildren ); in findPlaceholderByIndex()261 if ( aShapePtr.get() ) in findPlaceholderByIndex()265 return aShapePtr; in findPlaceholderByIndex()
62 oox::drawingml::ShapePtr aShapePtr; in findPlaceholder() local70 aShapePtr = *aRevIter; in findPlaceholder()75 aShapePtr = findPlaceholder( nMasterPlaceholder, nSubTypeIndex, rChildren ); in findPlaceholder()76 if ( aShapePtr.get() ) in findPlaceholder()80 return aShapePtr; in findPlaceholder()
Completed in 16 milliseconds