Home
last modified time | relevance | path

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

/trunk/main/sd/source/ui/app/
H A Doptsitem.cxx112 mnConfigId ( nConfigId ), in SdOptionsGeneric()
212 ( ( SDCFG_DRAW == nConfigId ) ? in SdOptionsLayout()
383 ( ( SDCFG_DRAW == nConfigId ) ? in SdOptionsContents()
472 ( ( SDCFG_DRAW == nConfigId ) ? in SdOptionsMisc()
853 ( ( SDCFG_DRAW == nConfigId ) ? in SdOptionsSnap()
1031 SdOptionsGeneric( nConfigId, ( bUseConfig && ( SDCFG_DRAW == nConfigId ) ) ? in SdOptionsZoom()
1102 ( ( SDCFG_DRAW == nConfigId ) ? in SdOptionsGrid()
1295 ( ( SDCFG_DRAW == nConfigId ) ? in SdOptionsPrint()
1562 SdOptionsMisc( nConfigId, sal_True ), in SdOptions()
1563 SdOptionsSnap( nConfigId, sal_True ), in SdOptions()
[all …]
/trunk/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 );
/trunk/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()
/trunk/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 54 milliseconds