Lines Matching refs:SwXNumberingRules

1197 String	SwXNumberingRules::sInvalidStyle(String::CreateFromAscii("__XXX___invalid"));
1199 const String& SwXNumberingRules::GetInvalidStyle() in GetInvalidStyle()
1206 const uno::Sequence< sal_Int8 > & SwXNumberingRules::getUnoTunnelId() in getUnoTunnelId()
1215 sal_Int64 SwXNumberingRules::getSomething( const uno::Sequence< sal_Int8 > & rId ) throw(uno::Runti… in getSomething()
1229 OUString SwXNumberingRules::getImplementationName(void) throw( RuntimeException ) in getImplementationName()
1236 sal_Bool SwXNumberingRules::supportsService(const OUString& rServiceName) throw( RuntimeException ) in supportsService()
1243 Sequence< OUString > SwXNumberingRules::getSupportedServiceNames(void) throw( RuntimeException ) in getSupportedServiceNames()
1254 SwXNumberingRules::SwXNumberingRules(const SwNumRule& rRule) : in SwXNumberingRules() function in SwXNumberingRules
1279 sNewCharStyleNames[i] = SwXNumberingRules::GetInvalidStyle(); in SwXNumberingRules()
1280 sNewBulletFontNames[i] = SwXNumberingRules::GetInvalidStyle(); in SwXNumberingRules()
1286 SwXNumberingRules::SwXNumberingRules(SwDocShell& rDocSh) : in SwXNumberingRules() function in SwXNumberingRules
1298 SwXNumberingRules::SwXNumberingRules(SwDoc& rDoc) : in SwXNumberingRules() function in SwXNumberingRules
1323 SwXNumberingRules::~SwXNumberingRules() in ~SwXNumberingRules()
1334 void SwXNumberingRules::replaceByIndex(sal_Int32 nIndex, const uno::Any& rElement) in replaceByIndex()
1348 SwXNumberingRules::SetNumberingRuleByIndex( *pNumRule, in replaceByIndex()
1358 SwXNumberingRules::SetNumberingRuleByIndex( aNumRule, in replaceByIndex()
1400 SwXNumberingRules::SetNumberingRuleByIndex( *pRule, in replaceByIndex()
1412 sal_Int32 SwXNumberingRules::getCount(void) throw( uno::RuntimeException ) in getCount()
1419 uno::Any SwXNumberingRules::getByIndex(sal_Int32 nIndex) in getByIndex()
1451 uno::Type SwXNumberingRules::getElementType(void) in getElementType()
1459 sal_Bool SwXNumberingRules::hasElements(void) throw( uno::RuntimeException ) in hasElements()
1466 uno::Sequence<beans::PropertyValue> SwXNumberingRules::GetNumberingRuleByIndex( in GetNumberingRuleByIndex()
1507 SwXNumberingRules::sInvalidStyle != sNewCharStyleNames[(sal_uInt16)nIndex]) in GetNumberingRuleByIndex()
1743 void SwXNumberingRules::SetNumberingRuleByIndex( in SetNumberingRuleByIndex()
1875 sNewCharStyleNames[(sal_uInt16)nIndex] = SwXNumberingRules::GetInvalidStyle(); in SetNumberingRuleByIndex()
2222 … && SwXNumberingRules::GetInvalidStyle() != sNewCharStyleNames[(sal_uInt16)nIndex]) in SetNumberingRuleByIndex()
2242 uno::Reference< XPropertySetInfo > SwXNumberingRules::getPropertySetInfo() in getPropertySetInfo()
2251 void SwXNumberingRules::setPropertyValue( const OUString& rPropertyName, const Any& rValue ) in setPropertyValue()
2327 Any SwXNumberingRules::getPropertyValue( const OUString& rPropertyName ) in getPropertyValue()
2376 void SwXNumberingRules::addPropertyChangeListener( in addPropertyChangeListener()
2384 void SwXNumberingRules::removePropertyChangeListener( in removePropertyChangeListener()
2392 void SwXNumberingRules::addVetoableChangeListener( in addVetoableChangeListener()
2400 void SwXNumberingRules::removeVetoableChangeListener( in removeVetoableChangeListener()
2408 OUString SwXNumberingRules::getName() throw( RuntimeException ) in getName()
2430 void SwXNumberingRules::setName(const OUString& /*rName*/) throw( RuntimeException ) in setName()
2439 void SwXNumberingRules::Modify( const SfxPoolItem* pOld, const SfxPoolItem *pNew) in Modify()
2481 SwXNumberingRules(rDocSh) in SwXChapterNumbering()