Home
last modified time | relevance | path

Searched refs:getValue (Results 1 – 25 of 776) sorted by relevance

12345678910>>...32

/AOO41X/main/sd/source/ui/app/
H A Doptsitem.cxx280 if( pValues[0].hasValue() ) SetRulerVisible( *(sal_Bool*) pValues[ 0 ].getValue() ); in ReadData()
281 if( pValues[1].hasValue() ) SetHandlesBezier( *(sal_Bool*) pValues[ 1 ].getValue() ); in ReadData()
282 if( pValues[2].hasValue() ) SetMoveOutline( *(sal_Bool*) pValues[ 2 ].getValue() ); in ReadData()
283 if( pValues[3].hasValue() ) SetDragStripes( *(sal_Bool*) pValues[ 3 ].getValue() ); in ReadData()
284 if( pValues[4].hasValue() ) SetHelplines( *(sal_Bool*) pValues[ 4 ].getValue() ); in ReadData()
285 if( pValues[5].hasValue() ) SetMetric( (sal_uInt16) *(sal_Int32*) pValues[ 5 ].getValue() ); in ReadData()
286 if( pValues[6].hasValue() ) SetDefTab( (sal_uInt16) *(sal_Int32*) pValues[ 6 ].getValue() ); in ReadData()
615 if( pValues[0].hasValue() ) SetMarkedHitMovesAlways( *(sal_Bool*) pValues[ 0 ].getValue() ); in ReadData()
616 if( pValues[1].hasValue() ) SetCrookNoContortion( *(sal_Bool*) pValues[ 1 ].getValue() ); in ReadData()
617 if( pValues[2].hasValue() ) SetQuickEdit( *(sal_Bool*)pValues[ 2 ].getValue() ); in ReadData()
[all …]
/AOO41X/main/editeng/source/misc/
H A Dacorrcfg.cxx148 if(*(sal_Bool*)pValues[nProp].getValue()) in Load()
152 if(*(sal_Bool*)pValues[nProp].getValue()) in Load()
156 if(*(sal_Bool*)pValues[nProp].getValue()) in Load()
160 if(*(sal_Bool*)pValues[nProp].getValue()) in Load()
164 if(*(sal_Bool*)pValues[nProp].getValue()) in Load()
168 if(*(sal_Bool*)pValues[nProp].getValue()) in Load()
172 if(*(sal_Bool*)pValues[nProp].getValue()) in Load()
176 if(*(sal_Bool*)pValues[nProp].getValue()) in Load()
180 if(*(sal_Bool*)pValues[nProp].getValue()) in Load()
184 if(*(sal_Bool*)pValues[nProp].getValue()) in Load()
[all …]
/AOO41X/main/stoc/source/typeconv/
H A Dconvert.cxx356 nRet = *(sal_Int32 *)rAny.getValue(); in toHyper()
360 nRet = (*(sal_Bool*)rAny.getValue() ? 1 : 0); in toHyper()
364 nRet = *(sal_Unicode *)rAny.getValue(); in toHyper()
367 nRet = *(sal_Int8 *)rAny.getValue(); in toHyper()
371 nRet = *(sal_Int16 *)rAny.getValue(); in toHyper()
375 nRet = *(sal_uInt16 *)rAny.getValue(); in toHyper()
379 nRet = *(sal_Int32 *)rAny.getValue(); in toHyper()
383 nRet = *(sal_uInt32 *)rAny.getValue(); in toHyper()
387 nRet = *(sal_Int64 *)rAny.getValue(); in toHyper()
392 nRet = *(sal_Int64 *)rAny.getValue(); in toHyper()
[all …]
/AOO41X/main/sal/qa/osl/process/
H A Dosl_Thread.cxx168 T getValue() in getValue() function in ThreadSafeValue
252 sal_Int32 getValue() { return m_aFlag.getValue(); } in getValue() function in myThread
298 sal_Int32 getValue() { return m_aFlag.getValue(); } in getValue() function in OCountThread
320 while (m_aFlag.getValue() < 20 && schedule() == sal_True) in run()
363 sal_Int32 getValue() { return m_aFlag.getValue(); } in getValue() function in OSuspendThread
414 sal_Int32 getValue() { return m_aFlag.getValue(); } in getValue() function in ONoScheduleThread
425 while (m_aFlag.getValue() < 10) in run()
462 sal_Int32 getValue() { return m_aFlag.getValue(); } in getValue() function in OAddThread
562 sal_Int32 nValue = newthread->getValue(); in create_001()
630 sal_Int32 nValue = newthread->getValue(); in createSuspended_001()
[all …]
/AOO41X/main/sw/source/filter/html/
H A Dhtmlforw.cxx151 *(uno::Reference< form::XFormComponent > *)aTmp.getValue() ) in SV_IMPL_OP_PTRARR_SORT()
158 *(uno::Reference< form::XForm > *)aTmp.getValue(), uno::UNO_QUERY ); in SV_IMPL_OP_PTRARR_SORT()
423 OutHiddenForm( *(uno::Reference< form::XForm > *)aTmp.getValue() ); in OutHiddenForms()
446 *(uno::Reference< form::XFormComponent > *)aTmp.getValue(); in OutHiddenForm()
461 *(sal_Int16*)aAny2.getValue() ) in OutHiddenForm()
464 *(sal_Int16*)aAny2.getValue() ) ) in OutHiddenForm()
507 ((OUString*)aTmp.getValue())->getLength() ) in OutForm()
511 HTMLOutFuncs::Out_String( Strm(), *(OUString*)aTmp.getValue(), in OutForm()
519 ((OUString*)aTmp.getValue())->getLength() ) in OutForm()
523 String aURL( *(OUString*)aTmp.getValue() ); in OutForm()
[all …]
/AOO41X/test/testuno/source/fvt/uno/sc/cell/
H A DInsertDeleteCells.java130 expectValueA2, cellA2.getValue(),0); in testInsertCells()
132 expectValueB2, cellB2.getValue(),0); in testInsertCells()
134 expectValueC2, cellC2.getValue(),0); in testInsertCells()
151 expectValueC2right, cellC2.getValue(),0); in testInsertCells()
153 expectValueD2, cellD2.getValue(),0); in testInsertCells()
155 expectValueE2, cellE2.getValue(),0); in testInsertCells()
157 expectValueC3, cellC3.getValue(),0); in testInsertCells()
172 expectValueE2rows, cellE2.getValue(),0); in testInsertCells()
174 expectValueE3, cellE3.getValue(),0); in testInsertCells()
176 expectValueC3rows, cellC3.getValue(),0); in testInsertCells()
[all …]
/AOO41X/main/javainstaller2/src/JavaSetup/org/openoffice/setup/SetupData/
H A DPackageDescription.java407 localizedValue = subPackage.getValue(); in getLocalizedValue()
438 String sort = subSection.getValue(); in parse()
444 String defaultValue = subSection.getValue(); in parse()
451 String showInUserInstallValue = subSection.getValue(); in parse()
458 String showInUserInstallValueOnly = subSection.getValue(); in parse()
464 String dontUninstallValue = subSection.getValue(); in parse()
471 checkSolaris = subSection.getValue(); in parse()
476 String isUpdatePackageValue = subSection.getValue(); in parse()
483 String showMultiLingualOnlyValue = subSection.getValue(); in parse()
489 String isApplicationPackageValue = subSection.getValue(); in parse()
[all …]
H A DProductDescription.java172 String value = section.getValue(); in parse()
182 String value = section.getValue(); in parse()
191 String value = section.getValue(); in parse()
200 String value = section.getValue(); in parse()
209 String value = section.getValue(); in parse()
217 String value = section.getValue(); in parse()
227 String value = section.getValue(); in parse()
238 String value = section.getValue(); in parse()
247 String value = section.getValue(); in parse()
259 String value = p.getValue(); in parse()
/AOO41X/main/filter/source/config/tools/merge/
H A DpyAltFCFGMerge395 def getValue(self, sProp): member in ConfigHelper
461 self.m_aFragmentsDir = self.m_aCfg.getValue(PROP_FRAGMENTSDIR)
463 sDelimiter = self.m_aCfg.getValue(PROP_DELIMITER)
464 bTrim = self.m_aCfg.getValue(PROP_TRIM)
465 bDecode = self.m_aCfg.getValue(PROP_DECODE)
468 aFcfg = ConfigHelper(self.m_aCfg.getValue(PROP_TCFG), None)
474 aFcfg = ConfigHelper(self.m_aCfg.getValue(PROP_FCFG), None)
481 aFcfg = ConfigHelper(self.m_aCfg.getValue(PROP_LCFG), None)
487 aFcfg = ConfigHelper(self.m_aCfg.getValue(PROP_CCFG), None)
493 sPackage = self.m_aCfg.getValue(PROP_PKG)
[all …]
/AOO41X/main/sw/source/ui/config/
H A Dprtopt.cxx102 case 0: bPrintGraphic = *(sal_Bool*)pValues[nProp].getValue(); break; in SwPrintOptions()
103 case 1: bPrintTable = *(sal_Bool*)pValues[nProp].getValue(); break; in SwPrintOptions()
104 case 2: bPrintControl = *(sal_Bool*)pValues[nProp].getValue() ; break; in SwPrintOptions()
105 case 3: bPrintPageBackground= *(sal_Bool*)pValues[nProp].getValue(); break; in SwPrintOptions()
106 case 4: bPrintBlackFont = *(sal_Bool*)pValues[nProp].getValue(); break; in SwPrintOptions()
114 case 6: bPrintReverse = *(sal_Bool*)pValues[nProp].getValue(); break; in SwPrintOptions()
115 case 7: bPrintProspect = *(sal_Bool*)pValues[nProp].getValue(); break; in SwPrintOptions()
116 case 8: bPrintProspectRTL = *(sal_Bool*)pValues[nProp].getValue(); break; in SwPrintOptions()
117 case 9: bPrintSingleJobs = *(sal_Bool*)pValues[nProp].getValue(); break; in SwPrintOptions()
119 case 11: bPaperFromSetup = *(sal_Bool*)pValues[nProp].getValue(); break; in SwPrintOptions()
[all …]
/AOO41X/main/i18npool/source/localedata/
H A DLocaleNode.cxx209 if( !is_empty_string( p->getValue() ) ) in print_node()
215 print_OUString( p->getValue() ); in print_node()
251 aVal = pNode->getValue(); in writeParameterCheckLen()
346 of.writeParameter("langDefaultName", languageNode->getChildAt(1)->getValue()); in generateCode()
352 of.writeParameter("countryID", countryNode->getChildAt(0)->getValue()); in generateCode()
353 of.writeParameter("countryDefaultName", countryNode->getChildAt(1)->getValue()); in generateCode()
359 of.writeParameter("Variant", variantNode->getValue()); in generateCode()
403 aLDS = sepNode->getValue(); in generateCode()
410 aLDS = sepNode->getValue(); in generateCode()
417 aLDS = sepNode->getValue(); in generateCode()
[all …]
/AOO41X/main/sw/source/ui/uno/
H A DSwXDocumentSettings.cxx326 sal_Bool bUpdateField = *(sal_Bool*)rValue.getValue(); in _setSingleValue()
337 sal_Bool bUpdateChart = *(sal_Bool*)rValue.getValue(); in _setSingleValue()
362 sal_Bool bAlignTab = *(sal_Bool*)rValue.getValue(); in _setSingleValue()
427 sal_Bool bIsKern = *(sal_Bool*)(rValue).getValue(); in _setSingleValue()
452 mpDocSh->SetUseUserData( *(sal_Bool*)rValue.getValue() ); in _setSingleValue()
457 sal_Bool bSaveGlobal = *(sal_Bool*)rValue.getValue(); in _setSingleValue()
484 mpDocSh->SetSaveVersionOnClose( *(sal_Bool*)rValue.getValue() ); in _setSingleValue()
489 mpDocSh->SetQueryLoadTemplate( *(sal_Bool*)rValue.getValue() ); in _setSingleValue()
519 sal_Bool bTmp = *(sal_Bool*)rValue.getValue(); in _setSingleValue()
525 sal_Bool bTmp = *(sal_Bool*)rValue.getValue(); in _setSingleValue()
[all …]
H A Dunomod.cxx353 bVal = *(sal_Bool*)rValue.getValue(); in _setSingleValue()
359 bVal = *(sal_Bool*)rValue.getValue(); in _setSingleValue()
365 bVal = *(sal_Bool*)rValue.getValue(); in _setSingleValue()
371 bVal = *(sal_Bool*)rValue.getValue(); in _setSingleValue()
377 bVal = *(sal_Bool*)rValue.getValue(); in _setSingleValue()
383 bVal = *(sal_Bool*)rValue.getValue(); in _setSingleValue()
389 bVal = *(sal_Bool*)rValue.getValue(); in _setSingleValue()
395 bVal = *(sal_Bool*)rValue.getValue(); in _setSingleValue()
401 bVal = *(sal_Bool*)rValue.getValue(); in _setSingleValue()
407 bVal = *(sal_Bool*)rValue.getValue(); in _setSingleValue()
[all …]
/AOO41X/main/writerfilter/source/dmapper/
H A DFFDataHandler.cxx288 m_sName = r_Sprm.getValue()->getString(); in lcl_sprm()
294 m_bEnabled = r_Sprm.getValue()->getInt(); in lcl_sprm()
300 m_bCalcOnExit = r_Sprm.getValue()->getInt(); in lcl_sprm()
306 m_sEntryMacro = r_Sprm.getValue()->getString(); in lcl_sprm()
312 m_sExitMacro = r_Sprm.getValue()->getString(); in lcl_sprm()
330 m_nCheckboxHeight = r_Sprm.getValue()->getInt(); in lcl_sprm()
336 m_bCheckboxAutoHeight = r_Sprm.getValue()->getInt(); in lcl_sprm()
342 m_bCheckboxDefault = r_Sprm.getValue()->getInt(); in lcl_sprm()
348 m_bCheckboxChecked = r_Sprm.getValue()->getInt(); in lcl_sprm()
360 m_sDropDownResult = r_Sprm.getValue()->getString(); in lcl_sprm()
[all …]
/AOO41X/main/vcl/unx/generic/printer/
H A Dppdparser.cxx758 const PPDValue* pValue = pKey->getValue( j ); in PPDParser()
827 m_aPrinterName = pKey->getValue( 0 )->m_aValue; in PPDParser()
829 m_aNickName = pKey->getValue( 0 )->m_aValue; in PPDParser()
831 …m_bColorDevice = pKey->getValue( 0 )->m_aValue.CompareIgnoreCaseToAscii( "true", 4 ) == COMPARE_EQ… in PPDParser()
834 m_nLanguageLevel = pKey->getValue( 0 )->m_aValue.ToInt32(); in PPDParser()
836 … m_bType42Capable = pKey->getValue( 0 )->m_aValue.EqualsIgnoreCaseAscii( "Type42" ) ? true : false; in PPDParser()
1133 const PPDValue* pDefValue = pKey->getValue( aOption ); in parse()
1259 if( ! ( aConstraint.m_pOption2 = aConstraint.m_pKey2->getValue( aToken ) ) ) in parseConstraint()
1264 if( ! ( aConstraint.m_pOption1 = aConstraint.m_pKey1->getValue( aToken ) ) ) in parseConstraint()
1302 if( rPaperName == m_pImageableAreas->getValue( i )->m_aOption ) in getMargins()
[all …]
/AOO41X/main/connectivity/source/drivers/dbase/
H A DDNoException.cxx315 if (aKey.getValue().isNull()) in Write()
321 rStream << (double) aKey.getValue(); in Write()
326 if (!aKey.getValue().isNull()) in Write()
328 ::rtl::OUString sValue = aKey.getValue(); in Write()
366 if (getValue().isNull()) in Compare()
368 …if (rKey.getValue().isNull() || (rKey.IsText(getDBType()) && !rKey.getValue().getString().getLengt… in Compare()
373 else if (rKey.getValue().isNull()) in Compare()
375 if (getValue().isNull() || (IsText(getDBType()) && !getValue().getString().getLength())) in Compare()
382 sal_Int32 nRes = getValue().getString().compareTo(rKey.getValue()); in Compare()
387 double m = getValue(),n = rKey.getValue(); in Compare()
[all …]
H A Ddindexnode.cxx744 if (aKey.getValue().isNull()) in Write()
750 rStream << (double) aKey.getValue(); in Write()
755 if (!aKey.getValue().isNull()) in Write()
757 ::rtl::OUString sValue = aKey.getValue(); in Write()
792 if (getValue().isNull()) in Compare()
794 …if (rKey.getValue().isNull() || (rKey.IsText(getDBType()) && !rKey.getValue().getString().getLengt… in Compare()
799 else if (rKey.getValue().isNull()) in Compare()
801 if (getValue().isNull() || (IsText(getDBType()) && !getValue().getString().getLength())) in Compare()
808 sal_Int32 nRes = getValue().getString().compareTo(rKey.getValue()); in Compare()
813 double m = getValue(),n = rKey.getValue(); in Compare()
[all …]
/AOO41X/main/cppuhelper/inc/cppuhelper/
H A Dproptypehlp.hxx69 sal_Unicode c = *(sal_Unicode*) a.getValue(); in convertPropertyValue()
78 b = *((sal_Bool*)a.getValue()); in convertPropertyValue()
120 c = *(sal_Unicode *)a.getValue(); in convertPropertyValue()
130 b = *((sal_Bool * )a.getValue()); in convertPropertyValue()
174 c = *( sal_Unicode * ) a.getValue() ; in convertPropertyValue()
184 b = *((sal_Bool * )a.getValue()); in convertPropertyValue()
219 c = *(sal_Unicode*) a.getValue(); in convertPropertyValue()
229 b = *((sal_Bool * )a.getValue()); in convertPropertyValue()
267 c = *(sal_Unicode*) a.getValue(); in convertPropertyValue()
277 b = *((sal_Bool * )a.getValue()); in convertPropertyValue()
[all …]
/AOO41X/main/svx/inc/
H A Dsjctrl.hxx75 virtual String getValue() const;
106 virtual String getValue() const;
136 virtual String getValue() const;
187 virtual String getValue() const;
226 virtual String getValue() const;
314 virtual String getValue() const;
363 virtual String getValue() const;
414 virtual String getValue() const;
466 virtual String getValue() const;
497 virtual String getValue() const;
[all …]
/AOO41X/main/connectivity/source/drivers/file/
H A Dfcode.cxx113 const ORowSetValue& OOperandRow::getValue() const in getValue() function in OOperandRow
117 return (m_pRow->get())[m_nRowPos]->getValue(); in getValue()
164 const ORowSetValue& OOperandValue::getValue() const in getValue() function in OOperandValue
300 return pOperand->getValue().isNull(); in operate()
314 ORowSetValue aLH(pLeft->getValue()); in operate()
315 ORowSetValue aRH(pRight->getValue()); in operate()
337 ORowSetValue aLH(pLeft->getValue()); in operate()
338 ORowSetValue aRH(pRight->getValue()); in operate()
414 rCodeStack.push(new OOperandResultNUM(operate(pLeft->getValue(), pRight->getValue()))); in Exec()
466 aValues.push_back( pOperand->getValue() ); in Exec()
[all …]
/AOO41X/main/stoc/test/
H A Dtestconv.cxx70 printValue( *(Any *)rVal.getValue() ); in printValue()
73 printf( "%s", (*(sal_Bool *)rVal.getValue() ? "true" : "false") ); in printValue()
78 ar[0] = (char)*(sal_Unicode *)rVal.getValue(); in printValue()
84 printf( "%x", (int)*(sal_Int8 *)rVal.getValue() ); in printValue()
87 printf( "%x", *(sal_Int16 *)rVal.getValue() ); in printValue()
90 printf( "%x", *(sal_uInt16 *)rVal.getValue() ); in printValue()
93 printf( "%lx", static_cast<long>(*(sal_Int32 *)rVal.getValue()) ); in printValue()
96 printf( "%lx", static_cast<unsigned long>(*(sal_uInt32 *)rVal.getValue()) ); in printValue()
99 printf( "%lx", (long)*(sal_Int64 *)rVal.getValue() ); in printValue()
102 printf( "%lx", (unsigned long)*(sal_uInt64 *)rVal.getValue() ); in printValue()
[all …]
/AOO41X/main/qadevOOo/tests/java/ifc/sheet/
H A D_XCellRangeMovement.java92 loc_result = (oSheet.getCellByPosition(1, 10).getValue() == 100); in _copyRange()
93 loc_result &= (oSheet.getCellByPosition(1, 11).getValue() == 200); in _copyRange()
94 loc_result &= (oSheet.getCellByPosition(2, 10).getValue() == 300); in _copyRange()
95 loc_result &= (oSheet.getCellByPosition(2, 11).getValue() == 400); in _copyRange()
131 if (oSheet.getCellByPosition(1,21).getValue() == 200){ in _insertCells()
147 double res = oSheet.getCellByPosition(1, 21).getValue(); in _insertCells()
186 cntA = oSheet.getCellByPosition(4, 4).getValue(); in _moveRange()
187 cntB = oSheet.getCellByPosition(4, 5).getValue(); in _moveRange()
226 cntA = oSheet.getCellByPosition(5, 0).getValue(); in _removeRange()
227 cntB = oSheet.getCellByPosition(5, 1).getValue(); in _removeRange()
H A D_XCalculatable.java62 double ergValue1 = xCells[2].getValue(); in _calculate()
63 double sourceValue1 = xCells[0].getValue(); in _calculate()
65 double ergValue2 = xCells[2].getValue(); in _calculate()
68 ergValue2 = xCells[2].getValue(); in _calculate()
76 double ergValue1 = xCells[2].getValue(); in _calculateAll()
77 double sourceValue1 = xCells[0].getValue(); in _calculateAll()
79 double ergValue2 = xCells[2].getValue(); in _calculateAll()
82 ergValue2 = xCells[2].getValue(); in _calculateAll()
/AOO41X/main/registry/test/
H A Dtestmerge.cxx308 …REG_ENSURE(!key1.getValue(OUString::createFromAscii("/MergeKey1/MK1SubKey1/KeyWithLongValue"), (Re… in test_merge()
314 …REG_ENSURE(!key1.getValue(OUString::createFromAscii("/MergeKey1/MK1SubKey2/KeyWithStringValue"), (… in test_merge()
321 …REG_ENSURE(!key1.getValue(OUString::createFromAscii("/MergeKey1/MK1SubKey3/KeyWithUnicodeValue"), … in test_merge()
328 …REG_ENSURE(!key1.getValue(OUString::createFromAscii("/MergeKey1/MK1SubKey4/KeyWithBinaryValue"), (… in test_merge()
335 …REG_ENSURE(!key1.getValue(OUString::createFromAscii("/MergeKey2/MK2SubKey1/KeyWithBinaryValue"), (… in test_merge()
342 …REG_ENSURE(!key1.getValue(OUString::createFromAscii("/MergeKey2/MK2SubKey2/KeyWithUnicodeValue"), … in test_merge()
349 …REG_ENSURE(!key1.getValue(OUString::createFromAscii("/MergeKey2/MK2SubKey3/KeyWithStringValue"), (… in test_merge()
355 …REG_ENSURE(!key1.getValue(OUString::createFromAscii("/MergeKey2/MK2SubKey4/KeyWithLongValue"), (Re… in test_merge()
360 …REG_ENSURE(!key1.getValue(OUString::createFromAscii("/MergeKey1u2/MK1SubKey11/KeyWithLongValue"), … in test_merge()
366 …REG_ENSURE(!key1.getValue(OUString::createFromAscii("/MergeKey1u2/MK1SubKey12/KeyWithStringValue")… in test_merge()
[all …]
/AOO41X/main/extensions/test/ole/OleClient/
H A DclientTest.cxx381 outBool = inv->getValue(OUString(L"prpBool")); in doPropertyTest()
385 outByte = inv->getValue(OUString(L"prpByte")); in doPropertyTest()
389 outShort = inv->getValue(OUString(L"prpShort")); in doPropertyTest()
394 outLong = inv->getValue(OUString(L"prpLong")); in doPropertyTest()
398 outString = inv->getValue(OUString(L"prpString")); in doPropertyTest()
402 outFloat = inv->getValue(OUString(L"prpFloat")); in doPropertyTest()
406 outDouble = inv->getValue(OUString(L"prpDouble")); in doPropertyTest()
410 outVariant = inv->getValue(OUString(L"prpVariant")); in doPropertyTest()
414 outObject = inv->getValue(OUString(L"prpObject")); in doPropertyTest()
418 outUnknown = inv->getValue(OUString(L"prpUnknown")); in doPropertyTest()
[all …]

12345678910>>...32