Home
last modified time | relevance | path

Searched refs:aVerbs (Results 1 – 7 of 7) sorted by relevance

/trunk/main/sfx2/source/menu/
H A Dmnumgr.cxx145 …onst com::sun::star::uno::Sequence < com::sun::star::embed::VerbDescriptor >& aVerbs, Menu* pMenu ) in InsertVerbs_Impl() argument
148 if ( pView && aVerbs.getLength() ) in InsertVerbs_Impl()
153 for ( sal_uInt16 n = 0; n < aVerbs.getLength(); ++n ) in InsertVerbs_Impl()
156 …if ( pDoc->IsReadOnly() && !(aVerbs[n].VerbAttributes & embed::VerbAttributes::MS_VERBATTR_NEVERDI… in InsertVerbs_Impl()
160 if ( !(aVerbs[n].VerbAttributes & embed::VerbAttributes::MS_VERBATTR_ONCONTAINERMENU) ) in InsertVerbs_Impl()
170 pMenu->InsertItem( nId, aVerbs[n].VerbName ); in InsertVerbs_Impl()
/trunk/main/sd/source/ui/dlg/
H A Dtpaction.cxx248 uno::Sequence < embed::VerbDescriptor > aVerbs; in Construct() local
251 aVerbs = xObj->getSupportedVerbs(); in Construct()
256 aVerbs = xObj->getSupportedVerbs(); in Construct()
259 for( sal_Int32 i=0; i<aVerbs.getLength(); i++ ) in Construct()
261 embed::VerbDescriptor aVerb = aVerbs[i]; in Construct()
/trunk/main/sfx2/source/control/
H A Dshell.cxx1077 …ll::SetVerbs(const com::sun::star::uno::Sequence < com::sun::star::embed::VerbDescriptor >& aVerbs) in SFX_EXEC_STUB()
1099 for (sal_Int32 n=0; n<aVerbs.getLength(); n++) in SFX_EXEC_STUB()
1118 …pNewSlot->pName = OUStringToOString( aVerbs[n].VerbName, RTL_TEXTENCODING_UTF8).getStr(); // TODO:… in SFX_EXEC_STUB()
1136 pImp->aVerbList = aVerbs; in SFX_EXEC_STUB()
/trunk/main/sc/source/ui/view/
H A Ddrawview.cxx539 uno::Sequence< embed::VerbDescriptor > aVerbs; in MarkListHasChanged() local
545 aVerbs = xObj->getSupportedVerbs(); in MarkListHasChanged()
547 pViewSh->SetVerbs( aVerbs ); in MarkListHasChanged()
/trunk/main/sfx2/inc/sfx2/
H A Dviewfrm.hxx329 com::sun::star::uno::Sequence < com::sun::star::embed::VerbDescriptor > aVerbs; member in SfxVerbListItem
343 …ar::uno::Sequence < com::sun::star::embed::VerbDescriptor >& GetVerbList() const { return aVerbs; } in GetVerbList()
H A Dshell.hxx242 …id SetVerbs(const com::sun::star::uno::Sequence < com::sun::star::embed::VerbDescriptor >& aVerbs);
/trunk/main/embeddedobj/source/msole/
H A Doleembed.cxx117 uno::Sequence< sal_Int32 > aVerbs( 1 ); in GetIntermediateVerbsSequence_Impl() local
118 aVerbs[0] = embed::EmbedVerbs::MS_OLEVERB_OPEN; in GetIntermediateVerbsSequence_Impl()

Completed in 49 milliseconds