Home
last modified time | relevance | path

Searched refs:Value (Results 501 – 525 of 1749) sorted by relevance

1...<<21222324252627282930>>...70

/aoo42x/main/sc/source/ui/vba/
H A Dvbaworkbooks.cxx278 aMediaDesc[ 0 ].Value <<= rFileName; in getFileFilterType()
352 sProps[ nIndex++ ].Value <<= sFormat; in Open()
354 …sProps[ nIndex++ ].Value <<= rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("Text - txt - csv (StarCal… in Open()
358 …sProps[ nIndex ].Value <<= rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("com.sun.star.sheet.Spreadsh… in Open()
/aoo42x/main/icc/
H A DSampleICC-1.3.2.patch1454 - sReport += " - Reserved Value must be zero.\r\n";
1455 + sReport += " - Reserved Value must be zero.\n";
1716 + sprintf(buf, "Value = %.4lf\n", icFtoD(m_Num[0]));
2107 - sprintf(buf, "Device Value= %u : Measurement Value= %.4lf\r\n", j->deviceCode, icFtoD(j->mea…
2108 + sprintf(buf, "Device Value= %u : Measurement Value= %.4lf\n", j->deviceCode, icFtoD(j->measu…
2376 - sReport += " - Reserved Value must be zero.\r\n";
2377 + sReport += " - Reserved Value must be zero.\n";
2534 - sReport += " - Reserved Value must be zero.\r\n";
2535 + sReport += " - Reserved Value must be zero.\n";
2824 - sReport += " - Reserved Value must be zero.\r\n";
[all …]
/aoo42x/main/ucb/source/ucp/package/
H A Dpkgcontent.cxx1182 if ( rValue.Value >>= aNewValue ) in setPropertyValues()
1225 if ( rValue.Value >>= aNewValue ) in setPropertyValues()
1263 if ( rValue.Value >>= bNewValue ) in setPropertyValues()
1300 if ( rValue.Value >>= bNewValue ) in setPropertyValues()
1350 if ( rValue.Value >>= aNewValue ) in setPropertyValues()
1397 if ( aOldValue != rValue.Value ) in setPropertyValues()
1400 rValue.Name, rValue.Value ); in setPropertyValues()
1404 aEvent.NewValue = rValue.Value; in setPropertyValues()
2046 rValue.Value <<= rInfo.NewTitle; in transfer()
2049 rValue.Value in transfer()
[all …]
/aoo42x/main/svl/source/fsstor/
H A Dfsfactory.cxx153 aPropsToSet[0].Value <<= aURL; in createInstanceWithArguments()
161 aPropsToSet[nNumArgs-1].Value = aDescr[nInd].Value; in createInstanceWithArguments()
/aoo42x/main/framework/source/uiconfiguration/
H A Dmoduleuicfgsupplier.cxx366 lProps[i].Value >>= sShort; in getUIConfigurationManager()
381 aArg.Value <<= sShort; in getUIConfigurationManager()
384 aArg.Value <<= ModuleIdentifier; in getUIConfigurationManager()
/aoo42x/main/framework/source/uifactory/
H A Duicontrollerfactory.cxx118 aPropValue.Value >>= aPropName; in createInstanceWithArgumentsAndContext()
132 aPropValue.Value <<= ServiceSpecifier; in createInstanceWithArgumentsAndContext()
141 aPropValue.Value <<= aValue; in createInstanceWithArgumentsAndContext()
/aoo42x/main/odk/examples/CLI/CSharp/Spreadsheet/
H A DViewSample.cs82 (unoidl.com.sun.star.sheet.XCellRangeReferrer) aPane.Value; in doSampleFunction()
110 aArguments[0].Value = new uno.Any( "Please select a range" ); in doSampleFunction()
113 aArguments[1].Value = new uno.Any( true ); in doSampleFunction()
/aoo42x/main/qadevOOo/tests/java/mod/_svtools/
H A DAccessibleBrowseBoxHeaderCell.java178 param1.Value = "Bibliography"; in createTestEnvironment()
182 param2.Value = new Integer(com.sun.star.sdb.CommandType.TABLE); in createTestEnvironment()
186 param3.Value = "biblio"; in createTestEnvironment()
/aoo42x/main/editeng/source/items/
H A Dxmlcnitm.cxx153 if( !pNewImpl->AddAttr( aPrefix, aLName, pData->Value ) ) in PutValue()
158 if( !pNewImpl->AddAttr( aPrefix, pData->Namespace, aLName, pData->Value ) ) in PutValue()
164 if( !pNewImpl->AddAttr( aName, pData->Value ) ) in PutValue()
/aoo42x/main/filter/source/svg/
H A Dsvgfilter.cxx115 rDescriptor[nInd].Value >>= bSelectionOnly; in filter()
186 … aNewDescriptor[nInsert].Value <<= static_cast<sal_Int16>(nCurrentPageNumber - 1); in filter()
195 aNewDescriptor[nInsert].Value <<= xShapes; in filter()
/aoo42x/main/qadevOOo/runner/util/
H A DXMLTools.java64 public String Value ; field in XMLTools.AttributeList.Attribute
102 attr.Value = value ; in add()
159 String value = ((Attribute) attributes.get(idx)).Value ; in getValueByIndex()
167 String value = ((Attribute) attrByName.get(name)).Value ; in getValueByName()
800 props[i].Value = values[i] ; in createMediaDescriptor()
/aoo42x/main/extensions/test/ole/VisualBasic/
H A DModule1.vb68 aToolbarItemProp1.Value = "macro:///standard.module1.TestIt"
70 aToolbarItemProp2.Value = "Test"
72 aToolbarItemProp3.Value = 0
486 tmpVar = System.DBNull.Value
862 objPropValue.Value = True
/aoo42x/main/editeng/source/accessibility/
H A DAccessibleEditableTextPara.cxx1490 uno::Any aAny( pAttribs[0].Value ); in getCharacterAttributes()
1531 rRes.Value <<= numStr; in getCharacterAttributes()
1544 rResField.Value <<= rtl::OUString(strFieldType.ToLowerAscii()); in getCharacterAttributes()
1769 uno::Any &anyChar = rRes.Value; in _correctValues()
1828 uno::Any &anyCharUnderLine = rRes.Value; in _correctValues()
1885 rRes.Value <<= (sal_Int16)-1; in _correctValues()
1897 rRes.Value = aPropSet._getPropertyValue( rRes.Name, mnParagraphIndex ); in _correctValues()
1910 rRes.Value <<= (sal_Int16)-1; in _correctValues()
1919 rRes.Value = aPropSet._getPropertyValue( rRes.Name, mnParagraphIndex ); in _correctValues()
2732 aPropSet.setPropertyValue(pPropArray->Name, pPropArray->Value); in setAttributes()
[all …]
/aoo42x/main/chart2/source/view/main/
H A DChartView.cxx271 aProps[0].Value <<= C2U("SVM"); in getMetaFile()
274 aProps[1].Value <<= xOutStream; in getMetaFile()
278 aFilterData[0].Value <<= sal_False; in getMetaFile()
280 aFilterData[1].Value <<= bUseHighContrast; in getMetaFile()
284 aFilterData[2].Value <<= nVersion; in getMetaFile()
293 aFilterData[4].Value = uno::makeAny( m_nScaleXNumerator ); in getMetaFile()
303 aProps[2].Value <<= aFilterData; in getMetaFile()
2955 pDataValues->Value >>= m_nScaleXNumerator; in setPropertyValue()
2957 pDataValues->Value >>= m_nScaleXDenominator; in setPropertyValue()
2959 pDataValues->Value >>= m_nScaleYNumerator; in setPropertyValue()
[all …]
/aoo42x/main/svx/source/form/
H A Dfmshimp.cxx3499 pDispatchArgs->Value <<= sColumnType; in CreateExternalView()
3504 pDispatchArgs->Value <<= nAddedColumns; in CreateExternalView()
3547 pDispatchArgs->Value = makeAny(aColumnProps); in CreateExternalView()
3571 pListBoxDescription->Value <<= (*aCtrlSource).first; in CreateExternalView()
3576 pListBoxDescription->Value <<= (*aCtrlSource).second; in CreateExternalView()
3581 pListBoxDescription->Value <<= (sal_Int16)1; in CreateExternalView()
3587 pListBoxDescription->Value = makeAny(eType); in CreateExternalView()
3617 pDispatchArgs->Value <<= fColName; in CreateExternalView()
3629 pDispatchArgs->Value <<= nPosition; in CreateExternalView()
3634 pDispatchArgs->Value = makeAny(aListBoxDescription); in CreateExternalView()
[all …]
/aoo42x/main/extensions/source/bibliography/
H A Dframectr.cxx461 pProps[0].Value <<= rtl::OUString(); in dispatch()
462 pProps[1].Value <<= aURL; in dispatch()
490 uno::Any aValue=pPropertyValue[0].Value; in dispatch()
494 aValue=pPropertyValue[1].Value; in dispatch()
903 uno::Any aValue=pPropertyValue[0].Value; in ChangeDataSource()
910 uno::Any aDB = pPropertyValue[1].Value; in ChangeDataSource()
/aoo42x/main/sc/source/filter/xml/
H A Dxmldrani.cxx327 aImportDescriptor[i].Value <<= sDatabaseName; in EndElement()
332 aImportDescriptor[i].Value <<= sConnectionRessource; in EndElement()
336 aImportDescriptor[i].Value <<= sSourceObject; in EndElement()
338 aImportDescriptor[i].Value <<= nSourceType; in EndElement()
340 aImportDescriptor[i].Value <<= bNative; in EndElement()
361 aProperty.Value <<= eOrientation; in EndElement()
/aoo42x/main/instsetoo_native/inc_ooolangpack/windows/msi_templates/
H A D_Validat.idt57 CheckBox Value Y Formatted The value string associated with the item.
74 ComboBox Value N Formatted The value string associated with this item. Selecting the line will…
142 Environment Value Y Formatted The value to set in the environmental settings.
185 IniFile Value N Formatted The value to be written.
287 MsiAssemblyName Value N Text The value part of the name-value pairs for the assembly name.
302 ODBCAttribute Value Y Text Value for ODBC driver attribute
315 ODBCSourceAttribute Value Y Text Value for ODBC data source attribute
335 Property Value N Text String value for property. Never null or empty.
355 Reg64 Value Y Formatted The registry value.
361 Registry Value Y Formatted The registry value.
[all …]
/aoo42x/main/instsetoo_native/inc_openoffice/windows/msi_templates/
H A D_Validat.idt57 CheckBox Value Y Formatted The value string associated with the item.
74 ComboBox Value N Formatted The value string associated with this item. Selecting the line will…
142 Environment Value Y Formatted The value to set in the environmental settings.
185 IniFile Value N Formatted The value to be written.
287 MsiAssemblyName Value N Text The value part of the name-value pairs for the assembly name.
302 ODBCAttribute Value Y Text Value for ODBC driver attribute
315 ODBCSourceAttribute Value Y Text Value for ODBC data source attribute
335 Property Value N Text String value for property. Never null or empty.
355 Reg64 Value Y Formatted The registry value.
361 Registry Value Y Formatted The registry value.
[all …]
/aoo42x/main/instsetoo_native/inc_sdkoo/windows/msi_templates/
H A D_Validat.idt57 CheckBox Value Y Formatted The value string associated with the item.
74 ComboBox Value N Formatted The value string associated with this item. Selecting the line will…
142 Environment Value Y Formatted The value to set in the environmental settings.
185 IniFile Value N Formatted The value to be written.
287 MsiAssemblyName Value N Text The value part of the name-value pairs for the assembly name.
302 ODBCAttribute Value Y Text Value for ODBC driver attribute
315 ODBCSourceAttribute Value Y Text Value for ODBC data source attribute
335 Property Value N Text String value for property. Never null or empty.
355 Reg64 Value Y Formatted The registry value.
361 Registry Value Y Formatted The registry value.
[all …]
/aoo42x/main/instsetoo_native/inc_ure/windows/msi_templates/
H A D_Validat.idt57 CheckBox Value Y Formatted The value string associated with the item.
74 ComboBox Value N Formatted The value string associated with this item. Selecting the line will…
142 Environment Value Y Formatted The value to set in the environmental settings.
185 IniFile Value N Formatted The value to be written.
287 MsiAssemblyName Value N Text The value part of the name-value pairs for the assembly name.
302 ODBCAttribute Value Y Text Value for ODBC driver attribute
315 ODBCSourceAttribute Value Y Text Value for ODBC data source attribute
335 Property Value N Text String value for property. Never null or empty.
355 Reg64 Value Y Formatted The registry value.
361 Registry Value Y Formatted The registry value.
[all …]
/aoo42x/main/framework/source/fwi/uielement/
H A Drootitemcontainer.cxx149 aPropSeq[j].Value >>= xIndexAccess; in RootItemContainer()
156 aPropSeq[nContainerIndex].Value <<= deepCopyContainer( xIndexAccess ); in RootItemContainer()
186 aPropSeq[j].Value >>= xIndexAccess; in copyItemContainer()
193 aPropSeq[nContainerIndex].Value <<= deepCopyContainer( xIndexAccess ); in copyItemContainer()
/aoo42x/main/offapi/com/sun/star/awt/grid/
H A DXMutableGridDataModel.idl112 @param Value
117 void updateCellData( [in] long ColumnIndex, [in] long RowIndex, [in] any Value )
155 void updateCellToolTip( [in] long ColumnIndex, [in] long RowIndex, [in] any Value )
166 void updateRowToolTip( [in] long RowIndex, [in] any Value )
/aoo42x/main/embedserv/source/embed/
H A Ddocholder.cxx201 aResArgs[nInd].Value >>= m_nMacroExecMode; in LoadDocInFrame()
789 aSeq[0].Value <<= sal_True; in SetDocument()
1034 aSeq[j].Value >>= aFilterName; in setTitle()
1056 aSeq[j].Value >>= m_aFilterName; in setTitle()
1181 aArgs[nInd].Value <<= aRect;
1202 if ( ( aArgs[nInd].Value >>= aRect ) && aRect.getLength() == 4 )
1229 if ( ( aArgs[nInd].Value >>= aRect ) && aRect.getLength() == 4 ) in GetDocumentBorder()
/aoo42x/main/odk/examples/DevelopersGuide/Text/
H A DTextDocuments.java471 loadProps[0].Value = new Boolean(true); in newDocComponentFromTemplate()
488 storeProps[0].Value = "MS Word 97"; in storeDocComponent()
500 printerDesc[0].Value = aPrinterName; in printDocComponent()
507 printOpts[0].Value = "1"; in printDocComponent()
1534 case 0 : aProps[j].Value = in NumberingExample()
1537 case 1 : aProps[j].Value = in NumberingExample()
1540 case 2 : aProps[j].Value = in NumberingExample()

Completed in 192 milliseconds

1...<<21222324252627282930>>...70