| /AOO41X/main/sfx2/source/sidebar/ |
| H A D | EnumContext.cxx | 34 typedef ::std::map<rtl::OUString,EnumContext::Application> ApplicationMap; 39 typedef ::std::map<rtl::OUString,EnumContext::Context> ContextMap; 46 const sal_Int32 EnumContext::NoMatch = 4; 47 const sal_Int32 EnumContext::OptimalMatch = 0; // Neither application nor context name is "any". 50 EnumContext::EnumContext (void) in EnumContext() function in sfx2::sidebar::EnumContext 59 EnumContext::EnumContext ( in EnumContext() function in sfx2::sidebar::EnumContext 70 EnumContext::EnumContext ( in EnumContext() function in sfx2::sidebar::EnumContext 81 sal_Int32 EnumContext::GetCombinedContext (void) const in GetCombinedContext() 89 sal_Int32 EnumContext::GetCombinedContext_DI (void) const in GetCombinedContext_DI() 97 EnumContext::Application EnumContext::GetApplication_DI (void) const in GetApplication_DI() [all …]
|
| H A D | ResourceManager.cxx | 418 ::std::vector<EnumContext::Application> aApplications; in ReadContextList() 419 EnumContext::Application eApplication (EnumContext::GetApplicationEnum(sApplicationName)); in ReadContextList() 420 if (eApplication == EnumContext::Application_None in ReadContextList() 421 … && !sApplicationName.equals(EnumContext::GetApplicationName(EnumContext::Application_None))) in ReadContextList() 426 aApplications.push_back(EnumContext::Application_Writer); in ReadContextList() 428 aApplications.push_back(EnumContext::Application_Calc); in ReadContextList() 430 aApplications.push_back(EnumContext::Application_Draw); in ReadContextList() 432 aApplications.push_back(EnumContext::Application_Impress); in ReadContextList() 439 aApplications.push_back(EnumContext::Application_Draw); in ReadContextList() 440 aApplications.push_back(EnumContext::Application_Impress); in ReadContextList() [all …]
|
| H A D | SidebarPanelBase.cxx | 143 const EnumContext aContext( in notifyContextChangeEvent() 144 EnumContext::GetApplicationEnum(rEvent.ApplicationName), in notifyContextChangeEvent() 145 EnumContext::GetContextEnum(rEvent.ContextName)); in notifyContextChangeEvent()
|
| H A D | ContextChangeBroadcaster.cxx | 82 EnumContext::GetContextName(EnumContext::Context_Default)); in Deactivate()
|
| /AOO41X/main/svx/source/sidebar/ |
| H A D | SelectionAnalyzer.cxx | 32 using sfx2::sidebar::EnumContext; 37 EnumContext::Context SelectionAnalyzer::GetContextForSelection_SC (const SdrMarkList& rMarkList) in GetContextForSelection_SC() 39 EnumContext::Context eContext = EnumContext::Context_Unknown; in GetContextForSelection_SC() 53 eContext = EnumContext::Context_DrawText; in GetContextForSelection_SC() 62 eContext = EnumContext::Context_Form; in GetContextForSelection_SC() 76 eContext = EnumContext::Context_MultiObject; in GetContextForSelection_SC() 83 eContext = EnumContext::Context_Form; in GetContextForSelection_SC() 87 eContext = EnumContext::Context_MultiObject; in GetContextForSelection_SC() 99 EnumContext::Context SelectionAnalyzer::GetContextForSelection_SD ( in GetContextForSelection_SD() 103 EnumContext::Context eContext = EnumContext::Context_Unknown; in GetContextForSelection_SD() [all …]
|
| H A D | ContextChangeEventMultiplexer.cxx | 41 const ::sfx2::sidebar::EnumContext::Context eContext) in NotifyContextChange() 48 ::sfx2::sidebar::EnumContext::GetContextName(eContext)); in NotifyContextChange() 63 const ::sfx2::sidebar::EnumContext::Context eContext) in NotifyContextChange() 89 return ::sfx2::sidebar::EnumContext::GetApplicationName( in GetModuleName() 90 ::sfx2::sidebar::EnumContext::Application_None); in GetModuleName()
|
| H A D | SelectionChangeHandler.cxx | 41 const EnumContext::Context eDefaultContext) in SelectionChangeHandler() 65 const EnumContext::Context eContext ( in selectionChanged() 66 EnumContext::GetContextEnum(maSelectionChangeCallback())); in selectionChanged() 69 eContext==EnumContext::Context_Unknown in selectionChanged()
|
| /AOO41X/main/sfx2/inc/sfx2/sidebar/ |
| H A D | EnumContext.hxx | 34 class SFX2_DLLPUBLIC EnumContext class 108 EnumContext (void); 109 EnumContext ( 112 EnumContext ( 138 bool operator == (const EnumContext aOther); 139 bool operator != (const EnumContext aOther); 153 sal_Int32 EvaluateMatch (const EnumContext& rOther) const; 157 sal_Int32 EvaluateMatch (const ::std::vector<EnumContext>& rOthers) const; 176 #define CombinedEnumContext(a,e) ((static_cast<sal_uInt16>(::sfx2::sidebar::EnumContext::a)<<16)\ 177 | static_cast<sal_uInt16>(::sfx2::sidebar::EnumContext::e))
|
| /AOO41X/main/sd/source/ui/unoidl/ |
| H A D | DrawController.cxx | 66 using ::sfx2::sidebar::EnumContext; 608 EnumContext::Context eContext (EnumContext::Context_Unknown); in BroadcastContextChange() 614 eContext = EnumContext::Context_MasterPage; in BroadcastContextChange() 616 eContext = EnumContext::Context_DrawPage; in BroadcastContextChange() 620 eContext = EnumContext::Context_NotesPage; in BroadcastContextChange() 624 eContext = EnumContext::Context_HandoutPage; in BroadcastContextChange() 628 eContext = EnumContext::Context_OutlineText; in BroadcastContextChange() 632 eContext = EnumContext::Context_SlidesorterPage; in BroadcastContextChange() 638 eContext = EnumContext::Context_Empty; in BroadcastContextChange()
|
| /AOO41X/main/svx/source/sidebar/text/ |
| H A D | TextPropertyPanel.hxx | 65 const ::sfx2::sidebar::EnumContext& rContext); 80 const ::sfx2::sidebar::EnumContext aContext); 153 ::sfx2::sidebar::EnumContext maContext; 161 const ::sfx2::sidebar::EnumContext& rContext); 193 const ::sfx2::sidebar::EnumContext aContext);
|
| H A D | TextPropertyPanel.cxx | 117 const ::sfx2::sidebar::EnumContext& rContext) in Create() 143 const ::sfx2::sidebar::EnumContext& rContext) in TextPropertyPanel() 272 const ::sfx2::sidebar::EnumContext aContext) in HandleContextChange() 339 const ::sfx2::sidebar::EnumContext /* aContext */) in UpdateFontColorToolbox() 342 if (maContext.GetApplication_DI() == sfx2::sidebar::EnumContext::Application_WriterVariants) in UpdateFontColorToolbox() 343 if (maContext.GetContext() != sfx2::sidebar::EnumContext::Context_DrawText) in UpdateFontColorToolbox()
|
| /AOO41X/main/svx/inc/svx/sidebar/ |
| H A D | SelectionAnalyzer.hxx | 42 static sfx2::sidebar::EnumContext::Context GetContextForSelection_SC ( 53 static sfx2::sidebar::EnumContext::Context GetContextForSelection_SD ( 58 static sfx2::sidebar::EnumContext::Context GetContextForObjectId_SC ( 60 static sfx2::sidebar::EnumContext::Context GetContextForObjectId_SD (
|
| H A D | ContextChangeEventMultiplexer.hxx | 49 const ::sfx2::sidebar::EnumContext::Context eContext); 61 const ::sfx2::sidebar::EnumContext::Context eContext);
|
| H A D | SelectionChangeHandler.hxx | 62 const sfx2::sidebar::EnumContext::Context eDefaultContext); 80 const sfx2::sidebar::EnumContext::Context meDefaultContext;
|
| /AOO41X/main/sd/source/ui/slidesorter/shell/ |
| H A D | SlideSorterViewShell.cxx | 86 using ::sfx2::sidebar::EnumContext; 573 EnumContext::Context eContext = EnumContext::Context_Unknown; in Activate() 585 eContext = EnumContext::Context_DrawPage; in Activate() 590 eContext = EnumContext::GetContextEnum(pDrawViewShell->GetSidebarContextName()); in Activate() 594 eContext = EnumContext::Context_SlidesorterPage; in Activate()
|
| /AOO41X/main/sw/source/ui/shells/ |
| H A D | olesh.cxx | 75 …SfxShell::SetContextName(sfx2::sidebar::EnumContext::GetContextName(sfx2::sidebar::EnumContext::Co… in SwOleShell()
|
| /AOO41X/main/sc/source/ui/drawfunc/ |
| H A D | drformsh.cxx | 73 …SfxShell::SetContextName(sfx2::sidebar::EnumContext::GetContextName(sfx2::sidebar::EnumContext::Co… in ScDrawFormShell()
|
| H A D | oleobjsh.cxx | 73 …SfxShell::SetContextName(sfx2::sidebar::EnumContext::GetContextName(sfx2::sidebar::EnumContext::Co… in ScOleObjectShell()
|
| H A D | chartsh.cxx | 73 …SfxShell::SetContextName(sfx2::sidebar::EnumContext::GetContextName(sfx2::sidebar::EnumContext::Co… in ScChartShell()
|
| H A D | drawsh2.cxx | 75 sfx2::sidebar::EnumContext::Context_Cell)) in ScDrawShell() 421 ::sfx2::sidebar::EnumContext::GetContextEnum( in Activate() 430 return sfx2::sidebar::EnumContext::GetContextName( in GetSidebarContextName()
|
| H A D | mediash.cxx | 61 …SfxShell::SetContextName(sfx2::sidebar::EnumContext::GetContextName(sfx2::sidebar::EnumContext::Co… in ScMediaShell()
|
| H A D | graphsh.cxx | 66 …SfxShell::SetContextName(sfx2::sidebar::EnumContext::GetContextName(sfx2::sidebar::EnumContext::Co… in ScGraphicShell()
|
| /AOO41X/main/sc/source/ui/sidebar/ |
| H A D | NumberFormatPropertyPanel.hxx | 51 const ::sfx2::sidebar::EnumContext aContext); 82 ::sfx2::sidebar::EnumContext maContext;
|
| H A D | AlignmentPropertyPanel.hxx | 54 const ::sfx2::sidebar::EnumContext aContext); 104 ::sfx2::sidebar::EnumContext maContext;
|
| /AOO41X/main/sc/source/ui/view/ |
| H A D | auditsh.cxx | 76 …SfxShell::SetContextName(sfx2::sidebar::EnumContext::GetContextName(sfx2::sidebar::EnumContext::Co… in ScAuditingShell()
|