Searched refs:ScDDELinkObj (Results 1 – 7 of 7) sorted by relevance
| /AOO42X/main/qadevOOo/objdsc/sc/ |
| H A D | com.sun.star.comp.office.ScDDELinkObj.csv | 1 "ScDDELinkObj";"com::sun::star::util::XRefreshable";"refresh()" 2 "ScDDELinkObj";"com::sun::star::util::XRefreshable";"addRefreshListener()" 3 "ScDDELinkObj";"com::sun::star::util::XRefreshable";"removeRefreshListener()" 4 "ScDDELinkObj";"com::sun::star::sheet::XDDELink";"getApplication()" 5 "ScDDELinkObj";"com::sun::star::sheet::XDDELink";"getTopic()" 6 "ScDDELinkObj";"com::sun::star::sheet::XDDELink";"getItem()" 7 "ScDDELinkObj";"com::sun::star::container::XNamed";"getName()" 8 "ScDDELinkObj";"com::sun::star::container::XNamed";"setName()"
|
| /AOO42X/main/sc/source/ui/unoobj/ |
| H A D | linkuno.cxx | 84 SC_SIMPLE_SERVICE_INFO( ScDDELinkObj, "ScDDELinkObj", "com.sun.star.sheet.DDELink" ) 1061 ScDDELinkObj::ScDDELinkObj(ScDocShell* pDocSh, const String& rA, in ScDDELinkObj() function in ScDDELinkObj 1071 ScDDELinkObj::~ScDDELinkObj() in ~ScDDELinkObj() 1077 void ScDDELinkObj::Notify( SfxBroadcaster&, const SfxHint& rHint ) in Notify() 1111 rtl::OUString SAL_CALL ScDDELinkObj::getName() throw(uno::RuntimeException) in getName() 1117 void SAL_CALL ScDDELinkObj::setName( const rtl::OUString& /* aName */ ) throw(uno::RuntimeException) in setName() 1125 rtl::OUString SAL_CALL ScDDELinkObj::getApplication() throw(uno::RuntimeException) in getApplication() 1133 rtl::OUString SAL_CALL ScDDELinkObj::getTopic() throw(uno::RuntimeException) in getTopic() 1141 rtl::OUString SAL_CALL ScDDELinkObj::getItem() throw(uno::RuntimeException) in getItem() 1151 void SAL_CALL ScDDELinkObj::refresh() throw(uno::RuntimeException) in refresh() [all …]
|
| /AOO42X/main/sc/inc/ |
| H A D | linkuno.hxx | 376 class ScDDELinkObj : public cppu::WeakImplHelper5< class 394 ScDDELinkObj(ScDocShell* pDocSh, const String& rA, 396 virtual ~ScDDELinkObj(); 447 ScDDELinkObj* GetObjectByIndex_Impl(sal_Int32 nIndex); 448 ScDDELinkObj* GetObjectByName_Impl(const ::rtl::OUString& aName);
|
| /AOO42X/main/sc/ |
| H A D | Package_xml.mk | 60 $(eval $(call gb_Package_add_file,sc_xml,xml/ScDDELinkObj.xml,ScDDELinkObj.xml))
|
| /AOO42X/main/qadevOOo/tests/java/mod/_sc/ |
| H A D | ScDDELinkObj.java | 67 public class ScDDELinkObj extends TestCase { class
|
| /AOO42X/main/sc/qa/unoapi/ |
| H A D | sc.sce | 60 -o sc.ScDDELinkObj
|
| /AOO42X/main/framework/qa/complex/api_internal/ |
| H A D | api.lst | 91 job93=sc.ScDDELinkObj
|