Searched refs:ScPageObj (Results 1 – 7 of 7) sorted by relevance
1 "ScPageObj";"com::sun::star::container::XIndexAccess";"getCount()"2 "ScPageObj";"com::sun::star::container::XIndexAccess";"getByIndex()"3 "ScPageObj";"com::sun::star::lang::XServiceInfo";"getImplementationName()"4 "ScPageObj";"com::sun::star::lang::XServiceInfo";"supportsService()"5 "ScPageObj";"com::sun::star::lang::XServiceInfo";"getSupportedServiceNames()"6 "ScPageObj";"com::sun::star::container::XElementAccess";"getElementType()"7 "ScPageObj";"com::sun::star::container::XElementAccess";"hasElements()"8 "ScPageObj";"com::sun::star::drawing::XShapes";"add()"9 "ScPageObj";"com::sun::star::drawing::XShapes";"remove()"10 "ScPageObj";"com::sun::star::drawing::XShapeGrouper";"group()"[all …]
36 ScPageObj::ScPageObj( SdrPage* pPage ) : in ScPageObj() function in ScPageObj41 ScPageObj::~ScPageObj() throw() in ~ScPageObj()45 uno::Reference<drawing::XShape > ScPageObj::_CreateShape( SdrObject *pObj ) const throw() in _CreateShape()54 ::rtl::OUString SAL_CALL ScPageObj::getImplementationName() in getImplementationName()60 sal_Bool SAL_CALL ScPageObj::supportsService( const rtl::OUString& rServiceName ) in supportsService()67 uno::Sequence<rtl::OUString> SAL_CALL ScPageObj::getSupportedServiceNames() in getSupportedServiceNames()
33 class ScPageObj : public SvxFmDrawPage class36 ScPageObj( SdrPage* pPage );37 virtual ~ScPageObj() throw();
117 $(eval $(call gb_Package_add_file,sc_xml,xml/ScPageObj.xml,ScPageObj.xml))
58 return static_cast<cppu::OWeakObject*>( new ScPageObj( this ) ); in createUnoPage()
21 # i84653 -o sc.ScPageObj
133 sc.ScPageObj
Completed in 19 milliseconds