Lines Matching refs:nConfigId

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()
482 ( ( SDCFG_DRAW == nConfigId ) ? in SdOptionsMisc()
865 SdOptionsSnap::SdOptionsSnap( sal_uInt16 nConfigId, sal_Bool bUseConfig ) : in SdOptionsSnap() argument
866 SdOptionsGeneric( nConfigId, bUseConfig ? in SdOptionsSnap()
867 ( ( SDCFG_DRAW == nConfigId ) ? in SdOptionsSnap()
1048 SdOptionsZoom::SdOptionsZoom( sal_uInt16 nConfigId, sal_Bool bUseConfig ) : in SdOptionsZoom() argument
1049 SdOptionsGeneric( nConfigId, ( bUseConfig && ( SDCFG_DRAW == nConfigId ) ) ? in SdOptionsZoom()
1120 SdOptionsGrid::SdOptionsGrid( sal_uInt16 nConfigId, sal_Bool bUseConfig ) : in SdOptionsGrid() argument
1121 SdOptionsGeneric( nConfigId, bUseConfig ? in SdOptionsGrid()
1122 ( ( SDCFG_DRAW == nConfigId ) ? in SdOptionsGrid()
1317 SdOptionsPrint::SdOptionsPrint( sal_uInt16 nConfigId, sal_Bool bUseConfig ) : in SdOptionsPrint() argument
1318 SdOptionsGeneric( nConfigId, bUseConfig ? in SdOptionsPrint()
1319 ( ( SDCFG_DRAW == nConfigId ) ? in SdOptionsPrint()
1587 SdOptions::SdOptions( sal_uInt16 nConfigId ) : in SdOptions() argument
1588 SdOptionsLayout( nConfigId, sal_True ), in SdOptions()
1589 SdOptionsContents( nConfigId, sal_True ), in SdOptions()
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()
1594 SdOptionsPrint( nConfigId, sal_True ) in SdOptions()