Lines Matching refs:nConfigId

109 SdOptionsGeneric::SdOptionsGeneric( sal_uInt16 nConfigId, const OUString& rSubTree ) :  in SdOptionsGeneric()  argument
112 mnConfigId ( nConfigId ), in SdOptionsGeneric()
210 SdOptionsLayout::SdOptionsLayout( sal_uInt16 nConfigId, sal_Bool bUseConfig ) : in SdOptionsLayout() argument
211 SdOptionsGeneric( nConfigId, bUseConfig ? in SdOptionsLayout()
212 ( ( SDCFG_DRAW == nConfigId ) ? in SdOptionsLayout()
381 SdOptionsContents::SdOptionsContents( sal_uInt16 nConfigId, sal_Bool bUseConfig ) : in SdOptionsContents() argument
382 SdOptionsGeneric( nConfigId, bUseConfig ? in SdOptionsContents()
383 ( ( SDCFG_DRAW == nConfigId ) ? in SdOptionsContents()
470 SdOptionsMisc::SdOptionsMisc( sal_uInt16 nConfigId, sal_Bool bUseConfig ) : in SdOptionsMisc() argument
471 SdOptionsGeneric( nConfigId, bUseConfig ? in SdOptionsMisc()
472 ( ( SDCFG_DRAW == nConfigId ) ? in SdOptionsMisc()
851 SdOptionsSnap::SdOptionsSnap( sal_uInt16 nConfigId, sal_Bool bUseConfig ) : in SdOptionsSnap() argument
852 SdOptionsGeneric( nConfigId, bUseConfig ? in SdOptionsSnap()
853 ( ( SDCFG_DRAW == nConfigId ) ? in SdOptionsSnap()
1030 SdOptionsZoom::SdOptionsZoom( sal_uInt16 nConfigId, sal_Bool bUseConfig ) : in SdOptionsZoom() argument
1031 SdOptionsGeneric( nConfigId, ( bUseConfig && ( SDCFG_DRAW == nConfigId ) ) ? in SdOptionsZoom()
1100 SdOptionsGrid::SdOptionsGrid( sal_uInt16 nConfigId, sal_Bool bUseConfig ) : in SdOptionsGrid() argument
1101 SdOptionsGeneric( nConfigId, bUseConfig ? in SdOptionsGrid()
1102 ( ( SDCFG_DRAW == nConfigId ) ? in SdOptionsGrid()
1293 SdOptionsPrint::SdOptionsPrint( sal_uInt16 nConfigId, sal_Bool bUseConfig ) : in SdOptionsPrint() argument
1294 SdOptionsGeneric( nConfigId, bUseConfig ? in SdOptionsPrint()
1295 ( ( SDCFG_DRAW == nConfigId ) ? in SdOptionsPrint()
1559 SdOptions::SdOptions( sal_uInt16 nConfigId ) : in SdOptions() argument
1560 SdOptionsLayout( nConfigId, sal_True ), in SdOptions()
1561 SdOptionsContents( nConfigId, sal_True ), in SdOptions()
1562 SdOptionsMisc( nConfigId, sal_True ), in SdOptions()
1563 SdOptionsSnap( nConfigId, sal_True ), in SdOptions()
1564 SdOptionsZoom( nConfigId, sal_True ), in SdOptions()
1565 SdOptionsGrid( nConfigId, sal_True ), in SdOptions()
1566 SdOptionsPrint( nConfigId, sal_True ) in SdOptions()