Home
last modified time | relevance | path

Searched refs:getValue (Results 301 – 325 of 776) sorted by relevance

1...<<11121314151617181920>>...32

/aoo41x/main/forms/source/component/
H A DRadioButton.cxx176 …Reference<XPropertySet> xSiblingProperties(*(InterfaceRef*)xIndexAccess->getByIndex(i).getValue(),… in SetSiblingPropsTo()
230 …Reference<XPropertySet> xSiblingProperties(*(InterfaceRef*)xIndexAccess->getByIndex(i).getValue(),… in setFastPropertyValue_NoBroadcast()
/aoo41x/main/xmloff/source/core/
H A Dunoatrcn.cxx200 xml::AttributeData* pData = (xml::AttributeData*)aElement.getValue(); in replaceByName()
243 xml::AttributeData* pData = (xml::AttributeData*)aElement.getValue(); in insertByName()
/aoo41x/main/qadevOOo/runner/util/
H A DValueComparer.java191 return en1.getValue() == en2.getValue(); in compareEnums()
/aoo41x/main/comphelper/inc/comphelper/
H A Duno3.hxx250 _rxOut = *(::com::sun::star::uno::Reference<iface>*)aCheck.getValue(); in query_aggregation()
271 _rxOut = *(::com::sun::star::uno::Reference<iface>*)aCheck.getValue(); in query_interface()
/aoo41x/main/comphelper/source/property/
H A Dpropstate.cxx168 … const_cast< void* >( aCurrentValue.getValue() ), aCurrentValue.getValueType().getTypeLibType(), in getPropertyStateByHandle()
169 … const_cast< void* >( aDefaultValue.getValue() ), aDefaultValue.getValueType().getTypeLibType(), in getPropertyStateByHandle()
/aoo41x/main/connectivity/source/drivers/flat/
H A DEDatabaseMetaData.cxx218 switch((sal_Int32)aRow[5]->getValue()) in getColumns()
231 switch(sal_Int32(aRow[11]->getValue())) in getColumns()
/aoo41x/main/vcl/inc/vcl/
H A Dprint.hxx456 com::sun::star::beans::PropertyValue* getValue( const rtl::OUString& i_rPropertyName );
457 …const com::sun::star::beans::PropertyValue* getValue( const rtl::OUString& i_rPropertyName ) const;
584 com::sun::star::uno::Any getValue( const rtl::OUString& i_rPropertyName ) const;
/aoo41x/main/sfx2/source/appl/
H A Dshutdownicon.cxx464 … xPickerControls->getValue( ExtendedFilePickerElementIds::CHECKBOX_READONLY, 0 ) >>= bReadOnly; in IMPL_STATIC_LINK()
479 …xPickerControls->getValue( ExtendedFilePickerElementIds::LISTBOX_VERSION, ControlActions::GET_SELE… in IMPL_STATIC_LINK()
493 …xPickerControls->getValue( CommonFilePickerElementIds::LISTBOX_FILTER, ControlActions::GET_SELECTE… in IMPL_STATIC_LINK()
/aoo41x/main/stoc/source/invocation/
H A Dinvocation.cxx162 virtual Any SAL_CALL getValue(const OUString& PropertyName)
399 xObj = *(Reference<XInterface>*)rMaterial.getValue(); in setMaterial()
533 Any Invocation_Impl::getValue( const OUString& PropertyName ) in getValue() function in stoc_inv::Invocation_Impl
537 return _xDirect->getValue( PropertyName ); in getValue()
/aoo41x/main/xmloff/source/draw/
H A Dximpcustomshape.cxx1225 aPathIter->Value.getValue()); in EndElement()
1237 aPathIter->Value.getValue()); in EndElement()
1269 pValues->Value.getValue()), pH ); in EndElement()
1277 pValues->Value.getValue())).First, pH ); in EndElement()
1279 pValues->Value.getValue())).Second, pH ); in EndElement()
/aoo41x/main/sw/source/ui/dbui/
H A Ddbinsdlg.cxx1790 pNewData->bIsTable = *(sal_Bool*)pDataSourceProps[7].getValue(); in Load()
1792 pNewData->bIsField = *(sal_Bool*)pDataSourceProps[8].getValue(); in Load()
1794 pNewData->bIsHeadlineOn = *(sal_Bool*)pDataSourceProps[9].getValue(); in Load()
1796 pNewData->bIsEmptyHeadln = *(sal_Bool*)pDataSourceProps[10].getValue(); in Load()
1828 pInsDBColumn->bHasFmt = *(sal_Bool*)pSubProps[2].getValue(); in Load()
1830 pInsDBColumn->bIsDBFmt = *(sal_Bool*)pSubProps[3].getValue(); in Load()
/aoo41x/main/ucb/source/ucp/webdav/
H A Dwebdavdatasupplier.cxx457 = pContentProperties->getValue( in getData()
474 = pContentProperties->getValue( in getData()
/aoo41x/main/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/
H A DInterceptor.java218 switch(aEvent.Action.getValue()) in frameAction()
317 switch(aEvent.Action.getValue()) in impl_frameAction()
/aoo41x/main/configmgr/source/
H A Dchildaccess.cxx273 return dynamic_cast< PropertyNode * >(node_.get())->getValue( in asValue()
323 return dynamic_cast< LocalizedValueNode * >(node_.get())->getValue(); in asValue()
/aoo41x/main/stoc/source/inspect/
H A Dintrospection.cxx445 xInterface = *( Reference<XInterface>*)obj.getValue(); in setPropertyValueByIndex()
480 Reference<XInterface> valInterface = *(Reference<XInterface>*)aValue.getValue(); in setPropertyValueByIndex()
589 xInterface = *(Reference<XInterface>*)obj.getValue(); in getPropertyValueByIndex()
800 mxIface = *(Reference<XInterface>*)maInspectedObject.getValue(); in ImplIntrospectionAccess()
936 mxIface = *( Reference< XInterface >*)mrInspectedObject.getValue(); in ImplIntrospectionAdapter()
1940 …Reference< XIdlClass > xIdlClass = mxCoreReflection->forName(((Type*)(aToInspectObj.getValue()))->… in inspect()
2032 x = *(Reference<XInterface>*)aToInspectObj.getValue(); in implInspect()
/aoo41x/main/stoc/source/invocation_adapterfactory/
H A Diafactory.cxx174 void getValue(
397 void AdapterImpl::getValue( in getValue() function in stoc_invadp::AdapterImpl
666 that->getValue( pMemberType, pReturn, pArgs, ppException ); in adapter_dispatch()
/aoo41x/main/pyuno/source/module/
H A Dpyuno.cxx427 OUString s = val2str( (void*) a.getValue(), a.getValueType().getTypeLibType() ); in PyUNO_str()
437 OUString s = val2str( (void*)me->members->wrappedObject.getValue(), in PyUNO_str()
529 anyRet = me->members->xInvocation->getValue (attrName); in PyUNO_getattr()
/aoo41x/main/sw/source/ui/uiview/
H A Dview2.cxx370 Any aVal = xCtrlAcc->getValue( ExtendedFilePickerElementIds::CHECKBOX_LINK, 0); in InsertGraphicDlg()
372 bAsLink = aVal.hasValue() ? *(sal_Bool*) aVal.getValue() : sal_True; in InsertGraphicDlg()
373 Any aTemplateValue = xCtrlAcc->getValue( in InsertGraphicDlg()
405 Any aVal = xCtrlAcc->getValue( ExtendedFilePickerElementIds::CHECKBOX_LINK, 0); in InsertGraphicDlg()
407 bAsLink = aVal.hasValue() ? *(sal_Bool*) aVal.getValue() : sal_True; in InsertGraphicDlg()
408 Any aTemplateValue = xCtrlAcc->getValue( in InsertGraphicDlg()
/aoo41x/main/sw/source/ui/envelp/
H A Denvimg.cxx208 … case 2: aEnvItem.bSend = *(sal_Bool*)pValues[nProp].getValue(); break;// "Inscription/UseSender", in SwEnvCfgItem()
238 …case 10: aEnvItem.bPrintFromAbove = *(sal_Bool*)pValues[nProp].getValue(); break;// "Print/FromAbo… in SwEnvCfgItem()
/aoo41x/main/svtools/source/inc/
H A Dunoiface.hxx315 double SAL_CALL getValue( ) throw(::com::sun::star::uno::RuntimeException);
359 double SAL_CALL getValue( ) throw(::com::sun::star::uno::RuntimeException);
411 sal_Int32 SAL_CALL getValue() throw(::com::sun::star::uno::RuntimeException);
/aoo41x/main/package/source/zipapi/
H A DZipOutputStream.cxx143 if (pEntry->nCrc != aCRC.getValue()) in closeEntry()
155 pEntry->nCrc = aCRC.getValue(); in closeEntry()
/aoo41x/main/chart2/source/controller/itemsetwrapper/
H A DCharacterPropertyItemConverter.cxx174 ( *reinterpret_cast< const sal_Bool * >( aValue.getValue()) != sal_False )) in FillSpecialItem()
206 ( *reinterpret_cast< const sal_Bool* >( aValue.getValue() ) != sal_False ) ) in FillSpecialItem()
/aoo41x/main/offapi/com/sun/star/i18n/
H A DXCalendar.idl103 short getValue( [in] short nCalendarFieldIndex );
199 <member>XCalendar::getValue()</member> with an appropriate
/aoo41x/main/connectivity/source/commontools/
H A DDateConversion.cxx365 double DBTypeConversion::getValue( const Reference< XColumn >& i_column, const Date& i_relativeToNu… in getValue() function in DBTypeConversion
465 double fValue = getValue( xVariant, rNullDate ); in getFormattedValue()
/aoo41x/main/wizards/com/sun/star/wizards/ui/
H A DFilterComponent.java271 Object value = currentControlRow.getValue(); in getFilterConditions()
939 protected Object getValue() in getValue() method in FilterComponent.ControlRow
951 double dblValue = ((Double) getValue()).doubleValue(); in getDateTimeString()

Completed in 140 milliseconds

1...<<11121314151617181920>>...32