Home
last modified time | relevance | path

Searched refs:Value (Results 1 – 25 of 1612) sorted by relevance

12345678910>>...65

/trunk/test/testuno/source/fvt/uno/sw/paragraph/
H A DParagraphNumberingAndBulletCharacterStyle.java81 propsRule[0].Value = NumberingType.ARABIC; in testNumberingBulletCharacterStyle_Rubies()
83 propsRule[1].Value = "Rubies"; in testNumberingBulletCharacterStyle_Rubies()
94 aStoreProperties_odt[0].Value = true; in testNumberingBulletCharacterStyle_Rubies()
96 aStoreProperties_odt[1].Value = "writer8"; in testNumberingBulletCharacterStyle_Rubies()
104 aStoreProperties_doc[0].Value = true; in testNumberingBulletCharacterStyle_Rubies()
106 aStoreProperties_doc[1].Value = "MS Word 97"; in testNumberingBulletCharacterStyle_Rubies()
118 assertEquals("assert numbering and bullet","Rubies",propsRule_assert_odt[4].Value); in testNumberingBulletCharacterStyle_Rubies()
120 … assertEquals("assert numbering and bullet",NumberingType.ARABIC,propsRule_assert_odt[11].Value); in testNumberingBulletCharacterStyle_Rubies()
129 assertEquals("assert numbering and bullet","WW8Num1z0",propsRule_assert_doc[4].Value); in testNumberingBulletCharacterStyle_Rubies()
131 … assertEquals("assert numbering and bullet",NumberingType.ARABIC,propsRule_assert_doc[11].Value); in testNumberingBulletCharacterStyle_Rubies()
[all …]
H A DParagraphNumberingAndBullet_Graphic_Alignment.java82 propsRule[0].Value = NumberingType.BITMAP; in testNumberingBullet_Graphic_Align_BottomofBaseline()
84 propsRule[1].Value = FileUtil.getUrl(Testspace.prepareData("uno/coffee_1.gif")); in testNumberingBullet_Graphic_Align_BottomofBaseline()
86 propsRule[2].Value = VertOrientation.BOTTOM; in testNumberingBullet_Graphic_Align_BottomofBaseline()
98 aStoreProperties_odt[0].Value = true; in testNumberingBullet_Graphic_Align_BottomofBaseline()
100 aStoreProperties_odt[1].Value = "writer8"; in testNumberingBullet_Graphic_Align_BottomofBaseline()
108 aStoreProperties_doc[0].Value = true; in testNumberingBullet_Graphic_Align_BottomofBaseline()
110 aStoreProperties_doc[1].Value = "MS Word 97"; in testNumberingBullet_Graphic_Align_BottomofBaseline()
122 … assertEquals("assert numbering and bullet",NumberingType.BITMAP,propsRule_assert_odt[11].Value); in testNumberingBullet_Graphic_Align_BottomofBaseline()
124 …bullet",FileUtil.getUrl(Testspace.prepareData("uno/coffee_1.gif")),propsRule_assert_odt[12].Value); in testNumberingBullet_Graphic_Align_BottomofBaseline()
126 … assertEquals("assert numbering and bullet",VertOrientation.BOTTOM,propsRule_assert_odt[15].Value); in testNumberingBullet_Graphic_Align_BottomofBaseline()
[all …]
H A DParagraphNumberingAndBullet_Numbering.java82 propsRule[0].Value = NumberingType.ARABIC; in testNumberingBullet_ARABIC()
93 aStoreProperties_odt[0].Value = true; in testNumberingBullet_ARABIC()
95 aStoreProperties_odt[1].Value = "writer8"; in testNumberingBullet_ARABIC()
103 aStoreProperties_doc[0].Value = true; in testNumberingBullet_ARABIC()
105 aStoreProperties_doc[1].Value = "MS Word 97"; in testNumberingBullet_ARABIC()
117 … assertEquals("assert numbering and bullet",NumberingType.ARABIC,propsRule_assert_odt[11].Value); in testNumberingBullet_ARABIC()
126 … assertEquals("assert numbering and bullet",NumberingType.ARABIC,propsRule_assert_doc[11].Value); in testNumberingBullet_ARABIC()
145 propsRule[0].Value = NumberingType.ARABIC; in testNumberingBullet_ARABIC_Suffix()
147 propsRule[1].Value = ")"; in testNumberingBullet_ARABIC_Suffix()
158 aStoreProperties_odt[0].Value = true; in testNumberingBullet_ARABIC_Suffix()
[all …]
H A DParagraphInsertBreak.java72 aStoreProperties_odt[0].Value = true; in InsertPage_BeforeBreak_NoSplit_KeepTogether()
74 aStoreProperties_odt[1].Value = "StarOffice XML (Writer)"; in InsertPage_BeforeBreak_NoSplit_KeepTogether()
82 aStoreProperties_doc[0].Value = true; in InsertPage_BeforeBreak_NoSplit_KeepTogether()
84 aStoreProperties_doc[1].Value = "MS Word 97"; in InsertPage_BeforeBreak_NoSplit_KeepTogether()
124 aStoreProperties_odt[0].Value = true; in InsertPage_BeforeBreak_Orphan_WindowControl()
126 aStoreProperties_odt[1].Value = "StarOffice XML (Writer)"; in InsertPage_BeforeBreak_Orphan_WindowControl()
134 aStoreProperties_doc[0].Value = true; in InsertPage_BeforeBreak_Orphan_WindowControl()
136 aStoreProperties_doc[1].Value = "MS Word 97"; in InsertPage_BeforeBreak_Orphan_WindowControl()
174 aStoreProperties_odt[0].Value = true; in InsertPage_AfterBreak()
176 aStoreProperties_odt[1].Value = "StarOffice XML (Writer)"; in InsertPage_AfterBreak()
[all …]
H A DParagraphNumberingAndBulletAlignment.java81 propsRule[1].Value = NumberingType.ARABIC; in testNumberingBulletAlign_Right()
83 propsRule[0].Value = HoriOrientation.RIGHT; in testNumberingBulletAlign_Right()
94 aStoreProperties_odt[0].Value = true; in testNumberingBulletAlign_Right()
96 aStoreProperties_odt[1].Value = "writer8"; in testNumberingBulletAlign_Right()
104 aStoreProperties_doc[0].Value = true; in testNumberingBulletAlign_Right()
106 aStoreProperties_doc[1].Value = "MS Word 97"; in testNumberingBulletAlign_Right()
118 … assertEquals("assert numbering and bullet",HoriOrientation.RIGHT,propsRule_assert_odt[0].Value); in testNumberingBulletAlign_Right()
120 … assertEquals("assert numbering and bullet",NumberingType.ARABIC,propsRule_assert_odt[11].Value); in testNumberingBulletAlign_Right()
129 … assertEquals("assert numbering and bullet",HoriOrientation.RIGHT,propsRule_assert_doc[0].Value); in testNumberingBulletAlign_Right()
131 … assertEquals("assert numbering and bullet",NumberingType.ARABIC,propsRule_assert_doc[11].Value); in testNumberingBulletAlign_Right()
[all …]
/trunk/main/scp2/source/writer/
H A Dregistryitem_writer.scp38 Value = "%PRODUCTNAME";
52 Value = "Embed Source,1,8,1";
59 Value = "3,1,32,1";
66 Value = "2,1,16,1";
73 Value = "<progpath>\program\soffice.exe,0";
80 Value = "<progpath>\program\inprocserv.dll";
94 Value = "<progpath>\program\soffice.exe -nodefault -nologo";
101 Value = "16";
108 Value = "soffice.StarWriterDocument.6";
121 Value = "&Edit,0,0";
[all …]
/trunk/main/scp2/source/calc/
H A Dregistryitem_calc.scp38 Value = "%PRODUCTNAME";
52 Value = "Embed Source,1,8,1";
59 Value = "3,1,32,1";
66 Value = "2,1,16,1";
73 Value = "<progpath>\program\soffice.exe,0";
80 Value = "<progpath>\program\inprocserv.dll";
94 Value = "<progpath>\program\soffice.exe -nodefault -nologo";
101 Value = "16";
108 Value = "soffice.StarCalcDocument.6";
121 Value = "&Edit,0,0";
[all …]
/trunk/main/sc/source/core/tool/
H A Dparclass.cxx75 { ocBackSolver, {{ Value, Value, Value }, 0 }},
76 { ocTableOp, {{ Value, Value, Value, Value, Value }, 0 }},
85 { ocAverageIf, {{ Reference, Value, Reference }, 0 }},
86 { ocAverageIfs, {{ Reference, Reference, Value }, 2 }},
87 { ocCell, {{ Value, Reference }, 0 }},
94 { ocCountIf, {{ Reference, Value }, 0 }},
95 { ocCountIfs, {{ Reference, Value }, 2 }},
112 { ocForecast, {{ Value, ForceArray, ForceArray }, 0 }},
119 { ocGrowth, {{ Reference, Reference, Reference, Value }, 0 }},
121 { ocHLookup, {{ Value, Reference, Value, Value }, 0 }},
[all …]
/trunk/main/scp2/source/impress/
H A Dregistryitem_impress.scp38 Value = "%PRODUCTNAME";
52 Value = "Embed Source,1,8,1";
59 Value = "3,1,32,1";
66 Value = "2,1,16,1";
73 Value = "<progpath>\program\soffice.exe,0";
80 Value = "<progpath>\program\inprocserv.dll";
94 Value = "<progpath>\program\soffice.exe -nodefault -nologo";
101 Value = "16";
108 Value = "soffice.StarImpressDocument.6";
121 Value = "&Edit,0,0";
[all …]
/trunk/main/scp2/source/draw/
H A Dregistryitem_draw.scp38 Value = "%PRODUCTNAME";
52 Value = "Embed Source,1,8,1";
59 Value = "3,1,32,1";
66 Value = "2,1,16,1";
73 Value = "<progpath>\program\soffice.exe,0";
80 Value = "<progpath>\program\inprocserv.dll";
94 Value = "<progpath>\program\soffice.exe -nodefault -nologo";
101 Value = "16";
108 Value = "soffice.StarDrawDocument.6";
121 Value = "&Edit,0,0";
[all …]
/trunk/main/scp2/source/ooo/
H A Dregistryitem_ooo.scp30 Value = "soffice.StarConfigFile.6";
37 Value = "%PRODUCTNAME Service Manager (Ver 1.0)";
44 Value = "%PRODUCTNAME Service Manager (Ver 1.0)";
51 Value = "%PRODUCTNAME Service Manager (Ver 1.0)";
59 Value = "{82154420-0FBF-11d4-8313-005004526AB4}";
66 Value = "<progpath>\program\soffice.exe -nodefault -nologo";
73 Value = "";
80 Value = "com.sun.star.ServiceManager.1";
87 Value = "";
94 Value = "com.sun.star.ServiceManager";
[all …]
H A Dprofileitem_ooo.scp32 Value = "$ORIGIN/classes";
41 Value = "$ORIGIN/setup_services.rdb";
50 Value = "$ORIGIN/types.rdb";
61 Value = "[ALLUSERS]";
77 Value = "[FINDPRODUCT]";
93 Value = "<productcode>";
106 Value = "<upgradecode>";
117 Value = "1";
126 Value = "0,0,128";
135 Value = "-1,6";
[all …]
H A Dcommon_brand.scp668 Value = "${OOO_BASE_DIR}";
677 Value = "<productkey>";
686 Value = "80";
695 Value = "<installmode>";
705 Value = "$SYSUSERCONFIG/%ONEWORDPRODUCTNAME/%USERDIRPRODUCTVERSION";
707 Value = "$SYSUSERCONFIG/%ONEWORDPRODUCTNAME/%USERDIRPRODUCTVERSION";
709 Value = "$SYSUSERCONFIG/.%LCONEWORDPRODUCTNAME/%USERDIRPRODUCTVERSION";
718 Value = "${ORIGIN}/" PROFILENAME(fundamental);
727 Value = "1";
736 Value = "${PROGRESSBARCOLOR}";
[all …]
/trunk/main/ucb/source/ucp/file/
H A Dfilrow.cxx150 rtl::OUString Value; in getString() local
152 …sNull = ::convert<rtl::OUString>( m_pMyShell,m_xTypeConverter,m_aValueMap[ --columnIndex ],Value ); in getString()
153 return Value; in getString()
164 sal_Bool Value( false ); in getBoolean() local
166 …m_nWasNull = ::convert<sal_Bool>( m_pMyShell,m_xTypeConverter,m_aValueMap[ --columnIndex ],Value ); in getBoolean()
167 return Value; in getBoolean()
179 sal_Int8 Value( 0 ); in getByte() local
181 …m_nWasNull = ::convert<sal_Int8>( m_pMyShell,m_xTypeConverter,m_aValueMap[ --columnIndex ],Value ); in getByte()
182 return Value; in getByte()
193 sal_Int16 Value( 0 ); in getShort() local
[all …]
/trunk/main/scp2/source/math/
H A Dregistryitem_math.scp37 Value = "%PRODUCTNAME";
51 Value = "Embed Source,1,8,1";
58 Value = "3,1,32,1";
65 Value = "2,1,16,1";
72 Value = "<progpath>\program\soffice.exe,0";
79 Value = "<progpath>\program\inprocserv.dll";
93 Value = "<progpath>\program\soffice.exe -nodefault -nologo";
100 Value = "16";
107 Value = "soffice.StarMathDocument.6";
120 Value = "&Edit,0,0";
[all …]
/trunk/main/sw/source/filter/inc/
H A Drtf.hxx37 } Value; member in RTFVertOrient
40 RTFVertOrient( sal_uInt16 nValue ) { Value.nVal = nValue; } in RTFVertOrient()
43 Value.Flags.nOrient = nOrient; in RTFVertOrient()
44 Value.Flags.nRelOrient = nRelOrient; in RTFVertOrient()
47 sal_uInt16 GetOrient() const { return Value.Flags.nOrient; } in GetOrient()
48 sal_uInt16 GetRelation() const { return Value.Flags.nRelOrient; } in GetRelation()
49 sal_uInt16 GetValue() const { return Value.nVal; } in GetValue()
62 } Value; member in RTFHoriOrient
65 RTFHoriOrient( sal_uInt16 nValue ) { Value.nVal = nValue; } in RTFHoriOrient()
68 Value.Flags.nOrient = nOrient; in RTFHoriOrient()
[all …]
/trunk/main/filter/source/pdf/
H A Dpdfexport.cxx181 pFirstPage = &rRenderOptions[ nData ].Value; in ExportSelection()
183 pLastPage = &rRenderOptions[ nData ].Value; in ExportSelection()
185 rRenderOptions[ nData ].Value >>= bExportNotesPages; in ExportSelection()
208 aRenderer[ nProperty].Value >>= aPageSize; in ExportSelection()
296 aArgs.getArray()[1].Value <<= xStream; in write()
300 aArgs.getArray()[2].Value <<= m_aPreparedPassword; in write()
339 …aPathProp.Value <<= OUString( RTL_CONSTASCII_USTRINGPARAM( "/org.openoffice.Setup/Office/Factories… in getMimetypeForDocument()
365 aFilterData[nInd].Value >>= aTypeName; in getMimetypeForDocument()
378 aTypeData[nInd].Value >>= aDocMimetype; in getMimetypeForDocument()
468 rFilterData[ nData ].Value >>= aPageRange; in Export()
[all …]
/trunk/main/xmloff/source/draw/
H A Dshapeexport4.cxx94 if ( rParameter.Value.getValueTypeClass() == uno::TypeClass_DOUBLE ) in ExportParameter()
97 rParameter.Value >>= fNumber; in ExportParameter()
103 rParameter.Value >>= nValue; in ExportParameter()
200 if ( rPropVal.Value >>= aPosition ) in ImpExportHandles()
213 if ( rPropVal.Value >>= bMirroredX ) in ImpExportHandles()
221 if ( rPropVal.Value >>= bMirroredY ) in ImpExportHandles()
229 if ( rPropVal.Value >>= bSwitched ) in ImpExportHandles()
237 if ( rPropVal.Value >>= aPolar ) in ImpExportHandles()
249 if ( rPropVal.Value >>= aRadiusRangeMinimum ) in ImpExportHandles()
260 if ( rPropVal.Value >>= aRadiusRangeMaximum ) in ImpExportHandles()
[all …]
/trunk/main/scp2/source/javafilter/
H A Dregistryitem_javafilter.scp38 Value = "";
45 Value = "[INSTALLLOCATION]program\xmergesync.dll";
53 Value = "Apartment";
60 Value = "";
76 Value = "";
84 Value = "pxl";
98 Value = "";
105 Value = "[INSTALLLOCATION]program\xmergesync.dll";
113 Value = "Apartment";
120 Value = "";
[all …]
/trunk/main/setup_native/source/win32/customactions/shellextensions/
H A Dshellextensions.cxx90 TCHAR* Value; member
155 …ey, 0, REG_SZ, reinterpret_cast<const BYTE*>(ColumnHandler.Value), _tcslen(ColumnHandler.Value) + … in InstallExecSequenceEntry()
156 …, 0, REG_SZ, reinterpret_cast<const BYTE*>(InfotipHandler.Value), _tcslen(InfotipHandler.Value) + … in InstallExecSequenceEntry()
157 …r.Key, 0, REG_SZ, reinterpret_cast<const BYTE*>(PropHandler.Value), _tcslen(PropHandler.Value) + 1… in InstallExecSequenceEntry()
158 …r.Key, 0, REG_SZ, reinterpret_cast<const BYTE*>(ThumbViewer.Value), _tcslen(ThumbViewer.Value) + 1… in InstallExecSequenceEntry()
167 …ey, 0, REG_SZ, reinterpret_cast<const BYTE*>(ColumnHandler.Value), _tcslen(ColumnHandler.Value) + … in InstallExecSequenceEntry()
168 …, 0, REG_SZ, reinterpret_cast<const BYTE*>(InfotipHandler.Value), _tcslen(InfotipHandler.Value) + … in InstallExecSequenceEntry()
169 …r.Key, 0, REG_SZ, reinterpret_cast<const BYTE*>(PropHandler.Value), _tcslen(PropHandler.Value) + 1… in InstallExecSequenceEntry()
170 …r.Key, 0, REG_SZ, reinterpret_cast<const BYTE*>(ThumbViewer.Value), _tcslen(ThumbViewer.Value) + 1… in InstallExecSequenceEntry()
180 …ey, 0, REG_SZ, reinterpret_cast<const BYTE*>(ColumnHandler.Value), _tcslen(ColumnHandler.Value) + … in InstallExecSequenceEntry()
[all …]
/trunk/main/sfx2/source/appl/
H A Dappuno.cxx269 if( pItem->PutValue( rProp.Value, bConvertTwips ? CONVERT_TWIPS : 0 ) ) in TransformParameters()
323 if ( pItem->PutValue( rPropValue.Value, nSubId ) ) in TransformParameters()
395 if( pItem->PutValue( rProp.Value ) ) in TransformParameters()
424 if( pItem->PutValue( rProp.Value ) ) in TransformParameters()
464 if (!pItem->PutValue( rProp.Value, nSubId ) ) in TransformParameters()
504 OSL_VERIFY( rProp.Value >>= xFrame ); in TransformParameters()
511 if (rProp.Value >>= bVal) in TransformParameters()
526 rSet.Put( SfxUnoAnyItem( SID_DOCUMENT, rProp.Value ) ); in TransformParameters()
529 rSet.Put( SfxUnoAnyItem( SID_COMPONENTDATA, rProp.Value ) ); in TransformParameters()
533 rSet.Put( SfxUnoAnyItem( SID_COMPONENTCONTEXT, rProp.Value ) ); in TransformParameters()
[all …]
/trunk/main/cli_ure/qa/climaker/
H A Dclimaker.cs583 l.assure(cobj.Args[0].Value == c); in testS1()
590 l.assure(cobj.Args[0].Value == c in testS1()
708 l.assure(cobj.Args[0].Value == c); in testS1()
709 l.assure(b1.Equals(cobj.Args[1].Value)); in testS1()
710 l.assure(b2.Equals(cobj.Args[2].Value)); in testS1()
711 l.assure(b3.Equals(cobj.Args[3].Value)); in testS1()
712 l.assure(b4.Equals(cobj.Args[4].Value)); in testS1()
713 l.assure(b5.Equals(cobj.Args[5].Value)); in testS1()
714 l.assure(b6.Equals(cobj.Args[6].Value)); in testS1()
715 l.assure(b7.Equals(cobj.Args[7].Value)); in testS1()
[all …]
/trunk/main/registry/test/
H A Dtestmerge.cxx302 sal_uInt8 *Value; in test_merge() local
313 Value = new sal_uInt8[valueSize]; in test_merge()
314 …g::createFromAscii("/MergeKey1/MK1SubKey2/KeyWithStringValue"), (RegValue)Value), "testMerge error… in test_merge()
315 REG_ENSURE(strcmp((const sal_Char*)Value, sValue) == 0, "testMerge error 76.b)"); in test_merge()
316 delete [] Value; in test_merge()
320 Value = new sal_uInt8[valueSize]; in test_merge()
321 …::createFromAscii("/MergeKey1/MK1SubKey3/KeyWithUnicodeValue"), (RegValue)Value), "testMerge error… in test_merge()
322 REG_ENSURE(wValue.equals( (const sal_Unicode*)Value ), "testMerge error 78.b)"); in test_merge()
323 delete [] Value; in test_merge()
327 Value = new sal_uInt8[valueSize]; in test_merge()
[all …]
/trunk/main/io/source/stm/
H A Dodata.cxx554 virtual void SAL_CALL writeBoolean(sal_Bool Value) throw (IOException, RuntimeException);
555 virtual void SAL_CALL writeByte(sal_Int8 Value) throw (IOException, RuntimeException);
556 virtual void SAL_CALL writeChar(sal_Unicode Value) throw (IOException, RuntimeException);
557 virtual void SAL_CALL writeShort(sal_Int16 Value) throw (IOException, RuntimeException);
558 virtual void SAL_CALL writeLong(sal_Int32 Value) throw (IOException, RuntimeException);
559 virtual void SAL_CALL writeHyper(sal_Int64 Value) throw (IOException, RuntimeException);
560 virtual void SAL_CALL writeFloat(float Value) throw (IOException, RuntimeException);
561 virtual void SAL_CALL writeDouble(double Value) throw (IOException, RuntimeException);
562 virtual void SAL_CALL writeUTF(const OUString& Value) throw (IOException, RuntimeException);
648 void ODataOutputStream::writeBoolean(sal_Bool Value) in writeBoolean() argument
[all …]
/trunk/main/sd/source/ui/view/
H A Dfrmview.cxx601 pValue->Value = (*aIter).second; in WriteUserDataSequence()
699 if( pValue->Value >>= aString ) in ReadUserDataSequence()
708 if( pValue->Value >>= aString ) in ReadUserDataSequence()
717 if( pValue->Value >>= aString ) in ReadUserDataSequence()
726 if( pValue->Value >>= bBool ) in ReadUserDataSequence()
733 if( pValue->Value >>= nInt16 ) in ReadUserDataSequence()
744 if( pValue->Value >>= nInt16 ) in ReadUserDataSequence()
755 if( pValue->Value >>= bBool ) in ReadUserDataSequence()
769 if( pValue->Value >>= bBool ) in ReadUserDataSequence()
776 if( pValue->Value >>= bBool ) in ReadUserDataSequence()
[all …]

12345678910>>...65