Home
last modified time | relevance | path

Searched refs:EnumContext (Results 1 – 25 of 62) sorted by relevance

123

/trunk/main/sfx2/source/sidebar/
H A DEnumContext.cxx50 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
97 EnumContext::Application EnumContext::GetApplication_DI (void) const in GetApplication_DI()
121 EnumContext::Application EnumContext::GetApplication (void) const in GetApplication()
145 EnumContext::Context EnumContext::GetContext (void) const in GetContext()
153 bool EnumContext::operator== (const EnumContext aOther) in operator ==()
162 bool EnumContext::operator!= (const EnumContext aOther) in operator !=()
206 EnumContext::Application EnumContext::GetApplicationEnum (const ::rtl::OUString& rsApplicationName) in GetApplicationEnum()
288 EnumContext::Context EnumContext::GetContextEnum (const ::rtl::OUString& rsContextName) in GetContextEnum()
[all …]
H A DResourceManager.cxx418 ::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()
428 aApplications.push_back(EnumContext::Application_Calc); in ReadContextList()
430 aApplications.push_back(EnumContext::Application_Draw); in ReadContextList()
465 const EnumContext::Context eContext (EnumContext::GetContextEnum(sContextName)); in ReadContextList()
466 if (eContext == EnumContext::Context_Unknown) in ReadContextList()
486 for (::std::vector<EnumContext::Application>::const_iterator in ReadContextList()
492 if (*iApplication != EnumContext::Application_None) in ReadContextList()
[all …]
H A DSidebarPanelBase.cxx143 const EnumContext aContext( in notifyContextChangeEvent()
144 EnumContext::GetApplicationEnum(rEvent.ApplicationName), in notifyContextChangeEvent()
145 EnumContext::GetContextEnum(rEvent.ContextName)); in notifyContextChangeEvent()
H A DContextChangeBroadcaster.cxx82 EnumContext::GetContextName(EnumContext::Context_Default)); in Deactivate()
/trunk/main/svx/source/sidebar/
H A DSelectionAnalyzer.cxx32 using sfx2::sidebar::EnumContext;
39 EnumContext::Context eContext = EnumContext::Context_Unknown; in GetContextForSelection_SC()
103 EnumContext::Context eContext = EnumContext::Context_Unknown; in GetContextForSelection_SD()
232 return EnumContext::Context_Draw; in GetContextForObjectId_SC()
238 return EnumContext::Context_OLE; in GetContextForObjectId_SC()
275 return EnumContext::Context_Draw; in GetContextForObjectId_SD()
281 return EnumContext::Context_TextObject; in GetContextForObjectId_SD()
284 return EnumContext::Context_Graphic; in GetContextForObjectId_SD()
287 return EnumContext::Context_OLE; in GetContextForObjectId_SD()
290 return EnumContext::Context_Media; in GetContextForObjectId_SD()
[all …]
H A DContextChangeEventMultiplexer.cxx41 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 DSelectionChangeHandler.cxx41 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()
/trunk/main/sfx2/inc/sfx2/sidebar/
H A DEnumContext.hxx34 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))
/trunk/main/sd/source/ui/unoidl/
H A DDrawController.cxx66 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()
/trunk/main/svx/source/sidebar/text/
H A DTextPropertyPanel.hxx65 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 DTextPropertyPanel.cxx117 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()
/trunk/main/svx/inc/svx/sidebar/
H A DSelectionAnalyzer.hxx42 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 DContextChangeEventMultiplexer.hxx49 const ::sfx2::sidebar::EnumContext::Context eContext);
61 const ::sfx2::sidebar::EnumContext::Context eContext);
H A DSelectionChangeHandler.hxx62 const sfx2::sidebar::EnumContext::Context eDefaultContext);
80 const sfx2::sidebar::EnumContext::Context meDefaultContext;
/trunk/main/sd/source/ui/slidesorter/shell/
H A DSlideSorterViewShell.cxx86 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()
/trunk/main/sw/source/ui/shells/
H A Dolesh.cxx75 …SfxShell::SetContextName(sfx2::sidebar::EnumContext::GetContextName(sfx2::sidebar::EnumContext::Co… in SwOleShell()
H A Dmediash.cxx219 …SfxShell::SetContextName(sfx2::sidebar::EnumContext::GetContextName(sfx2::sidebar::EnumContext::Co… in SwMediaShell()
/trunk/main/sc/source/ui/drawfunc/
H A Ddrformsh.cxx73 …SfxShell::SetContextName(sfx2::sidebar::EnumContext::GetContextName(sfx2::sidebar::EnumContext::Co… in ScDrawFormShell()
H A Doleobjsh.cxx73 …SfxShell::SetContextName(sfx2::sidebar::EnumContext::GetContextName(sfx2::sidebar::EnumContext::Co… in ScOleObjectShell()
H A Dchartsh.cxx73 …SfxShell::SetContextName(sfx2::sidebar::EnumContext::GetContextName(sfx2::sidebar::EnumContext::Co… in ScChartShell()
H A Ddrawsh2.cxx75 sfx2::sidebar::EnumContext::Context_Cell)) in ScDrawShell()
421 ::sfx2::sidebar::EnumContext::GetContextEnum( in Activate()
430 return sfx2::sidebar::EnumContext::GetContextName( in GetSidebarContextName()
H A Dmediash.cxx61 …SfxShell::SetContextName(sfx2::sidebar::EnumContext::GetContextName(sfx2::sidebar::EnumContext::Co… in ScMediaShell()
H A Dgraphsh.cxx66 …SfxShell::SetContextName(sfx2::sidebar::EnumContext::GetContextName(sfx2::sidebar::EnumContext::Co… in ScGraphicShell()
/trunk/main/sc/source/ui/sidebar/
H A DNumberFormatPropertyPanel.hxx51 const ::sfx2::sidebar::EnumContext aContext);
82 ::sfx2::sidebar::EnumContext maContext;
/trunk/main/sc/source/ui/view/
H A Dauditsh.cxx76 …SfxShell::SetContextName(sfx2::sidebar::EnumContext::GetContextName(sfx2::sidebar::EnumContext::Co… in ScAuditingShell()

Completed in 90 milliseconds

123