/trunk/main/filter/source/xmlfilterdetect/ |
H A D | filterdetect.cxx | 128 pValue[i].Value >>= sUrl; in detect() 134 pValue[i].Value >>= xInStream ; in detect() 135 pValue[i].Value >>= xIn ; in detect() 175 lProps[j].Value >>=tmpStr; in detect() 237 aArguments[location].Value <<=sTypeName; in detect() 279 pValue[i].Value >>= msFilterName; in initialize() 285 pValue[i].Value >>= msUserData; in initialize() 291 pValue[i].Value>>=msTemplateName; in initialize()
|
/trunk/main/sw/qa/complex/writer/ |
H A D | CheckNamedPropertyValues.java | 54 prop1[0].Value = "GoodGuy"; in checkNamedPropertyValues() 59 prop2[0].Value = "BadGuy"; in checkNamedPropertyValues() 67 assertEquals(prop1[0].Value, ret[0].Value); in checkNamedPropertyValues() 71 assertEquals(prop2[0].Value, ret[0].Value); in checkNamedPropertyValues()
|
/trunk/main/sc/source/filter/xml/ |
H A D | XMLExportDatabaseRanges.cxx | 103 aImportProperties[j].Value >>= nSourceType; in GetEmptyDatabaseRanges() 135 aImportDescriptor[i].Value >>= sDatabaseName; in WriteImportDescriptor() 137 aImportDescriptor[i].Value >>= sConRes; in WriteImportDescriptor() 139 aImportDescriptor[i].Value >>= sSourceObject; in WriteImportDescriptor() 141 aImportDescriptor[i].Value >>= nSourceType; in WriteImportDescriptor() 143 bNative = ::cppu::any2bool(aImportDescriptor[i].Value); in WriteImportDescriptor() 419 bCopyOutputData = ::cppu::any2bool(aSortProperties[i].Value); in WriteSortDescriptor() 424 bIsUserListEnabled = ::cppu::any2bool(aSortProperties[i].Value); in WriteSortDescriptor() 426 aSortProperties[i].Value >>= aOutputPosition; in WriteSortDescriptor() 428 aSortProperties[i].Value >>= nUserListIndex; in WriteSortDescriptor() [all …]
|
/trunk/main/sfx2/source/config/ |
H A D | evntconf.cxx | 177 pValues[ 0 ].Value <<= aType; in CreateEventData_Impl() 180 pValues[ 1 ].Value <<= aLib; in CreateEventData_Impl() 183 pValues[ 2 ].Value <<= aMacro; in CreateEventData_Impl() 196 pValues[ 0 ].Value <<= aLib; in CreateEventData_Impl() 199 pValues[ 1 ].Value <<= aMacro; in CreateEventData_Impl() 211 pValues[ 0 ].Value <<= ::rtl::OUString::createFromAscii(SVX_MACRO_LANGUAGE_JAVASCRIPT); in CreateEventData_Impl() 214 pValues[ 1 ].Value <<= aMacro; in CreateEventData_Impl()
|
/trunk/main/sw/source/core/access/ |
H A D | accpara.cxx | 1896 rValue.Value <<= sNumBullet; in getCharacterAttributes() 2282 rPropVal.Value != aDefIter->second.Value ) in _getRunAttributesImpl() 2488 rValue.Value = ChangeAttr.Value; in _correctValues() 2494 rValue.Value = ChangeAttr.Value; in _correctValues() 2501 uno::Any &anyChar = rValue.Value; in _correctValues() 2510 rValue.Value <<= crBack; in _correctValues() 2530 rValue.Value <<= crChar; in _correctValues() 2586 rValue.Value <<= crUnderline; in _correctValues() 2612 rValue.Value <<= tabs; in _correctValues() 2628 rValue.Value <<= aVal; in _correctValues() [all …]
|
/trunk/main/i18npool/source/localedata/ |
H A D | localedata.cxx | 1123 rVal.Value <<= sVal; in getContinuousNumberingLevels() 1131 rVal.Value <<= sVal; in getContinuousNumberingLevels() 1135 rVal.Value <<= sVal; in getContinuousNumberingLevels() 1424 pValues[0].Value <<= pTemp->sPrefix; in getByIndex() 1426 pValues[1].Value <<= pTemp->nNumType; in getByIndex() 1428 pValues[2].Value <<= pTemp->sSuffix; in getByIndex() 1434 pValues[5].Value <<= pTemp->nParentNumbering; in getByIndex() 1436 pValues[6].Value <<= pTemp->nLeftMargin; in getByIndex() 1440 pValues[8].Value <<= pTemp->nFirstLineOffset; in getByIndex() 1444 pValues[10].Value <<= pTemp->sTransliteration; in getByIndex() [all …]
|
/trunk/main/dbaccess/source/ui/browser/ |
H A D | exsrcbrw.cxx | 185 …sal_Bool bCorrectType = pArguments->Value.getValueType().equals(::getCppuType((const ::rtl::OUStri… in dispatch() 188 sControlType = ::comphelper::getString(pArguments->Value); in dispatch() 192 …sal_Bool bCorrectType = pArguments->Value.getValueType().equals(::getCppuType((const sal_Int16*)0)… in dispatch() 195 nControlPos = ::comphelper::getINT16(pArguments->Value); in dispatch() 199 …sal_Bool bCorrectType = pArguments->Value.getValueType().equals(::getCppuType((const Sequence< ::c… in dispatch() 202 … aControlProps = *(Sequence< ::com::sun::star::beans::PropertyValue>*)pArguments->Value.getValue(); in dispatch() 229 xNewCol->setPropertyValue(pControlProps->Name, pControlProps->Value); in dispatch() 265 …e.equals(::rtl::OUString::createFromAscii("MasterForm"))) && (pArguments->Value.getValueTypeClass(… in dispatch() 267 …xMasterForm = Reference< XRowSet > (*(Reference< XInterface > *)pArguments->Value.getValue(), UNO_… in dispatch()
|
/trunk/main/reportbuilder/java/com/sun/star/report/pentaho/ |
H A D | SOReportJobFactory.java | 252 … activeConnection = (XConnection) UnoRuntime.queryInterface(XConnection.class, aProps.Value); in createReportJob() 256 … report = (XReportDefinition) UnoRuntime.queryInterface(XReportDefinition.class, aProps.Value); in createReportJob() 260 input = (XStorage) UnoRuntime.queryInterface(XStorage.class, aProps.Value); in createReportJob() 264 output = (XStorage) UnoRuntime.queryInterface(XStorage.class, aProps.Value); in createReportJob() 268 rowSet = (XRowSet) UnoRuntime.queryInterface(XRowSet.class, aProps.Value); in createReportJob() 272 mimetype = (String) aProps.Value; in createReportJob() 276 maxRows = (Integer) aProps.Value; in createReportJob() 280 author = (String) aProps.Value; in createReportJob() 284 title = (String) aProps.Value; in createReportJob()
|
/trunk/main/sdext/source/pdfimport/ |
H A D | filterdet.cxx | 374 pAttribs[i].Value >>= aVal; in detect() 380 pAttribs[i].Value >>= xInput; in detect() 382 pAttribs[i].Value >>= aURL; in detect() 388 pAttribs[i].Value >>= aPwd; in detect() 497 rFilterData[nFilterNamePos].Value <<= aOutFilterName; in detect() 502 rFilterData[nAttribs-1].Value <<= xEmbedStream; in detect() 512 rFilterData[ nPwdPos ].Value <<= aPwd; in detect() 532 …rFilterData[nFilterNamePos].Value <<= rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "draw_pdf_import… in detect() 536 …rFilterData[nFilterNamePos].Value <<= rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "impress_pdf_imp… in detect() 540 …rFilterData[nFilterNamePos].Value <<= rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "writer_pdf_impo… in detect() [all …]
|
/trunk/main/xmlsecurity/source/xmlsec/nss/ |
H A D | sanextension_nssimpl.cxx | 129 otherNameProp.Value <<= otherName; in getAlternativeNames() 131 arrCertAltNameEntry[i].Value <<= otherNameProp; in getAlternativeNames() 136 …arrCertAltNameEntry[i].Value <<= ::rtl::OUString((const sal_Char*)current->name.other.data, curren… in getAlternativeNames() 140 …arrCertAltNameEntry[i].Value <<= ::rtl::OUString((const sal_Char*)current->name.other.data, curren… in getAlternativeNames() 159 …arrCertAltNameEntry[i].Value <<= ::rtl::OUString((const sal_Char*)current->name.other.data, curren… in getAlternativeNames() 168 arrCertAltNameEntry[i].Value <<= ipAddress; in getAlternativeNames() 177 … arrCertAltNameEntry[i].Value <<= rtl::OStringToOUString( unoOid, RTL_TEXTENCODING_ASCII_US ); in getAlternativeNames()
|
/trunk/main/offapi/com/sun/star/awt/ |
H A D | XMetricField.idl | 47 void setValue( [in] hyper Value, [in] short FieldUnit ); 53 void setUserValue( [in] hyper Value, [in] short FieldUnit ); 71 void setMin( [in] hyper Value, [in] short FieldUnit ); 84 void setMax( [in] hyper Value, [in] short FieldUnit ); 97 void setFirst( [in] hyper Value, [in] short FieldUnit ); 109 void setLast( [in] hyper Value, [in] short FieldUnit ); 121 void setSpinSize( [in] hyper Value );
|
/trunk/main/svx/source/dialog/ |
H A D | docrecovery.cxx | 227 lCopyArgs[0].Value <<= sal_False; in saveBrokenTempEntries() 229 lCopyArgs[1].Value <<= sPath; in saveBrokenTempEntries() 265 lCopyArgs[0].Value <<= sal_False; in saveAllTempEntries() 267 lCopyArgs[1].Value <<= sPath; in saveAllTempEntries() 405 lArgs[0].Value <<= sal_False; in doEmergencySavePrepare() 420 lArgs[0].Value <<= m_xProgress; in doEmergencySave() 422 lArgs[1].Value <<= sal_True; in doEmergencySave() 437 lArgs[0].Value <<= m_xProgress; in doRecovery() 439 lArgs[1].Value <<= sal_True; in doRecovery() 658 aProp.Value <<= xProgressWindow; in PluginProgress() [all …]
|
H A D | svxbmpnumvalueset.cxx | 265 rValue.Value <<= (sal_Int32)(i + 1); in UserDraw() 318 pValues[nProperty].Value >>= aNumberingTypes[i]; in UserDraw() 320 pValues[nProperty].Value >>= sFontNames[i]; in UserDraw() 322 pValues[nProperty].Value >>= sBulletChars[i]; in UserDraw() 324 pValues[nProperty].Value >>= sPrefixes[i]; in UserDraw() 326 pValues[nProperty].Value >>= sSuffixes[i]; in UserDraw() 328 pValues[nProperty].Value >>= aParentNumberings[i]; in UserDraw() 333 pProperties[0].Value <<= aNumberingTypes[i]; in UserDraw() 335 pProperties[1].Value <<= (sal_Int32)1; in UserDraw()
|
/trunk/main/framework/source/uielement/ |
H A D | toolbarsmenucontroller.cxx | 273 aPropSeq[i].Value >>= aStr; in getUINameFromCommand() 299 pProperties[j].Value >>= aResourceURL; in fillHashMap() 301 pProperties[j].Value >>= aUIName; in fillHashMap() 358 aTbSeq[0].Value <<= aToolBarArray[i].aToolBarUIName; in getLayoutManagerToolbars() 359 aTbSeq[1].Value <<= aToolBarArray[i].aToolBarResName; in getLayoutManagerToolbars() 427 aWindowState[i].Value >>= aUIName; in fillPopupMenu() 429 aWindowState[i].Value >>= bHideFromMenu; in fillPopupMenu() 431 aWindowState[i].Value >>= bContextSensitive; in fillPopupMenu() 433 aWindowState[i].Value >>= bVisible; in fillPopupMenu() 673 aWindowState[j].Value >>= bVisible; in itemSelected() [all …]
|
H A D | statusbarmerger.cxx | 72 aPropVal.Value >>= rItem.aCommandURL; in lcl_ConvertSequenceToValues() 74 aPropVal.Value >>= rItem.aLabel; in lcl_ConvertSequenceToValues() 76 aPropVal.Value >>= rItem.aContext; in lcl_ConvertSequenceToValues() 78 aPropVal.Value >>= sAlignment; in lcl_ConvertSequenceToValues() 80 aPropVal.Value >>= bAutoSize; in lcl_ConvertSequenceToValues() 82 aPropVal.Value >>= bOwnerDraw; in lcl_ConvertSequenceToValues() 86 aPropVal.Value >>= aWidth; in lcl_ConvertSequenceToValues()
|
/trunk/main/offapi/com/sun/star/rdf/ |
H A D | Literal.idl | 53 @param Value 56 create( [in] string Value ); 61 @param Value 67 createWithType( [in] string Value, [in] XURI Type ); 72 @param Value 78 createWithLanguage( [in] string Value, [in] string Language );
|
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/util/ |
H A D | dbg.java | 255 if (ps.Value instanceof String[] ){ in printProperyValuePairs() 256 String[] values = (String[]) ps.Value; in printProperyValuePairs() 271 } else if (ps.Value instanceof PropertyValue){ in printProperyValuePairs() 274 printProperyValuePairs((PropertyValue)ps.Value, out); in printProperyValuePairs() 277 } else if (ps.Value instanceof PropertyValue[]){ in printProperyValuePairs() 280 printProperyValueSequenzePairs((PropertyValue[])ps.Value, out); in printProperyValuePairs() 284 out.println("Name: '" + ps.Name + "' Value: '" + ps.Value.toString() + "'"); in printProperyValuePairs()
|
/trunk/main/filter/source/filtertracer/ |
H A D | filtertracer.cxx | 117 rProp.Value >>= mnLogLevel; in initialize() 119 rProp.Value >>= msClassFilter; in initialize() 121 rProp.Value >>= msMethodFilter; in initialize() 123 rProp.Value >>= msMessageFilter; in initialize() 125 rProp.Value >>= mxOutputStream; in initialize() 127 rProp.Value >>= msURL; in initialize() 129 rProp.Value >>= mxDocumentHandler; in initialize()
|
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/convwatch/ |
H A D | OfficePrint.java | 102 sValue = AnyConverter.toString(_aValue.Value); in showProperty() 195 Arg.Value = Boolean.TRUE; in loadFromURL() 203 Arg.Value = _aGTA.getImportFilterName(); in loadFromURL() 260 aFiltername.Value = getFilterName_forPDF(xServiceInfo); in exportToPDF() 605 Arg.Value = _aGTA.getPrinterName(); in impl_printToFileWithOOo() 644 Arg.Value = _sPrintFileURL; in impl_printToFileWithOOo() 667 Arg.Value = sPages; in impl_printToFileWithOOo() 1026 String sValue = (String)aPropertyValue.Value; in getInternalFilterName() 1103 String sValue = (String)aPropertyValue.Value; in getServiceNameFromFilterName() 1189 aExtensions = (String[])aPropertyValue.Value; in getFileExtension() [all …]
|
/trunk/main/sfx2/source/control/ |
H A D | unoctitm.cxx | 600 rArgs[nLen].Value <<= aValue.toInt32(); in addParametersToArgs() 605 rArgs[nLen].Value <<= aValue.toBoolean(); in addParametersToArgs() 610 rArgs[nLen].Value <<= sal_Int8( aValue.toInt32() ); in addParametersToArgs() 615 rArgs[nLen].Value <<= aValue.toInt32(); in addParametersToArgs() 620 rArgs[nLen].Value <<= sal_Int8( aValue.toInt32() ); in addParametersToArgs() 625 rArgs[nLen].Value <<= aValue.toInt64(); in addParametersToArgs() 630 rArgs[nLen].Value <<= aValue.toFloat(); in addParametersToArgs() 640 rArgs[nLen].Value <<= aValue.toDouble(); in addParametersToArgs() 707 if( rProp.Value >>=bTemp ) in dispatch() 716 rProp.Value >>= nModifier; in dispatch() [all …]
|
/trunk/main/writerfilter/inc/resourcemodel/ |
H A D | WW8ResourceModel.hxx | 117 class Value; 132 virtual void attribute(Id name, Value & val) = 0; 290 class WRITERFILTER_DLLPUBLIC Value class 296 typedef auto_ptr<Value> Pointer_t; 333 virtual ~Value() {} in ~Value() 353 virtual Value::Pointer_t getValue() = 0;
|
/trunk/main/connectivity/source/drivers/flat/ |
H A D | EConnection.cxx | 83 OSL_VERIFY( pBegin->Value >>= m_bHeaderLine ); in construct() 87 OSL_VERIFY( pBegin->Value >>= aVal ); in construct() 93 OSL_VERIFY( pBegin->Value >>= aVal ); in construct() 99 OSL_VERIFY( pBegin->Value >>= aVal ); in construct() 105 OSL_VERIFY( pBegin->Value >>= aVal ); in construct() 110 pBegin->Value >>= m_nMaxRowsToScan; in construct()
|
/trunk/main/accessibility/workben/org/openoffice/accessibility/awb/view/text/ |
H A D | TextAttributeDialog.java | 114 aSequence[0].Value = new Integer (maBoldCheckBox.isSelected() ? 150 : 100); in EditableTextAction() 117 aSequence[1].Value = new Integer (maUnderlineCheckBox.isSelected() ? 1 : 0); in EditableTextAction() 120 aSequence[2].Value = new Integer (maBackground.getRGB()); in EditableTextAction() 123 aSequence[3].Value = new Integer (maForeground.getRGB()); in EditableTextAction() 126 aSequence[4].Value = new Integer (maItalicsCheckBox.isSelected() ? 1 : 0); in EditableTextAction() 129 aSequence[5].Value = new Boolean (false); in EditableTextAction()
|
/trunk/main/dbaccess/qa/complex/dbaccess/ |
H A D | PropertyBag.java | 168 if ( !value.equals( expectedValues[i].Value ) ) in checkSequenceAccess() 171 System.out.println( "expected value: " + expectedValues[i].Value.toString() ); in checkSequenceAccess() 173 …fail( "retrieving a previously set property (" + expectedValues[i].Value.getClass().toString() + "… in checkSequenceAccess() 183 final Object value = currentValues[i].Value; in checkSequenceAccess() 188 if ( !expectedValues[j].Value.equals( value ) ) in checkSequenceAccess() 191 … System.out.println( "expected value: " + expectedValues[j].Value.toString() ); in checkSequenceAccess() 246 if ( !m_set.getPropertyValue( newlyAdded.Name ).equals( newlyAdded.Value ) ) in checkDynamicSet()
|
/trunk/main/svx/source/items/ |
H A D | zoomitem.cxx | 126 aSeq[0].Value <<= sal_Int32( GetValue() ); in QueryValue() 128 aSeq[1].Value <<= sal_Int16( nValueSet ); in QueryValue() 130 aSeq[2].Value <<= sal_Int16( eType ); in QueryValue() 166 bAllConverted &= ( aSeq[i].Value >>= nValueTmp ); in PutValue() 171 bAllConverted &= ( aSeq[i].Value >>= nValueSetTmp ); in PutValue() 176 bAllConverted &= ( aSeq[i].Value >>= nTypeTmp ); in PutValue()
|