/trunk/main/sfx2/source/control/ |
H A D | objface.cxx | 73 sal_uInt32 nFeature; member 81 nFeature(nFeat) in SfxObjectUI_Impl() 125 …reateObjectBarUI_Impl( sal_uInt16 nPos, const ResId& rResId, sal_uInt32 nFeature, const String *pS… 416 void SfxInterface::RegisterObjectBar( sal_uInt16 nPos, const ResId& rResId, sal_uInt32 nFeature, co… in RegisterObjectBar() argument 418 SfxObjectUI_Impl* pUI = CreateObjectBarUI_Impl( nPos, rResId, nFeature, pStr ); in RegisterObjectBar() 423 SfxObjectUI_Impl* CreateObjectBarUI_Impl( sal_uInt16 nPos, const ResId& rResId, sal_uInt32 nFeature… in CreateObjectBarUI_Impl() argument 428 SfxObjectUI_Impl* pUI = new SfxObjectUI_Impl(nPos, rResId, sal_True, nFeature); in CreateObjectBarUI_Impl() 510 void SfxInterface::RegisterChildWindow(sal_uInt16 nId, sal_Bool bContext, sal_uInt32 nFeature, cons… in RegisterChildWindow() argument 512 …I_Impl(0, ResId(nId, *SfxApplication::GetOrCreate()->GetOffResManager_Impl()), sal_True, nFeature); in RegisterChildWindow() 563 return (*pImpData->pChildWindows)[nNo]->nFeature; in GetChildWindowFeature() [all …]
|
H A D | dispatch.cxx | 1789 sal_uInt32 nFeature = pIFace->GetObjectBarFeature(nNo); in _Update_Impl() local 1790 if ( nFeature && !pShell->HasUIFeature( nFeature ) ) in _Update_Impl() 1841 sal_uInt32 nFeature = pIFace->GetChildWindowFeature(nNo); in _Update_Impl() local 1842 if ( nFeature && !pShell->HasUIFeature( nFeature ) ) in _Update_Impl()
|
/trunk/main/svx/source/form/ |
H A D | fmshell.cxx | 365 sal_Bool FmFormShell::HasUIFeature( sal_uInt32 nFeature ) in HasUIFeature() argument 368 if ((nFeature & FM_UI_FEATURE_SHOW_DATABASEBAR) == FM_UI_FEATURE_SHOW_DATABASEBAR) in HasUIFeature() 373 else if ((nFeature & FM_UI_FEATURE_SHOW_FILTERBAR) == FM_UI_FEATURE_SHOW_FILTERBAR) in HasUIFeature() 378 else if ((nFeature & FM_UI_FEATURE_SHOW_FILTERNAVIGATOR) == FM_UI_FEATURE_SHOW_FILTERNAVIGATOR) in HasUIFeature() 382 else if ((nFeature & FM_UI_FEATURE_SHOW_FIELD) == FM_UI_FEATURE_SHOW_FIELD) in HasUIFeature() 386 else if ((nFeature & FM_UI_FEATURE_SHOW_PROPERTIES) == FM_UI_FEATURE_SHOW_PROPERTIES) in HasUIFeature() 390 else if ((nFeature & FM_UI_FEATURE_SHOW_EXPLORER) == FM_UI_FEATURE_SHOW_EXPLORER) in HasUIFeature() 398 else if ((nFeature & FM_UI_FEATURE_SHOW_DATANAVIGATOR) == FM_UI_FEATURE_SHOW_DATANAVIGATOR) in HasUIFeature() 402 else if ( ( ( nFeature & FM_UI_FEATURE_TB_CONTROLS ) == FM_UI_FEATURE_TB_CONTROLS ) in HasUIFeature() 403 || ( ( nFeature & FM_UI_FEATURE_TB_MORECONTROLS ) == FM_UI_FEATURE_TB_MORECONTROLS ) in HasUIFeature() [all …]
|
/trunk/main/sfx2/inc/sfx2/ |
H A D | shell.hxx | 233 virtual sal_Bool HasUIFeature( sal_uInt32 nFeature ); 391 #define SFX_FEATURED_OBJECTBAR_REGISTRATION(nPos,rResId,nFeature) \ argument 392 GetStaticInterface()->RegisterObjectBar( nPos, rResId, nFeature ) 397 #define SFX_FEATURED_CHILDWINDOW_REGISTRATION(nId,nFeature) \ argument 398 GetStaticInterface()->RegisterChildWindow( nId, (sal_Bool) sal_False, nFeature )
|
H A D | objface.hxx | 88 void RegisterObjectBar( sal_uInt16, const ResId&, sal_uInt32 nFeature, const String* pST=0 ); 90 …void RegisterChildWindow( sal_uInt16, sal_Bool bContext, sal_uInt32 nFeature, const String* pS… 145 …void RegisterObjectBar( sal_uInt16, const ResId&, sal_uInt32 nFeature, const String* pS…
|
/trunk/main/unotools/source/config/ |
H A D | moduleoptions.cxx | 1299 sal_uInt32 nFeature = 0; in GetFeatures() local 1302 nFeature |= FEATUREFLAG_WRITER; in GetFeatures() 1304 nFeature |= FEATUREFLAG_CALC; in GetFeatures() 1306 nFeature |= FEATUREFLAG_DRAW; in GetFeatures() 1308 nFeature |= FEATUREFLAG_IMPRESS; in GetFeatures() 1310 nFeature |= FEATUREFLAG_CHART; in GetFeatures() 1312 nFeature |= FEATUREFLAG_MATH; in GetFeatures() 1314 nFeature |= FEATUREFLAG_BASICIDE; in GetFeatures() 1316 nFeature |= FEATUREFLAG_INSIGHT; in GetFeatures() 1318 return nFeature; in GetFeatures()
|
/trunk/main/editeng/inc/editeng/ |
H A D | numitem.hxx | 308 sal_Bool IsFeatureSupported(sal_uInt32 nFeature) const in IsFeatureSupported() 309 {return 0 != (nFeatureFlags & nFeature);} in IsFeatureSupported()
|
/trunk/main/sw/source/ui/uiview/ |
H A D | viewstat.cxx | 529 sal_Bool SwView::HasUIFeature( sal_uInt32 nFeature ) in HasUIFeature() argument 532 switch(nFeature) in HasUIFeature()
|
/trunk/main/svx/inc/svx/ |
H A D | fmshell.hxx | 119 virtual sal_Bool HasUIFeature( sal_uInt32 nFeature );
|
/trunk/main/basctl/source/inc/ |
H A D | basidesh.hxx | 213 virtual sal_Bool HasUIFeature( sal_uInt32 nFeature );
|
/trunk/main/basctl/source/basicide/ |
H A D | basides1.cxx | 1032 sal_Bool BasicIDEShell::HasUIFeature( sal_uInt32 nFeature ) in HasUIFeature() argument 1036 if ( (nFeature & BASICIDE_UI_FEATURE_SHOW_BROWSER) == BASICIDE_UI_FEATURE_SHOW_BROWSER ) in HasUIFeature()
|
/trunk/main/sw/source/ui/inc/ |
H A D | view.hxx | 419 virtual sal_Bool HasUIFeature( sal_uInt32 nFeature );
|