Lines Matching refs:mxPropertySet

57 …l::OUString( RTL_CONSTASCII_USTRINGPARAM( "US") ), rtl::OUString() ), mxPropertySet( _xPropertySet…  in ScVbaFormat()
102mxPropertySet->setPropertyValue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( SC_UNONAME_CELLVJUS )… in setVerticalAlignment()
120mxPropertySet->getPropertyValue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( SC_UNONAME_CELLVJUS )… in getVerticalAlignment()
178mxPropertySet->setPropertyValue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( SC_UNONAME_CELLHJUS )… in setHorizontalAlignment()
199 if ( mxPropertySet->getPropertyValue(sHoriJust) >>= aAPIAlignment ) in getHorizontalAlignment()
245mxPropertySet->setPropertyValue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( SC_UNONAME_ROTANG ) )… in setOrientation()
257mxPropertySet->setPropertyValue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( SC_UNONAME_CELLORI ) … in setOrientation()
275 …if ( !( mxPropertySet->getPropertyValue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( SC_UNONAME_C… in getOrientation()
310mxPropertySet->setPropertyValue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( SC_UNONAME_WRAP ) ), … in setWrapText()
328 aWrap = mxPropertySet->getPropertyValue(aPropName); in getWrapText()
343 …(), ScVbaFormat_BASE::mxContext, uno::Reference< table::XCellRange >( mxPropertySet, uno::UNO_QUER… in Borders()
357 return new ScVbaFont( thisHelperIface(), ScVbaFormat_BASE::mxContext, aPalette, mxPropertySet ); in Font()
364 return new ScVbaInterior( thisHelperIface(), ScVbaFormat_BASE::mxContext, mxPropertySet ); in Interior()
381 if ( ! (mxPropertySet->getPropertyValue( sPropName ) >>= nFormat ) ) in getNumberFormatLocal()
410mxPropertySet->setPropertyValue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( SC_UNO_NUMBERFO ) ), … in setNumberFormat()
428 || !( mxPropertySet->getPropertyValue(sNumFormat) >>= nFormat ) ) in setNumberFormatLocal()
439 mxPropertySet->setPropertyValue(sNumFormat, uno::makeAny( nNewFormat )); in setNumberFormatLocal()
469mxPropertySet->setPropertyValue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( SC_UNO_NUMBERFO ) ), … in setNumberFormat()
490 if ( !( mxPropertySet->getPropertyValue(sHoriJust) >>= aAPIAlignment ) ) in setIndentLevel()
493 mxPropertySet->setPropertyValue( sHoriJust, uno::makeAny( table::CellHoriJustify_LEFT) ) ; in setIndentLevel()
494mxPropertySet->setPropertyValue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( SC_UNONAME_PINDENT ) … in setIndentLevel()
513 if ( ( mxPropertySet->getPropertyValue(sParaIndent) >>= IndentLevel ) ) in getIndentLevel()
537 mxPropertySet->getPropertyValue(sCellProt) >>= aCellProtection; in setLocked()
539 mxPropertySet->setPropertyValue(sCellProt, uno::makeAny( aCellProtection ) ); in setLocked()
557 mxPropertySet->getPropertyValue(sCellProt) >>= aCellProtection; in setFormulaHidden()
559 mxPropertySet->setPropertyValue(sCellProt,uno::makeAny(aCellProtection)); in setFormulaHidden()
589 mxPropertySet->getPropertyValue(sCellProt) >>= aCellProtection; in getLocked()
622 mxPropertySet->getPropertyValue(sCellProt) >>= aCellProtection; in getFormulaHidden()
640mxPropertySet->setPropertyValue(rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( SC_UNONAME_SHRINK_TO_F… in setShrinkToFit()
658 aRet = mxPropertySet->getPropertyValue(sShrinkToFit); in getShrinkToFit()
691mxPropertySet->setPropertyValue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( SC_UNONAME_WRITING ) … in setReadingOrder()
711 if ( ( mxPropertySet->getPropertyValue(sWritingMode) ) >>= aWritingMode ) in getReadingOrder()
742 ( mxPropertySet->getPropertyValue(sNumFormat) >>= nFormat) ) in getNumberFormat()
793 xPropertyState.set( mxPropertySet, uno::UNO_QUERY_THROW ); in getXPropertyState()
822 return ScCellRangesBase::getImplementation( mxPropertySet ); in getCellRangesBase()