Searched refs:bUseConfig (Results 1 – 6 of 6) sorted by relevance
/aoo4110/main/sd/source/ui/app/ |
H A D | optsitem.cxx | 212 SdOptionsLayout::SdOptionsLayout( sal_uInt16 nConfigId, sal_Bool bUseConfig ) : in SdOptionsLayout() argument 213 SdOptionsGeneric( nConfigId, bUseConfig ? in SdOptionsLayout() 388 SdOptionsGeneric( nConfigId, bUseConfig ? in SdOptionsContents() 480 SdOptionsMisc::SdOptionsMisc( sal_uInt16 nConfigId, sal_Bool bUseConfig ) : in SdOptionsMisc() argument 481 SdOptionsGeneric( nConfigId, bUseConfig ? in SdOptionsMisc() 865 SdOptionsSnap::SdOptionsSnap( sal_uInt16 nConfigId, sal_Bool bUseConfig ) : in SdOptionsSnap() argument 866 SdOptionsGeneric( nConfigId, bUseConfig ? in SdOptionsSnap() 1048 SdOptionsZoom::SdOptionsZoom( sal_uInt16 nConfigId, sal_Bool bUseConfig ) : in SdOptionsZoom() argument 1120 SdOptionsGrid::SdOptionsGrid( sal_uInt16 nConfigId, sal_Bool bUseConfig ) : in SdOptionsGrid() argument 1121 SdOptionsGeneric( nConfigId, bUseConfig ? in SdOptionsGrid() [all …]
|
/aoo4110/main/sd/source/ui/inc/ |
H A D | optsitem.hxx | 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 );
|
/aoo4110/main/svtools/source/filter/ |
H A D | FilterConfigCache.hxx | 78 sal_Bool bUseConfig; member in FilterConfigCache 135 FilterConfigCache( sal_Bool bUseConfig );
|
H A D | FilterConfigCache.cxx | 338 bUseConfig ( bConfig ) in FilterConfigCache() 340 if ( bUseConfig ) in FilterConfigCache()
|
H A D | filter.cxx | 1117 bUseConfig ( bConfig ), in GraphicFilter() 1151 pConfig = new FilterConfigCache( bUseConfig ); in ImplInit() 1159 if( bUseConfig ) in ImplInit()
|
/aoo4110/main/svtools/inc/svtools/ |
H A D | filter.hxx | 271 sal_Bool bUseConfig; member in GraphicFilter 283 GraphicFilter( sal_Bool bUseConfig = sal_True );
|
Completed in 43 milliseconds