Home
last modified time | relevance | path

Searched refs:Value (Results 26 – 50 of 1749) sorted by relevance

12345678910>>...70

/aoo42x/main/svtools/source/uno/
H A Dunoiface.cxx445 if ( Value >>= b ) in setProperty()
452 if ( Value >>= n ) in setProperty()
459 if ( Value >>= b ) in setProperty()
921 SetValue(Value); in setProperty()
927 if ( Value >>= d ) in setProperty()
1575 Value >>= b; in setProperty()
1583 Value >>= b; in setProperty()
1591 Value >>= nId; in setProperty()
1599 Value >>= aStr; in setProperty()
2013 Value >>= aStr; in setProperty()
[all …]
/aoo42x/test/testuno/source/fvt/uno/sw/paragraph/
H A DParagraphBackGraphic.java80 aStoreProperties_odt[0].Value = true; in testParagraphBackGraphic_LeftBottom()
90 aStoreProperties_doc[0].Value = true; in testParagraphBackGraphic_LeftBottom()
140 aStoreProperties_odt[0].Value = true; in testParagraphBackGraphic_LeftMiddle()
150 aStoreProperties_doc[0].Value = true; in testParagraphBackGraphic_LeftMiddle()
200 aStoreProperties_odt[0].Value = true; in testParagraphBackGraphic_LeftTop()
210 aStoreProperties_doc[0].Value = true; in testParagraphBackGraphic_LeftTop()
260 aStoreProperties_odt[0].Value = true; in testParagraphBackGraphic_MiddleBottom()
270 aStoreProperties_doc[0].Value = true; in testParagraphBackGraphic_MiddleBottom()
320 aStoreProperties_odt[0].Value = true; in testParagraphBackGraphic_MiddleMiddle()
330 aStoreProperties_doc[0].Value = true; in testParagraphBackGraphic_MiddleMiddle()
[all …]
H A DParagraphLineSpacing.java83 aStoreProperties_odt[0].Value = true; in testParagraphLineSpacingFix()
93 aStoreProperties_doc[0].Value = true; in testParagraphLineSpacingFix()
142 aStoreProperties_odt[0].Value = true; in testParagraphLineSpacingLeading()
152 aStoreProperties_doc[0].Value = true; in testParagraphLineSpacingLeading()
203 aStoreProperties_odt[0].Value = true; in testParagraphLineSpacingMinimum()
213 aStoreProperties_doc[0].Value = true; in testParagraphLineSpacingMinimum()
264 aStoreProperties_odt[0].Value = true; in testParagraphLineSpacingProp()
274 aStoreProperties_doc[0].Value = true; in testParagraphLineSpacingProp()
324 aStoreProperties_odt[0].Value = true; in testParagraphLineSpacingSingle()
334 aStoreProperties_doc[0].Value = true; in testParagraphLineSpacingSingle()
[all …]
H A DParagraphNumberingAndBullet_CharacterBullet.java82 propsRule[0].Value = NumberingType.CHAR_SPECIAL; in testNumberingAndBullet_CharacterBullet1()
84 propsRule[1].Value = (short)8226; in testNumberingAndBullet_CharacterBullet1()
95 aStoreProperties_odt[0].Value = true; in testNumberingAndBullet_CharacterBullet1()
97 aStoreProperties_odt[1].Value = "writer8"; in testNumberingAndBullet_CharacterBullet1()
105 aStoreProperties_doc[0].Value = true; in testNumberingAndBullet_CharacterBullet1()
107 aStoreProperties_doc[1].Value = "MS Word 97"; in testNumberingAndBullet_CharacterBullet1()
153 propsRule[1].Value = (short)9679; in testNumberingAndBullet_CharacterBullet2()
164 aStoreProperties_odt[0].Value = true; in testNumberingAndBullet_CharacterBullet2()
166 aStoreProperties_odt[1].Value = "writer8"; in testNumberingAndBullet_CharacterBullet2()
174 aStoreProperties_doc[0].Value = true; in testNumberingAndBullet_CharacterBullet2()
[all …]
H A DParagraphTexttoTextAlignment.java76 aStoreProperties_odt[0].Value = true; in testTexttoTextAlignment_Baseline()
86 aStoreProperties_doc[0].Value = true; in testTexttoTextAlignment_Baseline()
88 aStoreProperties_doc[1].Value = "MS Word 97"; in testTexttoTextAlignment_Baseline()
121 aStoreProperties_odt[0].Value = true; in testTexttoTextAlignment_Bottom()
131 aStoreProperties_doc[0].Value = true; in testTexttoTextAlignment_Bottom()
166 aStoreProperties_odt[0].Value = true; in testTexttoTextAlignment_Center()
176 aStoreProperties_doc[0].Value = true; in testTexttoTextAlignment_Center()
211 aStoreProperties_odt[0].Value = true; in testTexttoTextAlignment_Top()
221 aStoreProperties_doc[0].Value = true; in testTexttoTextAlignment_Top()
256 aStoreProperties_odt[0].Value = true; in testTexttoTextAlignment_Automatic()
[all …]
/aoo42x/main/accessibility/java/java_uno_accessbridge/src/main/java/org/openoffice/java/accessibility/
H A DAccessibleEditableTextImpl.java122 propertyValue.Value = ParagraphAdjust.RIGHT; in setAttributes()
131 propertyValue.Value = ParagraphAdjust.LEFT; in setAttributes()
154 propertyValue.Value = new Float(150); in setAttributes()
156 propertyValue.Value = new Float(100); in setAttributes()
179 propertyValue.Value = new Short("2"); in setAttributes()
181 propertyValue.Value = new Short("1"); in setAttributes()
213 propertyValue.Value = FontSlant.ITALIC; in setAttributes()
215 propertyValue.Value = FontSlant.DONTKNOW; in setAttributes()
290 propertyValue.Value = new Short( "1" ); in setAttributes()
292 propertyValue.Value = new Short( "-1" ); in setAttributes()
[all …]
H A DAccessibleTextImpl.java260 adjust = (ParagraphAdjust) property.Value; in setAttribute()
261 } else if (property.Value instanceof Any) { in setAttribute()
266 property.Value)); in setAttribute()
287 property.Value.getClass().getName()); in setAttribute()
328 if (property.Value instanceof FontSlant) { in setAttribute()
329 fs = (FontSlant) property.Value; in setAttribute()
330 } else if (property.Value instanceof Any) { in setAttribute()
353 if (property.Value instanceof LineSpacing) { in setAttribute()
354 ls = (LineSpacing) property.Value; in setAttribute()
355 } else if (property.Value instanceof Any) { in setAttribute()
[all …]
/aoo42x/main/sfx2/source/doc/
H A Dprinthelper.cxx299 aPrinter.getArray()[3].Value <<= aSize; in getPrinter()
303 aPrinter.getArray()[2].Value <<= eFormat; in getPrinter()
307 aPrinter.getArray()[1].Value <<= eOrient; in getPrinter()
622 (!(rProp.Value>>=sTemp)) in print()
662 aCheckedArgs[nProps++].Value <<= sTemp; in print()
697 aCheckedArgs[nProps++].Value <<= nCopies; in print()
706 if ( rProp.Value >>= bTemp ) in print()
709 aCheckedArgs[nProps++].Value <<= bTemp; in print()
719 if( rProp.Value >>= sTemp ) in print()
722 aCheckedArgs[nProps++].Value <<= sTemp; in print()
[all …]
/aoo42x/test/testuno/source/fvt/uno/sw/table/
H A DTableInsertBreak.java80 aStoreProperties_odt[0].Value = true; in InsertPage_BeforeBreak_Split_KeepTogether()
90 aStoreProperties_doc[0].Value = true; in InsertPage_BeforeBreak_Split_KeepTogether()
140 aStoreProperties_odt[0].Value = true; in InsertPage_AfterBreak()
150 aStoreProperties_doc[0].Value = true; in InsertPage_AfterBreak()
195 aStoreProperties_odt[0].Value = true; in InsertColumn_BeforeBreak()
205 aStoreProperties_doc[0].Value = true; in InsertColumn_BeforeBreak()
250 aStoreProperties_odt[0].Value = true; in InsertColumn_AfterBreak()
260 aStoreProperties_doc[0].Value = true; in InsertColumn_AfterBreak()
307 aStoreProperties_odt[0].Value = true; in InsertPage_Endnote_BeforeBreak()
317 aStoreProperties_doc[0].Value = true; in InsertPage_Endnote_BeforeBreak()
[all …]
/aoo42x/main/qadevOOo/tests/java/mod/_fwk/
H A DModuleManager.java188 xFrameSeq[0].Value = xTextFrame; in createTestEnvironment()
191 xFrameSeq[1].Value = xWebFrame; in createTestEnvironment()
194 xFrameSeq[2].Value = xGlobalFrame; in createTestEnvironment()
197 xFrameSeq[3].Value = xSheetFrame; in createTestEnvironment()
200 xFrameSeq[4].Value = xDrawFrame; in createTestEnvironment()
203 xFrameSeq[5].Value = xMathFrame; in createTestEnvironment()
234 xModelSeq[0].Value = xTextMode1; in createTestEnvironment()
237 xModelSeq[1].Value = xWebMode1; in createTestEnvironment()
243 xModelSeq[3].Value = xSheetMode1; in createTestEnvironment()
246 xModelSeq[4].Value = xDrawMode1; in createTestEnvironment()
[all …]
/aoo42x/main/dbaccess/source/filter/xml/
H A DxmlDataSource.cxx105 aProperty.Value = Any(); in DBG_NAME()
173 aProperty.Value <<= sal_Int32(0); in DBG_NAME()
175 aProperty.Value <<= sal_Int32(1); in DBG_NAME()
177 aProperty.Value <<= sal_Int32(2); in DBG_NAME()
179 aProperty.Value <<= sal_Int32(3); in DBG_NAME()
190 aProperty.Value <<= sValue.toInt32(); in DBG_NAME()
198 if ( !aProperty.Value.hasValue() ) in DBG_NAME()
199 aProperty.Value <<= sValue; in DBG_NAME()
208 aProperty.Value <<= sal_True; in DBG_NAME()
214 aProperty.Value <<= sal_True; in DBG_NAME()
[all …]
/aoo42x/main/toolkit/source/awt/
H A Dvclxwindows.cxx968 if ( Value >>= b ) in setProperty()
975 if ( Value >>= n ) in setProperty()
1140 if ( Value >>= n ) in setProperty()
1153 if ( Value >>= b ) in setProperty()
1880 if ( Value >>= b ) in setProperty()
1887 if ( Value >>= b ) in setProperty()
1897 if ( Value >>= n ) in setProperty()
3713 if ( Value >>= b ) in setProperty()
3720 if ( Value >>= n ) in setProperty()
3727 if ( Value >>= n ) in setProperty()
[all …]
/aoo42x/main/sdext/source/minimizer/
H A Dimpoptimizer.cxx235 aFilterData[ 1 ].Value <<= (sal_Int32)0; in ImpCompressGraphic()
237 aFilterData[ 2 ].Value <<= nJPEGQuality; in ImpCompressGraphic()
239 aFilterData[ 3 ].Value <<= (sal_Int32)6; in ImpCompressGraphic()
241 aFilterData[ 4 ].Value <<= (sal_Int32)0; in ImpCompressGraphic()
243 aFilterData[ 5 ].Value <<= rLogicalSize; in ImpCompressGraphic()
251 aArgs[ 0 ].Value <<= rDestMimeType; in ImpCompressGraphic()
253 aArgs[ 1 ].Value <<= rxOutputStream; in ImpCompressGraphic()
255 aArgs[ 2 ].Value <<= aFilterData; in ImpCompressGraphic()
359 aArgs[ 0 ].Value <<= xInputStream; in ImpCompressGraphic()
378 aArgs[ 0 ].Value <<= xInputStream; in ImpCompressGraphic()
[all …]
/aoo42x/main/sc/source/ui/view/
H A Dviewdata.cxx180 aSettings[i].Value >>= nTemp32; in ReadUserDataSequence()
185 aSettings[i].Value >>= nTemp32; in ReadUserDataSequence()
190 aSettings[i].Value >>= nTemp16; in ReadUserDataSequence()
195 aSettings[i].Value >>= nTemp16; in ReadUserDataSequence()
200 aSettings[i].Value >>= nTempPosH; in ReadUserDataSequence()
205 aSettings[i].Value >>= nTempPosV; in ReadUserDataSequence()
220 aSettings[i].Value >>= nTemp16; in ReadUserDataSequence()
225 aSettings[i].Value >>= nTemp32; in ReadUserDataSequence()
230 aSettings[i].Value >>= nTemp32; in ReadUserDataSequence()
235 aSettings[i].Value >>= nTemp32; in ReadUserDataSequence()
[all …]
/aoo42x/main/svx/source/toolbars/
H A Dextrusionbar.cxx168 aPropValue.Value <<= sal_True; in impl_execute()
267 aPropValue.Value <<= aViewPoint; in impl_execute()
385 aPropValue.Value <<= eShadeMode; in impl_execute()
389 aPropValue.Value <<= bMetal; in impl_execute()
397 aPropValue.Value <<= fDiffusion; in impl_execute()
444 aPropValue.Value <<= fBrightness; in impl_execute()
448 aPropValue.Value <<= sal_True; in impl_execute()
452 aPropValue.Value <<= sal_True; in impl_execute()
456 aPropValue.Value <<= bHarsh2; in impl_execute()
460 aPropValue.Value <<= fLevel1; in impl_execute()
[all …]
/aoo42x/main/unotools/source/config/
H A Dcompatibility.cxx197 lProperties[ OFFSET_NAME ].Value <<= pItem->sName; in GetList()
198 lProperties[ OFFSET_MODULE ].Value <<= pItem->sModule; in GetList()
199 lProperties[ OFFSET_USEPRTMETRICS ].Value <<= pItem->bUsePrtMetrics; in GetList()
200 lProperties[ OFFSET_ADDSPACING ].Value <<= pItem->bAddSpacing; in GetList()
202 lProperties[ OFFSET_USEOURTABSTOPS ].Value <<= pItem->bUseOurTabStops; in GetList()
203 lProperties[ OFFSET_NOEXTLEADING ].Value <<= pItem->bNoExtLeading; in GetList()
206 lProperties[ OFFSET_USEOBJPOS ].Value <<= pItem->bUseObjPos; in GetList()
482 lPropertyValues[ OFFSET_MODULE - 1 ].Value <<= aItem.sModule; in Commit()
484 lPropertyValues[ OFFSET_ADDSPACING - 1 ].Value <<= aItem.bAddSpacing; in Commit()
487 lPropertyValues[ OFFSET_NOEXTLEADING - 1 ].Value <<= aItem.bNoExtLeading; in Commit()
[all …]
/aoo42x/main/vcl/source/gdi/
H A Dprint3.cxx300 pVal->Value >>= bSynchronous; in PrintJob()
365 pPagesVal->Value >>= aPagesVal; in ImplPrintJob()
575 pFileValue->Value >>= aFile; in StartJob()
1325 aVal.Value <<= sal_True; in getJobProperties()
1369 aVal.Value = i_rValue; in setValue()
1609 pVal->Value >>= bApi; in createProgressDialog()
1645 pVal->Value >>= nCopyCount; in pushPropertiesToPrinter()
1649 pVal->Value >>= bCollate; in pushPropertiesToPrinter()
1657 pVal->Value >>= nDuplex; in pushPropertiesToPrinter()
1684 pVal->Value >>= bRet; in getBoolProperty()
[all …]
/aoo42x/main/embeddedobj/source/commonembedding/
H A Dpersistence.cxx115 aResult[nInd].Value <<= sal_True; in addAsTemplate()
119 aResult[nInd].Value = aOrig[nInd].Value; in addAsTemplate()
126 aResult[nLength].Value <<= sal_True; in addAsTemplate()
246 aSeq[0].Value <<= sal_True; in SetDocToEmbedded()
404 aArgs[0].Value <<= m_aLinkURL; in LoadLink_Impl()
418 aArgs[nInd+nLen].Value = m_aDocMediaDescriptor[nInd].Value; in LoadLink_Impl()
623 aArgs[0].Value <<= aFilterName; in StoreDocumentToTempStream_Impl()
625 aArgs[1].Value <<= xTempOut; in StoreDocumentToTempStream_Impl()
627 aArgs[2].Value <<= aBaseURL; in StoreDocumentToTempStream_Impl()
629 aArgs[3].Value <<= aHierarchName; in StoreDocumentToTempStream_Impl()
[all …]
/aoo42x/main/svtools/source/filter/
H A DFilterConfigItem.cxx66 aPathArgument.Value = aAny; in ImpIsTreeAvailable()
136 aPathArgument.Value = aAny; in ImpInitTree()
143 aModeArgument.Value = aAny; in ImpInitTree()
306 aBool.Value <<= bRetValue; in ReadBool()
326 aInt32.Value <<= nRetValue; in ReadInt32()
391 aString.Value <<= aRetValue; in ReadString()
402 aRetValue = pPropVal->Value; in ReadAny()
419 aBool.Value <<= bNewValue; in WriteBool()
452 aInt32.Value <<= nNewValue; in WriteInt32()
536 aString.Value <<= rNewValue; in WriteString()
[all …]
/aoo42x/main/sw/source/core/view/
H A Dprintdata.cxx233 m_aUIProperties[ nIdx++ ].Value = getBoolControlOpt( aLocalizedStrings.GetString( 2 ), in SwPrintUIOptions()
240 m_aUIProperties[ nIdx++ ].Value = getBoolControlOpt( aLocalizedStrings.GetString( 3 ), in SwPrintUIOptions()
248 m_aUIProperties[ nIdx++ ].Value = getBoolControlOpt( aLocalizedStrings.GetString( 4 ), in SwPrintUIOptions()
255 m_aUIProperties[ nIdx++ ].Value = getBoolControlOpt( aLocalizedStrings.GetString( 5 ), in SwPrintUIOptions()
263 m_aUIProperties[ nIdx++ ].Value = getBoolControlOpt( aLocalizedStrings.GetString( 6 ), in SwPrintUIOptions()
273 m_aUIProperties[ nIdx++ ].Value = getBoolControlOpt( aLocalizedStrings.GetString( 8 ), in SwPrintUIOptions()
295 m_aUIProperties[ nIdx++ ].Value = getBoolControlOpt( aLocalizedStrings.GetString( 11 ), in SwPrintUIOptions()
325 m_aUIProperties[nIdx++].Value = getChoiceControlOpt( rtl::OUString(), in SwPrintUIOptions()
335 m_aUIProperties[nIdx++].Value = getEditControlOpt( rtl::OUString(), in SwPrintUIOptions()
409 m_aUIProperties[ nIdx++ ].Value = getBoolControlOpt( aLocalizedStrings.GetString( 23 ), in SwPrintUIOptions()
[all …]
/aoo42x/main/xmloff/source/draw/
H A Dximpcustomshape.cxx92 aProp.Value <<= bAttrBool; in GetBool()
105 aProp.Value <<= nAttrNumber; in GetInt32()
118 aProp.Value <<= fAttrDouble; in GetDouble()
132 aProp.Value <<= fAttrDouble; in GetDistance()
142 aProp.Value <<= rValue; in GetString()
156 aProp.Value <<= nEnum; in GetEnum()
805 aAdj.Value <<= aParameter.Value; in GetAdjustmentValues()
902 aProp.Value <<= aRect; in StartElement()
1142 aProp.Value <<= aPropSeq; in SdXMLCustomShapePropertyMerge()
1163 aProp.Value <<= aPropSeq; in SdXMLCustomShapePropertyMerge()
[all …]
/aoo42x/test/testuno/source/fvt/uno/sw/puretext/
H A DCharacterChangeCase.java71 aStoreProperties_doc[0].Value = true; in testCharacterLowerCaseSetting()
73 aStoreProperties_doc[1].Value = "MS Word 97"; in testCharacterLowerCaseSetting()
81 aStoreProperties_odt[0].Value = true; in testCharacterLowerCaseSetting()
120 aStoreProperties_odt[0].Value = true; in testCharacterUpperCaseSetting()
130 aStoreProperties_doc[0].Value = true; in testCharacterUpperCaseSetting()
167 aStoreProperties_odt[0].Value = true; in testCharacterSmallCapsSetting()
177 aStoreProperties_doc[0].Value = true; in testCharacterSmallCapsSetting()
214 aStoreProperties_odt[0].Value = true; in testCharacterCapitalEveryWordSetting()
224 aStoreProperties_doc[0].Value = true; in testCharacterCapitalEveryWordSetting()
261 aStoreProperties_odt[0].Value = true; in testCharacterNoCaseSetting()
[all …]
/aoo42x/main/scp2/source/base/
H A Dregistryitem_base.scp32 Value = "opendocument.DatabaseDocument.1";
39 Value = "{7BC0E713-5703-45BE-A29D-5D46D8B39262}";
46 Value = "{087B3AE3-E237-4467-B8DB-5A38AB959AC9}";
68 Value = "application/vnd.sun.xml.base";
76 Value = ".odb";
90 Value = "<progpath>\program\soffice.exe,13";
105 Value = "open";
130 Value = " ";
138 Value = "opendocument.DatabaseDocument.1";
146 Value = "<progpath>\program\sbase.exe";
[all …]
/aoo42x/main/scp2/source/winexplorerext/
H A Dregistryitem_winexplorerext.scp44 Value = "Apartment";
67 Value = "Apartment";
80 Value = "%PRODUCTNAME Column Handler";
99 Value = "Apartment";
112 Value = "OpenDocument Format Filter";
131 Value = "Apartment";
140 Value = "OpenDocument Format Persistent Handler";
172 Value = "Apartment";
186 Value = "%PRODUCTNAME Property Handler";
207 Value = "Apartment";
[all …]
/aoo42x/main/framework/source/fwe/classes/
H A Daddonsoptions.cxx1346 aMenuItem[ OFFSET_MENUITEM_TITLE ].Value <<= aStrValue; in ReadMenuItem()
1361 aMenuItem[ OFFSET_MENUITEM_URL ].Value <<= aPopupMenuURL; in ReadMenuItem()
1362 aMenuItem[ OFFSET_MENUITEM_TARGET ].Value <<= m_aEmpty; in ReadMenuItem()
1372 aMenuItem[ OFFSET_MENUITEM_SUBMENU ].Value <<= aSubMenuSeq; in ReadMenuItem()
1383 aMenuItem[ OFFSET_MENUITEM_URL ].Value <<= aStrValue; in ReadMenuItem()
1396 aMenuItem[ OFFSET_MENUITEM_URL ].Value <<= aStrValue; in ReadMenuItem()
1397 aMenuItem[ OFFSET_MENUITEM_TARGET ].Value <<= m_aEmpty; in ReadMenuItem()
1399 aMenuItem[ OFFSET_MENUITEM_CONTEXT ].Value <<= m_aEmpty; in ReadMenuItem()
1421 aPopupMenu[ OFFSET_POPUPMENU_TITLE ].Value <<= aStrValue; in ReadPopupMenu()
1488 aToolBarItem[ OFFSET_TOOLBARITEM_URL ].Value <<= aURL; in ReadToolBarItem()
[all …]

Completed in 209 milliseconds

12345678910>>...70