/aoo42x/main/xmloff/source/draw/ |
H A D | animationimport.cxx | 699 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 …]
|
H A D | XMLImageMapContext.cxx | 144 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 D | ximpshap.cxx | 496 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()
|
/aoo42x/main/xmloff/source/text/ |
H A D | txtfldi.cxx | 1737 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 …]
|
H A D | txtvfldi.cxx | 112 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()
|
/aoo42x/main/xmloff/source/forms/ |
H A D | elementimport.cxx | 696 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 …]
|
/aoo42x/main/sw/source/filter/xml/ |
H A D | wrtxml.cxx | 523 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 D | wrtxml.hxx | 74 const sal_Char* pServiceName, /// service name of the component 92 const sal_Char* pServiceName,
|
/aoo42x/main/oox/source/drawingml/ |
H A D | shape.cxx | 69 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()
|
/aoo42x/main/sd/source/filter/ppt/ |
H A D | pptinanimations.cxx | 281 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 …]
|
/aoo42x/main/sw/source/core/doc/ |
H A D | docxforms.cxx | 66 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()
|
/aoo42x/main/avmedia/source/viewer/ |
H A D | mediawindowbase_impl.cxx | 48 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()
|
/aoo42x/main/dbaccess/source/core/dataaccess/ |
H A D | databasedocument.cxx | 1534 …const sal_Char* pServiceName, const Sequence< Any >& _rArguments, const Sequence< PropertyValue >&… in WriteThroughComponent() argument 1538 OSL_ENSURE( pServiceName, "Need service name!" ); in WriteThroughComponent() 1560 WriteThroughComponent( xOutputStream, xComponent, pServiceName, _rArguments, rMediaDesc ); in WriteThroughComponent() 1564 …const Reference< XComponent >& xComponent, const sal_Char* pServiceName, const Sequence< Any >& _r… in WriteThroughComponent() argument 1569 OSL_ENSURE( NULL != pServiceName, "Need component name!" ); in WriteThroughComponent() 1589 … OSL_VERIFY( m_pImpl->m_aContext.createComponentWithArguments( pServiceName, aArgs, xExporter ) ); in WriteThroughComponent()
|
H A D | databasedocument.hxx | 248 …const sal_Char* pServiceName, /// service… 260 const sal_Char* pServiceName,
|
/aoo42x/main/oox/source/ppt/ |
H A D | pptshape.cxx | 49 PPTShape::PPTShape( const oox::ppt::ShapeLocation eShapeLocation, const sal_Char* pServiceName ) in PPTShape() argument 50 : Shape( pServiceName ) in PPTShape()
|
/aoo42x/main/linguistic/source/ |
H A D | misc.cxx | 878 uno::Reference< XInterface > GetOneInstanceService( const char *pServiceName ) in GetOneInstanceService() argument 882 if (pServiceName) in GetOneInstanceService() 889 xRef = xMgr->createInstance( A2OU( pServiceName ) ); in GetOneInstanceService()
|
/aoo42x/main/xmloff/inc/ |
H A D | txtvfldi.hxx | 185 const sal_Char* pServiceName, /// name of SO API service 311 const sal_Char* pServiceName, /// see XMLTextFieldImportContext
|
H A D | txtfldi.hxx | 494 const sal_Char* pServiceName, 551 const sal_Char* pServiceName,
|
/aoo42x/main/sfx2/source/dialog/ |
H A D | filedlghelper.cxx | 903 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()
|
/aoo42x/main/reportdesign/source/core/api/ |
H A D | ReportDefinition.cxx | 1703 const sal_Char* pServiceName, in WriteThroughComponent() argument 1710 OSL_ENSURE( NULL != pServiceName, "Need service name!" ); in WriteThroughComponent() 1756 pServiceName, rArguments, rMediaDesc ); in WriteThroughComponent() 1770 const sal_Char* pServiceName, in WriteThroughComponent() argument 1776 OSL_ENSURE( NULL != pServiceName, "Need component name!" ); in WriteThroughComponent() 1799 ::rtl::OUString::createFromAscii(pServiceName), aArgs,m_aProps->m_xContext), uno::UNO_QUERY); in WriteThroughComponent()
|
/aoo42x/main/oox/inc/oox/drawingml/ |
H A D | shape.hxx | 80 void setServiceName( const sal_Char* pServiceName );
|
/aoo42x/main/sfx2/source/doc/ |
H A D | SfxDocumentMetaData.cxx | 1918 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()
|
/aoo42x/main/sd/source/core/ |
H A D | CustomAnimationEffect.cxx | 984 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()
|
/aoo42x/main/linguistic/inc/linguistic/ |
H A D | misc.hxx | 196 …::Reference< ::com::sun::star::uno::XInterface > GetOneInstanceService( const char *pServiceName );
|
/aoo42x/main/reportdesign/inc/ |
H A D | ReportDefinition.hxx | 131 const sal_Char* pServiceName, /// service name of the component 148 const sal_Char* pServiceName,
|