/aoo41x/main/connectivity/source/cpool/ |
H A D | ZConnectionPool.cxx | 131 void operator()(const TPooledConnections::value_type& _aValue) in operator ()() 133 dispose(_aValue); in operator ()() 136 void operator()(const TActiveConnectionMap::value_type& _aValue) in operator ()() 138 dispose(_aValue.first); in operator ()() 151 void operator()(const TConnectionMap::value_type& _aValue) in operator ()() 153 …::std::for_each(_aValue.second.aConnections.begin(),_aValue.second.aConnections.end(),TRemoveEvent… in operator ()()
|
/aoo41x/main/wizards/com/sun/star/wizards/common/ |
H A D | PropertySetHelper.java | 64 public void setPropertyValueDontThrow(String _sName, Object _aValue) in setPropertyValueDontThrow() argument 68 setPropertyValue(_sName, _aValue); in setPropertyValueDontThrow() 82 public void setPropertyValue(String _sName, Object _aValue) throws java.lang.Exception in setPropertyValue() argument 88 m_xPropertySet.setPropertyValue(_sName, _aValue); in setPropertyValue() 115 getHashMap().put(_sName, _aValue); in setPropertyValue()
|
H A D | NumericalHelper.java | 341 public static boolean isRealNumber(Object _aValue) in isRealNumber() argument 343 return isNumerical(_aValue); in isRealNumber() 968 public static int toInt(Object _aValue, int _ndefaultValue) throws Exception in toInt() argument 973 if ((_aValue != null) && (!(AnyConverter.isVoid(_aValue)))) in toInt() 975 if (isInteger(_aValue)) in toInt() 977 nreturn = toInt(_aValue); in toInt()
|
/aoo41x/main/connectivity/inc/connectivity/ |
H A D | FValue.hxx | 377 …ORowSetValueDecorator(const ORowSetValue& _aValue) : m_aValue(_aValue){m_aValue.setBound(sal_True)… in ORowSetValueDecorator() argument 378 ORowSetValueDecorator& operator=(const ORowSetValue& _aValue); 384 inline void setValue(const ORowSetValue& _aValue) { m_aValue = _aValue; } in setValue() argument
|
/aoo41x/main/framework/inc/uifactory/ |
H A D | factoryconfiguration.hxx | 89 …mplementationName,const ::rtl::OUString& _aValue) : m_aImplementationName(_aImplementationName),m_… in ControllerInfo()
|
/aoo41x/main/reportdesign/inc/ |
H A D | RptDef.hxx | 108 …:star::report::XReportDefinition>& _xReport,const ::rtl::OUString& _sPropertyName,const T& _aValue) in setStyleProperty() argument 112 xProp->setPropertyValue(_sPropertyName,::com::sun::star::uno::makeAny(_aValue)); in setStyleProperty()
|
/aoo41x/main/connectivity/source/inc/java/lang/ |
H A D | Object.hxx | 156 …, const char* _pSignature, jmethodID& _inout_MethodID,sal_Int32 _nArgument, const T& _aValue) const in callVoidMethod() 160 t.pEnv->CallVoidMethod( object, _inout_MethodID,_nArgument,_aValue); in callVoidMethod()
|
/aoo41x/main/qadevOOo/runner/graphical/ |
H A D | OpenOfficePostscriptCreator.java | 141 private void showProperty(PropertyValue _aValue) in showProperty() argument 143 String sName = _aValue.Name; in showProperty() 147 sValue = AnyConverter.toString(_aValue.Value); in showProperty()
|
/aoo41x/main/qadevOOo/runner/convwatch/ |
H A D | OfficePrint.java | 96 private static void showProperty(PropertyValue _aValue) in showProperty() argument 98 String sName = _aValue.Name; in showProperty() 102 sValue = AnyConverter.toString(_aValue.Value); in showProperty()
|
/aoo41x/main/dbaccess/source/filter/xml/ |
H A D | xmlExport.cxx | 790 void ODBExport::exportSequence(const Sequence< ::rtl::OUString>& _aValue in exportSequence() argument 796 if ( _aValue.getLength() ) in exportSequence() 800 const ::rtl::OUString* pIter = _aValue.getConstArray(); in exportSequence() 801 const ::rtl::OUString* pEnd = pIter + _aValue.getLength(); in exportSequence()
|
H A D | xmlExport.hxx | 171 void exportSequence(const Sequence< ::rtl::OUString>& _aValue
|
/aoo41x/main/stoc/source/registry_tdprovider/ |
H A D | tdprop.cxx | 61 return _aValue; in getConstantValue()
|
H A D | base.hxx | 528 Any _aValue; member in stoc_rdbtdp::ConstantTypeDescriptionImpl 533 : _aName( rName ), _aValue( rValue ) in ConstantTypeDescriptionImpl()
|
/aoo41x/main/reportdesign/source/ui/inspection/ |
H A D | DataProviderHandler.cxx | 248 void DataProviderHandler::impl_updateChartTitle_throw(const uno::Any& _aValue) in impl_updateChartTitle_throw() argument 263 _aValue>>= sStr; in impl_updateChartTitle_throw()
|
H A D | GeometryHandler.cxx | 930 …nstantValue(sal_Bool _bToControlValue,sal_uInt16 _nResId,const uno::Any& _aValue,const ::rtl::OUSt… in getConstantValue() argument 940 return uno::makeAny( xConversionHelper->convertToControlValue( _aValue ) ); in getConstantValue() 945 _aValue >>= sControlValue; in getConstantValue()
|
/aoo41x/main/reportdesign/source/ui/inc/ |
H A D | ReportController.hxx | 248 void createNewFunction(const ::com::sun::star::uno::Any& _aValue); 324 ,const ::com::sun::star::uno::Any& _aValue
|
H A D | DataProviderHandler.hxx | 102 void impl_updateChartTitle_throw(const ::com::sun::star::uno::Any& _aValue);
|
H A D | GeometryHandler.hxx | 97 …Bool bToControlValue,sal_uInt16 nResId,const ::com::sun::star::uno::Any& _aValue,const ::rtl::OUSt…
|
/aoo41x/main/connectivity/source/commontools/ |
H A D | FDatabaseMetaDataResultSet.cxx | 623 ORowSetValueDecorator& ORowSetValueDecorator::operator=(const ORowSetValue& _aValue) in operator =() argument 625 m_aValue = _aValue; in operator =()
|
/aoo41x/main/reportdesign/source/ui/report/ |
H A D | ReportController.cxx | 3131 void OReportController::createNewFunction(const uno::Any& _aValue) in createNewFunction() argument 3133 uno::Reference< container::XIndexContainer> xFunctions(_aValue,uno::UNO_QUERY_THROW); in createNewFunction() 4087 …ntroller::setFastPropertyValue_NoBroadcast(sal_Int32 _nHandle,const Any& _aValue) throw (Exception) in setFastPropertyValue_NoBroadcast() argument 4091 _aValue >>= m_nZoomValue; in setFastPropertyValue_NoBroadcast() 4207 …sal_uInt16 _nUndoResId,const ::rtl::OUString& _sProperty,const uno::Any& _aValue,const Sequence< P… in impl_setPropertyAtControls_throw() argument 4221 xControlModel->setPropertyValue(_sProperty,_aValue); in impl_setPropertyAtControls_throw()
|
/aoo41x/main/wizards/com/sun/star/wizards/reportbuilder/layout/ |
H A D | ReportBuilderLayouter.java | 517 protected boolean listContains(String[] _aList, String _aValue) in listContains() argument 521 if (_aList[i].equals(_aValue)) in listContains()
|