Home
last modified time | relevance | path

Searched refs:getServiceName (Results 1 – 25 of 221) sorted by relevance

123456789

/trunk/main/chart2/source/inc/
H A DScaling.hxx70 virtual ::rtl::OUString SAL_CALL getServiceName()
112 virtual ::rtl::OUString SAL_CALL getServiceName()
152 virtual ::rtl::OUString SAL_CALL getServiceName()
193 virtual ::rtl::OUString SAL_CALL getServiceName()
/trunk/main/chart2/source/tools/
H A DScaling.cxx96 LogarithmicScaling::getServiceName() in getServiceName() function in chart::LogarithmicScaling
147 ExponentialScaling::getServiceName() in getServiceName() function in chart::ExponentialScaling
200 LinearScaling::getServiceName() in getServiceName() function in chart::LinearScaling
251 PowerScaling::getServiceName() in getServiceName() function in chart::PowerScaling
H A DRegressionCurveCalculator.cxx62 return (xServiceName.is() && xServiceName->getServiceName().equals( aLinScalingServiceName )); in isLinearScaling()
70 return (xServiceName.is() && xServiceName->getServiceName().equals( aLogScalingServiceName )); in isLogarithmicScaling()
H A DRegressionCurveHelper.cxx274 xServName->getServiceName().equals( in isMeanValueLine()
535 ::rtl::OUString aServiceName( xServName->getServiceName() ); in getRegressionType()
603 OUString aServiceName( xServiceName->getServiceName()); in getUINameForRegressionCurve()
H A DRegressionCurveModel.cxx161 return RegressionCurveHelper::createRegressionCurveCalculatorByServiceName( getServiceName()); in getCalculator()
185 ::rtl::OUString SAL_CALL RegressionCurveModel::getServiceName() in getServiceName() function in chart::RegressionCurveModel
/trunk/main/toolkit/inc/toolkit/controls/
H A Dunocontrols.hxx87 ::rtl::OUString SAL_CALL getServiceName() throw(::com::sun::star::uno::RuntimeException);
190 ::rtl::OUString SAL_CALL getServiceName() throw(::com::sun::star::uno::RuntimeException);
262 ::rtl::OUString SAL_CALL getServiceName() throw(::com::sun::star::uno::RuntimeException);
340 ::rtl::OUString SAL_CALL getServiceName() throw(::com::sun::star::uno::RuntimeException);
397 ::rtl::OUString SAL_CALL getServiceName() throw(::com::sun::star::uno::RuntimeException);
476 ::rtl::OUString SAL_CALL getServiceName() throw(::com::sun::star::uno::RuntimeException);
557 ::rtl::OUString SAL_CALL getServiceName() throw(::com::sun::star::uno::RuntimeException);
631 ::rtl::OUString SAL_CALL getServiceName() throw(::com::sun::star::uno::RuntimeException);
696 ::rtl::OUString SAL_CALL getServiceName() throw(::com::sun::star::uno::RuntimeException);
759 ::rtl::OUString SAL_CALL getServiceName() throw(::com::sun::star::uno::RuntimeException);
[all …]
H A Dspinningprogress.hxx53 ::rtl::OUString SAL_CALL getServiceName() throw(::com::sun::star::uno::RuntimeException);
H A Dunocontrolcontainermodel.hxx53 ::rtl::OUString SAL_CALL getServiceName() throw(::com::sun::star::uno::RuntimeException);
/trunk/main/udkapi/com/sun/star/lang/
H A DXServiceName.idl45 // DocMerge from idl: method com::sun::star::lang::XServiceName::getServiceName
50 @see com::sun::star::io::XPersistObject::getServiceName
52 string getServiceName();
/trunk/main/toolkit/source/controls/
H A Dunocontrols.cxx99 ::rtl::OUString UnoControlEditModel::getServiceName( ) throw(::com::sun::star::uno::RuntimeExceptio… in getServiceName() function in UnoControlEditModel
483 ::rtl::OUString UnoControlFileControlModel::getServiceName() throw(::com::sun::star::uno::RuntimeEx… in getServiceName() function in UnoControlFileControlModel
652 ::rtl::OUString UnoControlButtonModel::getServiceName() throw(::com::sun::star::uno::RuntimeExcepti… in getServiceName() function in UnoControlButtonModel
968 ::rtl::OUString UnoControlRadioButtonModel::getServiceName() throw(::com::sun::star::uno::RuntimeEx… in getServiceName() function in UnoControlRadioButtonModel
1178 ::rtl::OUString UnoControlCheckBoxModel::getServiceName() throw(::com::sun::star::uno::RuntimeExcep… in getServiceName() function in UnoControlCheckBoxModel
1550 ::rtl::OUString UnoControlFixedTextModel::getServiceName() throw(::com::sun::star::uno::RuntimeExce… in getServiceName() function in UnoControlFixedTextModel
1691 ::rtl::OUString UnoControlGroupBoxModel::getServiceName() throw(::com::sun::star::uno::RuntimeExcep… in getServiceName() function in UnoControlGroupBoxModel
1874 ::rtl::OUString UnoControlListBoxModel::getServiceName() throw(::com::sun::star::uno::RuntimeExcept… in IMPL_SERVICEINFO_DERIVED()
2751 ::rtl::OUString UnoControlComboBoxModel::getServiceName() throw(::com::sun::star::uno::RuntimeExcep… in getServiceName() function in UnoControlComboBoxModel
3220 ::rtl::OUString UnoControlDateFieldModel::getServiceName() throw(::com::sun::star::uno::RuntimeExce… in getServiceName() function in UnoControlDateFieldModel
[all …]
/trunk/main/chart2/source/view/axes/
H A DDateScaling.hxx65 virtual ::rtl::OUString SAL_CALL getServiceName()
97 virtual ::rtl::OUString SAL_CALL getServiceName()
H A DDateScaling.cxx115 ::rtl::OUString SAL_CALL DateScaling::getServiceName() in getServiceName() function in chart::DateScaling
196 ::rtl::OUString SAL_CALL InverseDateScaling::getServiceName() in getServiceName() function in chart::InverseDateScaling
/trunk/main/offapi/com/sun/star/text/
H A DXDocumentIndex.idl60 // DocMerge from xml: method com::sun::star::text::XDocumentIndex::getServiceName
63 string getServiceName();
/trunk/main/canvas/source/directx/
H A Ddx_canvas.hxx100 …virtual ::rtl::OUString SAL_CALL getServiceName( ) throw (::com::sun::star::uno::RuntimeException…
157 …virtual ::rtl::OUString SAL_CALL getServiceName( ) throw (::com::sun::star::uno::RuntimeException…
H A Ddx_canvas.cxx132 ::rtl::OUString SAL_CALL Canvas::getServiceName( ) throw (uno::RuntimeException) in getServiceName() function in dxcanvas::Canvas
210 ::rtl::OUString SAL_CALL BitmapCanvas::getServiceName( ) throw (uno::RuntimeException) in getServiceName() function in dxcanvas::BitmapCanvas
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/io/
H A D_XPersistObject.java81 sname = oObj.getServiceName(); in _getServiceName()
171 bResult = ( persCopy.getServiceName().equals(sname) ); in _read()
/trunk/main/animations/source/animcore/
H A Dtargetpropertiescreator.cxx82 virtual ::rtl::OUString SAL_CALL getServiceName( ) throw (uno::RuntimeException);
498 … ::rtl::OUString SAL_CALL TargetPropertiesCreator::getServiceName( ) throw (uno::RuntimeException) in getServiceName() function in animcore::TargetPropertiesCreator
/trunk/main/oox/source/ppt/
H A Dtimenode.cxx60 OUString TimeNode::getServiceName( sal_Int16 nNodeType ) in getServiceName() function in oox::ppt::TimeNode
214 OUString sServiceName = getServiceName( mnNodeType ); in addNode()
/trunk/main/oox/inc/oox/ole/
H A Daxcontrol.hxx322 ::rtl::OUString getServiceName() const;
881 ::rtl::OUString getServiceName() const;
/trunk/main/qadevOOo/java/OOoRunner/src/main/resources/objdsc/toolkit/
H A Dcom.sun.star.awt.TabControllerModel.csv9 "TabControllerModel";"com::sun::star::io::XPersistObject";"getServiceName()"
/trunk/main/forms/source/component/
H A DFixedText.hxx47 … virtual ::rtl::OUString SAL_CALL getServiceName() throw(::com::sun::star::uno::RuntimeException);
H A DCurrency.hxx53 …virtual ::rtl::OUString SAL_CALL getServiceName() throw ( ::com::sun ::star::uno::RuntimeException…
H A DNumeric.hxx53 virtual ::rtl::OUString SAL_CALL getServiceName() throw ( ::com::sun::star::uno::RuntimeException);
H A DGroupBox.hxx47 … virtual ::rtl::OUString SAL_CALL getServiceName() throw(::com::sun::star::uno::RuntimeException);
/trunk/main/oox/source/ole/
H A Dvbacontrol.cxx386 OUString aServiceName = mxCtrlModel->getServiceName(); in createAndConvert()
824 OUString aServiceName = mxCtrlModel->getServiceName(); in importForm()

Completed in 104 milliseconds

123456789