Home
last modified time | relevance | path

Searched refs:Value (Results 326 – 350 of 1749) sorted by relevance

1...<<11121314151617181920>>...70

/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/sheet/
H A D_XFunctionDescriptions.java80 FName = (String)PVals[i].Value; in _getById()
82 FId = (Integer)PVals[i].Value; in _getById()
100 objFName = (String)PVals[i].Value; in _getById()
102 objFId = (Integer)PVals[i].Value; in _getById()
/trunk/main/connectivity/source/drivers/adabas/
H A DBConnection.cxx87 pBegin->Value >>= nTimeout; in Construct()
89 pBegin->Value >>= aUID; in Construct()
91 pBegin->Value >>= aPWD; in Construct()
93 pBegin->Value >>= sHostName; in Construct()
97 OSL_VERIFY( pBegin->Value >>= sIanaName ); in Construct()
/trunk/test/testuno/source/fvt/uno/sw/paragraph/
H A DParagraphBackColor.java77 aStoreProperties_odt[0].Value = true; in testParagraphBackColorSetting()
79 aStoreProperties_odt[1].Value = "StarOffice XML (Writer)"; in testParagraphBackColorSetting()
87 aStoreProperties_doc[0].Value = true; in testParagraphBackColorSetting()
89 aStoreProperties_doc[1].Value = "MS Word 97"; in testParagraphBackColorSetting()
/trunk/test/testuno/source/fvt/uno/sw/puretext/
H A DCharacterBackColor.java70 aStoreProperties_odt[0].Value = true; in testCharacterBackColorSetting()
72 aStoreProperties_odt[1].Value = "StarOffice XML (Writer)"; in testCharacterBackColorSetting()
80 aStoreProperties_doc[0].Value = true; in testCharacterBackColorSetting()
82 aStoreProperties_doc[1].Value = "MS Word 97"; in testCharacterBackColorSetting()
H A DCharacterBlink.java78 aStoreProperties_odt[0].Value = true; in testCharacterBlinkSetting()
80 aStoreProperties_odt[1].Value = "StarOffice XML (Writer)"; in testCharacterBlinkSetting()
88 aStoreProperties_doc[0].Value = true; in testCharacterBlinkSetting()
90 aStoreProperties_doc[1].Value = "MS Word 97"; in testCharacterBlinkSetting()
H A DCharacterColor.java78 aStoreProperties_odt[0].Value = true; in testCharacterColorSetting()
80 aStoreProperties_odt[1].Value = "StarOffice XML (Writer)"; in testCharacterColorSetting()
88 aStoreProperties_doc[0].Value = true; in testCharacterColorSetting()
90 aStoreProperties_doc[1].Value = "MS Word 97"; in testCharacterColorSetting()
H A DCharacterHidden.java78 aStoreProperties_odt[0].Value = true; in testCharacterHiddenSetting()
80 aStoreProperties_odt[1].Value = "StarOffice XML (Writer)"; in testCharacterHiddenSetting()
88 aStoreProperties_doc[0].Value = true; in testCharacterHiddenSetting()
90 aStoreProperties_doc[1].Value = "MS Word 97"; in testCharacterHiddenSetting()
H A DCharacterOutline.java78 aStoreProperties_odt[0].Value = true; in testCharacterOutlineSetting()
80 aStoreProperties_odt[1].Value = "StarOffice XML (Writer)"; in testCharacterOutlineSetting()
88 aStoreProperties_doc[0].Value = true; in testCharacterOutlineSetting()
90 aStoreProperties_doc[1].Value = "MS Word 97"; in testCharacterOutlineSetting()
H A DCharacterShadow.java78 aStoreProperties_odt[0].Value = true; in testCharacterShadowSetting()
80 aStoreProperties_odt[1].Value = "StarOffice XML (Writer)"; in testCharacterShadowSetting()
88 aStoreProperties_doc[0].Value = true; in testCharacterShadowSetting()
90 aStoreProperties_doc[1].Value = "MS Word 97"; in testCharacterShadowSetting()
H A DCharacterSize.java70 aStoreProperties_odt[0].Value = true; in testCharacterSizeSetting()
72 aStoreProperties_odt[1].Value = "StarOffice XML (Writer)"; in testCharacterSizeSetting()
80 aStoreProperties_doc[0].Value = true; in testCharacterSizeSetting()
82 aStoreProperties_doc[1].Value = "MS Word 97"; in testCharacterSizeSetting()
H A DCharacterHyperlink.java75 aStoreProperties_odt[0].Value = true; in testCharacterBackHyperlinkSetting()
77 aStoreProperties_odt[1].Value = "StarOffice XML (Writer)"; in testCharacterBackHyperlinkSetting()
85 aStoreProperties_doc[0].Value = true; in testCharacterBackHyperlinkSetting()
87 aStoreProperties_doc[1].Value = "MS Word 97"; in testCharacterBackHyperlinkSetting()
H A DCharacterLocale.java61 aStoreProperties_odt[0].Value = true; in testCharacterLocaleSetting()
63 aStoreProperties_odt[1].Value = "StarOffice XML (Writer)"; in testCharacterLocaleSetting()
71 aStoreProperties_doc[0].Value = true; in testCharacterLocaleSetting()
73 aStoreProperties_doc[1].Value = "MS Word 97"; in testCharacterLocaleSetting()
/trunk/main/xmloff/source/text/
H A DXMLIndexTabStopEntryContext.cxx140 pValues[nNextEntry].Value.setValue( &bTabRightAligned, in FillPropertyValues()
148 pValues[nNextEntry].Value <<= nTabPosition; in FillPropertyValues()
156 pValues[nNextEntry].Value <<= sLeaderChar; in FillPropertyValues()
163 pValues[nNextEntry].Value.setValue( &bWithTab, in FillPropertyValues()
/trunk/main/i18npool/source/collator/
H A Dchaptercollator.cxx84 return res1.Value == res2.Value ? 0 : res1.Value > res2.Value ? 1 : -1; in compareSubstring()
/trunk/main/sw/source/ui/vba/
H A Dvbadocumentproperties.cxx164 aReturn = stats[ index ].Value; in getPropertyValue()
185 stats[ index ].Value = aValue; in setPropertyValue()
300 …virtual void SAL_CALL setValue( const uno::Any& Value ) throw (script::BasicErrorException, uno::R…
439 SwVbaBuiltInDocumentProperty::setValue( const uno::Any& Value ) throw (script::BasicErrorException,… in setValue() argument
441 mPropInfo.setValue( Value ); in setValue()
717 void addProp( const ::rtl::OUString& Name, ::sal_Int8 /*Type*/, const uno::Any& Value ) in addProp() argument
722 xContainer->addProperty( Name, attributes, Value ); in addProp()
736 …UString& Name, ::sal_Bool LinkToContent, ::sal_Int8 Type, const uno::Any& Value, const uno::Any& L… in Add() argument
743 pCustomProps->addProp( Name, Type, Value ); in Add()
/trunk/main/toolkit/test/accessibility/
H A DAccessibleTextHandler.java362 new StringNode( aValues[i].Name + ": " + aValues[i].Value, in getAttributes()
789 aSequence[0].Value = new Integer( aBold.isSelected() ? 150 : 100 ); in action()
792 aSequence[1].Value = new Integer( aUnderline.isSelected() ? 1 : 0 ); in action()
795 aSequence[2].Value = new Integer( aBackground.getRGB() ); in action()
798 aSequence[3].Value = new Integer( aForeground.getRGB() ); in action()
801 aSequence[4].Value = new Integer( aItalics.isSelected() ? 1 : 0 ); in action()
804 aSequence[5].Value = new Boolean( false ); in action()
/trunk/main/writerfilter/source/ooxml/
H A DOOXMLPropertySetImpl.cxx76 Value::Pointer_t OOXMLPropertyImpl::getValue() in getValue()
78 Value::Pointer_t pResult; in getValue()
81 pResult = Value::Pointer_t(mpValue->clone()); in getValue()
83 pResult = Value::Pointer_t(new OOXMLValue()); in getValue()
758 void OOXMLPropertySetEntryToString::attribute(Id nId, Value & rValue) in attribute()
782 void OOXMLPropertySetEntryToInteger::attribute(Id nId, Value & rValue) in attribute()
/trunk/main/package/source/xstor/
H A Dxfactory.cxx195 aPropsToSet[0].Value <<= aURL; in createInstanceWithArguments()
208 aPropsToSet[nNumArgs-1].Value = aDescr[nInd].Value; in createInstanceWithArguments()
214 if ( aDescr[nInd].Value >>= aFormatName ) in createInstanceWithArguments()
225 else if ( aDescr[nInd].Value >>= nFormatID ) in createInstanceWithArguments()
/trunk/main/filter/source/config/cache/
H A Dcacheitem.cxx132 pList[i].Value = rValue; in getAsPackedPropertyValueList()
224 (isSubSet(p1.Value, p2.Value)) in isSubSet()
240 (isSubSet(n1.Value, n2.Value)) in isSubSet()
/trunk/main/extensions/source/propctrlr/
H A Dsqlcommanddesign.cxx247 aArgs[0].Value <<= m_xConnection.getTyped(); in impl_doOpenDesignerFrame_nothrow()
250 aArgs[1].Value <<= m_xObjectAdapter->getSQLCommand(); in impl_doOpenDesignerFrame_nothrow()
252 aArgs[2].Value <<= (sal_Int32)CommandType::COMMAND; in impl_doOpenDesignerFrame_nothrow()
254 aArgs[3].Value <<= m_xObjectAdapter->getEscapeProcessing(); in impl_doOpenDesignerFrame_nothrow()
257 aArgs[4].Value <<= m_xObjectAdapter->getEscapeProcessing(); in impl_doOpenDesignerFrame_nothrow()
/trunk/main/cppuhelper/qa/propertysetmixin/
H A DJavaSupplier.java209 (((Optional) ((Defaulted) value.Value).Value).IsPresent in setSecond()
210 ? ((Optional) ((Defaulted) value.Value).Value).Value in setSecond()
/trunk/main/svx/source/items/
H A Dviewlayoutitem.cxx119 aSeq[0].Value <<= sal_Int32( GetValue() ); in QueryValue()
121 aSeq[1].Value <<= sal_Bool( mbBookMode ); in QueryValue()
155 bAllConverted &= ( aSeq[i].Value >>= nColumns ); in PutValue()
160 bAllConverted &= ( aSeq[i].Value >>= bBookMode ); in PutValue()
/trunk/main/sfx2/source/doc/
H A Dobjstor.cxx368 aEncryptionAlgs[0].Value <<= xml::crypto::DigestID::SHA1; in SetupStorage()
931 aProps[nProperty].Value >>= aServiceName; in HandleFilter()
2291 rFilterProp.Value >>= aFilterImplName; in InsertFrom()
2347 aArgs[nEnd-1].Value <<= rMedium.GetBaseURL(); in InsertFrom()
2352 aArgs[nEnd-1].Value <<= (sal_Bool) sal_True; in InsertFrom()
2387 rFilterProp.Value >>= aFilterImplName; in ImportFrom()
2443 aArgs[nEnd-1].Value <<= rMedium.GetBaseURL(); in ImportFrom()
2501 rFilterProp.Value >>= aFilterImplName; in ExportTo()
2572 aArgs[nEnd-1].Value <<= rMedium.GetBaseURL( sal_True ); in ExportTo()
3072 aProps[nInd].Value >>= aFilterName; in IsInformationLost()
[all …]
/trunk/main/dbaccess/source/ui/uno/
H A DColumnPeer.cxx132 void OColumnPeer::setProperty( const ::rtl::OUString& _rPropertyName, const Any& Value) throw( Runt… in setProperty() argument
138 Reference<XPropertySet> xProp(Value,UNO_QUERY); in setProperty()
143 Reference<XConnection> xCon(Value,UNO_QUERY); in setProperty()
147 VCLXWindow::setProperty(_rPropertyName,Value); in setProperty()
/trunk/main/svx/source/tbxctrls/
H A Dextrusioncontrols.cxx226 aArgs[0].Value <<= (sal_Int32)gSkewList[mpDirectionSet->GetSelectItemId()-1]; in IMPL_LINK()
237 aArgs[0].Value <<= (sal_Int32)nProjection; in IMPL_LINK()
478 aArgs[0].Value <<= mfDepth; in IMPL_LINK()
480 aArgs[1].Value <<= static_cast<sal_Int32>( meUnit ); in IMPL_LINK()
499 aArgs[0].Value <<= fDepth; in IMPL_LINK()
755 aArgs[0].Value <<= (sal_Int32)nLevel; in IMPL_LINK()
773 aArgs[0].Value <<= (sal_Int32)nDirection; in IMPL_LINK()
916 aArgs[0].Value <<= (sal_Int32)nSurface; in IMPL_LINK()

Completed in 118 milliseconds

1...<<11121314151617181920>>...70