/aoo42x/main/reportdesign/source/ui/inspection/ |
H A D | GeometryHandler.cxx | 367 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 D | DataProviderHandler.cxx | 188 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 324 … aPropertyValue = m_xTypeConverter->convertTo( _rControlValue, ::getCppuType((const sal_Int32*)0)); in convertToPropertyValue() 335 … aPropertyValue = m_xFormComponentHandler->convertToPropertyValue(_rPropertyValue, _rControlValue); in convertToPropertyValue() 337 return aPropertyValue; in convertToPropertyValue()
|
/aoo42x/main/svtools/source/uno/ |
H A D | svtxgridcontrol.cxx | 464 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 …]
|
/aoo42x/main/odk/examples/DevelopersGuide/GUI/ |
H A D | DialogDocument.java | 116 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 D | ImageControlSample.java | 143 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()
|
/aoo42x/main/extensions/source/propctrlr/ |
H A D | handlerhelper.cxx | 192 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() 207 … aPropertyValue = xConversionHelper->convertToPropertyValue( sControlValue, _rProperty.Type ); in convertToPropertyValue() 214 aPropertyValue = _rxTypeConverter->convertTo( _rControlValue, _rProperty.Type ); in convertToPropertyValue() 222 return aPropertyValue; in convertToPropertyValue()
|
H A D | formcomponenthandler.cxx | 264 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 D | cellbindinghandler.cxx | 362 Any aPropertyValue; in convertToPropertyValue() local 366 return aPropertyValue; in convertToPropertyValue() 375 … aPropertyValue <<= m_pHelper->createCellListSourceFromStringAddress( sControlValue ); in convertToPropertyValue() 390 …aPropertyValue <<= m_pHelper->createCellBindingFromStringAddress( sControlValue, bIntegerBinding ); in convertToPropertyValue() 395 m_pCellExchangeConverter->getValueFromDescription( sControlValue, aPropertyValue ); in convertToPropertyValue() 403 return aPropertyValue; in convertToPropertyValue()
|
H A D | submissionhandler.cxx | 358 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 D | propertyhandler.cxx | 158 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 D | genericpropertyhandler.cxx | 446 Any aPropertyValue; in convertToPropertyValue() local 449 return aPropertyValue; in convertToPropertyValue() 455 …mpl_getEnumConverter( pos->second.Type )->getValueFromDescription( sControlValue, aPropertyValue ); in convertToPropertyValue() 458 …aPropertyValue = PropertyHandlerHelper::convertToPropertyValue( m_aContext.getContext(),m_xTypeCon… in convertToPropertyValue() 460 return aPropertyValue; in convertToPropertyValue()
|
H A D | browserlistbox.cxx | 941 Any aPropertyValue; in impl_getControlAsPropertyValue() local 955 …aPropertyValue = _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 D | propcontroller.cxx | 1290 … ::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()
|
/aoo42x/main/stoc/source/javavm/ |
H A D | javavm.cxx | 1127 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 …]
|
/aoo42x/main/comphelper/source/misc/ |
H A D | namedvaluecollection.cxx | 186 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()
|
/aoo42x/main/qadevOOo/runner/graphical/ |
H A D | OpenOfficePostscriptCreator.java | 987 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()
|
/aoo42x/main/qadevOOo/runner/convwatch/ |
H A D | OfficePrint.java | 1022 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()
|
/aoo42x/main/wizards/com/sun/star/wizards/table/ |
H A D | FieldDescription.java | 88 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()
|
/aoo42x/main/odk/examples/java/Inspector/ |
H A D | InspectorPane.java | 433 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 D | UnoPropertyNode.java | 42 PropertyValue aPropertyValue; field in UnoPropertyNode 70 aPropertyValue = _aPropertyValue; in UnoPropertyNode() 71 m_sPropertyName = aPropertyValue.Name; in UnoPropertyNode()
|
/aoo42x/main/sfx2/source/doc/ |
H A D | sfxmodelfactory.cxx | 157 PropertyValue aPropertyValue; in operator ()() local 158 … if ( ( _rArgument >>= aPropertyValue ) && isSpecialArgumentName( aPropertyValue.Name ) ) in operator ()()
|
/aoo42x/main/xmloff/source/forms/handler/ |
H A D | vcl_date_handler.cxx | 96 const Any aPropertyValue( makeAny( nVCLDate ) ); in getPropertyValues() local 104 prop->second = aPropertyValue; in getPropertyValues()
|
H A D | vcl_time_handler.cxx | 97 const Any aPropertyValue( makeAny( nVCLTime ) ); in getPropertyValues() local 105 prop->second = aPropertyValue; in getPropertyValues()
|
/aoo42x/main/chart2/source/controller/itemsetwrapper/ |
H A D | GraphicPropertyItemConverter.cxx | 156 ::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()
|
/aoo42x/main/wizards/com/sun/star/wizards/db/ |
H A D | DBMetaData.java | 1072 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()
|