Home
last modified time | relevance | path

Searched refs:aReq (Results 51 – 59 of 59) sorted by relevance

123

/aoo42x/main/vcl/unx/gtk/gdi/
H A Dsalnativewidgets-gtk.cxx993 GtkRequisition aReq; in getNativeControlRegion() local
994 gtk_widget_size_request( gWidgetData[m_nScreen].gMenubarWidget, &aReq ); in getNativeControlRegion()
997 Size( aMenuBarRect.GetWidth(), aReq.height+1 ) ); in getNativeControlRegion()
1045 GtkRequisition aReq; in getNativeControlRegion() local
1046 gtk_widget_size_request( widget, &aReq ); in getNativeControlRegion()
1048 … long nHeight = (aEditRect.GetHeight() > aReq.height+1) ? aEditRect.GetHeight() : aReq.height+1; in getNativeControlRegion()
/aoo42x/main/ucb/source/ucp/file/
H A Dbc.cxx1254 uno::Reference< task::XInteractionRequest > aReq( aRequestImpl ); in insert() local
1256 m_pMyShell->handleTask( nMyCommandIdentifier,aReq ); in insert()
/aoo42x/main/sfx2/source/appl/
H A Dappcfg.cxx982 SfxRequest aReq( SID_SAVEDOC, 0, pDoc->GetPool() ); in SaveAll_Impl() local
983 const SfxPoolItem *pPoolItem = pDoc->ExecuteSlot( aReq ); in SaveAll_Impl()
/aoo42x/main/sd/source/ui/view/
H A Ddrviewse.cxx697 SfxRequest aReq( nMappedSlot, 0, GetDoc()->GetItemPool() ); in FuSupport() local
698 ExecuteSlot( aReq ); in FuSupport()
/aoo42x/main/sc/source/ui/vba/
H A Dvbaapplication.cxx1105 SfxRequest aReq( FID_TOGGLEINPUTLINE, 0, reqList ); in setDisplayFormulaBar() local
1106 pViewShell->Execute( aReq ); in setDisplayFormulaBar()
/aoo42x/main/sfx2/source/view/
H A Dviewfrm.cxx2874 SfxRequest aReq( SID_BASICCHOOSER, SFX_CALLMODE_SYNCHRON, pSfxApp->GetPool() ); in AddDispatchMacroToBasic_Impl() local
2875 aReq.AppendItem( SfxBoolItem(SID_RECORDMACRO,sal_True) ); in AddDispatchMacroToBasic_Impl()
2876 const SfxPoolItem* pRet = SFX_APP()->ExecuteSlot( aReq ); in AddDispatchMacroToBasic_Impl()
/aoo42x/main/sfx2/source/doc/
H A Dobjmisc.cxx1642 SfxRequest aReq( SID_RELOAD, 0, aSet ); in Timeout() local
1645 pFrame->ExecReload_Impl( aReq ); in Timeout()
/aoo42x/main/sw/source/ui/uiview/
H A Dview2.cxx2169 SfxRequest aReq( FN_UPDATE_TOX, SFX_CALLMODE_SLOT, GetPool() ); in InsertMedium() local
2170 Execute( aReq ); in InsertMedium()
/aoo42x/main/sc/source/ui/unoobj/
H A Dviewuno.cxx1058 SfxRequest aReq( SID_PRINTDOCDIRECT, SFX_CALLMODE_SYNCHRON, pViewSh->GetPool() );
1059 pViewSh->ExecuteSlot( aReq );

Completed in 134 milliseconds

123