/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ /* * This file is part of the LibreOffice project. * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. * * This file incorporates work covered by the following license notice: * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed * with this work for additional information regarding copyright * ownership. The ASF licenses this file to you under the Apache * License, Version 2.0 (the "License"); you may not use this file * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include using namespace ::com::sun::star; // an AutoFormat has always 16 entries #define SC_AF_FIELD_COUNT 16 // AutoFormat map only for PropertySetInfo without Which-IDs static const SfxItemPropertyMapEntry* lcl_GetAutoFormatMap() { static const SfxItemPropertyMapEntry aAutoFormatMap_Impl[] = { { u"" SC_UNONAME_INCBACK, 0, cppu::UnoType::get(), 0, 0 }, { u"" SC_UNONAME_INCBORD, 0, cppu::UnoType::get(), 0, 0 }, { u"" SC_UNONAME_INCFONT, 0, cppu::UnoType::get(), 0, 0 }, { u"" SC_UNONAME_INCJUST, 0, cppu::UnoType::get(), 0, 0 }, { u"" SC_UNONAME_INCNUM, 0, cppu::UnoType::get(), 0, 0 }, { u"" SC_UNONAME_INCWIDTH, 0, cppu::UnoType::get(), 0, 0 }, { u"", 0, css::uno::Type(), 0, 0 } }; return aAutoFormatMap_Impl; } //! number format (String/Language) ??? (in XNumberFormat only ReadOnly) //! table::TableBorder ??!? static const SfxItemPropertyMapEntry* lcl_GetAutoFieldMap() { static const SfxItemPropertyMapEntry aAutoFieldMap_Impl[] = { {u"" SC_UNONAME_CELLBACK, ATTR_BACKGROUND, ::cppu::UnoType::get(), 0, MID_BACK_COLOR }, {u"" SC_UNONAME_CCOLOR, ATTR_FONT_COLOR, ::cppu::UnoType::get(), 0, 0 }, {u"" SC_UNONAME_COUTL, ATTR_FONT_CONTOUR, cppu::UnoType::get(), 0, 0 }, {u"" SC_UNONAME_CCROSS, ATTR_FONT_CROSSEDOUT, cppu::UnoType::get(), 0, MID_CROSSED_OUT }, {u"" SC_UNONAME_CFONT, ATTR_FONT, ::cppu::UnoType::get(), 0, MID_FONT_FAMILY }, {u"" SC_UNONAME_CFCHARS, ATTR_FONT, ::cppu::UnoType::get(), 0, MID_FONT_CHAR_SET }, {u"" SC_UNO_CJK_CFCHARS, ATTR_CJK_FONT, ::cppu::UnoType::get(), 0, MID_FONT_CHAR_SET }, {u"" SC_UNO_CTL_CFCHARS, ATTR_CTL_FONT, ::cppu::UnoType::get(), 0, MID_FONT_CHAR_SET }, {u"" SC_UNONAME_CFFAMIL, ATTR_FONT, ::cppu::UnoType::get(), 0, MID_FONT_FAMILY }, {u"" SC_UNO_CJK_CFFAMIL, ATTR_CJK_FONT, ::cppu::UnoType::get(), 0, MID_FONT_FAMILY }, {u"" SC_UNO_CTL_CFFAMIL, ATTR_CTL_FONT, ::cppu::UnoType::get(), 0, MID_FONT_FAMILY }, {u"" SC_UNONAME_CFNAME, ATTR_FONT, ::cppu::UnoType::get(), 0, MID_FONT_FAMILY_NAME }, {u"" SC_UNO_CJK_CFNAME, ATTR_CJK_FONT, ::cppu::UnoType::get(), 0, MID_FONT_FAMILY_NAME }, {u"" SC_UNO_CTL_CFNAME, ATTR_CTL_FONT, ::cppu::UnoType::get(), 0, MID_FONT_FAMILY_NAME }, {u"" SC_UNONAME_CFPITCH, ATTR_FONT, ::cppu::UnoType::get(), 0, MID_FONT_PITCH }, {u"" SC_UNO_CJK_CFPITCH, ATTR_CJK_FONT, ::cppu::UnoType::get(), 0, MID_FONT_PITCH }, {u"" SC_UNO_CTL_CFPITCH, ATTR_CTL_FONT, ::cppu::UnoType::get(), 0, MID_FONT_PITCH }, {u"" SC_UNONAME_CFSTYLE, ATTR_FONT, ::cppu::UnoType::get(), 0, MID_FONT_STYLE_NAME }, {u"" SC_UNO_CJK_CFSTYLE, ATTR_CJK_FONT, ::cppu::UnoType::get(), 0, MID_FONT_STYLE_NAME }, {u"" SC_UNO_CTL_CFSTYLE, ATTR_CTL_FONT, ::cppu::UnoType::get(), 0, MID_FONT_STYLE_NAME }, {u"" SC_UNONAME_CHEIGHT, ATTR_FONT_HEIGHT, ::cppu::UnoType::get(), 0, MID_FONTHEIGHT | CONVERT_TWIPS }, {u"" SC_UNO_CJK_CHEIGHT, ATTR_CJK_FONT_HEIGHT, ::cppu::UnoType::get(), 0, MID_FONTHEIGHT | CONVERT_TWIPS }, {u"" SC_UNO_CTL_CHEIGHT, ATTR_CTL_FONT_HEIGHT, ::cppu::UnoType::get(), 0, MID_FONTHEIGHT | CONVERT_TWIPS }, {u"" SC_UNONAME_COVER, ATTR_FONT_OVERLINE, ::cppu::UnoType::get(), 0, MID_TL_STYLE }, {u"" SC_UNONAME_CPOST, ATTR_FONT_POSTURE, ::cppu::UnoType::get(), 0, MID_POSTURE }, {u"" SC_UNO_CJK_CPOST, ATTR_CJK_FONT_POSTURE, ::cppu::UnoType::get(), 0, MID_POSTURE }, {u"" SC_UNO_CTL_CPOST, ATTR_CTL_FONT_POSTURE, ::cppu::UnoType::get(), 0, MID_POSTURE }, {u"" SC_UNONAME_CSHADD, ATTR_FONT_SHADOWED, cppu::UnoType::get(), 0, 0 }, {u"" SC_UNONAME_TBLBORD, SC_WID_UNO_TBLBORD, ::cppu::UnoType::get(), 0, 0 | CONVERT_TWIPS }, {u"" SC_UNONAME_TBLBORD2, SC_WID_UNO_TBLBORD2, ::cppu::UnoType::get(), 0, 0 | CONVERT_TWIPS }, {u"" SC_UNONAME_CUNDER, ATTR_FONT_UNDERLINE, ::cppu::UnoType::get(), 0, MID_TL_STYLE }, {u"" SC_UNONAME_CWEIGHT, ATTR_FONT_WEIGHT, ::cppu::UnoType::get(), 0, MID_WEIGHT }, {u"" SC_UNO_CJK_CWEIGHT, ATTR_CJK_FONT_WEIGHT, ::cppu::UnoType::get(), 0, MID_WEIGHT }, {u"" SC_UNO_CTL_CWEIGHT, ATTR_CTL_FONT_WEIGHT, ::cppu::UnoType::get(), 0, MID_WEIGHT }, {u"" SC_UNONAME_CELLHJUS, ATTR_HOR_JUSTIFY, ::cppu::UnoType::get(), 0, 0 }, {u"" SC_UNONAME_CELLHJUS_METHOD, ATTR_HOR_JUSTIFY_METHOD, ::cppu::UnoType::get(), 0, 0 }, {u"" SC_UNONAME_CELLTRAN, ATTR_BACKGROUND, cppu::UnoType::get(), 0, MID_GRAPHIC_TRANSPARENT }, {u"" SC_UNONAME_WRAP, ATTR_LINEBREAK, cppu::UnoType::get(), 0, 0 }, {u"" SC_UNONAME_CELLORI, ATTR_STACKED, ::cppu::UnoType::get(), 0, 0 }, {u"" SC_UNONAME_PBMARGIN, ATTR_MARGIN, ::cppu::UnoType::get(), 0, MID_MARGIN_LO_MARGIN | CONVERT_TWIPS }, {u"" SC_UNONAME_PLMARGIN, ATTR_MARGIN, ::cppu::UnoType::get(), 0, MID_MARGIN_L_MARGIN | CONVERT_TWIPS }, {u"" SC_UNONAME_PRMARGIN, ATTR_MARGIN, ::cppu::UnoType::get(), 0, MID_MARGIN_R_MARGIN | CONVERT_TWIPS }, {u"" SC_UNONAME_PTMARGIN, ATTR_MARGIN, ::cppu::UnoType::get(), 0, MID_MARGIN_UP_MARGIN | CONVERT_TWIPS }, {u"" SC_UNONAME_ROTANG, ATTR_ROTATE_VALUE, ::cppu::UnoType::get(), 0, 0 }, {u"" SC_UNONAME_ROTREF, ATTR_ROTATE_MODE, ::cppu::UnoType::get(), 0, 0 }, {u"" SC_UNONAME_CELLVJUS, ATTR_VER_JUSTIFY, ::cppu::UnoType::get(), 0, 0 }, {u"" SC_UNONAME_CELLVJUS_METHOD, ATTR_VER_JUSTIFY_METHOD, ::cppu::UnoType::get(), 0, 0 }, { u"", 0, css::uno::Type(), 0, 0 } }; return aAutoFieldMap_Impl; } #define SCAUTOFORMATSOBJ_SERVICE "com.sun.star.sheet.TableAutoFormats" SC_SIMPLE_SERVICE_INFO( ScAutoFormatFieldObj, "ScAutoFormatFieldObj", "com.sun.star.sheet.TableAutoFormatField" ) SC_SIMPLE_SERVICE_INFO( ScAutoFormatObj, "ScAutoFormatObj", "com.sun.star.sheet.TableAutoFormat" ) SC_SIMPLE_SERVICE_INFO( ScAutoFormatsObj, "stardiv.StarCalc.ScAutoFormatsObj", SCAUTOFORMATSOBJ_SERVICE ) static bool lcl_FindAutoFormatIndex( const ScAutoFormat& rFormats, const OUString& rName, sal_uInt16& rOutIndex ) { ScAutoFormat::const_iterator itBeg = rFormats.begin(), itEnd = rFormats.end(); for (ScAutoFormat::const_iterator it = itBeg; it != itEnd; ++it) { const ScAutoFormatData *const pEntry = it->second.get(); const OUString& aEntryName = pEntry->GetName(); if ( aEntryName == rName ) { size_t nPos = std::distance(itBeg, it); rOutIndex = nPos; return true; } } return false; } ScAutoFormatsObj::ScAutoFormatsObj() { //! This object should only exist once and it must be known to Auto-Format-Data, //! so that changes can be broadcasted } ScAutoFormatsObj::~ScAutoFormatsObj() { } extern "C" SAL_DLLPUBLIC_EXPORT css::uno::XInterface* ScAutoFormatsObj_get_implementation(css::uno::XComponentContext*, css::uno::Sequence const &) { SolarMutexGuard aGuard; ScDLL::Init(); return cppu::acquire(new ScAutoFormatsObj); } // XTableAutoFormats ScAutoFormatObj* ScAutoFormatsObj::GetObjectByIndex_Impl(sal_uInt16 nIndex) { if (nIndex < ScGlobal::GetOrCreateAutoFormat()->size()) return new ScAutoFormatObj(nIndex); return nullptr; // wrong index } ScAutoFormatObj* ScAutoFormatsObj::GetObjectByName_Impl(const OUString& aName) { sal_uInt16 nIndex; if (lcl_FindAutoFormatIndex( *ScGlobal::GetOrCreateAutoFormat(), aName, nIndex )) return GetObjectByIndex_Impl(nIndex); return nullptr; } // container::XNameContainer void SAL_CALL ScAutoFormatsObj::insertByName( const OUString& aName, const uno::Any& aElement ) { SolarMutexGuard aGuard; bool bDone = false; // Reflection need not be uno::XInterface, can be any interface... uno::Reference< uno::XInterface > xInterface(aElement, uno::UNO_QUERY); if ( xInterface.is() ) { ScAutoFormatObj* pFormatObj = comphelper::getUnoTunnelImplementation( xInterface ); if ( pFormatObj && !pFormatObj->IsInserted() ) { ScAutoFormat* pFormats = ScGlobal::GetOrCreateAutoFormat(); sal_uInt16 nDummy; if (lcl_FindAutoFormatIndex( *pFormats, aName, nDummy )) { throw container::ElementExistException(); } std::unique_ptr pNew(new ScAutoFormatData()); pNew->SetName( aName ); if (pFormats->insert(std::move(pNew)) != pFormats->end()) { //! notify to other objects pFormats->Save(); sal_uInt16 nNewIndex; if (lcl_FindAutoFormatIndex( *pFormats, aName, nNewIndex )) { pFormatObj->InitFormat( nNewIndex ); // can be used now bDone = true; } } else { OSL_FAIL("AutoFormat could not be inserted"); throw uno::RuntimeException(); } } } if (!bDone) { // other errors are handled above throw lang::IllegalArgumentException(); } } void SAL_CALL ScAutoFormatsObj::replaceByName( const OUString& aName, const uno::Any& aElement ) { SolarMutexGuard aGuard; //! combine? removeByName( aName ); insertByName( aName, aElement ); } void SAL_CALL ScAutoFormatsObj::removeByName( const OUString& aName ) { SolarMutexGuard aGuard; ScAutoFormat* pFormats = ScGlobal::GetOrCreateAutoFormat(); ScAutoFormat::iterator it = pFormats->find(aName); if (it == pFormats->end()) { throw container::NoSuchElementException(); } pFormats->erase(it); //! notify to other objects pFormats->Save(); // save immediately } // container::XEnumerationAccess uno::Reference SAL_CALL ScAutoFormatsObj::createEnumeration() { SolarMutexGuard aGuard; return new ScIndexEnumeration(this, "com.sun.star.sheet.TableAutoFormatEnumeration"); } // container::XIndexAccess sal_Int32 SAL_CALL ScAutoFormatsObj::getCount() { SolarMutexGuard aGuard; return ScGlobal::GetOrCreateAutoFormat()->size(); } uno::Any SAL_CALL ScAutoFormatsObj::getByIndex( sal_Int32 nIndex ) { SolarMutexGuard aGuard; uno::Reference< container::XNamed > xFormat(GetObjectByIndex_Impl(static_cast(nIndex))); if (!xFormat.is()) throw lang::IndexOutOfBoundsException(); return uno::makeAny(xFormat); } uno::Type SAL_CALL ScAutoFormatsObj::getElementType() { SolarMutexGuard aGuard; return cppu::UnoType::get(); // must match getByIndex } sal_Bool SAL_CALL ScAutoFormatsObj::hasElements() { SolarMutexGuard aGuard; return ( getCount() != 0 ); } // container::XNameAccess uno::Any SAL_CALL ScAutoFormatsObj::getByName( const OUString& aName ) { SolarMutexGuard aGuard; uno::Reference< container::XNamed > xFormat(GetObjectByName_Impl(aName)); if (!xFormat.is()) throw container::NoSuchElementException(); return uno::makeAny(xFormat); } uno::Sequence SAL_CALL ScAutoFormatsObj::getElementNames() { SolarMutexGuard aGuard; ScAutoFormat* pFormats = ScGlobal::GetOrCreateAutoFormat(); uno::Sequence aSeq(pFormats->size()); OUString* pAry = aSeq.getArray(); size_t i = 0; for (const auto& rEntry : *pFormats) { pAry[i] = rEntry.second->GetName(); ++i; } return aSeq; } sal_Bool SAL_CALL ScAutoFormatsObj::hasByName( const OUString& aName ) { SolarMutexGuard aGuard; sal_uInt16 nDummy; return lcl_FindAutoFormatIndex( *ScGlobal::GetOrCreateAutoFormat(), aName, nDummy ); } ScAutoFormatObj::ScAutoFormatObj(sal_uInt16 nIndex) : aPropSet( lcl_GetAutoFormatMap() ), nFormatIndex( nIndex ) { } ScAutoFormatObj::~ScAutoFormatObj() { // If an AutoFormat object is released, then eventually changes are saved // so that they become visible in e.g Writer if (IsInserted()) { ScAutoFormat* pFormats = ScGlobal::GetAutoFormat(); if ( pFormats && pFormats->IsSaveLater() ) pFormats->Save(); // Save() resets flag SaveLater } } void ScAutoFormatObj::InitFormat( sal_uInt16 nNewIndex ) { OSL_ENSURE( nFormatIndex == SC_AFMTOBJ_INVALID, "ScAutoFormatObj::InitFormat is multiple" ); nFormatIndex = nNewIndex; } // XUnoTunnel UNO3_GETIMPLEMENTATION_IMPL(ScAutoFormatObj); // XTableAutoFormat ScAutoFormatFieldObj* ScAutoFormatObj::GetObjectByIndex_Impl(sal_uInt16 nIndex) { if ( IsInserted() && nIndex < SC_AF_FIELD_COUNT ) return new ScAutoFormatFieldObj( nFormatIndex, nIndex ); return nullptr; } // container::XEnumerationAccess uno::Reference SAL_CALL ScAutoFormatObj::createEnumeration() { SolarMutexGuard aGuard; return new ScIndexEnumeration(this, "com.sun.star.sheet.TableAutoFormatEnumeration"); } // container::XIndexAccess sal_Int32 SAL_CALL ScAutoFormatObj::getCount() { SolarMutexGuard aGuard; if (IsInserted()) return SC_AF_FIELD_COUNT; // always 16 elements else return 0; } uno::Any SAL_CALL ScAutoFormatObj::getByIndex( sal_Int32 nIndex ) { SolarMutexGuard aGuard; if ( nIndex < 0 || nIndex >= getCount() ) throw lang::IndexOutOfBoundsException(); if (IsInserted()) return uno::makeAny(uno::Reference< beans::XPropertySet >(GetObjectByIndex_Impl(static_cast(nIndex)))); return uno::Any(); } uno::Type SAL_CALL ScAutoFormatObj::getElementType() { SolarMutexGuard aGuard; return cppu::UnoType::get(); // must match getByIndex } sal_Bool SAL_CALL ScAutoFormatObj::hasElements() { SolarMutexGuard aGuard; return ( getCount() != 0 ); } // container::XNamed OUString SAL_CALL ScAutoFormatObj::getName() { SolarMutexGuard aGuard; ScAutoFormat* pFormats = ScGlobal::GetOrCreateAutoFormat(); if (IsInserted() && nFormatIndex < pFormats->size()) return pFormats->findByIndex(nFormatIndex)->GetName(); return OUString(); } void SAL_CALL ScAutoFormatObj::setName( const OUString& aNewName ) { SolarMutexGuard aGuard; ScAutoFormat* pFormats = ScGlobal::GetOrCreateAutoFormat(); sal_uInt16 nDummy; if (!IsInserted() || nFormatIndex >= pFormats->size() || lcl_FindAutoFormatIndex( *pFormats, aNewName, nDummy )) { // not inserted or name exists throw uno::RuntimeException(); } ScAutoFormat::iterator it = pFormats->begin(); std::advance(it, nFormatIndex); ScAutoFormatData *const pData = it->second.get(); OSL_ENSURE(pData,"AutoFormat data not available"); std::unique_ptr pNew(new ScAutoFormatData(*pData)); pNew->SetName( aNewName ); pFormats->erase(it); it = pFormats->insert(std::move(pNew)); if (it != pFormats->end()) { ScAutoFormat::iterator itBeg = pFormats->begin(); nFormatIndex = std::distance(itBeg, it); //! notify to other objects pFormats->SetSaveLater(true); } else { OSL_FAIL("AutoFormat could not be inserted"); nFormatIndex = 0; //! old index invalid } } // beans::XPropertySet uno::Reference SAL_CALL ScAutoFormatObj::getPropertySetInfo() { SolarMutexGuard aGuard; static uno::Reference< beans::XPropertySetInfo > aRef(new SfxItemPropertySetInfo( aPropSet.getPropertyMap() )); return aRef; } void SAL_CALL ScAutoFormatObj::setPropertyValue( const OUString& aPropertyName, const uno::Any& aValue ) { SolarMutexGuard aGuard; ScAutoFormat* pFormats = ScGlobal::GetOrCreateAutoFormat(); if (!(IsInserted() && nFormatIndex < pFormats->size())) return; ScAutoFormatData* pData = pFormats->findByIndex(nFormatIndex); OSL_ENSURE(pData,"AutoFormat data not available"); bool bBool; if (aPropertyName == SC_UNONAME_INCBACK && (aValue >>= bBool)) pData->SetIncludeBackground( bBool ); else if (aPropertyName == SC_UNONAME_INCBORD && (aValue >>= bBool)) pData->SetIncludeFrame( bBool ); else if (aPropertyName == SC_UNONAME_INCFONT && (aValue >>= bBool)) pData->SetIncludeFont( bBool ); else if (aPropertyName == SC_UNONAME_INCJUST && (aValue >>= bBool)) pData->SetIncludeJustify( bBool ); else if (aPropertyName == SC_UNONAME_INCNUM && (aValue >>= bBool)) pData->SetIncludeValueFormat( bBool ); else if (aPropertyName == SC_UNONAME_INCWIDTH && (aValue >>= bBool)) pData->SetIncludeWidthHeight( bBool ); // else error //! notify to other objects pFormats->SetSaveLater(true); } uno::Any SAL_CALL ScAutoFormatObj::getPropertyValue( const OUString& aPropertyName ) { SolarMutexGuard aGuard; uno::Any aAny; ScAutoFormat* pFormats = ScGlobal::GetOrCreateAutoFormat(); if (IsInserted() && nFormatIndex < pFormats->size()) { ScAutoFormatData* pData = pFormats->findByIndex(nFormatIndex); OSL_ENSURE(pData,"AutoFormat data not available"); bool bValue; bool bError = false; if (aPropertyName == SC_UNONAME_INCBACK) bValue = pData->GetIncludeBackground(); else if (aPropertyName == SC_UNONAME_INCBORD) bValue = pData->GetIncludeFrame(); else if (aPropertyName == SC_UNONAME_INCFONT) bValue = pData->GetIncludeFont(); else if (aPropertyName == SC_UNONAME_INCJUST) bValue = pData->GetIncludeJustify(); else if (aPropertyName == SC_UNONAME_INCNUM) bValue = pData->GetIncludeValueFormat(); else if (aPropertyName == SC_UNONAME_INCWIDTH) bValue = pData->GetIncludeWidthHeight(); else bError = true; // unknown property if (!bError) aAny <<= bValue; } return aAny; } SC_IMPL_DUMMY_PROPERTY_LISTENER( ScAutoFormatObj ) ScAutoFormatFieldObj::ScAutoFormatFieldObj(sal_uInt16 nFormat, sal_uInt16 nField) : aPropSet( lcl_GetAutoFieldMap() ), nFormatIndex( nFormat ), nFieldIndex( nField ) { } ScAutoFormatFieldObj::~ScAutoFormatFieldObj() { } // beans::XPropertySet uno::Reference SAL_CALL ScAutoFormatFieldObj::getPropertySetInfo() { SolarMutexGuard aGuard; static uno::Reference< beans::XPropertySetInfo > aRef(new SfxItemPropertySetInfo( aPropSet.getPropertyMap() )); return aRef; } void SAL_CALL ScAutoFormatFieldObj::setPropertyValue( const OUString& aPropertyName, const uno::Any& aValue ) { SolarMutexGuard aGuard; ScAutoFormat* pFormats = ScGlobal::GetOrCreateAutoFormat(); const SfxItemPropertySimpleEntry* pEntry = aPropSet.getPropertyMap().getByName( aPropertyName ); if ( !(pEntry && pEntry->nWID && nFormatIndex < pFormats->size()) ) return; ScAutoFormatData* pData = pFormats->findByIndex(nFormatIndex); if ( IsScItemWid( pEntry->nWID ) ) { if( const SfxPoolItem* pItem = pData->GetItem( nFieldIndex, pEntry->nWID ) ) { bool bDone = false; switch( pEntry->nWID ) { case ATTR_STACKED: { table::CellOrientation eOrient; if( aValue >>= eOrient ) { switch( eOrient ) { case table::CellOrientation_STANDARD: pData->PutItem( nFieldIndex, ScVerticalStackCell( false ) ); break; case table::CellOrientation_TOPBOTTOM: pData->PutItem( nFieldIndex, ScVerticalStackCell( false ) ); pData->PutItem( nFieldIndex, ScRotateValueItem( 27000 ) ); break; case table::CellOrientation_BOTTOMTOP: pData->PutItem( nFieldIndex, ScVerticalStackCell( false ) ); pData->PutItem( nFieldIndex, ScRotateValueItem( 9000 ) ); break; case table::CellOrientation_STACKED: pData->PutItem( nFieldIndex, ScVerticalStackCell( true ) ); break; default: { // added to avoid warnings } } bDone = true; } } break; default: std::unique_ptr pNewItem(pItem->Clone()); bDone = pNewItem->PutValue( aValue, pEntry->nMemberId ); if (bDone) pData->PutItem( nFieldIndex, *pNewItem ); } if (bDone) //! Notify to other objects? pFormats->SetSaveLater(true); } } else { switch (pEntry->nWID) { case SC_WID_UNO_TBLBORD: { table::TableBorder aBorder; if ( aValue >>= aBorder ) // empty = nothing to do { SvxBoxItem aOuter(ATTR_BORDER); SvxBoxInfoItem aInner(ATTR_BORDER_INNER); ScHelperFunctions::FillBoxItems( aOuter, aInner, aBorder ); pData->PutItem( nFieldIndex, aOuter ); //! Notify for other objects? pFormats->SetSaveLater(true); } } break; case SC_WID_UNO_TBLBORD2: { table::TableBorder2 aBorder2; if ( aValue >>= aBorder2 ) // empty = nothing to do { SvxBoxItem aOuter(ATTR_BORDER); SvxBoxInfoItem aInner(ATTR_BORDER_INNER); ScHelperFunctions::FillBoxItems( aOuter, aInner, aBorder2 ); pData->PutItem( nFieldIndex, aOuter ); //! Notify for other objects? pFormats->SetSaveLater(true); } } break; } } } uno::Any SAL_CALL ScAutoFormatFieldObj::getPropertyValue( const OUString& aPropertyName ) { SolarMutexGuard aGuard; uno::Any aVal; ScAutoFormat* pFormats = ScGlobal::GetOrCreateAutoFormat(); const SfxItemPropertySimpleEntry* pEntry = aPropSet.getPropertyMap().getByName( aPropertyName ); if ( pEntry && pEntry->nWID && nFormatIndex < pFormats->size() ) { const ScAutoFormatData* pData = pFormats->findByIndex(nFormatIndex); if ( IsScItemWid( pEntry->nWID ) ) { if( const SfxPoolItem* pItem = pData->GetItem( nFieldIndex, pEntry->nWID ) ) { switch( pEntry->nWID ) { case ATTR_STACKED: { const ScRotateValueItem* pRotItem = pData->GetItem( nFieldIndex, ATTR_ROTATE_VALUE ); sal_Int32 nRot = pRotItem ? pRotItem->GetValue() : 0; bool bStacked = static_cast(pItem)->GetValue(); SvxOrientationItem( nRot, bStacked, 0 ).QueryValue( aVal ); } break; default: pItem->QueryValue( aVal, pEntry->nMemberId ); } } } else { switch (pEntry->nWID) { case SC_WID_UNO_TBLBORD: case SC_WID_UNO_TBLBORD2: { const SfxPoolItem* pItem = pData->GetItem(nFieldIndex, ATTR_BORDER); if (pItem) { SvxBoxItem aOuter(*static_cast(pItem)); SvxBoxInfoItem aInner(ATTR_BORDER_INNER); if (pEntry->nWID == SC_WID_UNO_TBLBORD2) ScHelperFunctions::AssignTableBorder2ToAny( aVal, aOuter, aInner); else ScHelperFunctions::AssignTableBorderToAny( aVal, aOuter, aInner); } } break; } } } return aVal; } SC_IMPL_DUMMY_PROPERTY_LISTENER( ScAutoFormatFieldObj ) /* vim:set shiftwidth=4 softtabstop=4 expandtab: */