Lines Matching refs:aShapes
685 std::vector< SdrObject* > aShapes; in GetGraphic() local
701 aShapes.push_back(pTempBackgroundShape); in GetGraphic()
866 aShapes.push_back( pObj ); in GetGraphic()
874 aShapes.push_back( pObj ); in GetGraphic()
877 if( aShapes.empty() ) in GetGraphic()
881 if( bRet && !aShapes.empty() ) in GetGraphic()
886 if( 1 == aShapes.size() ) in GetGraphic()
890 SdrObject* pObj = aShapes.front(); in GetGraphic()
916 SdrObject* pObj = aShapes.front(); in GetGraphic()
973 std::vector< SdrObject* >::iterator aIter = aShapes.begin(); in GetGraphic()
974 const std::vector< SdrObject* >::iterator aEnd = aShapes.end(); in GetGraphic()
1012 if(!aShapes.empty()) in GetGraphic()
1016 sdr::contact::ObjectContactOfObjListPainter aMultiObjectPainter(aOut, aShapes, mpCurrentPage); in GetGraphic()