Home
last modified time | relevance | path

Searched refs:pServiceName (Results 1 – 25 of 27) sorted by last modified time

12

/trunk/main/linguistic/source/
H A Dmisc.cxx878 uno::Reference< XInterface > GetOneInstanceService( const char *pServiceName ) in GetOneInstanceService() argument
882 if (pServiceName) in GetOneInstanceService()
889 xRef = xMgr->createInstance( A2OU( pServiceName ) ); in GetOneInstanceService()
/trunk/main/sd/source/filter/ppt/
H A Dpptinanimations.cxx281 const char* pServiceName = NULL; in createNode() local
287 pServiceName = "com.sun.star.animations.IterateContainer"; in createNode()
305 pServiceName = "com.sun.star.animations.AnimateSet"; in createNode()
307 pServiceName = "com.sun.star.animations.AnimateColor"; in createNode()
309 pServiceName = "com.sun.star.animations.AnimateTransform"; in createNode()
313 pServiceName = "com.sun.star.animations.AnimateMotion"; in createNode()
317 pServiceName = "com.sun.star.animations.Command"; in createNode()
319 pServiceName = "com.sun.star.animations.Animate"; in createNode()
325 pServiceName = "com.sun.star.animations.Audio"; in createNode()
329 pServiceName = "com.sun.star.animations.Animate"; in createNode()
[all …]
/trunk/main/reportdesign/source/core/api/
H A DReportDefinition.cxx1704 const sal_Char* pServiceName, in WriteThroughComponent() argument
1711 OSL_ENSURE( NULL != pServiceName, "Need service name!" ); in WriteThroughComponent()
1757 pServiceName, rArguments, rMediaDesc ); in WriteThroughComponent()
1771 const sal_Char* pServiceName, in WriteThroughComponent() argument
1777 OSL_ENSURE( NULL != pServiceName, "Need component name!" ); in WriteThroughComponent()
1800 ::rtl::OUString::createFromAscii(pServiceName), aArgs,m_aProps->m_xContext), uno::UNO_QUERY); in WriteThroughComponent()
/trunk/main/sw/source/filter/xml/
H A Dwrtxml.cxx523 const sal_Char* pServiceName, in WriteThroughComponent() argument
530 DBG_ASSERT( NULL != pServiceName, "Need service name!" ); in WriteThroughComponent()
586 pServiceName, rArguments, rMediaDesc ); in WriteThroughComponent()
600 const sal_Char* pServiceName, in WriteThroughComponent() argument
606 ASSERT( NULL != pServiceName, "Need component name!" ); in WriteThroughComponent()
636 OUString::createFromAscii(pServiceName), aArgs), UNO_QUERY); in WriteThroughComponent()
641 RTL_LOGFILE_CONTEXT_TRACE1( aFilterLog, "%s instantiated.", pServiceName ); in WriteThroughComponent()
H A Dwrtxml.hxx74 const sal_Char* pServiceName, /// service name of the component
92 const sal_Char* pServiceName,
/trunk/main/writerfilter/source/dmapper/
H A DDomainMapper_Impl.cxx2813 const sal_Char* pServiceName; in handleDocProperty() member
2850 (aDocProperties[nMap].pServiceName); in handleDocProperty()
/trunk/main/avmedia/source/viewer/
H A Dmediawindowbase_impl.cxx48 const char* pServiceName; member
87 … const String aServiceName( aServiceManagers[ i ].pServiceName, RTL_TEXTENCODING_ASCII_US ); in createPlayer()
91 … OSL_TRACE( "Trying to create media manager service %s", aServiceManagers[ i ].pServiceName ); in createPlayer()
/trunk/main/sd/source/core/
H A DCustomAnimationEffect.cxx984 const char* pServiceName = maDimColor.hasValue() ? in createAfterEffectNode() local
987 …Reference< XAnimate > xAnimate( xMsf->createInstance(OUString::createFromAscii(pServiceName) ), UN… in createAfterEffectNode()
1042 const char * pServiceName = in setIterateType() local
1045 xMsf->createInstance( OUString::createFromAscii(pServiceName) ), UNO_QUERY_THROW ); in setIterateType()
/trunk/main/xmloff/source/forms/
H A Delementimport.cxx696 const sal_Char* pServiceName = NULL; in determineDefaultServiceName() local
701 …case OControlElement::PASSWORD: pServiceName = "com.sun.star.form.component.TextField"; b… in determineDefaultServiceName()
704 …case OControlElement::FIXED_TEXT: pServiceName = "com.sun.star.form.component.FixedText"; b… in determineDefaultServiceName()
705 …case OControlElement::COMBOBOX: pServiceName = "com.sun.star.form.component.ComboBox"; br… in determineDefaultServiceName()
706 …case OControlElement::LISTBOX: pServiceName = "com.sun.star.form.component.ListBox"; bre… in determineDefaultServiceName()
709 …case OControlElement::CHECKBOX: pServiceName = "com.sun.star.form.component.CheckBox"; br… in determineDefaultServiceName()
711 …case OControlElement::FRAME: pServiceName = "com.sun.star.form.component.GroupBox"; br… in determineDefaultServiceName()
715 …case OControlElement::VALUERANGE: pServiceName = "com.sun.star.form.component.ScrollBar"; b… in determineDefaultServiceName()
716 …case OControlElement::TIME: pServiceName = "com.sun.star.form.component.DateField"; b… in determineDefaultServiceName()
720 if ( pServiceName != NULL ) in determineDefaultServiceName()
[all …]
/trunk/main/xmloff/source/text/
H A Dtxtvfldi.cxx112 const sal_Char* pServiceName, sal_uInt16 nPrfx, in XMLVarFieldImportContext() argument
119 XMLTextFieldImportContext(rImport, rHlp, pServiceName, nPrfx, rLocalName), in XMLVarFieldImportContext()
307 const sal_Char* pServiceName, sal_uInt16 nPrfx, in XMLSetVarFieldImportContext() argument
312 XMLVarFieldImportContext(rImport, rHlp, pServiceName, in XMLSetVarFieldImportContext()
H A Dtxtfldi.cxx1737 const sal_Char* pServiceName = NULL; in MapTokenToServiceName() local
1757 pServiceName = sAPI_docinfo_custom; in MapTokenToServiceName()
1787 pServiceName = sAPI_docinfo_title; in MapTokenToServiceName()
1792 pServiceName = NULL; in MapTokenToServiceName()
1796 return pServiceName; in MapTokenToServiceName()
2555 const sal_Char* pServiceName = NULL; in MapTokenToServiceName() local
2560 pServiceName = sAPI_word_count; in MapTokenToServiceName()
2566 pServiceName = sAPI_table_count; in MapTokenToServiceName()
2578 pServiceName = sAPI_page_count; in MapTokenToServiceName()
2581 pServiceName = NULL; in MapTokenToServiceName()
[all …]
/trunk/main/xmloff/source/draw/
H A Dximpshap.cxx496 void SdXMLShapeContext::AddShape(const char* pServiceName ) in AddShape() argument
510 …if ( OUString::createFromAscii(pServiceName).compareToAscii( "com.sun.star.drawing.OLE2Shape" ) ==… in AddShape()
517 …wing::XShape >(xServiceFact->createInstance(OUString::createFromAscii(pServiceName)), uno::UNO_QUE… in AddShape()
526 aSeq[0] = OUString::createFromAscii(pServiceName); in AddShape()
H A Dximpshap.hxx91 void AddShape(const char* pServiceName );
H A DXMLImageMapContext.cxx144 const sal_Char* pServiceName);
177 const sal_Char* pServiceName) : in XMLImageMapObjectContext() argument
194 DBG_ASSERT(NULL != pServiceName, in XMLImageMapObjectContext()
201 OUString::createFromAscii(pServiceName)); in XMLImageMapObjectContext()
H A Danimationimport.cxx699 const sal_Char* pServiceName = 0; in AnimationNodeContext() local
706 case AnimationNodeType::ANIMATE: pServiceName = "com.sun.star.animations.Animate"; break; in AnimationNodeContext()
707 case AnimationNodeType::SET: pServiceName = "com.sun.star.animations.AnimateSet"; break; in AnimationNodeContext()
712 case AnimationNodeType::AUDIO: pServiceName = "com.sun.star.animations.Audio"; break; in AnimationNodeContext()
713 case AnimationNodeType::COMMAND: pServiceName = "com.sun.star.animations.Command"; break; in AnimationNodeContext()
736 pServiceName = "com.sun.star.comp.sd.RandomAnimationNode"; in AnimationNodeContext()
741 if( !pServiceName ) in AnimationNodeContext()
742 pServiceName = "com.sun.star.animations.ParallelTimeContainer"; in AnimationNodeContext()
746 pServiceName = 0; in AnimationNodeContext()
749 if( pServiceName && xFactory.is() ) in AnimationNodeContext()
[all …]
/trunk/main/xmloff/inc/
H A Dtxtfldi.hxx494 const sal_Char* pServiceName,
551 const sal_Char* pServiceName,
H A Dtxtvfldi.hxx185 const sal_Char* pServiceName, /// name of SO API service
311 const sal_Char* pServiceName, /// see XMLTextFieldImportContext
/trunk/main/sw/source/core/doc/
H A Ddocxforms.cxx66 Reference<XInterface> lcl_createInstance( const sal_Char* pServiceName ) in lcl_createInstance() argument
68 DBG_ASSERT( pServiceName != NULL, "no service name" ); in lcl_createInstance()
70 OUString::createFromAscii( pServiceName ) ); in lcl_createInstance()
/trunk/main/sfx2/source/doc/
H A DSfxDocumentMetaData.cxx1918 const sal_Char *pServiceName = bOasis in loadFromStorage() local
1938 ::rtl::OUString::createFromAscii(pServiceName), args, m_xContext), in loadFromStorage()
2008 const sal_Char *pServiceName = bOasis in storeToStorage() local
2021 ::rtl::OUString::createFromAscii(pServiceName), args, m_xContext), in storeToStorage()
/trunk/main/sfx2/source/dialog/
H A Dfiledlghelper.cxx903 const char* pServiceName=0; in FileDialogHelper_Impl() local
905 pServiceName = FILE_OPEN_SERVICE_NAME_OOO; in FileDialogHelper_Impl()
907 pServiceName = FILE_OPEN_SERVICE_NAME_OOO; in FileDialogHelper_Impl()
909 pServiceName = FILE_OPEN_SERVICE_NAME; in FileDialogHelper_Impl()
910 OUString aService = ::rtl::OUString::createFromAscii( pServiceName ); in FileDialogHelper_Impl()
/trunk/main/reportdesign/inc/
H A DReportDefinition.hxx131 const sal_Char* pServiceName, /// service name of the component
148 const sal_Char* pServiceName,
/trunk/main/oox/source/ppt/
H A Dpptshape.cxx49 PPTShape::PPTShape( const oox::ppt::ShapeLocation eShapeLocation, const sal_Char* pServiceName ) in PPTShape() argument
50 : Shape( pServiceName ) in PPTShape()
/trunk/main/oox/source/drawingml/
H A Dshape.cxx69 Shape::Shape( const sal_Char* pServiceName ) in Shape() argument
83 if ( pServiceName ) in Shape()
84 msServiceName = OUString::createFromAscii( pServiceName ); in Shape()
143 void Shape::setServiceName( const sal_Char* pServiceName ) in setServiceName() argument
145 if ( pServiceName ) in setServiceName()
146 msServiceName = OUString::createFromAscii( pServiceName ); in setServiceName()
/trunk/main/oox/inc/oox/drawingml/
H A Dshape.hxx80 void setServiceName( const sal_Char* pServiceName );
/trunk/main/linguistic/inc/linguistic/
H A Dmisc.hxx196 …::Reference< ::com::sun::star::uno::XInterface > GetOneInstanceService( const char *pServiceName );

Completed in 250 milliseconds

12