Searched refs:nConfigId (Results 1 – 4 of 4) sorted by relevance
| /AOO41X/main/sd/source/ui/app/ |
| H A D | optsitem.cxx | 109 SdOptionsGeneric::SdOptionsGeneric( sal_uInt16 nConfigId, const OUString& rSubTree ) : in SdOptionsGeneric() argument 112 mnConfigId ( nConfigId ), in SdOptionsGeneric() 212 SdOptionsLayout::SdOptionsLayout( sal_uInt16 nConfigId, sal_Bool bUseConfig ) : in SdOptionsLayout() argument 213 SdOptionsGeneric( nConfigId, bUseConfig ? in SdOptionsLayout() 214 ( ( SDCFG_DRAW == nConfigId ) ? in SdOptionsLayout() 387 SdOptionsContents::SdOptionsContents( sal_uInt16 nConfigId, sal_Bool bUseConfig ) : in SdOptionsContents() argument 388 SdOptionsGeneric( nConfigId, bUseConfig ? in SdOptionsContents() 389 ( ( SDCFG_DRAW == nConfigId ) ? in SdOptionsContents() 480 SdOptionsMisc::SdOptionsMisc( sal_uInt16 nConfigId, sal_Bool bUseConfig ) : in SdOptionsMisc() argument 481 SdOptionsGeneric( nConfigId, bUseConfig ? in SdOptionsMisc() [all …]
|
| /AOO41X/main/sd/source/ui/inc/ |
| H A D | optsitem.hxx | 122 … 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 );
|
| /AOO41X/main/sfx2/source/control/ |
| H A D | dispatch.cxx | 2629 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()
|
| /AOO41X/main/sfx2/inc/sfx2/ |
| H A D | dispatch.hxx | 200 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,
|