Lines Matching refs:aValue

1667 						const rtl::OUString& aPropertyName, const uno::Any& aValue )  in setPropertyValue()  argument
1681 …ScDocOptionsHelper::setPropertyValue( aNewOpt, *aPropSet.getPropertyMap(), aPropertyName, aValue ); in setPropertyValue()
1689 if ( aValue >>= aLocale ) in setPropertyValue()
1700 if ( aValue >>= sCodeName ) in setPropertyValue()
1706 if ( aValue >>= aLocale ) in setPropertyValue()
1717 if ( aValue >>= aLocale ) in setPropertyValue()
1729 pModel->SetOpenInDesignMode( ScUnoHelpFunctions::GetBoolFromAny( aValue ) ); in setPropertyValue()
1739 pModel->SetAutoControlFocus( ScUnoHelpFunctions::GetBoolFromAny( aValue ) ); in setPropertyValue()
1747 pDocShell->SetEmpty( !ScUnoHelpFunctions::GetBoolFromAny( aValue ) ); in setPropertyValue()
1751 sal_Bool bUndoEnabled = ScUnoHelpFunctions::GetBoolFromAny( aValue ); in setPropertyValue()
1760 bool bAdjustHeightEnabled = ScUnoHelpFunctions::GetBoolFromAny( aValue ); in setPropertyValue()
1770 pDoc->EnableExecuteLink( ScUnoHelpFunctions::GetBoolFromAny( aValue ) ); in setPropertyValue()
1774 pDoc->EnableChangeReadOnly( ScUnoHelpFunctions::GetBoolFromAny( aValue ) ); in setPropertyValue()
1778 aValue >>= maBuildId; in setPropertyValue()
1783 aValue >>= aObjName; in setPropertyValue()
3035 const rtl::OUString& aPropertyName, const uno::Any& aValue ) in setPropertyValue() argument
3053 if ( aValue >>= nNewWidth ) in setPropertyValue()
3059 sal_Bool bVis = ScUnoHelpFunctions::GetBoolFromAny( aValue ); in setPropertyValue()
3066 sal_Bool bOpt = ScUnoHelpFunctions::GetBoolFromAny( aValue ); in setPropertyValue()
3075 sal_Bool bSet = ScUnoHelpFunctions::GetBoolFromAny( aValue ); in setPropertyValue()
3262 const rtl::OUString& aPropertyName, const uno::Any& aValue ) in setPropertyValue() argument
3281 if ( pDoc->IsImportingXML() && ( aValue >>= nNewHeight ) ) in setPropertyValue()
3291 sal_Bool bOpt = ScUnoHelpFunctions::GetBoolFromAny( aValue ); in setPropertyValue()
3303 if ( aValue >>= nNewHeight ) in setPropertyValue()
3309 sal_Bool bVis = ScUnoHelpFunctions::GetBoolFromAny( aValue ); in setPropertyValue()
3318 pDoc->SetRowHidden(nStartRow, nEndRow, nTab, !ScUnoHelpFunctions::GetBoolFromAny( aValue )); in setPropertyValue()
3323 if (ScUnoHelpFunctions::GetBoolFromAny( aValue )) in setPropertyValue()
3331 sal_Bool bSet = ScUnoHelpFunctions::GetBoolFromAny( aValue ); in setPropertyValue()
3348 xRangeObj->setPropertyValue( aPropertyName, aValue ); in setPropertyValue()