| /aoo41x/main/sd/source/ui/app/ | 
| H A D | optsitem.cxx | 633 		SetShowComments(  *(sal_Bool*) pValues[ 15 ].getValue() );  in ReadData()639 			SetStartWithTemplate( *(sal_Bool*) pValues[ 16 ].getValue() );  in ReadData()
 641 			SetStartWithActualPage( *(sal_Bool*) pValues[ 17 ].getValue() );  in ReadData()
 643 			SetSummationOfParagraphs( *(sal_Bool*) pValues[ 18 ].getValue() );  in ReadData()
 646 			SetShowUndoDeleteWarning( *(sal_Bool*) pValues[ 19 ].getValue() );  in ReadData()
 652 			SetPreviewNewEffects(*(sal_Bool*) pValues[ 21 ].getValue());  in ReadData()
 655 			SetPreviewChangedEffects(*(sal_Bool*) pValues[ 22 ].getValue());  in ReadData()
 658 			SetPreviewTransitions(*(sal_Bool*) pValues[ 23 ].getValue());  in ReadData()
 661 			SetDisplay(*(sal_Int32*) pValues[ 24 ].getValue());  in ReadData()
 1221 		const sal_uInt32 nDivX = FRound( *(double*) pValues[ 2 ].getValue() );  in ReadData()
 [all …]
 
 | 
| /aoo41x/main/editeng/source/misc/ | 
| H A D | acorrcfg.cxx | 148 						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()
 184 						if(*(sal_Bool*)pValues[nProp].getValue())  in Load()
 188 						if(*(sal_Bool*)pValues[nProp].getValue())  in Load()
 [all …]
 
 | 
| /aoo41x/main/stoc/source/typeconv/ | 
| H A D | convert.cxx | 356 		nRet = *(sal_Int32 *)rAny.getValue();  in toHyper()367 		nRet = *(sal_Int8 *)rAny.getValue();  in toHyper()
 371 		nRet = *(sal_Int16 *)rAny.getValue();  in toHyper()
 379 		nRet = *(sal_Int32 *)rAny.getValue();  in toHyper()
 387 		nRet = *(sal_Int64 *)rAny.getValue();  in toHyper()
 392 		nRet = *(sal_Int64 *)rAny.getValue();  in toHyper()
 471 		fRet = *(sal_Int32 *)rAny.getValue();  in toDouble()
 482 		fRet = *(sal_Int8 *)rAny.getValue();  in toDouble()
 486 		fRet = *(sal_Int16 *)rAny.getValue();  in toDouble()
 510 		fRet = *(float *)rAny.getValue();  in toDouble()
 [all …]
 
 | 
| /aoo41x/main/sal/qa/osl/process/ | 
| H A D | osl_Thread.cxx | 168     T getValue()  in getValue()  function in ThreadSafeValue252     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
 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
 675             nValue = _pCountThread->getValue();  in suspendCountThread()
 743                 nValue = aThread->getValue();    // (1)  in suspend_002()
 1176                 nValueNormal = pThread->getValue();  in check2Threads()
 [all …]
 
 | 
| /aoo41x/main/sw/source/filter/html/ | 
| H A D | htmlforw.cxx | 507         ((OUString*)aTmp.getValue())->getLength() )  in OutForm()519         ((OUString*)aTmp.getValue())->getLength() )  in OutForm()
 523         String aURL( *(OUString*)aTmp.getValue() );  in OutForm()
 852             !*(sal_Bool*)aTmp.getValue() )  in OutHTML_DrawFrmFmtAsControl()
 865                 *(sal_Bool*)aTmp.getValue() )  in OutHTML_DrawFrmFmtAsControl()
 883 							 *(sal_Bool*)aTmp.getValue();  in OutHTML_DrawFrmFmtAsControl()
 923 						*(sal_Int16*)aTmp.getValue() != 0 )  in OutHTML_DrawFrmFmtAsControl()
 946 						((OUString*)aTmp.getValue())->getLength() )  in OutHTML_DrawFrmFmtAsControl()
 948 						sValue = *(OUString*)aTmp.getValue();  in OutHTML_DrawFrmFmtAsControl()
 1002         !*(sal_Bool*)aTmp.getValue() )  in OutHTML_DrawFrmFmtAsControl()
 [all …]
 
 | 
| /aoo41x/test/testuno/source/fvt/uno/sc/cell/ | 
| H A D | InsertDeleteCells.java | 130         		expectValueA2, cellA2.getValue(),0);  in testInsertCells()132         		expectValueB2, cellB2.getValue(),0);  in testInsertCells()
 134         		expectValueC2, cellC2.getValue(),0);  in testInsertCells()
 153         		expectValueD2, cellD2.getValue(),0);  in testInsertCells()
 155         		expectValueE2, cellE2.getValue(),0);  in testInsertCells()
 191     		   expectValueC4, cellC4.getValue(),0);  in testInsertCells()
 193     		   expectValueC5, cellC5.getValue(),0);  in testInsertCells()
 195     		   expectValueC6, cellC6.getValue(),0);  in testInsertCells()
 260     		expectValueA2up, cellA2.getValue(),0);  in testDeleteCells()
 262     		expectValueB2up, cellB2.getValue(),0);  in testDeleteCells()
 [all …]
 
 | 
| /aoo41x/main/javainstaller2/src/JavaSetup/org/openoffice/setup/SetupData/ | 
| H A D | PackageDescription.java | 438                 String sort = subSection.getValue();  in parse()444                 String defaultValue = subSection.getValue();  in parse()
 471                 checkSolaris = subSection.getValue();  in parse()
 534                 String sz = subSection.getValue();  in parse()
 539                 String order = subSection.getValue();  in parse()
 547                 pkgMD5Sum = subSection.getValue();   in parse()
 551                 pkgFileName = subSection.getValue();  in parse()
 555                 pkgFullName = subSection.getValue();  in parse()
 559                 pkgVersion = subSection.getValue();  in parse()
 563                 pkgSubdir = subSection.getValue();  in parse()
 [all …]
 
 | 
| H A D | ProductDescription.java | 172                 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 D | pyAltFCFGMerge | 395     def getValue(self, sProp):  member in ConfigHelper461         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)
 493         sPackage = self.m_aCfg.getValue(PROP_PKG)
 499                 self.m_aCfg.getValue(PROP_XMLVERSION ),\
 500                 self.m_aCfg.getValue(PROP_XMLENCODING),\
 501                 self.m_aCfg.getValue(PROP_XMLPATH    ),\
 502                 self.m_aCfg.getValue(PROP_XMLPACKAGE ),\
 [all …]
 
 | 
| /aoo41x/main/sw/source/ui/config/ | 
| H A D | prtopt.cxx | 102 					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()
 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()
 121                     case 13: bPrintLeftPages    = *(sal_Bool*)pValues[nProp].getValue();  break;  in SwPrintOptions()
 [all …]
 
 | 
| /aoo41x/main/i18npool/source/localedata/ | 
| H A D | LocaleNode.cxx | 209      if( !is_empty_string( p->getValue() ) )  in print_node()215           print_OUString( p->getValue() );  in print_node()
 251         aVal = pNode->getValue();  in writeParameterCheckLen()
 403     aLDS = sepNode->getValue();  in generateCode()
 410     aLDS = sepNode->getValue();  in generateCode()
 417     aLDS = sepNode->getValue();  in generateCode()
 424     aLDS = sepNode->getValue();  in generateCode()
 730                 OUString aCode( n->getValue());  in generateCode()
 936 			str = currNode->getValue();  in generateCode()
 1050 			str = currNode->getValue();  in generateCode()
 [all …]
 
 | 
| /aoo41x/main/sw/source/ui/uno/ | 
| H A D | SwXDocumentSettings.cxx | 326 			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()
 457 			sal_Bool bSaveGlobal = *(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()
 531             sal_Bool bTmp = *(sal_Bool*)rValue.getValue();  in _setSingleValue()
 536             sal_Bool bTmp = *(sal_Bool*)rValue.getValue();  in _setSingleValue()
 550             sal_Bool bTmp = *(sal_Bool*)rValue.getValue();  in _setSingleValue()
 [all …]
 
 | 
| H A D | unomod.cxx | 353 		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 D | FFDataHandler.cxx | 288             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()
 342             m_bCheckboxDefault = r_Sprm.getValue()->getInt();  in lcl_sprm()
 384             m_nTextType = r_Sprm.getValue()->getInt();  in lcl_sprm()
 390             m_sTextDefault = r_Sprm.getValue()->getString();  in lcl_sprm()
 396             m_nTextMaxLength = r_Sprm.getValue()->getInt();  in lcl_sprm()
 [all …]
 
 | 
| /aoo41x/main/vcl/unx/generic/printer/ | 
| H A D | ppdparser.cxx | 758             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()
 1642         return m_pFontList->getValue( nFont )->m_aOption;  in getFont()
 1699 const PPDValue* PPDKey::getValue( int n ) const  in getValue()  function in PPDKey
 1716     const PPDValue* pValue = getValue( rOption );  in getValueCaseInsensitive()
 1825         pValue = pKey->getValue( 0 );  in getValue()
 2023         const PPDValue* pValue = pKey->getValue( i );  in getUnconstrainedValues()
 2098                     pValue = pKey->getValue( aOption );  in rebuildFromStreamBuffer()
 2122             const PPDValue* pValue = getValue( pKey );  in getRenderResolution()
 [all …]
 
 | 
| /aoo41x/main/connectivity/source/drivers/dbase/ | 
| H A D | DNoException.cxx | 315 		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 D | dindexnode.cxx | 744 		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 D | proptypehlp.hxx | 78 		b = *((sal_Bool*)a.getValue());  in convertPropertyValue()120 		c = *(sal_Unicode *)a.getValue();  in convertPropertyValue()
 130 		b =  *((sal_Bool * )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()
 306 		c = *(sal_Unicode*) a.getValue();  in convertPropertyValue()
 411 		c = *(sal_Unicode*) a.getValue();  in convertPropertyValue()
 [all …]
 
 | 
| /aoo41x/main/svx/inc/ | 
| H A D | sjctrl.hxx | 75 	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 D | fcode.cxx | 113 const ORowSetValue& OOperandRow::getValue() const  in getValue()  function in OOperandRow117 	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 D | testconv.cxx | 70 			printValue( *(Any *)rVal.getValue() );  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()
 99 		printf( "%lx", (long)*(sal_Int64 *)rVal.getValue() );  in printValue()
 105 		printf( "%f", *(float *)rVal.getValue() );  in printValue()
 108 		printf( "%g", *(double *)rVal.getValue() );  in printValue()
 123 			if (pEnumTD->pEnumValues[nPos] == *(int *)rVal.getValue())  in printValue()
 136 		uno_Sequence * pSeq = *(uno_Sequence **)rVal.getValue();  in printValue()
 [all …]
 
 | 
| /aoo41x/main/qadevOOo/tests/java/ifc/sheet/ | 
| H A D | _XCellRangeMovement.java | 92             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.java | 62         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 D | testmerge.cxx | 308 …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()
 366 …REG_ENSURE(!key1.getValue(OUString::createFromAscii("/MergeKey1u2/MK1SubKey12/KeyWithStringValue")…  in test_merge()
 373 …REG_ENSURE(!key1.getValue(OUString::createFromAscii("/MergeKey1u2/MK1SubKey13/KeyWithUnicodeValue"…  in test_merge()
 [all …]
 
 | 
| /aoo41x/main/extensions/test/ole/OleClient/ | 
| H A D | clientTest.cxx | 381 	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()
 414 	outObject = inv->getValue(OUString(L"prpObject"));  in doPropertyTest()
 423     outCY = inv->getValue(OUString(L"prpCurrency"));  in doPropertyTest()
 428     outDate = inv->getValue(OUString(L"prpDate"));  in doPropertyTest()
 [all …]
 
 |