Searched refs:MSFilterTracer (Results 1 – 12 of 12) sorted by relevance
/trunk/main/filter/source/msfilter/ |
H A D | msfiltertracer.cxx | 48 MSFilterTracer::MSFilterTracer( const ::rtl::OUString& rConfigPath, uno::Sequence< beans::PropertyV… in MSFilterTracer() function in MSFilterTracer 151 MSFilterTracer::~MSFilterTracer() in ~MSFilterTracer() 168 void MSFilterTracer::StartTracing() in StartTracing() 173 void MSFilterTracer::EndTracing() in EndTracing() 184 void MSFilterTracer::EndElement( const rtl::OUString& rName ) in EndElement() 190 void MSFilterTracer::Trace( const rtl::OUString& rElement, const rtl::OUString& rMessage ) in Trace() 218 void MSFilterTracer::AddAttribute( const ::rtl::OUString& sName , const ::rtl::OUString& sValue ) in AddAttribute() 223 void MSFilterTracer::ClearAttributes() in ClearAttributes() 229 void MSFilterTracer::RemoveAttribute( const ::rtl::OUString& sName ) in RemoveAttribute() 235 uno::Any MSFilterTracer::GetProperty( const rtl::OUString& rPropName, const uno::Any* pDefault ) co… in GetProperty() [all …]
|
H A D | msdffimp.cxx | 5701 MSFilterTracer* pTracer ) in SV_IMPL_OP_PTRARR_SORT() 5754 SvxMSDffManager::SvxMSDffManager( SvStream& rStCtrl_, const String& rBaseURL, MSFilterTracer* pTrac… in SvxMSDffManager()
|
H A D | svdfppt.cxx | 184 PowerPointImportParam::PowerPointImportParam( SvStream& rDocStrm, sal_uInt32 nFlags, MSFilterTracer… in PowerPointImportParam()
|
/trunk/main/sw/source/filter/ww8/ |
H A D | tracer.hxx | 29 class MSFilterTracer; 69 MSFilterTracer *mpTrace; 74 MSFilterTracer *GetTrace() const { return mpTrace; } in GetTrace()
|
H A D | tracer.cxx | 55 mpTrace = new MSFilterTracer(aTraceConfigPath, &aConfig); in Tracer()
|
/trunk/main/sc/source/filter/inc/ |
H A D | xltracer.hxx | 81 class MSFilterTracer; 129 inline MSFilterTracer& GetBaseTracer() { return *mpTracer; } in GetBaseTracer() 132 typedef ::std::auto_ptr< MSFilterTracer > MSFilterTracerPtr;
|
/trunk/main/filter/inc/filter/msfilter/ |
H A D | msfiltertracer.hxx | 41 class MSFILTER_DLLPUBLIC MSFilterTracer class 69 MSFilterTracer( const ::rtl::OUString& rConfigurationPath, 71 ~MSFilterTracer();
|
H A D | msdffimp.hxx | 511 MSFilterTracer* mpTracer; 557 MSFilterTracer* pTracer = NULL ); 561 SvxMSDffManager( SvStream& rStCtrl, const String& rBaseURL, MSFilterTracer* pTracer );
|
H A D | svdfppt.hxx | 93 MSFilterTracer* pTracer; 96 PowerPointImportParam( SvStream& rDocStream, sal_uInt32 nImportFlags, MSFilterTracer* pTracer );
|
/trunk/main/sd/source/filter/ppt/ |
H A D | pptin.hxx | 95 …t* pDoc, SvStream& rDocStream, SvStorage& rStorage, SfxMedium& rMed, MSFilterTracer* pTracer = NUL…
|
H A D | pptin.cxx | 102 …pDocument, SvStream& rDocStream, SvStorage& rStorage, SfxMedium& rMedium, MSFilterTracer* pTracer ) in SdPPTImport() 2794 MSFilterTracer aTracer( rConfigPath, pConfigData ); in ImportPPT()
|
/trunk/main/sc/source/filter/excel/ |
H A D | xltracer.cxx | 83 mpTracer.reset( new MSFilterTracer( rConfigPath, &aConfigData ) ); in XclTracer()
|
Completed in 220 milliseconds