Home
last modified time | relevance | path

Searched refs:getSupportedVerbs (Results 1 – 13 of 13) sorted by relevance

/trunk/main/sd/source/ui/dlg/
H A Dtpaction.cxx251 aVerbs = xObj->getSupportedVerbs(); in Construct()
256 aVerbs = xObj->getSupportedVerbs(); in Construct()
/trunk/main/embeddedobj/source/msole/
H A Doleembed.cxx886 uno::Sequence< embed::VerbDescriptor > SAL_CALL OleEmbeddedObject::getSupportedVerbs() in getSupportedVerbs() function in OleEmbeddedObject
895 return xWrappedObject->getSupportedVerbs(); in getSupportedVerbs()
/trunk/main/sd/source/ui/view/
H A Ddrviews1.cxx248 rBase.SetVerbs( xObj->getSupportedVerbs() ); in SelectionHasChanged()
263 rBase.SetVerbs( xObj->getSupportedVerbs() ); in SelectionHasChanged()
H A Dviewshe2.cxx922 GetViewShellBase().SetVerbs( xObj->getSupportedVerbs() ); in ActivateObject()
/trunk/main/embeddedobj/source/inc/
H A Ddummyobject.hxx109 …::sun::star::uno::Sequence< ::com::sun::star::embed::VerbDescriptor > SAL_CALL getSupportedVerbs();
H A Doleembobj.hxx312 …::sun::star::uno::Sequence< ::com::sun::star::embed::VerbDescriptor > SAL_CALL getSupportedVerbs();
H A Dcommonembobj.hxx286 …::sun::star::uno::Sequence< ::com::sun::star::embed::VerbDescriptor > SAL_CALL getSupportedVerbs();
/trunk/main/offapi/com/sun/star/embed/
H A DXEmbeddedObject.idl217 sequence< VerbDescriptor > getSupportedVerbs()
/trunk/main/embeddedobj/source/general/
H A Ddummyobject.cxx141 uno::Sequence< embed::VerbDescriptor > SAL_CALL ODummyEmbeddedObject::getSupportedVerbs() in getSupportedVerbs() function in ODummyEmbeddedObject
/trunk/main/embeddedobj/source/commonembedding/
H A Dembedobj.cxx560 uno::Sequence< embed::VerbDescriptor > SAL_CALL OCommonEmbeddedObject::getSupportedVerbs() in getSupportedVerbs() function in OCommonEmbeddedObject
/trunk/main/sc/source/ui/view/
H A Ddrawview.cxx545 aVerbs = xObj->getSupportedVerbs(); in MarkListHasChanged()
/trunk/main/odk/examples/java/EmbedDocument/EmbeddedObject/
H A DOwnEmbeddedObject.java991 …public com.sun.star.embed.VerbDescriptor[] getSupportedVerbs() throws com.sun.star.embed.NeedsRunn… in getSupportedVerbs() method in OwnEmbeddedObject
/trunk/main/sw/source/ui/uiview/
H A Dview.cxx168 SetVerbs( GetWrtShell().GetOLEObject()->getSupportedVerbs() ); in ImpSetVerb()