Home
last modified time | relevance | path

Searched refs:aPropertyValue (Results 1 – 25 of 30) sorted by relevance

12

/trunk/main/reportdesign/source/ui/inspection/
H A DGeometryHandler.cxx367 uno::Any aPropertyValue; in getPropertyValue() local
376 lcl_convertFormulaTo(aPropertyValue,aPropertyValue); in getPropertyValue()
441 aPropertyValue.clear(); in getPropertyValue()
455 return aPropertyValue; in getPropertyValue()
477 uno::Any aPropertyValue; in setPropertyValue() local
577 lcl_convertFormulaTo(aPropertyValue,aPropertyValue); in setPropertyValue()
1051 aPropertyValue >>= nPosX; in convertToPropertyValue()
1055 aPropertyValue <<= nPosX; in convertToPropertyValue()
1105 return aPropertyValue; in convertToPropertyValue()
1194 aPropertyValue >>= nPosX; in convertToControlValue()
[all …]
H A DDataProviderHandler.cxx188 uno::Any aPropertyValue; in getPropertyValue() local
221 aPropertyValue <<= m_xDataProvider->getRowLimit(); in getPropertyValue()
224 aPropertyValue = m_xFormComponentHandler->getPropertyValue( PropertyName ); in getPropertyValue()
227 return aPropertyValue; in getPropertyValue()
233 uno::Any aPropertyValue; in setPropertyValue() local
315 uno::Any aPropertyValue( _rControlValue ); in convertToPropertyValue() local
324aPropertyValue = m_xTypeConverter->convertTo( _rControlValue, ::getCppuType((const sal_Int32*)0)); in convertToPropertyValue()
335aPropertyValue = m_xFormComponentHandler->convertToPropertyValue(_rPropertyValue, _rControlValue); in convertToPropertyValue()
337 return aPropertyValue; in convertToPropertyValue()
/trunk/main/svtools/source/uno/
H A Dsvtxgridcontrol.cxx464 Any aPropertyValue; in getProperty() local
481 aPropertyValue <<= eSelectionType; in getProperty()
486 aPropertyValue <<= sal_Bool( m_pTableModel->hasRowHeaders() ); in getProperty()
494 aPropertyValue <<= m_pTableModel->getDataModel(); in getProperty()
498 aPropertyValue <<= m_pTableModel->getColumnModel(); in getProperty()
504 aPropertyValue <<= bHasScrollbar; in getProperty()
511 aPropertyValue <<= bHasScrollbar; in getProperty()
520 aPropertyValue <<= pGridRenderer->useGridLines(); in getProperty()
528 aPropertyValue.clear(); in getProperty()
536 aPropertyValue <<= aAPIColors; in getProperty()
[all …]
/trunk/main/odk/examples/DevelopersGuide/GUI/
H A DDialogDocument.java116 PropertyValue aPropertyValue = new PropertyValue(); in showDocumentinDialogWindow() local
117 aPropertyValue.Name = "Preview"; in showDocumentinDialogWindow()
118 aPropertyValue.Value = Boolean.TRUE; in showDocumentinDialogWindow()
119 aPropertyValues[0] = aPropertyValue; in showDocumentinDialogWindow()
120 aPropertyValue = new PropertyValue(); in showDocumentinDialogWindow()
121 aPropertyValue.Name = "ReadOnly"; in showDocumentinDialogWindow()
122 aPropertyValue.Value = Boolean.TRUE; in showDocumentinDialogWindow()
123 aPropertyValues[1] = aPropertyValue; in showDocumentinDialogWindow()
H A DImageControlSample.java143 PropertyValue aPropertyValue = new PropertyValue(); in getGraphic() local
144 aPropertyValue.Name = "URL"; in getGraphic()
145 aPropertyValue.Value = sImageUrl; in getGraphic()
146 aPropertyValues[0] = aPropertyValue; in getGraphic()
/trunk/main/extensions/source/propctrlr/
H A Dhandlerhelper.cxx192 Any aPropertyValue( _rControlValue ); in convertToPropertyValue() local
193 if ( !aPropertyValue.hasValue() ) in convertToPropertyValue()
195 return aPropertyValue; in convertToPropertyValue()
197 if ( aPropertyValue.getValueType().equals( _rProperty.Type ) ) in convertToPropertyValue()
199 return aPropertyValue; in convertToPropertyValue()
207aPropertyValue = xConversionHelper->convertToPropertyValue( sControlValue, _rProperty.Type ); in convertToPropertyValue()
214 aPropertyValue = _rxTypeConverter->convertTo( _rControlValue, _rProperty.Type ); in convertToPropertyValue()
222 return aPropertyValue; in convertToPropertyValue()
H A Dformcomponenthandler.cxx264 aPropertyValue >>= aPropStr; in impl_getPropertyValue_throw()
271 aPropertyValue <<= aResourceStr; in impl_getPropertyValue_throw()
279 aPropertyValue >>= aStrings; in impl_getPropertyValue_throw()
301 aPropertyValue <<= aResolvedStrings; in impl_getPropertyValue_throw()
307 return aPropertyValue; in impl_getPropertyValue_throw()
367 aPropertyValue >>= aPropStr; in setPropertyValue()
416 aPropertyValue >>= aOldIdStrings; in setPropertyValue()
505 if ( !aPropertyValue.hasValue() ) in convertToPropertyValue()
511 return aPropertyValue; in convertToPropertyValue()
560 aPropertyValue <<= bShow; in convertToPropertyValue()
[all …]
H A Dcellbindinghandler.cxx362 Any aPropertyValue; in convertToPropertyValue() local
366 return aPropertyValue; in convertToPropertyValue()
375aPropertyValue <<= m_pHelper->createCellListSourceFromStringAddress( sControlValue ); in convertToPropertyValue()
390aPropertyValue <<= m_pHelper->createCellBindingFromStringAddress( sControlValue, bIntegerBinding ); in convertToPropertyValue()
395 m_pCellExchangeConverter->getValueFromDescription( sControlValue, aPropertyValue ); in convertToPropertyValue()
403 return aPropertyValue; in convertToPropertyValue()
H A Dsubmissionhandler.cxx358 Any aPropertyValue; in convertToPropertyValue() local
362 return aPropertyValue; in convertToPropertyValue()
373 aPropertyValue <<= xSubmission; in convertToPropertyValue()
382 aEnumConversion->getValueFromDescription( sControlValue, aPropertyValue ); in convertToPropertyValue()
390 return aPropertyValue; in convertToPropertyValue()
H A Dpropertyhandler.cxx158 Any aPropertyValue; in convertToPropertyValue() local
161 return aPropertyValue; in convertToPropertyValue()
170 aEnumConversion->getValueFromDescription( sControlValue, aPropertyValue ); in convertToPropertyValue()
173 aPropertyValue = PropertyHandlerHelper::convertToPropertyValue( in convertToPropertyValue()
175 return aPropertyValue; in convertToPropertyValue()
H A Dgenericpropertyhandler.cxx446 Any aPropertyValue; in convertToPropertyValue() local
449 return aPropertyValue; in convertToPropertyValue()
455 …mpl_getEnumConverter( pos->second.Type )->getValueFromDescription( sControlValue, aPropertyValue ); in convertToPropertyValue()
458aPropertyValue = PropertyHandlerHelper::convertToPropertyValue( m_aContext.getContext(),m_xTypeCon… in convertToPropertyValue()
460 return aPropertyValue; in convertToPropertyValue()
H A Dbrowserlistbox.cxx941 Any aPropertyValue; in impl_getControlAsPropertyValue() local
955aPropertyValue = _rLine.xHandler->convertToPropertyValue( _rLine.pLine->GetEntryName(), xControl->… in impl_getControlAsPropertyValue()
957 aPropertyValue = xControl->getValue(); in impl_getControlAsPropertyValue()
963 return aPropertyValue; in impl_getControlAsPropertyValue()
H A Dpropcontroller.cxx1290 … ::std::vector< Any >::const_iterator aPropertyValue = aActuatingPropertyValues.begin(); in UpdateUI()
1291 for ( ; aProperty != aActuatingProperties.end(); ++aProperty, ++aPropertyValue ) in UpdateUI()
1292 … impl_broadcastPropertyChange_nothrow( *aProperty, *aPropertyValue, *aPropertyValue, true ); in UpdateUI()
/trunk/main/stoc/source/javavm/
H A Djavavm.cxx1127 rtl::OUString aPropertyValue; in elementReplaced() local
1142 rEvent.Element >>= aPropertyValue; in elementReplaced()
1151 aPropertyValue = rtl::OUString::valueOf(n); in elementReplaced()
1158 rEvent.Element >>= aPropertyValue; in elementReplaced()
1174 rEvent.Element >>= aPropertyValue; in elementReplaced()
1192 rEvent.Element >>= aPropertyValue; in elementReplaced()
1193 aPropertyValue = aPropertyValue.replace(';', '|'); in elementReplaced()
1266 aPropertyValue= aPropertyValue.trim(); in elementReplaced()
1268 aPropertyValue.getLength() == 0 || in elementReplaced()
1303 … jstring jsPropValue= pJNIEnv->NewString( aPropertyValue.getStr(), aPropertyValue.getLength()); in elementReplaced()
[all …]
/trunk/main/comphelper/source/misc/
H A Dnamedvaluecollection.cxx186 PropertyValue aPropertyValue; in impl_assign() local
194 else if ( i_rWrappedElements >>= aPropertyValue ) in impl_assign()
195 impl_assign( Sequence< PropertyValue >( &aPropertyValue, 1 ) ); in impl_assign()
208 PropertyValue aPropertyValue; in impl_assign() local
215 if ( *pArgument >>= aPropertyValue ) in impl_assign()
216 m_pImpl->aValues[ aPropertyValue.Name ] = aPropertyValue.Value; in impl_assign()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/graphical/
H A DOpenOfficePostscriptCreator.java987 PropertyValue aPropertyValue = (PropertyValue)aElements[i]; in getInternalFilterName() local
989 if (aPropertyValue.Name.equals("Type")) in getInternalFilterName()
991 String sValue = (String)aPropertyValue.Value; in getInternalFilterName()
1065 PropertyValue aPropertyValue = (PropertyValue)aElements[i]; in getServiceNameFromFilterName() local
1066 if (aPropertyValue.Name.equals("DocumentService")) in getServiceNameFromFilterName()
1068 String sValue = (String)aPropertyValue.Value; in getServiceNameFromFilterName()
1150 PropertyValue aPropertyValue = (PropertyValue)aElements[i]; in getFileExtension() local
1152 if (aPropertyValue.Name.equals("Extensions")) in getFileExtension()
1154 aExtensions = (String[])aPropertyValue.Value; in getFileExtension()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/convwatch/
H A DOfficePrint.java1022 PropertyValue aPropertyValue = (PropertyValue)aElements[i]; in getInternalFilterName() local
1024 if (aPropertyValue.Name.equals("Type")) in getInternalFilterName()
1026 String sValue = (String)aPropertyValue.Value; in getInternalFilterName()
1100 PropertyValue aPropertyValue = (PropertyValue)aElements[i]; in getServiceNameFromFilterName() local
1101 if (aPropertyValue.Name.equals("DocumentService")) in getServiceNameFromFilterName()
1103 String sValue = (String)aPropertyValue.Value; in getServiceNameFromFilterName()
1185 PropertyValue aPropertyValue = (PropertyValue)aElements[i]; in getFileExtension() local
1187 if (aPropertyValue.Name.equals("Extensions")) in getFileExtension()
1189 aExtensions = (String[])aPropertyValue.Value; in getFileExtension()
/trunk/main/wizards/com/sun/star/wizards/table/
H A DFieldDescription.java88 PropertyValue aPropertyValue = (PropertyValue) aPropertyValues.get(i); in setName() local
89 if (aPropertyValue.Name.equals(PropertyNames.PROPERTY_NAME)) in setName()
91 aPropertyValue.Value = _newfieldname; in setName()
92 aPropertyValues.set(i, aPropertyValue); in setName()
/trunk/main/odk/examples/java/Inspector/
H A DInspectorPane.java433 PropertyValue aPropertyValue = (PropertyValue) object[i]; in addPropertyValueSubNodes() local
434 if (! m_oIntrospector.isObjectPrimitive(aPropertyValue.Value)){ in addPropertyValueSubNodes()
435 … oChildNode = m_xTreeControlProvider.addUnoPropertyNode(_oUnoObject, aPropertyValue, _oUnoObject); in addPropertyValueSubNodes()
438 …oChildNode = addUnoNode(null, aPropertyValue.Value, UnoPropertyNode.getStandardPropertyValueDescri… in addPropertyValueSubNodes()
H A DUnoPropertyNode.java42 PropertyValue aPropertyValue; field in UnoPropertyNode
70 aPropertyValue = _aPropertyValue; in UnoPropertyNode()
71 m_sPropertyName = aPropertyValue.Name; in UnoPropertyNode()
/trunk/main/sfx2/source/doc/
H A Dsfxmodelfactory.cxx157 PropertyValue aPropertyValue; in operator ()() local
158 … if ( ( _rArgument >>= aPropertyValue ) && isSpecialArgumentName( aPropertyValue.Name ) ) in operator ()()
/trunk/main/xmloff/source/forms/handler/
H A Dvcl_date_handler.cxx96 const Any aPropertyValue( makeAny( nVCLDate ) ); in getPropertyValues() local
104 prop->second = aPropertyValue; in getPropertyValues()
H A Dvcl_time_handler.cxx97 const Any aPropertyValue( makeAny( nVCLTime ) ); in getPropertyValues() local
105 prop->second = aPropertyValue; in getPropertyValues()
/trunk/main/chart2/source/controller/itemsetwrapper/
H A DGraphicPropertyItemConverter.cxx156 ::rtl::OUString aPropertyValue( rItem.GetName()); in lcl_SetContentForNamedProperty()
161 xNameAcc->hasByName( aPropertyValue )) in lcl_SetContentForNamedProperty()
163 rItem.PutValue( xNameAcc->getByName( aPropertyValue ), nMemberId ); in lcl_SetContentForNamedProperty()
/trunk/main/wizards/com/sun/star/wizards/db/
H A DDBMetaData.java1072 PropertyValue[] aPropertyValue = new PropertyValue[2]; in callSQLErrorMessageDialog() local
1073 aPropertyValue[0] = Properties.createProperty("SQLException", oSQLException); in callSQLErrorMessageDialog()
1074 aPropertyValue[1] = Properties.createProperty("ParentWindow", _xWindow); in callSQLErrorMessageDialog()
1075 xInitialization.initialize(aPropertyValue); in callSQLErrorMessageDialog()

Completed in 161 milliseconds

12