Home
last modified time | relevance | path

Searched refs:nConfigId (Results 1 – 4 of 4) sorted by relevance

/aoo4110/main/sd/source/ui/app/
H A Doptsitem.cxx112 mnConfigId ( nConfigId ), in SdOptionsGeneric()
214 ( ( SDCFG_DRAW == nConfigId ) ? in SdOptionsLayout()
389 ( ( SDCFG_DRAW == nConfigId ) ? in SdOptionsContents()
482 ( ( SDCFG_DRAW == nConfigId ) ? in SdOptionsMisc()
867 ( ( SDCFG_DRAW == nConfigId ) ? in SdOptionsSnap()
1049 SdOptionsGeneric( nConfigId, ( bUseConfig && ( SDCFG_DRAW == nConfigId ) ) ? in SdOptionsZoom()
1590 SdOptionsMisc( nConfigId, sal_True ), in SdOptions()
1591 SdOptionsSnap( nConfigId, sal_True ), in SdOptions()
1592 SdOptionsZoom( nConfigId, sal_True ), in SdOptions()
1593 SdOptionsGrid( nConfigId, sal_True ), in SdOptions()
[all …]
/aoo4110/main/sd/source/ui/inc/
H A Doptsitem.hxx122 SdOptionsGeneric( sal_uInt16 nConfigId, const ::rtl::OUString& rSubTree );
159 SdOptionsLayout( sal_uInt16 nConfigId, sal_Bool bUseConfig );
215 SdOptionsContents( sal_uInt16 nConfigId, sal_Bool bUseConfig );
298 SdOptionsMisc( sal_uInt16 nConfigId, sal_Bool bUseConfig );
431 SdOptionsSnap( sal_uInt16 nConfigId, sal_Bool bUseConfig );
497 SdOptionsZoom( sal_uInt16 nConfigId, sal_Bool bUseConfig );
522 SdOptionsGrid( sal_uInt16 nConfigId, sal_Bool bUseConfig );
600 SdOptionsPrint( sal_uInt16 nConfigId, sal_Bool bUseConfig );
681 SdOptions( sal_uInt16 nConfigId );
/aoo4110/main/sfx2/source/control/
H A Ddispatch.cxx2629 void SfxDispatcher::ExecutePopup( sal_uInt16 nConfigId, in ExecutePopup() argument
2633 ExecutePopup( nConfigId, pWin, pPos ); in ExecutePopup()
2636 SfxPopupMenuManager* SfxDispatcher::Popup( sal_uInt16 nConfigId,Window *pWin, const Point *pPos ) in Popup() argument
2645 nConfigId = 0; in Popup()
2653 … if ( ( nConfigId == 0 && rResId.GetId() ) || ( nConfigId != 0 && rResId.GetId() == nConfigId ) ) in Popup()
2663 void SfxDispatcher::ExecutePopup( sal_uInt16 nConfigId, Window *pWin, const Point *pPos ) in ExecutePopup() argument
2685 nConfigId = 0; in ExecutePopup()
2693 … if ( ( nConfigId == 0 && rResId.GetId() ) || ( nConfigId != 0 && rResId.GetId() == nConfigId ) ) in ExecutePopup()
/aoo4110/main/sfx2/inc/sfx2/
H A Ddispatch.hxx200 static SfxPopupMenuManager* Popup( sal_uInt16 nConfigId,Window *pWin, const Point *pPos );
204 static void ExecutePopup( sal_uInt16 nConfigId = 0,
206 static void ExecutePopup( sal_uInt16 nConfigId,

Completed in 32 milliseconds