Lines Matching refs:ScTableConditionalFormat

75 SC_SIMPLE_SERVICE_INFO( ScTableConditionalFormat, "ScTableConditionalFormat", "com.sun.star.sheet.T…
135 ScTableConditionalFormat::ScTableConditionalFormat( in ScTableConditionalFormat() function in ScTableConditionalFormat
183 void ScTableConditionalFormat::FillFormat( ScConditionalFormat& rFormat, in FillFormat()
225 ScTableConditionalFormat::~ScTableConditionalFormat() in ~ScTableConditionalFormat()
233 void ScTableConditionalFormat::AddEntry_Impl(const ScCondFormatEntryItem& aEntry) in AddEntry_Impl()
242 ScTableConditionalEntry* ScTableConditionalFormat::GetObjectByIndex_Impl(sal_uInt16 nIndex) const in GetObjectByIndex_Impl()
247 void SAL_CALL ScTableConditionalFormat::addNew( in addNew()
344 void SAL_CALL ScTableConditionalFormat::removeByIndex( sal_Int32 nIndex ) in removeByIndex()
356 void SAL_CALL ScTableConditionalFormat::clear() throw(uno::RuntimeException) in clear()
367 uno::Reference<container::XEnumeration> SAL_CALL ScTableConditionalFormat::createEnumeration() in createEnumeration()
376 sal_Int32 SAL_CALL ScTableConditionalFormat::getCount() throw(uno::RuntimeException) in getCount()
382 uno::Any SAL_CALL ScTableConditionalFormat::getByIndex( sal_Int32 nIndex ) in getByIndex()
395 uno::Type SAL_CALL ScTableConditionalFormat::getElementType() throw(uno::RuntimeException) in getElementType()
401 sal_Bool SAL_CALL ScTableConditionalFormat::hasElements() throw(uno::RuntimeException) in hasElements()
417 uno::Any SAL_CALL ScTableConditionalFormat::getByName( const rtl::OUString& aName ) in getByName()
439 uno::Sequence<rtl::OUString> SAL_CALL ScTableConditionalFormat::getElementNames() in getElementNames()
453 sal_Bool SAL_CALL ScTableConditionalFormat::hasByName( const rtl::OUString& aName ) in hasByName()
468 sal_Int64 SAL_CALL ScTableConditionalFormat::getSomething( in getSomething()
481 const uno::Sequence<sal_Int8>& ScTableConditionalFormat::getUnoTunnelId() in getUnoTunnelId()
498 ScTableConditionalFormat* ScTableConditionalFormat::getImplementation( in getImplementation()
501 ScTableConditionalFormat* pRet = NULL; in getImplementation()
504 …pRet = reinterpret_cast<ScTableConditionalFormat*>(sal::static_int_cast<sal_IntPtr>(xUT->getSometh… in getImplementation()