Home
last modified time | relevance | path

Searched refs:getValue (Results 201 – 225 of 776) sorted by relevance

12345678910>>...32

/aoo41x/main/connectivity/source/drivers/file/
H A DFNoException.cxx106 sal_uInt32 nBookmarkValue = Abs((sal_Int32)(_rRow->get())[0]->getValue()); in GetOrderbyKeyValue()
114 pKeyValue->pushKey(new ORowSetValueDecorator((_rRow->get())[*aIter]->getValue())); in GetOrderbyKeyValue()
/aoo41x/main/sw/source/ui/vba/
H A Dvbadocumentproperties.cxx213 uno::Any getValue() in getValue() function in DocPropInfo
299 … virtual uno::Any SAL_CALL getValue( ) throw (script::BasicErrorException, uno::RuntimeException);
406 return lcl_toMSOPropType( getValue().getValueType() ); in getType()
430 SwVbaBuiltInDocumentProperty::getValue( ) throw (script::BasicErrorException, uno::RuntimeExceptio… in getValue() function in SwVbaBuiltInDocumentProperty
432 uno::Any aRet = mPropInfo.getValue(); in getValue()
/aoo41x/main/sw/source/ui/utlui/
H A Dnavicfg.cxx97 case 5: bIsSmall = *(sal_Bool*)pValues[nProp].getValue(); break; in SwNavigationConfig()
98 case 6: bIsGlobalActive = *(sal_Bool*)pValues[nProp].getValue(); break; in SwNavigationConfig()
/aoo41x/main/qadevOOo/tests/java/ifc/ui/dialogs/
H A D_XFilePickerControlAccess.java88 oldVal = oObj.getValue(cntlID,(short)0); in _getValue()
122 getVal = oObj.getValue(cntlID,(short)0) ; in _setValue()
/aoo41x/main/xmloff/source/style/
H A Dstyleexp.cxx116 if( !*(sal_Bool *)aAny.getValue() ) in exportStyle()
176 if( *(sal_Bool *)aAny.getValue() ) in exportStyle()
527 if( !*(sal_Bool *)aAny.getValue() ) in exportStyleFamily()
/aoo41x/main/stoc/source/corereflection/
H A Dcrcomp.cxx205 &aRet, (char *)rObj.getValue() + _nOffset, getTypeDescr(), in get()
234 if (coerce_assign( (char *)rObj.getValue() + _nOffset, getTypeDescr(), rValue, getReflection() )) in set()
271 if (coerce_assign( (char *)rObj.getValue() + _nOffset, getTypeDescr(), rValue, getReflection() )) in set()
/aoo41x/main/jurt/com/sun/star/lib/uno/protocols/urp/
H A DUnmarshal.java136 switch (type.getTypeClass().getValue()) { in readValue()
289 switch (type.getTypeClass().getValue()) { in readAnyValue()
340 switch (ctype.getTypeClass().getValue()) { in readAnyValue()
/aoo41x/main/editeng/source/misc/
H A Dsplwrap.cxx179 ::rtl::OUString::createFromAscii(UPN_IS_WRAP_REVERSE) ).getValue() in SvxSpellWrapper()
428 ::rtl::OUString::createFromAscii(UPN_IS_WRAP_REVERSE) ).getValue() in SpellNext()
474 ::rtl::OUString::createFromAscii(UPN_IS_SPELL_SPECIAL) ).getValue() in SpellNext()
/aoo41x/main/extensions/source/resource/
H A Dresource.cxx86 …Any SAL_CALL getValue(const OUString& PropertyName) throw(UnknownPropertyException, RuntimeExc…
404 Any SAL_CALL ResourceService::getValue(const OUString& PropertyName) in getValue() function in ResourceService
413 return xI->getValue( PropertyName ); in getValue()
/aoo41x/main/pyuno/source/module/
H A Dpyuno_adapter.cxx98 ((com::sun::star::uno::Exception*)unoExc.getValue())->Message, in raiseInvocationTargetExceptionWhenNeeded()
326 e.TargetException.getValue(),e.TargetException.getValueType() ); in invoke()
391 Any Adapter::getValue( const OUString & aPropertyName ) in getValue() function in pyuno::Adapter
/aoo41x/main/vbahelper/source/msforms/
H A Dvbasystemaxcontrol.cxx57 uno::Any SAL_CALL VbaSystemAXControl::getValue( const ::rtl::OUString& aPropertyName ) in getValue() function in VbaSystemAXControl
60 return m_xControlInvocation->getValue( aPropertyName ); in getValue()
H A Dvbamultipage.cxx78 setValue(getValue()); in ScVbaMultiPage()
83 ScVbaMultiPage::getValue() throw (css::uno::RuntimeException) in getValue() function in ScVbaMultiPage
/aoo41x/main/ucb/source/inc/
H A Dregexpmap.hxx46 Val const & getValue() const { return *m_pValue; } in getValue() function in ucb_impl::RegexpMapEntry
48 Val & getValue() { return *m_pValue; } in getValue() function in ucb_impl::RegexpMapEntry
/aoo41x/main/qadevOOo/tests/java/ifc/form/binding/
H A D_XBindableValue.java52 rightOne = (String) oObj.getValueBinding().getValue(null); in _setValueBinding()
97 public Object getValue(com.sun.star.uno.Type type) in getValue() method in _XBindableValue.MyValueBinding
/aoo41x/main/qadevOOo/tests/java/ifc/awt/
H A D_XCurrencyField.java79 tRes.tested("setValue()", oObj.getValue() == val + 1.1); in _setValue()
87 val = oObj.getValue(); in _getValue()
H A D_XNumericField.java80 tRes.tested("setValue()", oObj.getValue() == val + 1.1) ; in _setValue()
88 val = oObj.getValue() ; in _getValue()
/aoo41x/main/sw/source/core/fields/
H A Dexpfld.cxx469 SwValueField::SetValue(*(double*) rAny.getValue()); in PutValue()
488 if(*(sal_Bool*) rAny.getValue()) in PutValue()
988 if(*(sal_Bool*)rAny.getValue()) in PutValue()
1043 if(*(sal_Bool*) rAny.getValue()) in PutValue()
1049 SetInputFlag(*(sal_Bool*) rAny.getValue()); in PutValue()
/aoo41x/main/svx/workben/msview/
H A Dxmlconfig.hxx65 const rtl::OUString& getValue() const { return maValue; } in getValue() function in ElementValueConfig
96 const rtl::OUString& getValue() const { return maValue; } in getValue() function in CaseElementConfig
/aoo41x/main/ridljar/com/sun/star/lib/util/
H A DWeakMap.java194 map.put(k, new Entry(k, e.getValue(), queue)); in putAll()
261 public static Object getValue(Object ref) { in getValue() method in WeakMap
/aoo41x/main/qadevOOo/runner/graphical/
H A DBuildID.java114 sBuildID = aIniFile.getValue("Bootstrap", /*"buildid"*/ _sIniSection); in getBuildIDFromBootstrap()
139 sBuildID = aIniFile.getValue("Version", /*"buildid"*/ _sIniSection); in getBuildIDFromVersion()
/aoo41x/main/fpicker/source/win32/filepicker/
H A Dfilepickerstate.cxx109 Any SAL_CALL CNonExecuteFilePickerState::getValue( sal_Int16 aControlId, sal_Int16 aControlAction ) in getValue() function in CNonExecuteFilePickerState
139 aAny = value_result->getValue( ); in getValue()
423 Any SAL_CALL CExecuteFilePickerState::getValue( sal_Int16 aControlId, sal_Int16 aControlAction ) in getValue() function in CExecuteFilePickerState
/aoo41x/test/testuno/source/fvt/uno/sw/page/
H A DCheckPageLayout.java121 …scription + ":" + this.pageStyleLayoutProperty,this.pageStyleLayout.getValue(), actual.getValue()); in compare()
/aoo41x/main/xmlsecurity/tools/uno/
H A DParsingThread.java111 attributeListHelper.setAttribute(attr.getName(), "CDATA", attr.getValue()); in nextStep()
112 message += " "+attr.getName()+"='"+attr.getValue()+"'"; in nextStep()
/aoo41x/main/ridljar/source/unoloader/com/sun/star/lib/unoloader/
H A DUnoClassLoader.java96 null : mainAttributes.getValue("UNO-Type-Path"); in getClassLoader()
159 ? null : attr.getValue(Attributes.Name.MAIN_CLASS); in execute()
/aoo41x/main/connectivity/source/commontools/
H A DTSortIndex.cxx115 m_aKeyValues.push_back(TIntValuePairVector::value_type(pKeyValue->getValue(),NULL)); in AddKeyValue()
119 m_aKeyValues.push_back(TIntValuePairVector::value_type(pKeyValue->getValue(),pKeyValue)); in AddKeyValue()

Completed in 88 milliseconds

12345678910>>...32