Home
last modified time | relevance | path

Searched refs:getValue (Results 101 – 125 of 776) sorted by relevance

12345678910>>...32

/aoo41x/main/qadevOOo/tests/java/ifc/text/
H A D_MailMerge.java75 …XResultSet getValue = (XResultSet) UnoRuntime.queryInterface(XResultSet.class,oObj.getPropertyValu… in _ResultSet() local
77 tRes.tested(propName, this.compare(newValue, getValue)); in _ResultSet()
119 …XConnection getValue = (XConnection) UnoRuntime.queryInterface(XConnection.class,oObj.getPropertyV… in _ActiveConnection() local
121 tRes.tested(propName, this.compare(newValue, getValue)); in _ActiveConnection()
/aoo41x/main/oox/source/xls/
H A Dpivotcachebuffer.cxx715 maFieldGroupModel.maStartDate = pStartValue->getValue().get< DateTime >(); in importPCDFRangePr()
716 maFieldGroupModel.maEndDate = pEndValue->getValue().get< DateTime >(); in importPCDFRangePr()
717 maFieldGroupModel.mfInterval = pInterval->getValue().get< sal_Int16 >(); in importPCDFRangePr()
726 maFieldGroupModel.mfStartValue = pStartValue->getValue().get< double >(); in importPCDFRangePr()
727 maFieldGroupModel.mfEndValue = pEndValue->getValue().get< double >(); in importPCDFRangePr()
728 maFieldGroupModel.mfInterval = pInterval->getValue().get< double >(); in importPCDFRangePr()
945 … writeSharedItemToSourceDataCell( rSheetHelper, nCol, nRow, rItem.getValue().get< sal_Int32 >() ); in writeSourceDataCell()
988 …case XML_s: rSheetData.setStringCell( aModel, rItem.getValue().get< OUString >() ); … in writeItemToSourceDataCell()
989 …case XML_n: rSheetData.setValueCell( aModel, rItem.getValue().get< double >() ); … in writeItemToSourceDataCell()
990 …case XML_i: rSheetData.setValueCell( aModel, rItem.getValue().get< sal_Int16 >() ); … in writeItemToSourceDataCell()
[all …]
/aoo41x/main/fpicker/source/win32/filepicker/workbench/
H A DTest_fps.cxx339 aAny = xFPControlAccess->getValue( CHECKBOX_AUTOEXTENSION, 0 ); in main()
341 bCheckState = *reinterpret_cast< const sal_Bool* >( aAny.getValue( ) ); in main()
343 aAny = xFPControlAccess->getValue( CHECKBOX_READONLY, 0 ); in main()
345 bCheckState = *reinterpret_cast< const sal_Bool* >( aAny.getValue( ) ); in main()
347 aAny = xFPControlAccess->getValue( LISTBOX_VERSION, GET_SELECTED_ITEM ); in main()
/aoo41x/main/jurt/com/sun/star/lib/uno/protocols/urp/
H A DMarshal.java98 write8Bit(typeClass.getValue()); in writeType()
102 write8Bit(typeClass.getValue() | (found[0] ? 0 : 0x80)); in writeType()
111 switch(type.getTypeClass().getValue()) { in writeValue()
319 getValue(); in writeEnumValue()
328 n = value.getValue(); in writeEnumValue()
/aoo41x/main/odk/examples/java/Inspector/
H A DMethodParametersDialog.java105 aMethodObjects.add(m_aParameterPanels[i].getValue()); in getMethodObjects()
146 oParameterValues[i] = m_aParameterPanels[i].getValue(); in getParameterValues()
197 switch (m_aTypeClass.getValue()){ in ParameterPanel()
225 … System.out.println("Type " + m_aTypeClass.getValue() + " not yet defined in 'ParameterPanel()'"); in ParameterPanel()
236 public Object getValue(){ in getValue() method in MethodParametersDialog.ParameterPanel
/aoo41x/main/editeng/source/items/
H A Dxmlcnitm.cxx105 if( rVal.getValue() != NULL && rVal.getValueType().getTypeClass() == TypeClass_INTERFACE ) in PutValue()
107 xRef = *(Reference<XInterface>*)rVal.getValue(); in PutValue()
141 if( aAny.getValue() == NULL || aAny.getValueType() != ::getCppuType((AttributeData*)0) ) in PutValue()
144 pData = (AttributeData*)aAny.getValue(); in PutValue()
/aoo41x/main/sw/source/core/layout/
H A Datrfrm.cxx393 sal_Bool bSet = *(sal_Bool*)rVal.getValue(); in PutValue()
402 sal_Bool bSet = *(sal_Bool*)rVal.getValue(); in PutValue()
452 sal_Bool bSet = *(sal_Bool*)rVal.getValue(); in PutValue()
1223 SetAnchorOnly( *(sal_Bool*)rVal.getValue() ); in PutValue()
1226 SetContour( *(sal_Bool*)rVal.getValue() ); in PutValue()
1229 SetOutside( *(sal_Bool*)rVal.getValue() ); in PutValue()
1465 SetPosToggle( *(sal_Bool*)rVal.getValue()); in PutValue()
1843 bIsServerMap = *(sal_Bool*)rVal.getValue(); in PutValue()
1950 sal_Bool bVal = *(sal_Bool*)rVal.getValue(); in PutValue()
1959 sal_Bool bVal = *(sal_Bool*)rVal.getValue(); in PutValue()
[all …]
/aoo41x/main/connectivity/source/drivers/odbcbase/
H A DOResultSet.cxx422 const ORowSetValue& aValue = getValue(columnIndex,SQL_C_BIT,&nVal,sizeof nVal); in getBoolean()
430 const ORowSetValue& aValue = getValue(columnIndex,SQL_C_TINYINT,&nRet,sizeof nRet); in getByte()
494 const ORowSetValue& aValue = getValue( columnIndex, in getDate()
504 const ORowSetValue& aValue = getValue(columnIndex,SQL_C_DOUBLE,&nRet,sizeof nRet); in getDouble()
512 const ORowSetValue& aValue = getValue(columnIndex,SQL_C_FLOAT,&nRet,sizeof nRet); in getFloat()
520 const ORowSetValue& aValue = getValue(columnIndex,SQL_C_LONG,&nRet,sizeof nRet); in getInt()
539 const ORowSetValue& aValue = getValue(columnIndex,SQL_C_SBIGINT,&nRet,sizeof nRet); in getLong()
604 const ORowSetValue& aValue = getValue(columnIndex,SQL_C_SHORT,&nRet,sizeof nRet); in getShort()
617 nRet = getValue(columnIndex,0,NULL,0); in getString()
632 const ORowSetValue& aValue = getValue(columnIndex, in getTime()
[all …]
/aoo41x/main/odk/examples/java/ToDo/
H A DToDo.java349 int intNeededDays = (int) Math.round( xcell.getValue() ); in recalc()
479 xcellNeededDaysWhereToInsert.getValue()); in recalc()
860 intColumn, intRow ).getValue(); in getPrivateHolidays()
863 intColumn + 1, intRow ).getValue(); in getPrivateHolidays()
882 intColumn, intRow).getValue(); in getPrivateHolidays()
884 intColumn + 1, intRow).getValue(); in getPrivateHolidays()
/aoo41x/main/xmloff/source/draw/
H A Danimationexport.cxx1450 const ValuePair* pValuePair = static_cast< const ValuePair* >( rValue.getValue() ); in convertValue()
1459 const Sequence<Any>* pSequence = static_cast< const Sequence<Any>* >( rValue.getValue() ); in convertValue()
1525 sTmp.append( *(static_cast< const double* >( rValue.getValue() )) ); in convertValue()
1586 const Sequence<Any>* pSequence = static_cast< const Sequence<Any>* >( rValue.getValue() ); in convertTiming()
1603 sTmp.append( *(static_cast< const double* >( rValue.getValue() )) ); in convertTiming()
1608 const Timing* pTiming = static_cast< const Timing* >( rValue.getValue() ); in convertTiming()
1615 const Event* pEvent = static_cast< const Event* >( rValue.getValue() ); in convertTiming()
1664 xRef = getParagraphTarget( static_cast< const ParagraphTarget* >( rTarget.getValue() ) ); in convertTarget()
1683 const ValuePair* pValuePair = static_cast< const ValuePair* >( rValue.getValue() ); in prepareValue()
1689 const Sequence<Any>* pSequence = static_cast< const Sequence<Any>* >( rValue.getValue() ); in prepareValue()
[all …]
/aoo41x/main/sw/source/core/unocore/
H A Dunodraw.cxx876 xPageAgg = *(uno::Reference< uno::XAggregation >*)aAgg.getValue(); in GetSvxPage()
918 *(uno::Reference<lang::XUnoTunnel>*)aAgg.getValue(); in getSomething()
949 xShapeAgg = *(uno::Reference< uno::XAggregation >*)aAgg.getValue(); in SwXShape()
1120 if(aPSet.getValueType() == rPropSetType && aPSet.getValue()) in getPropertySetInfo()
1412 pImpl->SetOpaque(*(sal_Bool*)aValue.getValue()); in setPropertyValue()
1446 if(aPSet.getValueType() != rPSetType || !aPSet.getValue()) in setPropertyValue()
1735 if ( aPSet.getValueType() != rPSetType || !aPSet.getValue() ) in _getPropAtAggrObj()
1739 xPrSet = *(uno::Reference< beans::XPropertySet >*)aPSet.getValue(); in _getPropAtAggrObj()
1846 if(aPState.getValueType() != rPStateType || !aPState.getValue()) in getPropertyStates()
1911 if(aPState.getValueType() != rPStateType || !aPState.getValue()) in setPropertyToDefault()
[all …]
H A Dunosett.cxx444 sal_Bool bVal = *(sal_Bool*)aValue.getValue(); in setPropertyValue()
958 sal_Bool bVal = *(sal_Bool*)aValue.getValue(); in setPropertyValue()
1034 sal_Bool bVal = *(sal_Bool*)aValue.getValue(); in setPropertyValue()
1040 sal_Bool bVal = *(sal_Bool*)aValue.getValue(); in setPropertyValue()
1046 sal_Bool bVal = *(sal_Bool*)aValue.getValue(); in setPropertyValue()
2143 awt::Size* pSize = (awt::Size*)pData->aVal.getValue(); in SetNumberingRuleByIndex()
2276 sal_Bool bVal = *(sal_Bool*)rValue.getValue(); in setPropertyValue()
2282 sal_Bool bVal = *(sal_Bool*)rValue.getValue(); in setPropertyValue()
2293 sal_Bool bVal = *(sal_Bool*)rValue.getValue(); in setPropertyValue()
2299 sal_Bool bVal = *(sal_Bool*)rValue.getValue(); in setPropertyValue()
[all …]
/aoo41x/main/sfx2/source/doc/
H A Ddocinsert.cxx213 … Any aValue = xCtrlAccess->getValue( ExtendedFilePickerElementIds::CHECKBOX_PASSWORD, 0 ); in IMPL_LINK()
240 … Any aValue = xCtrlAccess->getValue( ExtendedFilePickerElementIds::CHECKBOX_SELECTION, 0 ); in IMPL_LINK()
261 … Any aValue = xCtrlAccess->getValue( ExtendedFilePickerElementIds::CHECKBOX_READONLY, 0 ); in IMPL_LINK()
277 Any aValue = xCtrlAccess->getValue( ExtendedFilePickerElementIds::LISTBOX_VERSION, in IMPL_LINK()
/aoo41x/main/comphelper/source/property/
H A Dproperty.cxx209 if (_rCurrentValue.getValue() != _rValueToSet.getValue()) in tryPropertyValue()
216 …const_cast< void* >( _rConvertedValue.getValue() ), _rConvertedValue.getValueType().getTypeLibType… in tryPropertyValue()
217 … const_cast< void* >( _rValueToSet.getValue() ), _rValueToSet.getValueType().getTypeLibType(), in tryPropertyValue()
/aoo41x/main/connectivity/source/inc/
H A DTKeyValue.hxx65 return m_aKeys[i]->getValue(); in getKeyString()
70 return m_aKeys[i]->getValue(); in getKeyDouble()
73 inline sal_Int32 getValue() const { return m_nValue; } in getValue() function in connectivity::OKeyValue
/aoo41x/main/sd/source/filter/eppt/
H A Depptso.cxx1150 ? *((sal_Int32*)aAny.getValue() ) in ImplGetShapeByIndex()
1178 nRetValue |= *(sal_Int16*)mAny.getValue(); in ImplGetMasterIndex()
1212 ? (sal_uInt16)( *(sal_Int32*)mAny.getValue() / 4.40972 ) in ImplGetStyleSheets()
2164 String aTextFieldType( *(::rtl::OUString*)aAny.getValue() ); in ImplGetTextField()
2189 nFormat = *(sal_Int32*)aAny.getValue(); in ImplGetTextField()
2210 rURL = String( *(::rtl::OUString*)aAny.getValue() ); in ImplGetTextField()
2231 nFormat = *(sal_Int32*)aAny.getValue(); in ImplGetTextField()
2255 nFormat = *(sal_Int32*)aAny.getValue(); in ImplGetTextField()
2832 nDepth = *( (sal_Int16*)aAny.getValue() ); in ImplGetParagraphValues()
4316 nEffectCount = *(sal_uInt16*)mAny.getValue(); in ImplWritePage()
[all …]
/aoo41x/main/vcl/unx/generic/printer/
H A Djobdata.cxx71 pVal = pKey->getValue( String( RTL_CONSTASCII_USTRINGPARAM( "True" ) ) ); in setCollate()
74 pVal = pKey->getValue( String( RTL_CONSTASCII_USTRINGPARAM( "False" ) ) ); in setCollate()
76 pVal = pKey->getValue( String( RTL_CONSTASCII_USTRINGPARAM( "None" ) ) ); in setCollate()
104 const PPDValue* pValue = pKey ? pKey->getValue( i_nPaperBin ) : NULL; in setPaperBin()
/aoo41x/main/sc/source/ui/unoobj/
H A Dmiscuno.cxx75 bRet = *(sal_Bool*)aAny.getValue(); in GetBoolProperty()
120 nRet = *(sal_Int32*)aAny.getValue(); in GetEnumProperty()
160 return *(sal_Bool*)aAny.getValue(); in GetBoolFromAny()
187 nRet = *(sal_Int32*)aAny.getValue(); in GetEnumFromAny()
/aoo41x/main/framework/qa/complex/path_substitution/
H A DPathSubstitutionTest.java182 String instPth = substVars.getValue(inst); in checkXStringSubstitution()
183 String progPth = substVars.getValue(prog); in checkXStringSubstitution()
278 public String getValue(int i) in getValue() method in PathSubstitutionTest.VariableContainer
283 public String getValue(String var) in getValue() method in PathSubstitutionTest.VariableContainer
/aoo41x/main/connectivity/source/inc/file/
H A Dfcode.hxx83 virtual const ORowSetValue& getValue() const = 0;
102 virtual const ORowSetValue& getValue() const;
149 virtual const ORowSetValue& getValue() const;
352 return getValue().getDouble() != double(0.0); in isValid()
/aoo41x/main/extensions/source/update/check/
H A Dupdatecheckconfig.cxx102 NamedValueByNameAccess::getValue(const sal_Char * pName) in getValue() function in NamedValueByNameAccess
119 return sal_True == m_aNameAccess.getValue(AUTOCHECK_ENABLED).get< sal_Bool >(); in isAutoCheckEnabled()
127 return sal_True == m_aNameAccess.getValue(DOWNLOAD_PAUSED).get< sal_Bool >(); in isDownloadPaused()
135 uno::Any aAny( m_aNameAccess.getValue(pStr) ); in getStringValue()
154 uno::Any aAny( m_aNameAccess.getValue(DOWNLOAD_SIZE) ); in getDownloadSize()
179 m_aNameAccess.getValue(IS_DIRECT_DOWNLOAD) >>= isDirectDownload; in getUpdateEntry()
/aoo41x/main/ridljar/com/sun/star/uno/
H A DType.java310 _typeName = __typeClassToTypeName[typeClass.getValue()]; in Type()
395 switch (_typeClass.getValue()) { in isSupertypeOf()
446 : __typeClassToTypeName[_typeClass.getValue()]; in init()
497 switch (_typeClass.getValue()) { in determineClass()
640 return typeClass.getValue() < __typeClassToTypeName.length; in __isTypeClassPrimitive()
/aoo41x/main/reportbuilder/java/com/sun/star/report/pentaho/parser/rpt/
H A DFormatConditionReadHandler.java63 attrs.getValue(OfficeNamespaces.OOREPORT_NS, "formula"); in startParsing()
69 attrs.getValue(OfficeNamespaces.OOREPORT_NS, OfficeToken.STYLE_NAME); in startParsing()
77 final String enabledText = attrs.getValue(OfficeNamespaces.OOREPORT_NS, "enabled"); in startParsing()
/aoo41x/main/filter/source/msfilter/
H A Descherex.cxx456 pGradient = (::com::sun::star::awt::Gradient*)aAny.getValue(); in CreateGradientProperties()
481 pGradient = (::com::sun::star::awt::Gradient*)aAny.getValue(); in CreateGradientProperties()
490 pGradient = (::com::sun::star::awt::Gradient*)aAny.getValue(); in CreateGradientProperties()
559 pGradient = (::com::sun::star::awt::Gradient*)aAny.getValue(); in CreateGradientProperties()
659 ? *((sal_Int16*)aAny.getValue() ) in CreateFillProperties()
893 String aArrowStartName = *(::rtl::OUString*)aAny.getValue(); in GetLineArrow()
1114 ? *((sal_uInt32*)aAny.getValue()) in CreateLineProperties()
1524 aGraphicUrl = *(::rtl::OUString*)aAny.getValue(); in CreateGraphicProperties()
1528 aGraphicUrl = *(::rtl::OUString*)aAny.getValue(); in CreateGraphicProperties()
1935 (::com::sun::star::drawing::PointSequence*)rAny.getValue(); in GetPolyPolygon()
[all …]
/aoo41x/main/qadevOOo/runner/graphical/
H A DIniFile.java309 private String getValue(int _nIndex) in getValue() method in IniFile
333 public String getValue(String _sSection, String _sKey) in getValue() method in IniFile
344 sValue = getValue(m_nCurrentPosition); in getValue()
369 String sValue = getValue(_sSection, _sKey); in getIntValue()

Completed in 222 milliseconds

12345678910>>...32