/aoo41x/main/codemaker/source/codemaker/ |
H A D | typemanager.cxx | 185 if (!key.getValue(OUString(), pBuffer)) in getTypeReader() 208 if (!rTypeKey.getValue(OUString(), pBuffer)) in getTypeReader() 237 if (!key.getValue(OUString(), pBuffer)) in getTypeClass() 274 if (!rTypeKey.getValue(OUString(), pBuffer)) in getTypeClass()
|
/aoo41x/main/o3tl/qa/ |
H A D | cow_wrapper_clients.cxx | 34 int getValue() const { return mnValue; } in getValue() function in o3tltests::cow_wrapper_client2_impl 76 return maImpl->getValue(); in queryUnmodified() 143 return maImpl->getValue(); in queryUnmodified()
|
/aoo41x/main/sal/qa/rtl/doublelock/ |
H A D | rtl_doublelocking.cxx | 165 class getValue : public CppUnit::TestFixture class 245 CPPUNIT_TEST_SUITE(getValue); 251 CPPUNIT_TEST_SUITE_NAMED_REGISTRATION(rtl_DoubleLocking::getValue, "rtl_DoubleLocking");
|
/aoo41x/main/offapi/com/sun/star/plugin/ |
H A D | PluginVariable.idl | 33 /** Describes the possible parameters to XPluginContext::getValue. 38 /** XPluginContext::getValue will return the XWindow display pointer of 43 /** XPluginContext::getValue will return the global Xt application context
|
/aoo41x/main/svx/source/customshapes/ |
H A D | EnhancedCustomShapeFunctionParser.cxx | 225 static double getValue( const EnhancedCustomShape2d& rCustoShape, const ExpressionFunct eFunc ) in getValue() function in __anon7433988a0111::EnumValueExpression 251 return getValue( mrCustoShape, meFunct ); in operator ()() 276 ConstantValueExpression aConstantValue( getValue( mrCustoShape, meFunct ) ); in fillNode() 312 static double getValue( const ExpressionFunct eFunct, const ExpressionNodeSharedPtr& rArg ) in getValue() function in __anon7433988a0111::UnaryFunctionExpression 331 return getValue( meFunct, mpArg ); in operator ()() 483 …static double getValue( const ExpressionFunct eFunct, const ExpressionNodeSharedPtr& rFirstArg, co… in getValue() function in __anon7433988a0111::BinaryFunctionExpression 502 return getValue( meFunct, mpFirstArg, mpSecondArg ); in operator ()() 863 …ionNodeSharedPtr( new ConstantValueExpression( UnaryFunctionExpression::getValue( meFunct, pArg ) … in operator ()()
|
/aoo41x/main/svx/source/unodraw/ |
H A D | unoshap2.cxx | 1109 …if( rValue.getValue() && (rValue.getValueType() == ::getCppuType(( const drawing::PointSequenceSeq… in setPropertyValueImpl() 1111 …ImplSvxPointSequenceSequenceToB2DPolyPolygon( (drawing::PointSequenceSequence*)rValue.getValue())); in setPropertyValueImpl() 1119 …if( rValue.getValue() && (rValue.getValueType() == ::getCppuType(( const drawing::PointSequenceSeq… in setPropertyValueImpl() 1127 …= ImplSvxPointSequenceSequenceToB2DPolyPolygon((drawing::PointSequenceSequence*)rValue.getValue()); in setPropertyValueImpl() 1136 …if( rValue.getValue() && (rValue.getValueType() == ::getCppuType(( const drawing::PointSequenceSeq… in setPropertyValueImpl() 1138 drawing::PointSequence* pSequence = (drawing::PointSequence*)rValue.getValue(); in setPropertyValueImpl() 1470 …if( rValue.getValue() && (rValue.getValueType() == ::getCppuType(( const drawing::PolyPolygonBezie… in setPropertyValueImpl() 1480 …if( rValue.getValue() && (rValue.getValueType() == ::getCppuType(( const drawing::PolyPolygonBezie… in setPropertyValueImpl() 1488 … SvxConvertPolyPolygonBezierToB2DPolyPolygon((drawing::PolyPolygonBezierCoords*)rValue.getValue()); in setPropertyValueImpl() 1653 if( rValue.getValue() ) in setPropertyValueImpl() [all …]
|
/aoo41x/main/testgraphical/ui/java/ConvwatchGUIProject/src/ |
H A D | IniFile.java | 330 private String getValue(int _nIndex) in getValue() method in IniFile 354 public String getValue(String _sSection, String _sKey) in getValue() method in IniFile 365 sValue = getValue(m_nCurrentPosition); in getValue() 390 String sValue = getValue(_sSection, _sKey); in getIntValue()
|
/aoo41x/main/jurt/com/sun/star/comp/loader/ |
H A D | RegistrationClassFinder.java | 40 Class c = (Class) WeakMap.getValue(map.get(locationUrl)); in find() 49 ? null : attr.getValue("RegistrationClassName"); in find() 62 Class c2 = (Class) WeakMap.getValue(map.get(locationUrl)); in find()
|
/aoo41x/main/codemaker/test/javamaker/ |
H A D | Test.java | 90 assure(Enum1.VALUE1.getValue() == -100); in testEnum1() 91 assure(Enum1.VALUE2.getValue() == 100); in testEnum1() 105 assure(Enum2.VALUE0.getValue() == 0); in testEnum2() 106 assure(Enum2.VALUE1.getValue() == 1); in testEnum2() 107 assure(Enum2.VALUE2.getValue() == 2); in testEnum2() 108 assure(Enum2.VALUE4.getValue() == 4); in testEnum2()
|
/aoo41x/main/basegfx/inc/basegfx/color/ |
H A D | bcolormodifier.hxx | 241 double getValue() const { return mfValue; } in getValue() function in basegfx::BColorModifier_interpolate 276 double getValue() const { return mfValue; } in getValue() function in basegfx::BColorModifier_black_and_white 313 double getValue() const { return mfValue; } in getValue() function in basegfx::BColorModifier_gamma
|
/aoo41x/main/fpicker/source/win32/filepicker/ |
H A D | filepickerstate.hxx | 63 …virtual ::com::sun::star::uno::Any SAL_CALL getValue( sal_Int16 aControlId, sal_Int16 aControlActi… 89 …virtual ::com::sun::star::uno::Any SAL_CALL getValue( sal_Int16 aControlId, sal_Int16 aControlActi… 123 …virtual ::com::sun::star::uno::Any SAL_CALL getValue( sal_Int16 aControlId, sal_Int16 aControlActi…
|
/aoo41x/main/chart2/source/inc/ |
H A D | CommonFunctors.hxx | 68 fResult = * reinterpret_cast< const double * >( rAny.getValue() ); in operator ()() 85 const double* pDouble = reinterpret_cast< const double * >( rAny.getValue() ); in operator ()() 98 return * reinterpret_cast< const ::rtl::OUString * >( rAny.getValue() ); in operator ()()
|
/aoo41x/main/registry/tools/ |
H A D | regcompare.cxx | 1409 key1.getValue(tmpName, &value1[0]); in checkValueDifference() 1412 key2.getValue(tmpName, &value2[0]); in checkValueDifference() 1449 key1.getValue(tmpName, &value1[0]); in checkValueDifference() 1461 key1.getValue(tmpName, &value1[0]); in checkValueDifference() 1473 key1.getValue(tmpName, &value1[0]); in checkValueDifference() 1551 key2.getValue(tmpName, &value2[0]); in checkValueDifference() 1563 key2.getValue(tmpName, &value2[0]); in checkValueDifference() 1575 key2.getValue(tmpName, &value2[0]); in checkValueDifference() 1691 if (subKey.getValue(rtl::OUString(), &value[0]) != REG_NO_ERROR) in hasPublishedChildren() 1792 if (subKey.getValue(rtl::OUString(), &value[0]) != REG_NO_ERROR) in checkDifferences()
|
/aoo41x/main/vcl/source/window/ |
H A D | printdlg.cxx | 749 aValue = pItem->getValue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "PrintDialog" ) ), in readFromSettings() 755 aValue = pItem->getValue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "PrintDialog" ) ), in readFromSettings() 820 aValue = pItem->getValue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "PrintDialog" ) ), in readFromSettings() 1420 PropertyValue* pVal = maPController->getValue( aPropertyName ); in setupOptionalUI() 1465 PropertyValue* pVal = maPController->getValue( aPropertyName ); in setupOptionalUI() 1513 PropertyValue* pVal = maPController->getValue( aPropertyName ); in setupOptionalUI() 1581 PropertyValue* pVal = maPController->getValue( aPropertyName ); in setupOptionalUI() 1615 PropertyValue* pVal = maPController->getValue( aPropertyName ); in setupOptionalUI() 1642 PropertyValue* pVal = maPController->getValue( aPropertyName ); in setupOptionalUI() 2317 pVal = maPController->getValue( it->second ); in getValueForWindow() [all …]
|
/aoo41x/main/ucb/source/ucp/webdav/ |
H A D | ContentProperties.hxx | 116 getValue( const rtl::OUString & rName ) const; 215 getValue( const rtl::OUString & rName ) const in getValue() function in http_dav_ucp::CachableContentProperties 216 { return m_aProps.getValue( rName ); } in getValue()
|
/aoo41x/main/extensions/source/propctrlr/ |
H A D | usercontrol.hxx | 70 …virtual ::com::sun::star::uno::Any SAL_CALL getValue() throw (::com::sun::star::uno::RuntimeExcept… 113 …virtual ::com::sun::star::uno::Any SAL_CALL getValue() throw (::com::sun::star::uno::RuntimeExcept… 139 …virtual ::com::sun::star::uno::Any SAL_CALL getValue() throw (::com::sun::star::uno::RuntimeExcept…
|
/aoo41x/main/qadevOOo/tests/java/ifc/beans/ |
H A D | _XHierarchicalPropertySet.java | 99 Object getValue = oObj.getHierarchicalPropertyValue(pNames[k]); in _setHierarchicalPropertyValue() local 100 boolean localRes = ValueComparer.equalValue(getValue, newValue); in _setHierarchicalPropertyValue() 104 log.println("Gained " + getValue.toString()); in _setHierarchicalPropertyValue()
|
/aoo41x/main/xmerge/source/xmerge/java/org/openoffice/xmerge/converter/xml/sxc/ |
H A D | Format.java | 113 value = fmt.getValue(); in Format() 221 public String getValue() { in getValue() method in Format 400 return new String("Value : " + getValue() + " Category : " + getCategory()); in toString()
|
/aoo41x/main/chart2/source/view/main/ |
H A D | VDataSeries.cxx | 74 double VDataSequence::getValue( sal_Int32 index ) const in getValue() function in chart::VDataSequence 525 return m_aValues_Y_Min.getValue( index ); in getY_Min() 529 return m_aValues_Y_Max.getValue( index ); in getY_Max() 533 return m_aValues_Y_First.getValue( index ); in getY_First() 537 return m_aValues_Y_Last.getValue( index ); in getY_Last() 541 return m_aValues_Bubble_Size.getValue( index ); in getBubble_Size()
|
/aoo41x/main/connectivity/source/drivers/odbcbase/ |
H A D | ODatabaseMetaDataResultSet.cxx | 203 …OTools::getValue(m_pConnection,m_aStatementHandle,columnIndex,SQL_C_BIT,m_bWasNull,**this,&nValue,… in getBoolean() 226 …OTools::getValue(m_pConnection,m_aStatementHandle,columnIndex,SQL_C_TINYINT,m_bWasNull,**this,&nVa… in getByte() 279 …OTools::getValue(m_pConnection,m_aStatementHandle,columnIndex,m_pConnection->useOldDateFormat() ? … in getDate() 298 …OTools::getValue(m_pConnection,m_aStatementHandle,columnIndex,SQL_C_DOUBLE,m_bWasNull,**this,&nVal… in getDouble() 315 …OTools::getValue(m_pConnection,m_aStatementHandle,columnIndex,SQL_C_FLOAT,m_bWasNull,**this,&nVal,… in getFloat() 333 …OTools::getValue(m_pConnection,m_aStatementHandle,columnIndex,SQL_C_LONG,m_bWasNull,**this,&nVal,s… in getInt() 408 …OTools::getValue(m_pConnection,m_aStatementHandle,columnIndex,SQL_C_SHORT,m_bWasNull,**this,&nVal,… in getShort() 450 …OTools::getValue(m_pConnection,m_aStatementHandle,columnIndex,m_pConnection->useOldDateFormat() ? … in getTime() 468 …OTools::getValue(m_pConnection,m_aStatementHandle,columnIndex,m_pConnection->useOldDateFormat() ? … in getTimestamp()
|
/aoo41x/main/unotools/source/config/ |
H A D | fltrcfg.cxx | 143 bLoadVBA = *(sal_Bool*)pValues[0].getValue(); in Load() 145 bSaveVBA = *(sal_Bool*)pValues[1].getValue(); in Load() 191 bLoadExecutable = *(sal_Bool*)pValues[0].getValue(); in Load() 389 sal_Bool bVal = *(sal_Bool*)pValues[nProp].getValue(); in Load()
|
/aoo41x/main/qadevOOo/tests/java/ifc/sheet/ |
H A D | _XDatabaseRange.java | 168 oldVal = checkCell.getValue(); in _refresh() 185 valBeforeRefresh = checkCell.getValue(); in _refresh() 200 valAfterRefresh = checkCell.getValue(); in _refresh()
|
/aoo41x/main/connectivity/source/drivers/dbase/ |
H A D | DTable.cxx | 1869 if (pOrgRow.isValid() && !rRow.get()[nPos]->getValue().isNull() )//&& pVal->isModified()) in UpdateBuffer() 1876 if (rRow.get()[nPos]->getValue().isNull()) in UpdateBuffer() 1900 lcl_CalcJulDate(nJulianDate,nJulianTime,rRow.get()[nPos]->getValue()); in UpdateBuffer() 1914 if(rRow.get()[nPos]->getValue().getTypeKind() == DataType::DOUBLE) in UpdateBuffer() 1915 aDate = ::dbtools::DBTypeConversion::toDate(rRow.get()[nPos]->getValue().getDouble()); in UpdateBuffer() 1917 aDate = rRow.get()[nPos]->getValue(); in UpdateBuffer() 1936 sal_Int32 nValue = rRow.get()[nPos]->getValue(); in UpdateBuffer() 1947 const double d = rRow.get()[nPos]->getValue(); in UpdateBuffer() 1967 const double n = rRow.get()[nPos]->getValue(); in UpdateBuffer() 2004 *pData = rRow.get()[nPos]->getValue().getBool() ? 'T' : 'F'; in UpdateBuffer() [all …]
|
/aoo41x/main/extensions/source/ole/ |
H A D | unoconversionutilities.hxx | 255 VARIANT* pvariant= *(VARIANT**)anyDisp.getValue(); in convertSelfToCom() 824 sal_uInt16 value = *(sal_Unicode*) rAny.getValue(); in anyToVariant() 903 sal_Int32 value = *(sal_Int32*) rAny.getValue(); in anyToVariant() 1080 uno_Sequence * pMultiSeq= *(uno_Sequence* const*) rSeq.getValue(); in createUnoSequenceWrapper() 1269 sal_Int32 dimCount= (*(uno_Sequence* const *) rSeq.getValue())->nElements; in getElementCountAndTypeOfSequence() 1282 uno_Sequence* pSeq = *(uno_Sequence* const*) rSeq.getValue(); in getElementCountAndTypeOfSequence() 1310 uno_Sequence * punoSeq= *(uno_Sequence**) rSeq.getValue(); in createUnoSequenceWrapper() 2077 uno_Sequence * p_unoSeq= *(uno_Sequence**)any.getValue(); in dispatchExObject2Sequence() 2096 …uno_type_assignData( pDest, pSeqElemDescRef,const_cast<void*>( any.getValue()), any.getValueTypeRe… in dispatchExObject2Sequence() 2413 sal_Int32 value= *(sal_Int32*)any.getValue(); in reduceRange()
|
/aoo41x/main/basic/source/classes/ |
H A D | sbunoobj.cxx | 429 Exception& e_ = *( (Exception*)aWrappedAny.getValue() ); in implGetWrappedMsg() 916 case TypeClass_BOOLEAN: pVar->PutBool( *(sal_Bool*)aValue.getValue() ); break; in unoToSbxValue() 919 pVar->PutChar( *(sal_Unicode*)aValue.getValue() ); in unoToSbxValue() 1113 aRetType = ((SbUnoAnyObject*)(SbxBase*)xObj)->getValue().getValueType(); in getUnoTypeForSbxValue() 1138 return ((SbUnoAnyObject*)(SbxBase*)xObj)->getValue(); in sbxToUnoValueImpl() 1338 return ((SbUnoAnyObject*)(SbxBase*)xObj)->getValue(); in sbxToUnoValue() 1682 xObj = *(Reference< XInterface >*)aToInspectObj.getValue(); in getDbgObjectNameImpl() 2149 Any aRetAny = mxInvocation->getValue( pProp->GetName() ); in TYPEINIT1() 2429 x = *(Reference< XInterface >*)aUnoObj_.getValue(); in SbUnoObject() 3243 Reference< XInterface > x = *(Reference< XInterface >*)aAny.getValue(); in RTL_Impl_HasInterfaces() [all …]
|