Home
last modified time | relevance | path

Searched refs:GetServiceName (Results 1 – 25 of 47) sorted by relevance

12

/aoo4110/main/sc/source/filter/ftools/
H A Dfapihelper.cxx64 OUString ScfApiHelper::GetServiceName( Reference< XInterface > xInt ) in GetServiceName() function in ScfApiHelper
176 OUString ScfPropertySet::GetServiceName() const in GetServiceName() function in ScfPropertySet
178 return ScfApiHelper::GetServiceName( mxPropSet ); in GetServiceName()
/aoo4110/main/sw/source/ui/uno/
H A Dswdetect.cxx328 …sal_Bool bTestWriter = !pFilter || pFilter->GetServiceName().EqualsAscii("com.sun.star.text.TextDo… in detect()
329 pFilter->GetServiceName().EqualsAscii("com.sun.star.text.WebDocument"); in detect()
330 …sal_Bool bTestGlobal = !pFilter || pFilter->GetServiceName().EqualsAscii("com.sun.star.text.Global… in detect()
H A Dswdet2.cxx110 String( pTmp->GetServiceName() ) || in DetectFilter()
/aoo4110/main/dbaccess/source/filter/xml/
H A DxmlStyleImport.cxx306 ::rtl::OUString OTableStylesContext::GetServiceName( sal_uInt16 nFamily ) const in GetServiceName() function in dbaxml::OTableStylesContext
308 rtl::OUString sServiceName = SvXMLStylesContext::GetServiceName(nFamily); in GetServiceName()
H A DxmlStyleImport.hxx146 virtual ::rtl::OUString GetServiceName( sal_uInt16 nFamily ) const;
/aoo4110/main/sc/source/filter/inc/
H A Dfapihelper.hxx71 static ::rtl::OUString GetServiceName( XInterfaceRef xInt );
170 ::rtl::OUString GetServiceName() const;
/aoo4110/main/sfx2/source/bastyp/
H A Dfltfnc.cxx227 (pFilter->GetServiceName().CompareIgnoreCaseToAscii( sServiceName ) != COMPARE_EQUAL) in GetDefaultFilter_Impl()
244 … if ( pCheckFilter->GetServiceName().CompareIgnoreCaseToAscii( sServiceName ) == COMPARE_EQUAL ) in GetDefaultFilter_Impl()
325 if ( pFilter->GetServiceName() == String(aName) ) in Update()
624 if ( pFilter->GetServiceName() != String(pImpl->aName) ) in GetFilterForProps()
/aoo4110/main/reportdesign/source/filter/xml/
H A DxmlStyleImport.cxx404 ::rtl::OUString OReportStylesContext::GetServiceName( sal_uInt16 nFamily ) const in GetServiceName() function in rptxml::OReportStylesContext
406 rtl::OUString sServiceName = SvXMLStylesContext::GetServiceName(nFamily); in GetServiceName()
H A DxmlStyleImport.hxx154 virtual ::rtl::OUString GetServiceName( sal_uInt16 nFamily ) const;
/aoo4110/main/sw/source/filter/xml/
H A Dxmlfmt.cxx763 virtual ::rtl::OUString GetServiceName( sal_uInt16 nFamily ) const;
933 OUString SwXMLStylesContext_Impl::GetServiceName( sal_uInt16 nFamily ) const in GetServiceName() function in SwXMLStylesContext_Impl
939 sServiceName = SvXMLStylesContext::GetServiceName( nFamily ); in GetServiceName()
/aoo4110/main/sfx2/source/view/
H A Dfrmload.cxx306 io_rDescriptor.put( "DocumentService", ::rtl::OUString( pFilter->GetServiceName() ) ); in impl_determineFilter()
363 … io_rDescriptor.put( "DocumentService", ::rtl::OUString( pTemplateFilter->GetServiceName() ) ); in impl_determineTemplateDocument()
/aoo4110/main/sc/source/ui/inc/
H A Ddapitype.hxx81 String GetServiceName() const;
/aoo4110/main/xmloff/source/text/
H A Dtxtparai.cxx1091 static void GetServiceName(OUString& sServiceName,
1130 GetServiceName(sService, eToken); in StartElement()
1147 GetServiceName(sService, eToken); in StartElement()
1267 void XMLIndexMarkImportContext_Impl::GetServiceName( in GetServiceName() function in XMLIndexMarkImportContext_Impl
H A Dtxtfldi.cxx260 DBG_ASSERT(GetServiceName().getLength()>0, "no service name for element!"); in EndElement()
266 if (CreateField(xPropSet, sServicePrefix + GetServiceName())) in EndElement()
3700 CreateField( mxField, sServicePrefix + GetServiceName() ); in CreateChildContext()
3732 DBG_ASSERT(GetServiceName().getLength()>0, "no service name for element!"); in EndElement()
3792 if ( mxField.is() || CreateField( mxField, sServicePrefix + GetServiceName() ) ) in EndElement()
H A Dtxtvfldi.cxx329 DBG_ASSERT(GetServiceName().getLength()>0, "no service name for element!"); in EndElement()
341 if (CreateField(xPropSet, OUString::createFromAscii(sAPI_textfield_prefix) + GetServiceName())) in EndElement()
/aoo4110/main/sc/source/ui/dbgui/
H A Ddapitype.cxx112 String ScDataPilotServiceDlg::GetServiceName() const in GetServiceName() function in ScDataPilotServiceDlg
/aoo4110/main/sd/source/ui/func/
H A Dfuinsfil.cxx284 … if ( pFilter->GetServiceName().EqualsAscii( "com.sun.star.presentation.PresentationDocument" ) || in DoExecute()
285 pFilter->GetServiceName().EqualsAscii( "com.sun.star.drawing.DrawingDocument" ) ) in DoExecute()
/aoo4110/main/sc/source/ui/unoobj/
H A Dscdetect.cxx492 …bIsCalcFilter = pPreselectedFilter->GetServiceName().EqualsAscii("com.sun.star.sheet.SpreadsheetDo… in detect()
521 …bIsCalcFilter = pPreselectedFilter->GetServiceName().EqualsAscii("com.sun.star.sheet.SpreadsheetDo… in detect()
/aoo4110/main/svx/inc/svx/
H A DShapeTypeHandler.hxx124 const ::rtl::OUString& GetServiceName (ShapeTypeId aTypeId) const;
/aoo4110/main/sfx2/inc/sfx2/
H A Ddocfilt.hxx101 const String& GetServiceName() const { return aServiceName; } in GetServiceName() function in SfxFilter
/aoo4110/main/svl/unx/source/svdde/
H A Dddedummy.cxx86 const String& DdeConnection::GetServiceName() in GetServiceName() function in DdeConnection
/aoo4110/main/svx/source/accessibility/
H A DShapeTypeHandler.cxx120 const OUString& ShapeTypeHandler::GetServiceName (ShapeTypeId aTypeId) const in GetServiceName() function in accessibility::ShapeTypeHandler
/aoo4110/main/sc/source/ui/attrdlg/
H A Dscdlgfact.cxx257 String AbstractScDataPilotServiceDlg_Impl::GetServiceName() const in GetServiceName() function in AbstractScDataPilotServiceDlg_Impl
259 return pDlg->GetServiceName(); in GetServiceName()
/aoo4110/main/xmloff/inc/xmloff/
H A Dxmlstyle.hxx250 virtual ::rtl::OUString GetServiceName( sal_uInt16 nFamily ) const;
/aoo4110/main/svl/inc/svl/
H A Dsvdde.hxx291 const String& GetServiceName();

Completed in 136 milliseconds

12