Lines Matching refs:SwXStyle

769 									new SwXStyle(*pBasePool, eFamily, pDocShell->GetDoc(), sStyleName);  in getByIndex()
810 new SwXStyle(*pBasePool, eFamily, pDocShell->GetDoc(), sStyleName); in getByName()
909 SwXStyle* pNewStyle = 0; in insertByName()
912 pNewStyle = reinterpret_cast< SwXStyle * >( in insertByName()
913 … sal::static_int_cast< sal_IntPtr >( xStyleTunnel->getSomething( SwXStyle::getUnoTunnelId()) )); in insertByName()
978 SwXStyle* pStyle = reinterpret_cast< SwXStyle * >( in replaceByName()
979 sal::static_int_cast< sal_IntPtr >( xTunnel->getSomething( SwXStyle::getUnoTunnelId()) )); in replaceByName()
1097 SwXStyle* SwXStyleFamily::_FindStyle(const String& rStyleName)const in _FindStyle()
1104 SwXStyle* pTempStyle = dynamic_cast<SwXStyle*>( pListener ); in _FindStyle()
1239 const uno::Sequence< sal_Int8 > & SwXStyle::getUnoTunnelId() in getUnoTunnelId()
1247 sal_Int64 SAL_CALL SwXStyle::getSomething( const uno::Sequence< sal_Int8 >& rId ) in getSomething()
1259 TYPEINIT1(SwXStyle, SfxListener);
1263 OUString SwXStyle::getImplementationName(void) throw( uno::RuntimeException ) in getImplementationName()
1270 sal_Bool SwXStyle::supportsService(const OUString& rServiceName) throw( uno::RuntimeException ) in supportsService()
1292 uno::Sequence< OUString > SwXStyle::getSupportedServiceNames(void) throw( uno::RuntimeException ) in getSupportedServiceNames()
1337 SwXStyle::SwXStyle( SwDoc *pDoc, SfxStyleFamily eFam, sal_Bool bConditional) : in SwXStyle() function in SwXStyle
1406 SwXStyle::SwXStyle(SfxStyleSheetBasePool& rPool, SfxStyleFamily eFam, in SwXStyle() function in SwXStyle
1435 SwXStyle::~SwXStyle() in ~SwXStyle()
1444 void SwXStyle::Modify( const SfxPoolItem* pOld, const SfxPoolItem *pNew) in Modify()
1454 OUString SwXStyle::getName(void) throw( uno::RuntimeException ) in getName()
1474 void SwXStyle::setName(const OUString& rName) throw( uno::RuntimeException ) in setName()
1499 sal_Bool SwXStyle::isUserDefined(void) throw( uno::RuntimeException ) in isUserDefined()
1518 sal_Bool SwXStyle::isInUse(void) throw( uno::RuntimeException ) in isInUse()
1536 OUString SwXStyle::getParentStyle(void) throw( uno::RuntimeException ) in getParentStyle()
1557 void SwXStyle::setParentStyle(const OUString& rParentStyle) in setParentStyle()
1671 uno::Reference< beans::XPropertySetInfo > SwXStyle::getPropertySetInfo(void) in getPropertySetInfo()
1679 void SwXStyle::ApplyDescriptorProperties() in ApplyDescriptorProperties()
2371 void SAL_CALL SwXStyle::SetPropertyValues_Impl( in SetPropertyValues_Impl()
2449 void SwXStyle::setPropertyValues( in setPropertyValues()
2790 uno::Sequence< uno::Any > SAL_CALL SwXStyle::GetPropertyValues_Impl( in GetPropertyValues_Impl()
2891 uno::Sequence< uno::Any > SwXStyle::getPropertyValues( in getPropertyValues()
2916 void SwXStyle::addPropertiesChangeListener( in addPropertiesChangeListener()
2925 void SwXStyle::removePropertiesChangeListener( in removePropertiesChangeListener()
2933 void SwXStyle::firePropertiesChangeEvent( in firePropertiesChangeEvent()
2942 void SwXStyle::setPropertyValue( in setPropertyValue()
2956 uno::Any SwXStyle::getPropertyValue( in getPropertyValue()
2968 void SwXStyle::addPropertyChangeListener( in addPropertyChangeListener()
2978 void SwXStyle::removePropertyChangeListener( in removePropertyChangeListener()
2988 void SwXStyle::addVetoableChangeListener( in addVetoableChangeListener()
2998 void SwXStyle::removeVetoableChangeListener( in removeVetoableChangeListener()
3009 beans::PropertyState SwXStyle::getPropertyState( in getPropertyState()
3024 uno::Sequence< beans::PropertyState > SwXStyle::getPropertyStates( in getPropertyStates()
3169 void SwXStyle::setPropertyToDefault( in setPropertyToDefault()
3177 void SAL_CALL SwXStyle::setPropertiesToDefault( in setPropertiesToDefault()
3293 void SAL_CALL SwXStyle::setAllPropertiesToDefault() in setAllPropertiesToDefault()
3430 uno::Sequence< uno::Any > SAL_CALL SwXStyle::getPropertyDefaults( in getPropertyDefaults()
3502 uno::Any SwXStyle::getPropertyDefault( in getPropertyDefault()
3512 void SwXStyle::Notify( SfxBroadcaster& rBC, const SfxHint& rHint ) in Notify()
3537 void SwXStyle::Invalidate() in Invalidate()
3557 : SwXStyle(rPool, eFam, pDocSh->GetDoc(), rStyleName), in SwXPageStyle()
3565 : SwXStyle(pDocSh->GetDoc(), SFX_STYLE_FAMILY_PAGE), in SwXPageStyle()
4196 : SwXStyle ( pDoc, SFX_STYLE_FAMILY_FRAME, sal_False) in SwXFrameStyle()
4210 uno::Sequence< uno::Type > aTypes = SwXStyle::getTypes(); in getTypes()
4225 aRet = SwXStyle::queryInterface(rType); in queryInterface()