Home
last modified time | relevance | path

Searched refs:Value (Results 101 – 125 of 1749) sorted by relevance

12345678910>>...70

/trunk/test/testuno/source/fvt/uno/sw/paragraph/
H A DParagraphNumberingAndBullet_Number_StartWith.java81 propsRule[1].Value = NumberingType.ARABIC; in testNumberingBulletStartWith()
83 propsRule[0].Value = (short)5; in testNumberingBulletStartWith()
94 aStoreProperties_odt[0].Value = true; in testNumberingBulletStartWith()
96 aStoreProperties_odt[1].Value = "writer8"; in testNumberingBulletStartWith()
104 aStoreProperties_doc[0].Value = true; in testNumberingBulletStartWith()
106 aStoreProperties_doc[1].Value = "MS Word 97"; in testNumberingBulletStartWith()
118 assertEquals("assert numbering and bullet",(short)5,propsRule_assert_odt[5].Value); in testNumberingBulletStartWith()
120 assertEquals("assert numbering and bullet",NumberingType.ARABIC,propsRule_assert_odt[11].Value); in testNumberingBulletStartWith()
129 assertEquals("assert numbering and bullet",(short)5,propsRule_assert_doc[5].Value); in testNumberingBulletStartWith()
131 assertEquals("assert numbering and bullet",NumberingType.ARABIC,propsRule_assert_doc[11].Value); in testNumberingBulletStartWith()
H A DParagraphNumberingAndBullet_Graphic.java82 propsRule[0].Value = NumberingType.BITMAP; in testNumberingBullet_Graphic()
84 propsRule[1].Value = FileUtil.getUrl(Testspace.prepareData("uno/coffee_1.gif")); in testNumberingBullet_Graphic()
96 aStoreProperties_odt[0].Value = true; in testNumberingBullet_Graphic()
98 aStoreProperties_odt[1].Value = "writer8"; in testNumberingBullet_Graphic()
106 aStoreProperties_doc[0].Value = true; in testNumberingBullet_Graphic()
108 aStoreProperties_doc[1].Value = "MS Word 97"; in testNumberingBullet_Graphic()
120 assertEquals("assert numbering and bullet",NumberingType.BITMAP,propsRule_assert_odt[11].Value); in testNumberingBullet_Graphic()
122 …bullet",FileUtil.getUrl(Testspace.prepareData("uno/coffee_1.gif")),propsRule_assert_odt[12].Value); in testNumberingBullet_Graphic()
131 …ertEquals("assert numbering and bullet",NumberingType.CHAR_SPECIAL,propsRule_assert_doc[11].Value); in testNumberingBullet_Graphic()
133 …bullet",FileUtil.getUrl(Testspace.prepareData("uno/coffee_1.gif")),propsRule_assert_doc[12].Value); in testNumberingBullet_Graphic()
/trunk/main/desktop/win32/source/officeloader/
H A Dofficeloader.cxx90 if ( (psia->Value[0] != 0) || (psia->Value[1] != 0) ) in ConvertSidToStringSid()
94 (USHORT)psia->Value[0], in ConvertSidToStringSid()
95 (USHORT)psia->Value[1], in ConvertSidToStringSid()
96 (USHORT)psia->Value[2], in ConvertSidToStringSid()
97 (USHORT)psia->Value[3], in ConvertSidToStringSid()
98 (USHORT)psia->Value[4], in ConvertSidToStringSid()
99 (USHORT)psia->Value[5]); in ConvertSidToStringSid()
105 (ULONG)(psia->Value[5] ) + in ConvertSidToStringSid()
106 (ULONG)(psia->Value[4] << 8) + in ConvertSidToStringSid()
107 (ULONG)(psia->Value[3] << 16) + in ConvertSidToStringSid()
[all …]
/trunk/main/framework/test/typecfg/
H A Dtypecfg.cxx207 lProperties[0].Value <<= DECLARE_ASCII("MeinType") ; in impl_checkFilterRegistration()
210 lProperties[1].Value <<= DECLARE_ASCII("MeinUIName") ; in impl_checkFilterRegistration()
213 lProperties[2].Value <<= Sequence< PropertyValue >() ; in impl_checkFilterRegistration()
216 lProperties[3].Value <<= DECLARE_ASCII("MeinDocService") ; in impl_checkFilterRegistration()
219 lProperties[4].Value <<= DECLARE_ASCII("MeinFilterService") ; in impl_checkFilterRegistration()
222 lProperties[5].Value <<= (sal_Int32)256 ; in impl_checkFilterRegistration()
225 lProperties[6].Value <<= Sequence< OUString >() ; in impl_checkFilterRegistration()
228 lProperties[7].Value <<= (sal_Int32)0 ; in impl_checkFilterRegistration()
231 lProperties[8].Value <<= DECLARE_ASCII("MeinTemplate") ; in impl_checkFilterRegistration()
/trunk/main/framework/qa/complex/loadAllDocuments/
H A DCheckXComponentLoader.java266 lProps[0].Value = Boolean.TRUE; in checkUsingOfMediaDescriptor()
270 lProps[1].Value = xHandler; in checkUsingOfMediaDescriptor()
274 lProps[2].Value = xIndicator; in checkUsingOfMediaDescriptor()
341 lLoadProps[0].Value = Boolean.TRUE; in impl_createTempOfficeDocument()
347 lSaveProps[0].Value = sFilter; in impl_createTempOfficeDocument()
351 lSaveProps[1].Value = sPassword; in impl_createTempOfficeDocument()
397 lArgs1[0].Value = Boolean.TRUE; in checkLoadingWithPassword()
407 lArgs2[0].Value = Boolean.TRUE; in checkLoadingWithPassword()
422 lProps[0].Value = Boolean.TRUE; in checkURLEncoding()
596 lProps[0].Value = Boolean.TRUE; in checkStreamLoading()
[all …]
/trunk/main/sc/inc/
H A Ddociter.hxx133 struct Value struct in ScDBQueryDataIterator
140 Value();
157 virtual bool getNext(Value& rValue) = 0;
167 virtual bool getCurrent(Value& rValue);
168 virtual bool getFirst(Value& rValue);
169 virtual bool getNext(Value& rValue);
191 virtual bool getCurrent(Value& rValue);
192 virtual bool getFirst(Value& rValue);
193 virtual bool getNext(Value& rValue);
210 bool GetFirst(Value& rValue);
[all …]
/trunk/main/framework/source/uielement/
H A Dtogglebuttontoolbarcontroller.cxx118 aArgs[0].Value <<= KeyModifier; in getExecuteArgs()
120 aArgs[1].Value <<= m_aCurrentSelection; in getExecuteArgs()
175 rControlCommand.Arguments[i].Value >>= aList; in executeControlCommand()
182 aInfo[0].Value <<= aList; in executeControlCommand()
199 rControlCommand.Arguments[i].Value >>= nPos; in executeControlCommand()
209 aInfo[0].Value <<= nPos; in executeControlCommand()
225 if ( rControlCommand.Arguments[i].Value >>= aText ) in executeControlCommand()
241 if ( rControlCommand.Arguments[i].Value >>= nTmpPos ) in executeControlCommand()
248 rControlCommand.Arguments[i].Value >>= aText; in executeControlCommand()
262 if ( rControlCommand.Arguments[i].Value >>= nPos ) in executeControlCommand()
[all …]
H A Ddropdownboxtoolbarcontroller.cxx199 aArgs[0].Value <<= KeyModifier; in getExecuteArgs()
201 aArgs[1].Value <<= aSelectedText; in getExecuteArgs()
250 rControlCommand.Arguments[i].Value >>= aList; in executeControlCommand()
259 aInfo[0].Value <<= aList; in executeControlCommand()
276 if ( rControlCommand.Arguments[i].Value >>= aText ) in executeControlCommand()
291 if ( rControlCommand.Arguments[i].Value >>= nTmpPos ) in executeControlCommand()
299 rControlCommand.Arguments[i].Value >>= aText; in executeControlCommand()
311 if ( rControlCommand.Arguments[i].Value >>= nPos ) in executeControlCommand()
327 if ( rControlCommand.Arguments[i].Value >>= aText ) in executeControlCommand()
340 rControlCommand.Arguments[i].Value >>= nValue; in executeControlCommand()
/trunk/main/sd/source/filter/html/
H A Dpubdlg.cxx837 aValue.Value <<= OUString( pPage2_CGI->GetText() ); in GetParameterSequence()
841 aValue.Value <<= OUString( pPage2_URL->GetText() ); in GetParameterSequence()
845 aValue.Value <<= OUString( pPage2_Index->GetText() ); in GetParameterSequence()
869 aValue.Value <<= nTmpWidth; in GetParameterSequence()
884 aValue.Value <<= nFormat; in GetParameterSequence()
901 aValue.Value <<= OUString( pPage4_Email->GetText() ); in GetParameterSequence()
914 aValue.Value <<= OUString( pPage4_Misc->GetText() ); in GetParameterSequence()
936 aValue.Value <<= (sal_Int32)m_aBackColor.GetColor(); in GetParameterSequence()
940 aValue.Value <<= (sal_Int32)m_aTextColor.GetColor(); in GetParameterSequence()
944 aValue.Value <<= (sal_Int32)m_aLinkColor.GetColor(); in GetParameterSequence()
[all …]
/trunk/main/framework/source/uifactory/
H A Dmenubarfactory.cxx136 Args[n].Value >>= xConfigSource; in CreateUIElement()
138 Args[n].Value >>= xFrame; in CreateUIElement()
140 Args[n].Value >>= aResourceURL; in CreateUIElement()
142 Args[n].Value >>= bPersistent; in CreateUIElement()
144 Args[n].Value >>= bExtraMode; in CreateUIElement()
185 aPropValue.Value <<= xFrame; in CreateUIElement()
188 aPropValue.Value <<= xCfgMgr; in CreateUIElement()
191 aPropValue.Value <<= aResourceURL; in CreateUIElement()
194 aPropValue.Value <<= bPersistent; in CreateUIElement()
199 aPropValue.Value <<= bExtraMode; in CreateUIElement()
/trunk/main/xmloff/source/forms/
H A Delementimport.cxx305 *pValues = aPropValues->Value; in implApplySpecificProperties()
446 aPropValues->Value >>= nVal; in implApplyGenericProperties()
807 aProp.Value <<= _rValue; in handleAttribute()
956 _rPropValue.Value >>= sValue; in implTranslateValueProperty()
971 _rPropValue.Value <<= nValue; in implTranslateValueProperty()
973 _rPropValue.Value <<= sValue; in implTranslateValueProperty()
1261 aEchoChar.Value <<= (sal_Int16)0; in handleAttribute()
1661 aItemList.Value <<= m_aListSource; in EndElement()
1674 aValueList.Value <<= m_aValueList; in EndElement()
1727 aListSource.Value <<= _rValue; in handleAttribute()
[all …]
/trunk/main/framework/test/
H A Dtest_filterregistration.bas49 lProperties(0).Value = "bmp_MS_Windows"
52 lProperties(1).Value = sFilterName
55 lProperties(2).Value = "com.sun.star.text.TextDocument"
58 lProperties(3).Value = "com.sun.star.comp.framework.TestFilter"
61 lProperties(4).Value = 256
64 lProperties(5).Value = lUserData()
67 lProperties(6).Value = 0
70 lProperties(7).Value = ""
89 sOut = sOut + lProperties(nCount).Value
/trunk/main/sc/source/ui/vba/testvba/TestDocuments/logs/excel/
H A DRanges.log90 Value-Issue
91 TEST START : Value-Issue
92 ITEM Assertion OK : Value of Range is: 12.3
99 ITEM Assertion OK : Value of Cell is: 12
103 ITEM Assertion OK : Value of Cell is: 16
109 END 'Value-Issue' Symbol
110 TEST OK : Value-Issue
228 ITEM Assertion OK : Value after Replace: YourValue
229 ITEM Assertion OK : Value after Replace: YourValue
233 ITEM Assertion OK : Value after Replace: New Replace
[all …]
/trunk/main/sc/source/ui/vba/testvba/TestDocuments/logs/unix/
H A DRanges.log90 Value-Issue
91 TEST START : Value-Issue
92 ITEM Assertion OK : Value of Range is: 12.3
99 ITEM Assertion OK : Value of Cell is: 12
103 ITEM Assertion OK : Value of Cell is: 16
109 END 'Value-Issue' Symbol
110 TEST OK : Value-Issue
228 ITEM Assertion OK : Value after Replace: YourValue
229 ITEM Assertion OK : Value after Replace: YourValue
233 ITEM Assertion OK : Value after Replace: New Replace
[all …]
/trunk/main/sc/source/ui/vba/testvba/TestDocuments/logs/win/
H A DRanges.log90 Value-Issue
91 TEST START : Value-Issue
92 ITEM Assertion OK : Value of Range is: 12.3
99 ITEM Assertion OK : Value of Cell is: 12
103 ITEM Assertion OK : Value of Cell is: 16
109 END 'Value-Issue' Symbol
110 TEST OK : Value-Issue
228 ITEM Assertion OK : Value after Replace: YourValue
229 ITEM Assertion OK : Value after Replace: YourValue
233 ITEM Assertion OK : Value after Replace: New Replace
[all …]
/trunk/main/sc/source/ui/vba/testvba/TestDocuments-ooo-build/logs/excel/
H A DRanges.log90 Value-Issue
91 TEST START : Value-Issue
92 ITEM Assertion OK : Value of Range is: 12.3
99 ITEM Assertion OK : Value of Cell is: 12
103 ITEM Assertion OK : Value of Cell is: 16
109 END 'Value-Issue' Symbol
110 TEST OK : Value-Issue
228 ITEM Assertion OK : Value after Replace: YourValue
229 ITEM Assertion OK : Value after Replace: YourValue
233 ITEM Assertion OK : Value after Replace: New Replace
[all …]
/trunk/main/sc/source/ui/vba/testvba/TestDocuments-ooo-build/logs/unix/
H A DRanges.log90 Value-Issue
91 TEST START : Value-Issue
92 ITEM Assertion OK : Value of Range is: 12.3
99 ITEM Assertion OK : Value of Cell is: 12
103 ITEM Assertion OK : Value of Cell is: 16
109 END 'Value-Issue' Symbol
110 TEST OK : Value-Issue
228 ITEM Assertion OK : Value after Replace: YourValue
229 ITEM Assertion OK : Value after Replace: YourValue
233 ITEM Assertion OK : Value after Replace: New Replace
[all …]
/trunk/main/sc/source/ui/vba/testvba/TestDocuments-ooo-build/logs/win/
H A DRanges.log90 Value-Issue
91 TEST START : Value-Issue
92 ITEM Assertion OK : Value of Range is: 12.3
99 ITEM Assertion OK : Value of Cell is: 12
103 ITEM Assertion OK : Value of Cell is: 16
109 END 'Value-Issue' Symbol
110 TEST OK : Value-Issue
228 ITEM Assertion OK : Value after Replace: YourValue
229 ITEM Assertion OK : Value after Replace: YourValue
233 ITEM Assertion OK : Value after Replace: New Replace
[all …]
/trunk/main/filter/source/msfilter/
H A Descherex.cxx2456 if ( rParameter.Value >>= fValue ) in GetValueForEnhancedCustomShapeParameter()
2460 rParameter.Value >>= nValue; in GetValueForEnhancedCustomShapeParameter()
2509 rParameter.Value >>= nRetValue; in GetValueForEnhancedCustomShapeHandleParameter()
2685 rkProp.Value >>= fValue; in GetAdjustmentValue()
2692 rkProp.Value >>= nValue; in GetAdjustmentValue()
2756 if ( rProp.Value >>= f ) in CreateCustomShapeProperties()
2833 …if ( ( rrProp.Value >>= aDepthParaPair ) && ( aDepthParaPair.First.Value >>= fDepth ) && ( aDepthP… in CreateCustomShapeProperties()
2968 …if ( ( rrProp.Value >>= aRotateAnglePair ) && ( aRotateAnglePair.First.Value >>= fExtrusionAngleX … in CreateCustomShapeProperties()
2998 …if ( ( rrProp.Value >>= aSkewParaPair ) && ( aSkewParaPair.First.Value >>= fSkewAmount ) && ( aSke… in CreateCustomShapeProperties()
3040 …if ( ( rrProp.Value >>= aOriginPair ) && ( aOriginPair.First.Value >>= fExtrusionOriginX ) && ( aO… in CreateCustomShapeProperties()
[all …]
/trunk/main/wizards/com/sun/star/wizards/agenda/
H A DCGTopic.java59 String num = (String)pv[0].Value; in CGTopic()
61 cp_Topic = (String)pv[1].Value; in CGTopic()
62 cp_Responsible = (String)pv[2].Value; in CGTopic()
63 cp_Time = (String)pv[3].Value; in CGTopic()
74 pv[0].Value = PropertyNames.EMPTY_STRING + cp_Index + "."; in setDataToRow()
75 pv[1].Value = cp_Topic; in setDataToRow()
76 pv[2].Value = cp_Responsible; in setDataToRow()
77 pv[3].Value = cp_Time; in setDataToRow()
/trunk/main/toolkit/inc/toolkit/awt/
H A Dvclxwindows.hxx986 void SAL_CALL setValue( double Value ) throw(::com::sun::star::uno::RuntimeException);
988 void SAL_CALL setMin( double Value ) throw(::com::sun::star::uno::RuntimeException);
990 void SAL_CALL setMax( double Value ) throw(::com::sun::star::uno::RuntimeException);
992 void SAL_CALL setFirst( double Value ) throw(::com::sun::star::uno::RuntimeException);
994 void SAL_CALL setLast( double Value ) throw(::com::sun::star::uno::RuntimeException);
996 void SAL_CALL setSpinSize( double Value ) throw(::com::sun::star::uno::RuntimeException);
1084 void SAL_CALL setValue( double Value ) throw(::com::sun::star::uno::RuntimeException);
1086 void SAL_CALL setMin( double Value ) throw(::com::sun::star::uno::RuntimeException);
1088 void SAL_CALL setMax( double Value ) throw(::com::sun::star::uno::RuntimeException);
1090 void SAL_CALL setFirst( double Value ) throw(::com::sun::star::uno::RuntimeException);
[all …]
/trunk/main/cli_ure/source/basetypes/uno/
H A DAny.cs100 public Object Value property
165 msg.Append(Value.ToString()); in ToString()
195 && (Value == null ? in Equals()
196 obj.Value == null : in Equals()
197 Value.Equals(obj.Value)); in Equals()
202 return Type.GetHashCode() ^ (Value != null ? Value.GetHashCode() : 0); in GetHashCode()
/trunk/main/filter/source/svg/
H A Dsvgexport.cxx67 rFilterData[ i ].Value >>= mbTinyProfile; in SVGExport()
69 rFilterData[ i ].Value >>= mbTSpans; in SVGExport()
71 rFilterData[ i ].Value >>= mbEmbedFonts; in SVGExport()
75 rFilterData[ i ].Value >>= maGlyphPlacement; in SVGExport()
77 rFilterData[ i ].Value >>= mbOpacity; in SVGExport()
79 rFilterData[ i ].Value >>= mbGradient; in SVGExport()
201 pValue[ i ].Value >>= xOStm; in implExport()
206 pValue[ i ].Value >>= aFileName; in implExport()
214 pValue[ i ].Value >>= nPageToExport; in implExport()
218 pValue[ i ].Value >>= maFilterData; in implExport()
[all …]
/trunk/main/svx/source/items/
H A Dcustomshapeitem.cxx63 …if ( rPropVal.Value.getValueType() == ::getCppuType((const ::com::sun::star::uno::Sequence < beans… in SdrCustomShapeGeometryItem()
65 …s::PropertyValue >& rPropSeq = *( uno::Sequence< beans::PropertyValue >*)rPropVal.Value.getValue(); in SdrCustomShapeGeometryItem()
80 pRet = &aPropSeq[ (*aHashIter).second ].Value; in GetPropertyValueByName()
97 pRet = &rSecSequence[ (*aHashIter).second ].Value; in GetPropertyValueByName()
121 *pAny = rPropVal.Value; in SetPropertyValue()
122 …if ( rPropVal.Value.getValueType() == ::getCppuType((const ::com::sun::star::uno::Sequence < beans… in SetPropertyValue()
147 *pAny = rPropVal.Value; in SetPropertyValue()
156 aValue.Value = ::com::sun::star::uno::makeAny( aSeq ); in SetPropertyValue()
163 pSeqAny = &aPropSeq[ nIndex ].Value; in SetPropertyValue()
177 rSecSequence[ (*aHashIter).second ].Value = rPropVal.Value; in SetPropertyValue()
[all …]
/trunk/test/testuno/source/fvt/uno/sw/table/
H A DTableVerticalAlignment.java89 aStoreProperties_odt[0].Value = true; in testtableVerticalAlignment_Bottom()
91 aStoreProperties_odt[1].Value = "StarOffice XML (Writer)"; in testtableVerticalAlignment_Bottom()
99 aStoreProperties_doc[0].Value = true; in testtableVerticalAlignment_Bottom()
101 aStoreProperties_doc[1].Value = "MS Word 97"; in testtableVerticalAlignment_Bottom()
162 aStoreProperties_odt[0].Value = true; in testtableVerticalAlignment_Center()
164 aStoreProperties_odt[1].Value = "StarOffice XML (Writer)"; in testtableVerticalAlignment_Center()
172 aStoreProperties_doc[0].Value = true; in testtableVerticalAlignment_Center()
174 aStoreProperties_doc[1].Value = "MS Word 97"; in testtableVerticalAlignment_Center()
235 aStoreProperties_odt[0].Value = true; in testtableVerticalAlignment_Top()
245 aStoreProperties_doc[0].Value = true; in testtableVerticalAlignment_Top()
[all …]

Completed in 133 milliseconds

12345678910>>...70