/trunk/main/filter/source/xsltfilter/ |
H A D | XSLTFilter.cxx | 270 aSourceData[i].Value >>= xInputStream; in importer() 272 aSourceData[i].Value >>= aFileName; in importer() 274 aSourceData[i].Value >>= aURL; in importer() 295 nv.Value <<= aURL; args[1] <<= nv; in importer() 412 aSourceData[i].Value >>= bIndent; in exporter() 420 aSourceData[i].Value >>= sURL; in exporter() 423 aSourceData[i].Value >>= m_rStream; in exporter() 442 nv.Value <<= sURL; args[1] <<= nv; in exporter() 444 nv.Value <<= aDoctypeSystem; args[2] <<= nv; in exporter() 446 nv.Value <<= aDoctypePublic; args[3] <<= nv; in exporter() [all …]
|
/trunk/main/framework/source/fwe/xml/ |
H A D | toolboxdocumenthandler.cxx | 96 rProp[i].Value >>= rCommandURL; in ExtractToolbarParameters() 100 rProp[i].Value >>= rHelpURL; in ExtractToolbarParameters() 102 rProp[i].Value >>= rTooltip; in ExtractToolbarParameters() 104 rProp[i].Value >>= rLabel; in ExtractToolbarParameters() 106 rProp[i].Value >>= rType; in ExtractToolbarParameters() 108 rProp[i].Value >>= rVisible; in ExtractToolbarParameters() 110 rProp[i].Value >>= rWidth; in ExtractToolbarParameters() 112 rProp[i].Value >>= rStyle; in ExtractToolbarParameters() 463 aToolbarItemProp[1].Value <<= aHelpURL; in startElement() 464 aToolbarItemProp[2].Value <<= aLabel; in startElement() [all …]
|
/trunk/main/xmloff/source/core/ |
H A D | DocumentSettingsContext.cxx | 127 xNameContainer->insertByName(aItr->Name, aItr->Value); in GetNameContainer() 152 xIndexContainer->insertByIndex(i, aItr->Value); in GetIndexContainer() 442 if (aSeqViewProps[i].Value >>= xIndexAccess) in EndElement() 860 pForChar->Value >>= aLocale.Language; in EndElement() 865 pForChar->Value >>= aLocale.Country; in EndElement() 870 pForChar->Value >>= aLocale.Variant; in EndElement() 875 pForChar->Value >>= aForbid.beginLine; in EndElement() 880 pForChar->Value >>= aForbid.endLine; in EndElement() 942 pSymbol->Value >>= pDescriptor[nNumFullEntries].sName; in EndElement() 962 pSymbol->Value >>= pDescriptor[nNumFullEntries].nFamily; in EndElement() [all …]
|
H A D | SettingsExportHelper.cxx | 300 CallTypeFunction(aProps[i].Value, aProps[i].Name); in exportSequencePropertyValue() 339 pSymbol[XML_SYMBOL_DESCRIPTOR_NAME].Value <<= pDescriptor->sName; in exportSymbolDescriptors() 345 pSymbol[XML_SYMBOL_DESCRIPTOR_CHAR_SET].Value <<= pDescriptor->nCharSet; in exportSymbolDescriptors() 347 pSymbol[XML_SYMBOL_DESCRIPTOR_FAMILY].Value <<= pDescriptor->nFamily; in exportSymbolDescriptors() 349 pSymbol[XML_SYMBOL_DESCRIPTOR_PITCH].Value <<= pDescriptor->nPitch; in exportSymbolDescriptors() 351 pSymbol[XML_SYMBOL_DESCRIPTOR_WEIGHT].Value <<= pDescriptor->nWeight; in exportSymbolDescriptors() 353 pSymbol[XML_SYMBOL_DESCRIPTOR_ITALIC].Value <<= pDescriptor->nItalic; in exportSymbolDescriptors() 399 CallTypeFunction(aProps[i].Value, aProps[i].Name); in exportMapEntry() 494 pForChar[XML_FORBIDDEN_CHARACTER_COUNTRY].Value <<= pLocales->Country; in exportForbiddenCharacters() 496 pForChar[XML_FORBIDDEN_CHARACTER_VARIANT].Value <<= pLocales->Variant; in exportForbiddenCharacters() [all …]
|
/trunk/main/framework/source/uiconfiguration/ |
H A D | windowstateconfiguration.cxx | 845 aPropSeq[nIndex].Value = a; in impl_insertCacheAndReturnSequence() 1089 if ( rSeq[i].Value >>= bValue ) in impl_fillStructFromSequence() 1129 if ( rSeq[i].Value >>= eDockingArea ) in impl_fillStructFromSequence() 1141 if ( rSeq[i].Value >>= aPoint ) in impl_fillStructFromSequence() 1161 if ( rSeq[i].Value >>= aSize ) in impl_fillStructFromSequence() 1180 if ( rSeq[i].Value >>= aValue ) in impl_fillStructFromSequence() 1191 if ( rSeq[i].Value >>= nValue ) in impl_fillStructFromSequence() 1202 if ( rSeq[i].Value >>= nValue ) in impl_fillStructFromSequence() 1311 aPropValue.Value <<= m_aConfigWindowAccess; in impl_initializeConfigAccess() 1314 aPropValue.Value <<= sal_True; in impl_initializeConfigAccess() [all …]
|
/trunk/main/o3tl/qa/ |
H A D | test-heap_ptr.cxx | 43 int Value() const { return n; } in Value() function in Help 74 ASSERT_TRUE((*t0).Value() == 7000) << "ctor3"; in TEST_F() 75 ASSERT_TRUE(t0->Value() == 7000) << "ctor4"; in TEST_F() 80 ASSERT_TRUE((*t1).Value() == 10) << "ctor8"; in TEST_F() 81 ASSERT_TRUE(t1->Value() == 10) << "ctor9"; in TEST_F() 85 ASSERT_TRUE(t2.operator*().Value() == 20) << "ctor12"; in TEST_F() 137 ASSERT_TRUE(t1->Value() == 20) << "swap1"; in TEST_F() 138 ASSERT_TRUE(t2->Value() == 10) << "swap2"; in TEST_F() 142 ASSERT_TRUE(t1->Value() == 10) << "swap4"; in TEST_F() 143 ASSERT_TRUE(t2->Value() == 20) << "swap5"; in TEST_F()
|
/trunk/main/vbahelper/source/vbahelper/ |
H A D | vbacommandbarcontrols.cxx | 72 aProps[1].Value <<= sHelpURL; in CreateMenuItemData() 74 aProps[2].Value <<= sLabel; in CreateMenuItemData() 76 aProps[3].Value <<= nType; in CreateMenuItemData() 78 aProps[4].Value = aSubMenu; in CreateMenuItemData() 80 aProps[5].Value <<= isVisible; in CreateMenuItemData() 82 aProps[6].Value <<= isEnabled; in CreateMenuItemData() 94 aProps[1].Value <<= sHelpURL; in CreateToolbarItemData() 96 aProps[2].Value <<= sLabel; in CreateToolbarItemData() 98 aProps[3].Value <<= nType; in CreateToolbarItemData() 100 aProps[4].Value = aSubMenu; in CreateToolbarItemData() [all …]
|
/trunk/test/testuno/source/fvt/uno/sc/data/ |
H A D | DataSort.java | 102 aSortDesc[0].Value = aSortFields; in singleFieldSort() 105 aSortDesc[1].Value = new Boolean(true); in singleFieldSort() 168 aSortDesc[0].Value = aSortFields; in sortByTwoFields() 171 aSortDesc[1].Value = new Boolean(true); in sortByTwoFields() 240 aSortDesc[0].Value = aSortFields; in sortByThreeField() 243 aSortDesc[1].Value = new Boolean(true); in sortByThreeField() 306 aSortDesc[0].Value = aSortFields; in sortOption() 312 aSortDesc[2].Value = new Boolean(true); in sortOption() 315 aSortDesc[3].Value = new Boolean(true); in sortOption() 318 aSortDesc[4].Value = 0; in sortOption() [all …]
|
/trunk/main/framework/source/uielement/ |
H A D | comboboxtoolbarcontroller.cxx | 216 aArgs[0].Value <<= KeyModifier; in getExecuteArgs() 218 aArgs[1].Value <<= aSelectedText; in getExecuteArgs() 298 rControlCommand.Arguments[i].Value >>= aText; in executeControlCommand() 316 rControlCommand.Arguments[i].Value >>= aList; in executeControlCommand() 323 aInfo[0].Value <<= aList; in executeControlCommand() 340 if ( rControlCommand.Arguments[i].Value >>= aText ) in executeControlCommand() 363 rControlCommand.Arguments[i].Value >>= aText; in executeControlCommand() 375 if ( rControlCommand.Arguments[i].Value >>= nPos ) in executeControlCommand() 391 if ( rControlCommand.Arguments[i].Value >>= aText ) in executeControlCommand() 404 rControlCommand.Arguments[i].Value >>= nValue; in executeControlCommand() [all …]
|
/trunk/test/testuno/source/fvt/uno/ffc/ |
H A D | FFCTest.java | 186 lProperties[0].Value = filterName; in exportAsODF() 189 lProperties[1].Value = Boolean.TRUE; in exportAsODF() 192 lProperties[2].Value = new Boolean(false); in exportAsODF() 221 aMediaDescriptor[0].Value = "writer_pdf_Export"; in exportAsPDF() 268 loadProps[0].Value = Boolean.TRUE; in loadSampleFile() 273 loadProps[1].Value = "MS Word 2007 XML"; in loadSampleFile() 279 loadProps[1].Value = "MS Excel 2007 XML"; in loadSampleFile() 283 loadProps[2].Value = true; in loadSampleFile() 291 loadProps[0].Value = Boolean.TRUE; in loadSampleFile() 294 loadProps[1].Value = Boolean.TRUE; in loadSampleFile() [all …]
|
/trunk/test/testuno/source/fvt/uno/sw/puretext/ |
H A D | CharacterSpacing.java | 70 aStoreProperties_odt[0].Value = true; in testCharacterSpacing_Default() 72 aStoreProperties_odt[1].Value = "StarOffice XML (Writer)"; in testCharacterSpacing_Default() 80 aStoreProperties_doc[0].Value = true; in testCharacterSpacing_Default() 82 aStoreProperties_doc[1].Value = "MS Word 97"; in testCharacterSpacing_Default() 116 aStoreProperties_odt[0].Value = true; in testCharacterSpacing_Expand() 118 aStoreProperties_odt[1].Value = "StarOffice XML (Writer)"; in testCharacterSpacing_Expand() 126 aStoreProperties_doc[0].Value = true; in testCharacterSpacing_Expand() 128 aStoreProperties_doc[1].Value = "MS Word 97"; in testCharacterSpacing_Expand() 162 aStoreProperties_odt[0].Value = true; in testCharacterSpacing_Condens() 172 aStoreProperties_doc[0].Value = true; in testCharacterSpacing_Condens() [all …]
|
H A D | CharacterPosition.java | 72 aStoreProperties_odt[0].Value = true; in testCharacterSuperscriptSetting() 74 aStoreProperties_odt[1].Value = "StarOffice XML (Writer)"; in testCharacterSuperscriptSetting() 82 aStoreProperties_doc[0].Value = true; in testCharacterSuperscriptSetting() 84 aStoreProperties_doc[1].Value = "MS Word 97"; in testCharacterSuperscriptSetting() 121 aStoreProperties_odt[0].Value = true; in testCharacterSubscriptSetting() 123 aStoreProperties_odt[1].Value = "StarOffice XML (Writer)"; in testCharacterSubscriptSetting() 131 aStoreProperties_doc[0].Value = true; in testCharacterSubscriptSetting() 133 aStoreProperties_doc[1].Value = "MS Word 97"; in testCharacterSubscriptSetting() 170 aStoreProperties_odt[0].Value = true; in testCharacterDefaultPositionSetting() 180 aStoreProperties_doc[0].Value = true; in testCharacterDefaultPositionSetting() [all …]
|
H A D | CharacterRotationAndScaleWidth.java | 73 aStoreProperties_odt[0].Value = true; in testCharacterRotationZeroSetting() 75 aStoreProperties_odt[1].Value = "StarOffice XML (Writer)"; in testCharacterRotationZeroSetting() 83 aStoreProperties_doc[0].Value = true; in testCharacterRotationZeroSetting() 85 aStoreProperties_doc[1].Value = "MS Word 97"; in testCharacterRotationZeroSetting() 123 aStoreProperties_odt[0].Value = true; in testCharacterRotationNinetySetting() 125 aStoreProperties_odt[1].Value = "StarOffice XML (Writer)"; in testCharacterRotationNinetySetting() 133 aStoreProperties_doc[0].Value = true; in testCharacterRotationNinetySetting() 135 aStoreProperties_doc[1].Value = "MS Word 97"; in testCharacterRotationNinetySetting() 176 aStoreProperties_odt[0].Value = true; in testCharacterRotationDefineSetting() 186 aStoreProperties_doc[0].Value = true; in testCharacterRotationDefineSetting() [all …]
|
/trunk/main/svl/source/config/ |
H A D | srchcfg.cxx | 201 case 0 : pSetValues[nProp].Value <<= pSave->sAndPrefix; break; in Commit() 202 case 1 : pSetValues[nProp].Value <<= pSave->sAndSuffix; break; in Commit() 203 case 2 : pSetValues[nProp].Value <<= pSave->sAndSeparator; break; in Commit() 204 case 3 : pSetValues[nProp].Value <<= pSave->nAndCaseMatch; break; in Commit() 206 case 4 : pSetValues[nProp].Value <<= pSave->sOrPrefix; break; in Commit() 207 case 5 : pSetValues[nProp].Value <<= pSave->sOrSuffix; break; in Commit() 208 case 6 : pSetValues[nProp].Value <<= pSave->sOrSeparator; break; in Commit() 209 case 7 : pSetValues[nProp].Value <<= pSave->nOrCaseMatch; break; in Commit() 211 case 8 : pSetValues[nProp].Value <<= pSave->sExactPrefix; break; in Commit() 212 case 9 : pSetValues[nProp].Value <<= pSave->sExactSuffix; break; in Commit() [all …]
|
/trunk/main/odk/examples/CLI/CSharp/Spreadsheet/ |
H A D | SpreadsheetSample.cs | 121 aPortionObj.Value; in doCellSamples() 130 xPortionEnum.nextElement().Value; in doCellSamples() 781 aCondition[0].Value = in doFormattingSamples() 787 aCondition[1].Value = new uno.Any( "1" ); in doFormattingSamples() 790 aCondition[2].Value = new uno.Any( aStyleName ); in doFormattingSamples() 855 xPropSet.getPropertyValue( "NullDate" ).Value; in doDocumentSamples() 1104 xContext.getByName( aDatabase ).Value; in getFirstTableName() 1253 aSortDesc[0].Value = in doDatabaseSamples() 1259 aSortDesc[1].Value = new uno.Any( true ); in doDatabaseSamples() 1293 aImportDesc[1].Value = in doDatabaseSamples() [all …]
|
/trunk/main/package/source/package/zippackage/ |
H A D | ZipPackageFolder.cxx | 330 aPropSet[PKG_MNFST_MEDIATYPE].Value <<= rInfo.pFolder->GetMediaType(); in saveChild() 332 aPropSet[PKG_MNFST_VERSION].Value <<= rInfo.pFolder->GetVersion(); in saveChild() 334 aPropSet[PKG_MNFST_FULLPATH].Value <<= sTempName; in saveChild() 359 aPropSet[PKG_MNFST_MEDIATYPE].Value <<= rInfo.pStream->GetMediaType( ); in saveChild() 363 aPropSet[PKG_MNFST_FULLPATH].Value <<= pTempEntry->sPath; in saveChild() 487 aPropSet[PKG_MNFST_SALT].Value <<= rInfo.pStream->getSalt(); in saveChild() 494 aPropSet[PKG_MNFST_UCOMPSIZE].Value <<= nOwnStreamOrigSize; in saveChild() 505 aPropSet[PKG_MNFST_ENCALG].Value <<= xEncData->m_nEncAlg; in saveChild() 629 aPropSet[PKG_MNFST_DIGEST].Value <<= rInfo.pStream->getDigest(); in saveChild() 631 aPropSet[PKG_MNFST_ENCALG].Value <<= xEncData->m_nEncAlg; in saveChild() [all …]
|
/trunk/main/sc/source/ui/unoobj/ |
H A D | scdetect.cxx | 292 lDescriptor[nProperty].Value >>= sTemp; in detect() 297 lDescriptor[nProperty].Value >>= sTemp; in detect() 302 lDescriptor[nProperty].Value >>= sTemp; in detect() 307 lDescriptor[nProperty].Value >>= sTemp; in detect() 322 lDescriptor[nProperty].Value >>= bOpenAsTemplate; in detect() 326 lDescriptor[nProperty].Value >>= xInteraction; in detect() 328 lDescriptor[nProperty].Value >>= bRepairPackage; in detect() 810 lDescriptor[nPropertyCount].Value <<= xStream; in detect() 819 lDescriptor[nPropertyCount].Value <<= xContent; in detect() 829 lDescriptor[nPropertyCount].Value <<= bReadOnly; in detect() [all …]
|
/trunk/main/filter/source/xsltdialog/ |
H A D | xmlfiltertestdialog.cxx | 358 pValues->Value >>= aType; in onExportBrowse() 363 pValues->Value >>= aService; in onExportBrowse() 368 pValues->Value >>= nFlags; in onExportBrowse() 373 pValues->Value >>= aInterfaceName; in onExportBrowse() 444 aArguments[0].Value <<= xInter; in onExportBrowse() 491 aSourceData[i++].Value <<= xIS; in doExport() 550 aDescriptor[0].Value <<= aTempFileURL; in doExport() 641 aArguments[1].Value <<= xInter; in import() 663 aSourceData[i++].Value <<= xIS; in import() 666 aSourceData[i++].Value <<= rURL; in import() [all …]
|
/trunk/main/extensions/test/ole/StarBasic_OleClient/ |
H A D | oleclient.bas | 93 inSCode.Value = &h80020004 145 inSCode.Value <> outSCode.Value Or Not equalUnoObjects(objFoo, outUnknown) Or _ 214 inSCode.Value = &h80020004 217 outSCode.Value = 0 234 inSCode.Value <> outSCode.Value Or Not equalUnoObjects(inUnknown, outUnknown) Or _ 289 inSCode.Value = &h80020004 290 outSCode.Value = 0 306 inSCode.Value <> outSCode.Value Or Not equalUnoObjects(inUnknown, outUnknown) Or _ 488 scode_paramNotFound.Value = &h80020004 495 If outSCode.Value <> scode_paramNotFound.Value Or inLong2 <> outLong2 _ [all …]
|
/trunk/main/xmloff/source/draw/ |
H A D | eventimp.cxx | 356 pProperty->Value <<= msHyperURL; in EndElement() 433 pProperties->Value <<= msMacroName; in EndElement() 439 pProperties->Value <<= sLibrary; in EndElement() 447 pProperties->Value <<= OUString( in EndElement() 455 pProperties->Value <<= msMacroName; in EndElement() 477 pProperties->Value <<= meClickAction; in EndElement() 501 pProperties->Value <<= msBookmark; in EndElement() 514 pProperties->Value <<= meSpeed; in EndElement() 523 pProperties->Value <<= msSoundURL; in EndElement() 529 pProperties->Value = ::cppu::bool2any(mbPlayFull); in EndElement() [all …]
|
/trunk/main/package/source/package/manifest/ |
H A D | ManifestExport.cxx | 113 pValue->Value >>= aMediaType; in ManifestExport() 117 pValue->Value >>= aPath; in ManifestExport() 121 pValue->Value >>= aVersion; in ManifestExport() 209 pValue->Value >>= aString; in ManifestExport() 214 pValue->Value >>= aString; in ManifestExport() 221 pValue->Value >>= aString; in ManifestExport() 227 pValue->Value >>= nSize; in ManifestExport() 233 pVector = &pValue->Value; in ManifestExport() 235 pSalt = &pValue->Value; in ManifestExport() 239 pDigest = &pValue->Value; in ManifestExport() [all …]
|
/trunk/test/testuno/source/fvt/uno/sw/paragraph/ |
H A D | ParagraphNumberingAndBullet_Number_BeforeAndAfterCharacter.java | 80 propsRule[1].Value = "#$%&"; in testNumberingBulletBeforeAndAfterCharacter() 82 propsRule[0].Value = "abcd"; in testNumberingBulletBeforeAndAfterCharacter() 93 aStoreProperties_odt[0].Value = true; in testNumberingBulletBeforeAndAfterCharacter() 95 aStoreProperties_odt[1].Value = "writer8"; in testNumberingBulletBeforeAndAfterCharacter() 103 aStoreProperties_doc[0].Value = true; in testNumberingBulletBeforeAndAfterCharacter() 105 aStoreProperties_doc[1].Value = "MS Word 97"; in testNumberingBulletBeforeAndAfterCharacter() 117 assertEquals("assert numbering and bullet","#$%&",propsRule_assert_odt[2].Value); in testNumberingBulletBeforeAndAfterCharacter() 119 assertEquals("assert numbering and bullet","abcd",propsRule_assert_odt[3].Value); in testNumberingBulletBeforeAndAfterCharacter() 128 assertEquals("assert numbering and bullet","#$%&",propsRule_assert_doc[2].Value); in testNumberingBulletBeforeAndAfterCharacter() 130 assertEquals("assert numbering and bullet","abcd",propsRule_assert_doc[3].Value); in testNumberingBulletBeforeAndAfterCharacter()
|
/trunk/main/svtools/source/inc/ |
H A D | unoiface.hxx | 314 void SAL_CALL setValue( double Value ) throw(::com::sun::star::uno::RuntimeException); 316 void SAL_CALL setMin( double Value ) throw(::com::sun::star::uno::RuntimeException); 318 void SAL_CALL setMax( double Value ) throw(::com::sun::star::uno::RuntimeException); 320 void SAL_CALL setFirst( double Value ) throw(::com::sun::star::uno::RuntimeException); 322 void SAL_CALL setLast( double Value ) throw(::com::sun::star::uno::RuntimeException); 324 void SAL_CALL setSpinSize( double Value ) throw(::com::sun::star::uno::RuntimeException); 358 void SAL_CALL setValue( double Value ) throw(::com::sun::star::uno::RuntimeException); 360 void SAL_CALL setMin( double Value ) throw(::com::sun::star::uno::RuntimeException); 362 void SAL_CALL setMax( double Value ) throw(::com::sun::star::uno::RuntimeException); 364 void SAL_CALL setFirst( double Value ) throw(::com::sun::star::uno::RuntimeException); [all …]
|
/trunk/main/writerfilter/source/ooxml/ |
H A D | Handler.hxx | 40 virtual void attribute(Id name, Value & val); 51 virtual void attribute(Id name, Value & val); 63 virtual void attribute(Id name, Value & val); 75 virtual void attribute(Id name, Value & val); 86 virtual void attribute(Id name, Value & val); 98 virtual void attribute(Id name, Value & val); 110 virtual void attribute(Id name, Value & val); 121 virtual void attribute(Id name, Value & val); 135 virtual void attribute(Id name, Value & val);
|
/trunk/main/xmlsecurity/source/xmlsec/mscrypt/ |
H A D | sanextension_mscryptimpl.cxx | 93 Sequence< sal_Int8 > otherName( pOtherName->Value.cbData ) ; in getAlternativeNames() 94 for( unsigned int n = 0; n < (unsigned int) pOtherName->Value.cbData ; n ++ ) in getAlternativeNames() 95 otherName[n] = *( pOtherName->Value.pbData + n ) ; in getAlternativeNames() 97 otherNameProp.Value <<= otherName; in getAlternativeNames() 99 arrCertAltNameEntry[i].Value <<= otherNameProp; in getAlternativeNames() 104 … arrCertAltNameEntry[i].Value <<= ::rtl::OUString((const sal_Unicode*)pEntry->pwszRfc822Name); in getAlternativeNames() 108 … arrCertAltNameEntry[i].Value <<= ::rtl::OUString((const sal_Unicode*)pEntry->pwszDNSName); in getAlternativeNames() 117 … arrCertAltNameEntry[i].Value <<= ::rtl::OUString((const sal_Unicode*)pEntry->pwszURL); in getAlternativeNames() 127 arrCertAltNameEntry[i].Value <<= ipAddress; in getAlternativeNames() 132 … arrCertAltNameEntry[i].Value <<= ::rtl::OUString::createFromAscii(pEntry->pszRegisteredID); in getAlternativeNames()
|