Lines Matching refs:ScStyleObj

770 ScStyleObj* ScStyleFamilyObj::GetObjectByIndex_Impl(sal_uInt32 nIndex)  in GetObjectByIndex_Impl()
783 return new ScStyleObj( pDocShell, eFamily, String (pStyle->GetName()) ); in GetObjectByIndex_Impl()
790 ScStyleObj* ScStyleFamilyObj::GetObjectByName_Impl(const rtl::OUString& aName) in GetObjectByName_Impl()
799 return new ScStyleObj( pDocShell, eFamily, aString ); in GetObjectByName_Impl()
814 ScStyleObj* pStyleObj = ScStyleObj::getImplementation( xInterface ); in insertByName()
1093 ScStyleObj::ScStyleObj(ScDocShell* pDocSh, SfxStyleFamily eFam, const String& rName) : in ScStyleObj() function in ScStyleObj
1105 void ScStyleObj::InitDoc( ScDocShell* pNewDocSh, const String& rNewName ) in InitDoc()
1115 ScStyleObj::~ScStyleObj() in ~ScStyleObj()
1123 sal_Int64 SAL_CALL ScStyleObj::getSomething( in getSomething()
1136 const uno::Sequence<sal_Int8>& ScStyleObj::getUnoTunnelId() in getUnoTunnelId()
1153 ScStyleObj* ScStyleObj::getImplementation( in getImplementation()
1156 ScStyleObj* pRet = NULL; in getImplementation()
1159 …pRet = reinterpret_cast<ScStyleObj*>(sal::static_int_cast<sal_IntPtr>(xUT->getSomething(getUnoTunn… in getImplementation()
1163 void ScStyleObj::Notify( SfxBroadcaster&, const SfxHint& rHint ) in Notify()
1174 SfxStyleSheetBase* ScStyleObj::GetStyle_Impl() in GetStyle_Impl()
1187 sal_Bool SAL_CALL ScStyleObj::isUserDefined() throw(uno::RuntimeException) in isUserDefined()
1196 sal_Bool SAL_CALL ScStyleObj::isInUse() throw(uno::RuntimeException) in isInUse()
1205 rtl::OUString SAL_CALL ScStyleObj::getParentStyle() throw(uno::RuntimeException) in getParentStyle()
1214 void SAL_CALL ScStyleObj::setParentStyle( const rtl::OUString& rParentStyle ) in setParentStyle()
1261 rtl::OUString SAL_CALL ScStyleObj::getName() throw(uno::RuntimeException) in getName()
1270 void SAL_CALL ScStyleObj::setName( const rtl::OUString& aNewName ) in setName()
1308 uno::Reference<container::XIndexReplace> ScStyleObj::CreateEmptyNumberingRules() in CreateEmptyNumberingRules()
1316 const SfxItemSet* ScStyleObj::GetStyleItemSet_Impl( const ::rtl::OUString& rPropName, in GetStyleItemSet_Impl()
1352 beans::PropertyState SAL_CALL ScStyleObj::getPropertyState( const rtl::OUString& aPropertyName ) in getPropertyState()
1392 uno::Sequence<beans::PropertyState> SAL_CALL ScStyleObj::getPropertyStates( in getPropertyStates()
1408 void SAL_CALL ScStyleObj::setPropertyToDefault( const rtl::OUString& aPropertyName ) in setPropertyToDefault()
1421 uno::Any SAL_CALL ScStyleObj::getPropertyDefault( const rtl::OUString& aPropertyName ) in getPropertyDefault()
1514 void SAL_CALL ScStyleObj::setPropertyValues( const uno::Sequence< rtl::OUString >& aPropertyNames, in setPropertyValues()
1544 uno::Sequence<uno::Any> SAL_CALL ScStyleObj::getPropertyValues( in getPropertyValues()
1563 void SAL_CALL ScStyleObj::addPropertiesChangeListener( const uno::Sequence<rtl::OUString>& /* aProp… in addPropertiesChangeListener()
1570 void SAL_CALL ScStyleObj::removePropertiesChangeListener( in removePropertiesChangeListener()
1577 void SAL_CALL ScStyleObj::firePropertiesChangeEvent( const uno::Sequence<rtl::OUString>& /* aProper… in firePropertiesChangeEvent()
1587 void SAL_CALL ScStyleObj::setAllPropertiesToDefault() throw (uno::RuntimeException) in setAllPropertiesToDefault()
1633 void SAL_CALL ScStyleObj::setPropertiesToDefault( const uno::Sequence<rtl::OUString>& aPropertyName… in setPropertiesToDefault()
1652 uno::Sequence<uno::Any> SAL_CALL ScStyleObj::getPropertyDefaults( in getPropertyDefaults()
1674 uno::Reference<beans::XPropertySetInfo> SAL_CALL ScStyleObj::getPropertySetInfo() in getPropertySetInfo()
1681 void SAL_CALL ScStyleObj::setPropertyValue( in setPropertyValue()
1696 void ScStyleObj::SetOnePropertyValue( const ::rtl::OUString& rPropertyName, const SfxItemPropertySi… in SetOnePropertyValue()
1703 void ScStyleObj::SetOnePropertyValueWithoutUpdate( const ::rtl::OUString& rPropertyName, const SfxI… in SetOnePropertyValueWithoutUpdate()
1967 bool ScStyleObj::StyleSheetChangedUpdate() in StyleSheetChangedUpdate()
1997 uno::Any SAL_CALL ScStyleObj::getPropertyValue( const rtl::OUString& aPropertyName ) in getPropertyValue()
2128 SC_IMPL_DUMMY_PROPERTY_LISTENER( ScStyleObj ) in SC_IMPL_DUMMY_PROPERTY_LISTENER() argument
2132 rtl::OUString SAL_CALL ScStyleObj::getImplementationName() throw(uno::RuntimeException) in SC_IMPL_DUMMY_PROPERTY_LISTENER()
2137 sal_Bool SAL_CALL ScStyleObj::supportsService( const rtl::OUString& rServiceName ) in supportsService()
2146 uno::Sequence<rtl::OUString> SAL_CALL ScStyleObj::getSupportedServiceNames() in getSupportedServiceNames()