Home
last modified time | relevance | path

Searched refs:eContext (Results 1 – 15 of 15) sorted by relevance

/trunk/main/svx/source/sidebar/
H A DSelectionAnalyzer.cxx53 eContext = EnumContext::Context_DrawText; in GetContextForSelection_SC()
62 eContext = EnumContext::Context_Form; in GetContextForSelection_SC()
83 eContext = EnumContext::Context_Form; in GetContextForSelection_SC()
93 return eContext; in GetContextForSelection_SC()
113 eContext = EnumContext::Context_DrawPage; in GetContextForSelection_SD()
140 eContext = EnumContext::Context_Table; in GetContextForSelection_SD()
143 eContext = EnumContext::Context_DrawText; in GetContextForSelection_SD()
161 eContext = EnumContext::Context_3DObject; in GetContextForSelection_SD()
165 eContext = EnumContext::Context_Form; in GetContextForSelection_SD()
190 eContext = EnumContext::Context_Form; in GetContextForSelection_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()
66 NotifyContextChange(pViewShell->GetController(), eContext); in NotifyContextChange()
H A DSelectionChangeHandler.cxx65 const EnumContext::Context eContext ( in selectionChanged() local
69 eContext==EnumContext::Context_Unknown in selectionChanged()
71 : eContext); in selectionChanged()
/trunk/main/sw/source/filter/ww8/
H A Dtracer.cxx138 rtl::OUString Tracer::GetContext(Environment eContext) const in GetContext()
141 switch (eContext) in GetContext()
163 rtl::OUString Tracer::GetDetails(Environment eContext) const in GetDetails()
166 switch (eContext) in GetDetails()
187 void Tracer::EnterEnvironment(Environment eContext) in EnterEnvironment() argument
189 mpTrace->AddAttribute(GetContext(eContext), GetDetails(eContext)); in EnterEnvironment()
192 void Tracer::EnterEnvironment(Environment eContext, in EnterEnvironment() argument
195 mpTrace->AddAttribute(GetContext(eContext), rDetails); in EnterEnvironment()
198 void Tracer::LeaveEnvironment(Environment eContext) in LeaveEnvironment() argument
200 mpTrace->RemoveAttribute(GetContext(eContext)); in LeaveEnvironment()
H A Dtracer.hxx70 rtl::OUString GetContext(Environment eContext) const;
71 rtl::OUString GetDetails(Environment eContext) const;
75 void EnterEnvironment(Environment eContext);
76 void EnterEnvironment(Environment eContext,
79 void LeaveEnvironment(Environment eContext);
H A Dww8par.cxx3496 sw::log::Environment eContext = sw::log::eMainText; in ReadText() local
3498 eContext = sw::log::eMainText; in ReadText()
3500 eContext = sw::log::eSubDoc; in ReadText()
3501 maTracer.EnterEnvironment(eContext); in ReadText()
3692 maTracer.LeaveEnvironment(eContext); in ReadText()
/trunk/main/sd/source/ui/unoidl/
H A DDrawController.cxx608 EnumContext::Context eContext (EnumContext::Context_Unknown); in BroadcastContextChange() local
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()
642 ContextChangeEventMultiplexer::NotifyContextChange(mpBase, eContext); in BroadcastContextChange()
/trunk/main/sfx2/source/sidebar/
H A DEnumContext.cxx61 const Context eContext) in EnumContext() argument
63 meContext(eContext) in EnumContext()
303 const ::rtl::OUString& EnumContext::GetContextName (const Context eContext) in GetContextName() argument
307 const sal_Int32 nIndex (eContext); in GetContextName()
H A DResourceManager.cxx465 const EnumContext::Context eContext (EnumContext::GetContextEnum(sContextName)); in ReadContextList() local
466 if (eContext == EnumContext::Context_Unknown) in ReadContextList()
496 EnumContext::GetContextName(eContext)), in ReadContextList()
/trunk/main/sfx2/inc/sfx2/sidebar/
H A DEnumContext.hxx111 const Context eContext);
163 static const ::rtl::OUString& GetContextName (const Context eContext);
172 static void AddEntry (const ::rtl::OUString& rsName, const Context eContext);
/trunk/main/sd/source/ui/slidesorter/shell/
H A DSlideSorterViewShell.cxx573 EnumContext::Context eContext = EnumContext::Context_Unknown; in Activate() local
585 eContext = EnumContext::Context_DrawPage; in Activate()
590 eContext = EnumContext::GetContextEnum(pDrawViewShell->GetSidebarContextName()); in Activate()
594 eContext = EnumContext::Context_SlidesorterPage; in Activate()
602 eContext); in Activate()
/trunk/main/svx/inc/svx/sidebar/
H A DContextChangeEventMultiplexer.hxx49 const ::sfx2::sidebar::EnumContext::Context eContext);
61 const ::sfx2::sidebar::EnumContext::Context eContext);
/trunk/main/svx/source/xml/
H A Dxmlxtimp.cxx91 …o::Reference< XAttributeList >& xAttrList, SvxXMLTableImportContextEnum eContext, const uno::Refer…
115 …, const uno::Reference< XAttributeList >&, SvxXMLTableImportContextEnum eContext, const uno::Refer… in SvxXMLTableImportContext() argument
116 : SvXMLImportContext( rImport, nPrfx, rLName ), mxTable( xTable ), meContext( eContext ), in SvxXMLTableImportContext()
/trunk/main/vcl/aqua/source/gdi/
H A Dsalgdi.cxx1632 const ATSFontContext eContext = kATSFontContextLocal; // TODO: *Global??? in AddTempFontDir() local
1635 eContext, kATSFontFormatUnspecified, NULL, kATSOptionFlagsDefault, in AddTempFontDir()
1645 eContext, kATSFontFormatUnspecified, NULL, kATSOptionFlagsDefault, in AddTempFontDir()
1734 const ATSFontContext eContext = kATSFontContextLocal; // TODO: *Global??? in AddTempDevFont() local
1737 eContext, kATSFontFormatUnspecified, NULL, kATSOptionFlagsDefault, in AddTempDevFont()
1747 eContext, kATSFontFormatUnspecified, NULL, kATSOptionFlagsDefault, in AddTempDevFont()
/trunk/main/sd/source/ui/view/
H A Dsdview.cxx1213 SdrViewContext eContext = SDRCONTEXT_STANDARD; in GetContext() local
1214 if( maSmartTags.getContext( eContext ) ) in GetContext()
1215 return eContext; in GetContext()

Completed in 94 milliseconds