Lines Matching refs:aValue

173     ::com::sun::star::uno::Any aValue;
190 uno::Any aValue = xSet->getPropertyValue( pProps[i].Name ); in Copy() local
193 xContainer->addProperty( pProps[i].Name, pProps[i].Attributes, aValue ); in Copy()
197 xTarget->setPropertyValue( pProps[i].Name, aValue ); in Copy()
523 …tInfoObject::setPropertyValue(const ::rtl::OUString& aPropertyName, const uno::Any& aValue) throw ( in setPropertyValue() argument
531 setFastPropertyValue( pEntry->nWID, aValue ); in setPropertyValue()
537 return xPropSet->setPropertyValue(aPropertyName, aValue); in setPropertyValue()
718 …nfoObject::setFastPropertyValue(sal_Int32 nHandle, const ::com::sun::star::uno::Any& aValue) throw( in setFastPropertyValue() argument
728 if ( aValue.getValueType() == ::getCppuType((const ::rtl::OUString*)0) ) in setFastPropertyValue()
731 aValue >>= sTemp ; in setFastPropertyValue()
810 else if ( aValue.getValueType() == ::getCppuType((const ::com::sun::star::util::DateTime*)0) ) in setFastPropertyValue()
813 aValue >>= aTemp ; in setFastPropertyValue()
853 else if ( aValue.getValueType() == ::getBooleanCppuType() ) in setFastPropertyValue()
856 aValue >>= bBoolVal ; in setFastPropertyValue()
873 else if ( aValue.getValueType() == ::getCppuType((const sal_Int32*)0) ) in setFastPropertyValue()
876 aValue >>= nIntVal ; in setFastPropertyValue()
891 else if ( aValue.getValueType() == ::getCppuType((const sal_Int16*)0) ) in setFastPropertyValue()
894 aValue >>= nIntVal ; in setFastPropertyValue()
905 else if ( aValue.getValueType() == ::getCppuType((const uno::Sequence< beans::NamedValue >*)0) ) in setFastPropertyValue()
910 aValue >>= aData; in setFastPropertyValue()
916 else if ( aValue.getValueType() == ::getCppuType((const lang::Locale*)0) ) in setFastPropertyValue()
921 aValue >>= aLocale; in setFastPropertyValue()
943 ::com::sun::star::uno::Any aValue; in getFastPropertyValue()
947 aValue <<= _pImp->m_xDocProps->getGenerator(); in getFastPropertyValue()
951 aValue <<= ::rtl::OUString(); in getFastPropertyValue()
954 aValue <<= _pImp->m_xDocProps->getEditingCycles(); in getFastPropertyValue()
957 aValue <<= _pImp->m_xDocProps->getEditingDuration(); in getFastPropertyValue()
960 aValue <<= _pImp->m_xDocProps->getAuthor(); in getFastPropertyValue()
964 aValue <<= _pImp->m_xDocProps->getCreationDate(); in getFastPropertyValue()
967 aValue <<= _pImp->m_xDocProps->getTitle(); in getFastPropertyValue()
970 aValue <<= _pImp->m_xDocProps->getSubject(); in getFastPropertyValue()
973 aValue <<= _pImp->m_xDocProps->getModifiedBy(); in getFastPropertyValue()
977 aValue <<= _pImp->m_xDocProps->getModificationDate(); in getFastPropertyValue()
980 aValue <<= _pImp->m_xDocProps->getPrintedBy(); in getFastPropertyValue()
984 aValue <<= _pImp->m_xDocProps->getPrintDate(); in getFastPropertyValue()
987 aValue <<= ::comphelper::string::convertCommaSeparated( in getFastPropertyValue()
991 aValue <<= _pImp->m_xDocProps->getDescription(); in getFastPropertyValue()
994 aValue <<= _pImp->m_xDocProps->getTemplateName(); in getFastPropertyValue()
997 aValue <<= _pImp->m_xDocProps->getTemplateURL(); in getFastPropertyValue()
1001 aValue <<= _pImp->m_xDocProps->getTemplateDate(); in getFastPropertyValue()
1004 aValue <<= static_cast<sal_Bool> in getFastPropertyValue()
1009 aValue <<= _pImp->m_xDocProps->getAutoloadURL(); in getFastPropertyValue()
1012 aValue <<= _pImp->m_xDocProps->getAutoloadSecs(); in getFastPropertyValue()
1015 aValue <<= _pImp->m_xDocProps->getDefaultTarget(); in getFastPropertyValue()
1018 aValue <<= _pImp->m_xDocProps->getDocumentStatistics(); in getFastPropertyValue()
1021 aValue <<= _pImp->m_xDocProps->getLanguage(); in getFastPropertyValue()
1024 aValue <<= ::rtl::OUString(); in getFastPropertyValue()
1028 return aValue; in getFastPropertyValue()
1126 …tInfoObject::setUserFieldValue( sal_Int16 nIndex, const ::rtl::OUString& aValue ) throw( ::com::su… in setUserFieldValue() argument
1139 aAny <<= aValue; in setUserFieldValue()
1244 …tInfoObject::setUserFieldValue( sal_Int16 nIndex, const ::rtl::OUString& aValue ) throw( ::com::su… in setUserFieldValue() argument
1246 SfxDocumentInfoObject::setUserFieldValue( nIndex, aValue ); in setUserFieldValue()