/aoo42x/main/wizards/com/sun/star/wizards/common/ |
H A D | NumericalHelper.java | 270 if (aValue != null) in isValidAndNumerical() 1177 if (aValue == null || AnyConverter.isVoid(aValue)) in getTypeObject() 1186 aTypeObject.aValue = new Character(AnyConverter.toChar(aValue)); in getTypeObject() 1190 aTypeObject.aValue = new Byte(AnyConverter.toByte(aValue)); in getTypeObject() 1194 aTypeObject.aValue = new Short(AnyConverter.toShort(aValue)); in getTypeObject() 1198 aTypeObject.aValue = new Integer(AnyConverter.toInt(aValue)); in getTypeObject() 1202 aTypeObject.aValue = new Long(AnyConverter.toLong(aValue)); in getTypeObject() 1206 aTypeObject.aValue = new Float(AnyConverter.toFloat(aValue)); in getTypeObject() 1210 aTypeObject.aValue = new Double(AnyConverter.toDouble(aValue)); in getTypeObject() 1214 aTypeObject.aValue = AnyConverter.toString(aValue); in getTypeObject() [all …]
|
/aoo42x/main/chart2/source/controller/itemsetwrapper/ |
H A D | CharacterPropertyItemConverter.cxx | 166 if( aValue.hasValue()) in FillSpecialItem() 173 if( aValue.hasValue() && in FillSpecialItem() 181 if( aValue.hasValue()) in FillSpecialItem() 198 if ( aValue.hasValue() ) in FillSpecialItem() 205 if ( aValue.hasValue() && in FillSpecialItem() 213 if ( aValue.hasValue() ) in FillSpecialItem() 239 if( aValue.hasValue()) in FillSpecialItem() 260 if( aValue.hasValue()) in FillSpecialItem() 284 if( aValue >>= fHeight ) in FillSpecialItem() 294 aValue <<= fHeight; in FillSpecialItem() [all …]
|
H A D | GraphicPropertyItemConverter.cxx | 295 if( aValue.hasValue()) in FillSpecialItem() 473 uno::Any aValue; in ApplySpecialItem() local 487 aValue <<= aMode; in ApplySpecialItem() 505 aValue <<= aMode; in ApplySpecialItem() 578 aValue <<= nStepCount; in ApplySpecialItem() 732 if( rItem.QueryValue( aValue )) in ApplySpecialItem() 738 if( aValue >>= nValue ) in ApplySpecialItem() 742 aValue <<= nValueToSet; in ApplySpecialItem() 769 if( rItem.QueryValue( aValue )) in ApplySpecialItem() 775 if( aValue >>= nValue ) in ApplySpecialItem() [all …]
|
H A D | AxisItemConverter.cxx | 168 TimeInterval aValue; in lcl_hasTimeIntervalValue() local 169 if( rAny >>= aValue ) in lcl_hasTimeIntervalValue() 487 uno::Any aValue; in ApplySpecialItem() local 508 if( aScale.Maximum != aValue ) in ApplySpecialItem() 510 aScale.Maximum = aValue; in ApplySpecialItem() 533 if( aScale.Minimum != aValue ) in ApplySpecialItem() 535 aScale.Minimum = aValue; in ApplySpecialItem() 613 if( aValue >>= fValue ) in ApplySpecialItem() 730 if( aScale.Origin != aValue ) in ApplySpecialItem() 732 aScale.Origin = aValue; in ApplySpecialItem() [all …]
|
/aoo42x/main/connectivity/source/drivers/odbcbase/ |
H A D | ODatabaseMetaData.cxx | 1216 return aValue; in getURLImpl() 1227 return aValue; in getURL() 1234 return aValue; in getUserName() 1241 return aValue; in getDriverName() 1248 return aValue; in getDriverVersion() 1283 return aValue.copy(0,aValue.indexOf('.')).toInt32(); in getDriverMajorVersion() 1297 return aValue.copy(0,aValue.lastIndexOf('.')).toInt32(); in getDriverMinorVersion() 1370 aValue.setLength(aValue.getLength()-1); in getStringFunctions() 1425 aValue.setLength(aValue.getLength()-1); in getTimeDateFunctions() 1444 aValue.setLength(aValue.getLength()-1); in getSystemFunctions() [all …]
|
H A D | OConnection.cxx | 516 aInfo.aTypeName = aValue; in buildTypeInfo() 519 aInfo.nType = aValue; in buildTypeInfo() 522 aInfo.nPrecision = aValue; in buildTypeInfo() 525 aInfo.aLiteralPrefix = aValue; in buildTypeInfo() 528 aInfo.aLiteralSuffix = aValue; in buildTypeInfo() 531 aInfo.aCreateParams = aValue; in buildTypeInfo() 540 aInfo.nSearchType = aValue; in buildTypeInfo() 552 aInfo.aLocalTypeName = aValue; in buildTypeInfo() 555 aInfo.nMinimumScale = aValue; in buildTypeInfo() 558 aInfo.nMaximumScale = aValue; in buildTypeInfo() [all …]
|
/aoo42x/main/vbahelper/source/vbahelper/ |
H A D | vbapagesetupbase.cxx | 42 aValue >>= headerOn; in getTopMargin() 45 aValue >>= topMargin; in getTopMargin() 70 aValue >>= headerOn; in setTopMargin() 79 aValue <<= topMargin; in setTopMargin() 96 aValue >>= footerOn; in getBottomMargin() 124 aValue >>= footerOn; in setBottomMargin() 161 uno::Any aValue; in setRightMargin() local 177 aValue >>= leftMargin; in getLeftMargin() 191 uno::Any aValue; in setLeftMargin() local 220 uno::Any aValue; in setHeaderMargin() local [all …]
|
/aoo42x/main/xmlscript/source/xmldlg_imexp/ |
H A D | xmldlg_import.cxx | 262 OUString aValue; in importBorderStyle() local 299 OUString aValue; in importVisualEffectStyle() local 351 OUString aValue; in importFontStyle() local 660 &aValue, in importFontStyle() 732 &aValue, in importFontStyle() 790 OUString aValue( in importStringProperty() local 805 OUString aValue( in importDoubleProperty() local 834 OUString aValue( in importLongProperty() local 850 OUString aValue( in importLongProperty() local 865 OUString aValue( in importHexLongProperty() local [all …]
|
/aoo42x/main/vcl/unx/generic/printer/ |
H A D | printerinfomanager.cxx | 265 if( aValue.Len() ) in initialize() 269 if( aValue.Len() ) in initialize() 273 if( aValue.Len() ) in initialize() 282 if( aValue.Len() ) in initialize() 286 if( aValue.Len() ) in initialize() 300 if( ! aValue.Equals( "0" ) && ! aValue.EqualsIgnoreCaseAscii( "false" ) ) in initialize() 309 if( aValue.Equals( "1" ) || aValue.EqualsIgnoreCaseAscii( "true" ) ) in initialize() 764 aValue += '/'; in writePrinterConfig() 780 aValue += ','; in writePrinterConfig() 782 aValue += ','; in writePrinterConfig() [all …]
|
/aoo42x/main/xmloff/source/draw/ |
H A D | xexptran.cxx | 570 aValue.setX(Imp_GetDoubleChar(aStr, nPos, nLen, rConv, aValue.getX())); in SetString() 572 aValue.setY(Imp_GetDoubleChar(aStr, nPos, nLen, rConv, aValue.getY())); in SetString() 574 if(aValue.getX() != 1.0 || aValue.getY() != 1.0) in SetString() 584 aValue.setX(Imp_GetDoubleChar(aStr, nPos, nLen, rConv, aValue.getX(), true)); in SetString() 586 aValue.setY(Imp_GetDoubleChar(aStr, nPos, nLen, rConv, aValue.getY(), true)); in SetString() 1100 aValue.setX(Imp_GetDoubleChar(aStr, nPos, nLen, rConv, aValue.getX())); in SetString() 1102 aValue.setY(Imp_GetDoubleChar(aStr, nPos, nLen, rConv, aValue.getY())); in SetString() 1104 aValue.setZ(Imp_GetDoubleChar(aStr, nPos, nLen, rConv, aValue.getZ())); in SetString() 1106 if(1.0 != aValue.getX() || 1.0 != aValue.getY() || 1.0 != aValue.getZ()) in SetString() 1117 aValue.setX(Imp_GetDoubleChar(aStr, nPos, nLen, rConv, aValue.getX(), true)); in SetString() [all …]
|
/aoo42x/main/svx/source/items/ |
H A D | drawitem.cxx | 120 sal_Int64 aValue = 0; in PutValue() local 121 if ( rVal >>= aValue ) in PutValue() 123 if(aValue) in PutValue() 205 sal_Int64 aValue = 0; in PutValue() local 208 if(aValue) in PutValue() 290 sal_Int64 aValue = 0; in PutValue() local 293 if(aValue) in PutValue() 375 sal_Int64 aValue = 0; in PutValue() local 378 if(aValue) in PutValue() 463 if(aValue) in PutValue() [all …]
|
/aoo42x/main/sd/source/filter/html/ |
H A D | pubdlg.cxx | 806 PropertyValue aValue; in GetParameterSequence() local 814 aProps.push_back( aValue ); in GetParameterSequence() 818 aProps.push_back( aValue ); in GetParameterSequence() 846 aProps.push_back( aValue ); in GetParameterSequence() 869 aValue.Value <<= nTmpWidth; in GetParameterSequence() 870 aProps.push_back( aValue ); in GetParameterSequence() 874 aProps.push_back( aValue ); in GetParameterSequence() 884 aValue.Value <<= nFormat; in GetParameterSequence() 885 aProps.push_back( aValue ); in GetParameterSequence() 898 aProps.push_back( aValue ); in GetParameterSequence() [all …]
|
/aoo42x/main/toolkit/workben/ |
H A D | unodialog.cxx | 166 uno::Any aValue; in Main() local 167 aValue <<= (sal_Int32) 10; in Main() 169 aValue <<= (sal_Int32) 10; in Main() 171 aValue <<= (sal_Int32) 40; in Main() 173 aValue <<= (sal_Int32) 12; in Main() 184 aValue <<= (sal_Int32) 200; in Main() 197 aValue <<= (sal_Int32) 10; in Main() 199 aValue <<= (sal_Int32) 40; in Main() 201 aValue <<= (sal_Int32) 80; in Main() 203 aValue <<= (sal_Int32) 12; in Main() [all …]
|
/aoo42x/main/ucbhelper/source/provider/ |
H A D | propertyvalueset.cxx | 232 return aValue; 471 Any aValue; in getObject() local 488 aValue = rValue.aObject; in getObject() 509 aValue <<= rValue.nByte; in getObject() 517 aValue <<= rValue.nInt; in getObject() 521 aValue <<= rValue.nLong; in getObject() 557 aValue <<= rValue.xRef; in getObject() 581 if ( aValue.hasValue() ) in getObject() 583 rValue.aObject = aValue; in getObject() 590 return aValue; in getObject() [all …]
|
/aoo42x/main/oox/source/ppt/ |
H A D | timenode.cxx | 283 xNode->setEndSync(aValue); in setNode() 313 if( aValue.hasValue() ) in setNode() 336 if( aValue >>= nInt16 ) in setNode() 358 if( aValue >>= nInt16 ) in setNode() 404 if( aValue >>= nInt16 ) in setNode() 415 if( aValue >>= bBool ) in setNode() 430 if( aValue >>= nInt16 ) in setNode() 439 if( aValue >>= aSeq ) in setNode() 463 if( aValue >>= bBool ) in setNode() 474 if( aValue >>= nInt16 ) in setNode() [all …]
|
/aoo42x/main/framework/source/fwe/classes/ |
H A D | actiontriggerpropertyset.cxx | 199 const Any& aValue ) in convertFastPropertyValue() argument 247 aValue >>= m_aCommandURL; in setFastPropertyValue_NoBroadcast() 251 aValue >>= m_aHelpURL; in setFastPropertyValue_NoBroadcast() 255 aValue >>= m_xBitmap; in setFastPropertyValue_NoBroadcast() 263 aValue >>= m_aText; in setFastPropertyValue_NoBroadcast() 277 aValue <<= m_aCommandURL; in getFastPropertyValue() 281 aValue <<= m_aHelpURL; in getFastPropertyValue() 285 aValue <<= m_xBitmap; in getFastPropertyValue() 293 aValue <<= m_aText; in getFastPropertyValue() 417 Reference< XBitmap > aValue ; in impl_tryToChangeProperty() local [all …]
|
/aoo42x/main/connectivity/java/dbtools/src/org/apache/openoffice/comp/sdbc/dbtools/util/ |
H A D | ORowSetValue.java | 533 Date aValue = new Date(); in getDate() local 550 aValue.Day = date.Day; in getDate() 551 aValue.Month = date.Month; in getDate() 552 aValue.Year = date.Year; in getDate() 584 return aValue; in getDate() 589 DateTime aValue = new DateTime(); in getDateTime() local 606 aValue.Day = date.Day; in getDateTime() 608 aValue.Year = date.Year; in getDateTime() 643 return aValue; in getDateTime() 1130 Time aValue = new Time(); in getTime() local [all …]
|
/aoo42x/main/sc/source/core/data/ |
H A D | compressedarray.cxx | 41 pData[0].aValue = rValue; in ScCompressedArray() 55 D aValue = pDataArray[0]; in ScCompressedArray() local 58 if (!(aValue == pDataArray[j])) in ScCompressedArray() 60 pData[nCount].aValue = aValue; in ScCompressedArray() 63 aValue = pDataArray[j]; in ScCompressedArray() 66 pData[nCount].aValue = aValue; in ScCompressedArray() 215 pData[ni].aValue = aNewVal; in SetValue() 313 if (nIndex > 0 && pData[nIndex-1].aValue == pData[nIndex+1].aValue) in Remove() 340 if (pData[nIndex].aValue != rCompare) in GetLastUnequalAccess() 431 if ((this->pData[nIndex].aValue & rValueToAnd) != this->pData[nIndex].aValue) in AndValue() [all …]
|
/aoo42x/main/sc/source/ui/unoobj/ |
H A D | confuno.cxx | 131 const rtl::OUString& aPropertyName, const uno::Any& aValue ) in setPropertyValue() argument 161 if (aValue >>= nColor) in setPropertyValue() 183 if ( aValue >>= sPrinterName ) in setPropertyValue() 211 if ( aValue >>= aSequence ) in setPropertyValue() 232 if ( aValue >>= bTmp ) in setPropertyValue() 242 sal_Int16 nUno = ScUnoHelpFunctions::GetInt16FromAny( aValue ); in setPropertyValue() 254 if ( aValue >>= bTmp ) in setPropertyValue() 260 if ( aValue >>= bTmp ) in setPropertyValue() 266 if ( aValue >>= bTmp ) in setPropertyValue() 272 if ( aValue >>= bDocShared ) in setPropertyValue() [all …]
|
/aoo42x/main/sfx2/source/doc/ |
H A D | objuno.cxx | 173 ::com::sun::star::uno::Any aValue; 731 aValue >>= sTemp ; in setFastPropertyValue() 813 aValue >>= aTemp ; in setFastPropertyValue() 856 aValue >>= bBoolVal ; in setFastPropertyValue() 876 aValue >>= nIntVal ; in setFastPropertyValue() 894 aValue >>= nIntVal ; in setFastPropertyValue() 910 aValue >>= aData; in setFastPropertyValue() 921 aValue >>= aLocale; in setFastPropertyValue() 943 ::com::sun::star::uno::Any aValue; in getFastPropertyValue() 1028 return aValue; in getFastPropertyValue() [all …]
|
/aoo42x/main/oox/source/helper/ |
H A D | attributelist.cxx | 170 OUString aValue = mxAttribs->getOptionalValue( nAttrToken ); in getDouble() local 171 bool bValid = aValue.getLength() > 0; in getDouble() 177 OUString aValue = mxAttribs->getOptionalValue( nAttrToken ); in getInteger() local 178 bool bValid = aValue.getLength() > 0; in getInteger() 184 OUString aValue = mxAttribs->getOptionalValue( nAttrToken ); in getUnsigned() local 185 bool bValid = aValue.getLength() > 0; in getUnsigned() 192 bool bValid = aValue.getLength() > 0; in getHyper() 199 bool bValid = aValue.getLength() > 0; in getIntegerHex() 206 bool bValid = aValue.getLength() > 0; in getUnsignedHex() 213 bool bValid = aValue.getLength() > 0; in getHyperHex() [all …]
|
/aoo42x/main/sw/source/ui/config/ |
H A D | viewopt.cxx | 546 aDocBoundColor.SetColor(aValue.nColor); in ApplyColorConfigValues() 548 if(aValue.bIsVisible) in ApplyColorConfigValues() 555 if(aValue.bIsVisible) in ApplyColorConfigValues() 560 if(aValue.bIsVisible) in ApplyColorConfigValues() 565 if(aValue.bIsVisible) in ApplyColorConfigValues() 569 aLinksColor.SetColor(aValue.nColor); in ApplyColorConfigValues() 570 if(aValue.bIsVisible) in ApplyColorConfigValues() 575 if(aValue.bIsVisible) in ApplyColorConfigValues() 590 if(aValue.bIsVisible) in ApplyColorConfigValues() 595 if(aValue.bIsVisible) in ApplyColorConfigValues() [all …]
|
H A D | optcomp.cxx | 323 PropertyValue aValue = rEntry[j]; in InitControls() local 325 aValue.Value >>= sName; in InitControls() 327 aValue.Value >>= sModule; in InitControls() 329 aValue.Value >>= bUsePrtMetrics; in InitControls() 331 aValue.Value >>= bAddSpacing; in InitControls() 333 aValue.Value >>= bAddSpacingAtPages; in InitControls() 335 aValue.Value >>= bUseOurTabStops; in InitControls() 337 aValue.Value >>= bNoExtLeading; in InitControls() 339 aValue.Value >>= bUseLineSpacing; in InitControls() 341 aValue.Value >>= bAddTableSpacing; in InitControls() [all …]
|
/aoo42x/main/dbaccess/source/ui/misc/ |
H A D | RowSetDrop.cxx | 178 Any aValue; in insertNewRow() local 190 aValue <<= m_xRow->getLong(*aIter); in insertNewRow() 193 aValue <<= m_xRow->getFloat(*aIter); in insertNewRow() 202 aValue <<= m_xRow->getBytes(*aIter); in insertNewRow() 205 aValue <<= m_xRow->getDate(*aIter); in insertNewRow() 208 aValue <<= m_xRow->getTime(*aIter); in insertNewRow() 218 aValue <<= m_xRow->getByte(*aIter); in insertNewRow() 221 aValue <<= m_xRow->getShort(*aIter); in insertNewRow() 224 aValue <<= m_xRow->getInt(*aIter); in insertNewRow() 234 aValue <<= m_xRow->getBlob(*aIter); in insertNewRow() [all …]
|
/aoo42x/main/vcl/inc/unx/gtk/ |
H A D | gtkgdi.hxx | 96 ControlState nState, const ImplControlValue& aValue, 101 ControlState nState, const ImplControlValue& aValue, 106 ControlState nState, const ImplControlValue& aValue, 116 ControlState nState, const ImplControlValue& aValue, 121 ControlState nState, const ImplControlValue& aValue, 131 ControlState nState, const ImplControlValue& aValue, 136 ControlState nState, const ImplControlValue& aValue, 142 ControlState nState, const ImplControlValue& aValue, 147 ControlState nState, const ImplControlValue& aValue, 157 ControlState nState, const ImplControlValue& aValue, [all …]
|