| /AOO41X/main/stoc/test/ |
| H A D | testconv.cxx | 299 Any aVal; in initBlocks() local 304 aVal <<= OUString::createFromAscii( "0xff" ); in initBlocks() 305 pTestBlocks[nElems++] = ConvBlock( aVal, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0 ); in initBlocks() 306 aVal <<= OUString::createFromAscii( "255" ); in initBlocks() 307 pTestBlocks[nElems++] = ConvBlock( aVal, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0 ); in initBlocks() 308 aVal <<= (sal_Int8)0xffu; in initBlocks() 309 pTestBlocks[nElems++] = ConvBlock( aVal, 1, 1, 1, 0, 1, 0, 1, 1, 1, 0, 0, 0, 0 ); in initBlocks() 311 aVal <<= OUString::createFromAscii( "0x80" ); in initBlocks() 312 pTestBlocks[nElems++] = ConvBlock( aVal, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0 ); in initBlocks() 313 aVal <<= OUString::createFromAscii( "128" ); in initBlocks() [all …]
|
| /AOO41X/main/editeng/source/uno/ |
| H A D | unonrule.cxx | 198 Any aVal; in getNumberingRuleByIndex() local 200 aVal <<= rFmt.GetNumberingType(); in getNumberingRuleByIndex() 201 … OUString(RTL_CONSTASCII_USTRINGPARAM(UNO_NAME_NRULE_NUMBERINGTYPE)), -1, aVal, beans::PropertySta… in getNumberingRuleByIndex() 207 aVal <<= ConvertUnoAdjust(eAdj); in getNumberingRuleByIndex() 208 …yValue( OUString(RTL_CONSTASCII_USTRINGPARAM(UNO_NAME_NRULE_ADJUST)), -1, aVal, beans::PropertySta… in getNumberingRuleByIndex() 212 aVal <<= OUString(rFmt.GetPrefix()); in getNumberingRuleByIndex() 213 …ixProp( OUString(RTL_CONSTASCII_USTRINGPARAM(UNO_NAME_NRULE_PREFIX)), -1, aVal, beans::PropertySta… in getNumberingRuleByIndex() 218 aVal <<= OUString(rFmt.GetSuffix()); in getNumberingRuleByIndex() 219 …ixProp( OUString(RTL_CONSTASCII_USTRINGPARAM(UNO_NAME_NRULE_SUFFIX)), -1, aVal, beans::PropertySta… in getNumberingRuleByIndex() 228 aVal <<= aStr; in getNumberingRuleByIndex() [all …]
|
| H A D | unoipset.cxx | 124 uno::Any aVal; in getPropertyValue() local 126 return aVal; in getPropertyValue() 141 pItem->QueryValue( aVal, nMemberId ); in getPropertyValue() 146 if ( !bDontConvertNegativeValues || SvxUnoCheckForPositiveValue( aVal ) ) in getPropertyValue() 147 SvxUnoConvertToMM( eMapUnit, aVal ); in getPropertyValue() 151 aVal.getValueType() == ::getCppuType((const sal_Int32*)0) ) in getPropertyValue() 155 aVal >>= nEnum; in getPropertyValue() 156 aVal.setValue( &nEnum, *pMap->pType ); in getPropertyValue() 164 return aVal; in getPropertyValue() 236 uno::Any aVal; in getPropertyValue() local [all …]
|
| /AOO41X/main/svl/source/items/ |
| H A D | rectitem.cxx | 55 aVal( rVal ) in SfxRectangleItem() 66 rStream >> aVal; in SfxRectangleItem() 73 aVal( rItem.aVal ) in SfxRectangleItem() 90 rText = UniString::CreateFromInt32(aVal.Top()); in GetPresentation() 92 rText += UniString::CreateFromInt32(aVal.Left()); in GetPresentation() 94 rText += UniString::CreateFromInt32(aVal.Bottom()); in GetPresentation() 96 rText += UniString::CreateFromInt32(aVal.Right()); in GetPresentation() 106 return ((SfxRectangleItem&)rItem).aVal == aVal; in operator ==() 132 rStream << aVal; in Store() 146 rVal <<= com::sun::star::awt::Rectangle( aVal.getX(), in QueryValue() [all …]
|
| H A D | ptitem.cxx | 58 aVal( rVal ) in SfxPointItem() 69 rStream >> aVal; in SfxPointItem() 76 aVal( rItem.aVal ) in SfxPointItem() 93 rText = UniString::CreateFromInt32(aVal.X()); in GetPresentation() 95 rText += UniString::CreateFromInt32(aVal.Y()); in GetPresentation() 106 return ((SfxPointItem&)rItem).aVal == aVal; in operator ==() 132 rStream << aVal; in Store() 142 awt::Point aTmp(aVal.X(), aVal.Y()); in QueryValue() 190 case 0: aVal.setX( aValue.X ); aVal.setY( aValue.Y ); break; in PutValue() 191 case MID_X: aVal.setX( nVal ); break; in PutValue() [all …]
|
| H A D | szitem.cxx | 55 aVal( rVal ) in SfxSizeItem() 66 rStream >> aVal; in SfxSizeItem() 73 aVal( rItem.aVal ) in SfxSizeItem() 90 rText = UniString::CreateFromInt32(aVal.Width()); in GetPresentation() 92 rText += UniString::CreateFromInt32(aVal.Height()); in GetPresentation() 103 return ((SfxSizeItem&)rItem).aVal == aVal; in operator ==() 129 rStream << aVal; in Store() 140 Size aTmp(aVal); in QueryValue() 182 aValue.Height = aVal.Height(); in PutValue() 187 aValue.Width = aVal.Width(); in PutValue() [all …]
|
| /AOO41X/main/svx/source/items/ |
| H A D | e3ditem.cxx | 59 aVal( rVal ) in SvxB3DVectorItem() 71 rStream >> fValue; aVal.setX(fValue); in SvxB3DVectorItem() 72 rStream >> fValue; aVal.setY(fValue); in SvxB3DVectorItem() 73 rStream >> fValue; aVal.setZ(fValue); in SvxB3DVectorItem() 80 aVal( rItem.aVal ) in SvxB3DVectorItem() 91 return ((SvxB3DVectorItem&)rItem).aVal == aVal; in operator ==() 123 fValue = aVal.getX(); rStream << fValue; in Store() 124 fValue = aVal.getY(); rStream << fValue; in Store() 125 fValue = aVal.getZ(); rStream << fValue; in Store() 137 aDirection.DirectionX = aVal.getX(); in QueryValue() [all …]
|
| H A D | grfitem.cxx | 143 text::GraphicCrop aVal; in PutValue() local 145 if(!(rVal >>= aVal)) in PutValue() 149 aVal.Right = MM100_TO_TWIP(aVal.Right ); in PutValue() 150 aVal.Top = MM100_TO_TWIP(aVal.Top ); in PutValue() 151 aVal.Left = MM100_TO_TWIP(aVal.Left ); in PutValue() 152 aVal.Bottom = MM100_TO_TWIP(aVal.Bottom); in PutValue() 155 nLeft = aVal.Left ; in PutValue() 156 nRight = aVal.Right ; in PutValue() 157 nTop = aVal.Top ; in PutValue() 158 nBottom = aVal.Bottom; in PutValue()
|
| /AOO41X/main/sw/source/ui/frmdlg/ |
| H A D | wrap.cxx | 458 SvxSwFrameValidation aVal; in ActivatePage() local 476 aVal.nAnchorType = static_cast< sal_Int16 >(nAnchorId); in ActivatePage() 477 aVal.bAutoHeight = rFrmSize.GetHeightSizeType() == ATT_MIN_SIZE; in ActivatePage() 478 aVal.bAutoWidth = rFrmSize.GetWidthSizeType() == ATT_MIN_SIZE; in ActivatePage() 479 aVal.bMirror = rHori.IsPosToggle(); in ActivatePage() 481 aVal.bFollowTextFlow = in ActivatePage() 484 aVal.nHoriOrient = (short)rHori.GetHoriOrient(); in ActivatePage() 485 aVal.nVertOrient = (short)rVert.GetVertOrient(); in ActivatePage() 487 aVal.nHPos = rHori.GetPos(); in ActivatePage() 488 aVal.nHRelOrient = rHori.GetRelationOrient(); in ActivatePage() [all …]
|
| H A D | frmpage.cxx | 1789 SvxSwFrameValidation aVal; in IMPL_LINK() local 1791 aVal.nAnchorType = static_cast< sal_uInt16 >(GetAnchor()); in IMPL_LINK() 1792 aVal.bAutoHeight = aAutoHeightCB.IsChecked(); in IMPL_LINK() 1793 aVal.bAutoWidth = aAutoWidthCB.IsChecked(); in IMPL_LINK() 1794 aVal.bMirror = aMirrorPagesCB.IsChecked(); in IMPL_LINK() 1796 aVal.bFollowTextFlow = aFollowTextFlowCB.IsChecked(); in IMPL_LINK() 1805 aVal.nHoriOrient = nAlign; in IMPL_LINK() 1806 aVal.nHRelOrient = nRel; in IMPL_LINK() 1809 aVal.nHoriOrient = text::HoriOrientation::NONE; in IMPL_LINK() 1818 aVal.nVertOrient = nAlign; in IMPL_LINK() [all …]
|
| /AOO41X/main/connectivity/source/inc/odbc/ |
| H A D | OTools.hxx | 150 DATE_STRUCT aVal; in DateToOdbcDate() local 151 aVal.year = x.Year; in DateToOdbcDate() 152 aVal.month = x.Month; in DateToOdbcDate() 153 aVal.day = x.Day; in DateToOdbcDate() 154 return aVal; in DateToOdbcDate() 158 TIME_STRUCT aVal; in TimeToOdbcTime() local 159 aVal.hour = x.Hours; in TimeToOdbcTime() 160 aVal.minute = x.Minutes; in TimeToOdbcTime() 161 aVal.second = x.Seconds; in TimeToOdbcTime() 162 return aVal; in TimeToOdbcTime() [all …]
|
| /AOO41X/main/sc/source/ui/vba/ |
| H A D | vbaformat.cxx | 78 uno::Any aVal; in setVerticalAlignment() local 85 aVal = uno::makeAny( table::CellVertJustify_BOTTOM ); in setVerticalAlignment() 88 aVal = uno::makeAny( table::CellVertJustify_CENTER ); in setVerticalAlignment() 92 aVal = uno::makeAny( table::CellVertJustify_STANDARD ); in setVerticalAlignment() 96 aVal = uno::makeAny( table::CellVertJustify_TOP); in setVerticalAlignment() 99 aVal = uno::makeAny( table::CellVertJustify_STANDARD ); in setVerticalAlignment() 102 …Set->setPropertyValue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( SC_UNONAME_CELLVJUS ) ), aVal ); in setVerticalAlignment() 153 uno::Any aVal; in setHorizontalAlignment() local 160 aVal = uno::makeAny( table::CellHoriJustify_BLOCK); in setHorizontalAlignment() 163 aVal = uno::makeAny( table::CellHoriJustify_CENTER ); in setHorizontalAlignment() [all …]
|
| /AOO41X/main/vcl/source/gdi/ |
| H A D | print3.cxx | 1307 PropertyValue aVal; in getJobProperties() local 1308 aVal.Name = rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "IsFirstPage" ) ); in getJobProperties() 1309 aVal.Value <<= mpImplData->mbFirstPage; in getJobProperties() 1310 aResult[nCur++] = aVal; in getJobProperties() 1315 PropertyValue aVal; in getJobProperties() local 1316 aVal.Name = rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "IsLastPage" ) ); in getJobProperties() 1317 aVal.Value <<= mpImplData->mbLastPage; in getJobProperties() 1318 aResult[nCur++] = aVal; in getJobProperties() 1323 PropertyValue aVal; in getJobProperties() local 1324 aVal.Name = rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "IsPrinter" ) ); in getJobProperties() [all …]
|
| /AOO41X/main/connectivity/source/drivers/flat/ |
| H A D | EConnection.cxx | 86 ::rtl::OUString aVal; in construct() 87 OSL_VERIFY( pBegin->Value >>= aVal ); in construct() 88 m_cFieldDelimiter = aVal.toChar(); in construct() 92 ::rtl::OUString aVal; in construct() 93 OSL_VERIFY( pBegin->Value >>= aVal ); in construct() 94 m_cStringDelimiter = aVal.toChar(); in construct() 98 ::rtl::OUString aVal; in construct() 99 OSL_VERIFY( pBegin->Value >>= aVal ); in construct() 100 m_cDecimalDelimiter = aVal.toChar(); in construct() 104 ::rtl::OUString aVal; in construct() [all …]
|
| /AOO41X/main/toolkit/source/controls/ |
| H A D | unocontrolbase.cxx | 134 ::com::sun::star::uno::Any aVal = ImplGetPropertyValue( GetPropertyName( nProp ) ); in ImplGetPropertyValue_BOOL() 135 aVal >>= b; in ImplGetPropertyValue_BOOL() 145 ::com::sun::star::uno::Any aVal = ImplGetPropertyValue( GetPropertyName( nProp ) ); in ImplGetPropertyValue_INT16() 146 aVal >>= n; in ImplGetPropertyValue_INT16() 156 ::com::sun::star::uno::Any aVal = ImplGetPropertyValue( GetPropertyName( nProp ) ); in ImplGetPropertyValue_UINT16() 157 aVal >>= n; in ImplGetPropertyValue_UINT16() 167 ::com::sun::star::uno::Any aVal = ImplGetPropertyValue( GetPropertyName( nProp ) ); in ImplGetPropertyValue_INT32() 168 aVal >>= n; in ImplGetPropertyValue_INT32() 178 ::com::sun::star::uno::Any aVal = ImplGetPropertyValue( GetPropertyName( nProp ) ); in ImplGetPropertyValue_UINT32() 179 aVal >>= n; in ImplGetPropertyValue_UINT32() [all …]
|
| H A D | unocontrol.cxx | 1180 Any aVal; in createPeer() local 1184 aVal = xPSet->getPropertyValue( aPropName ); in createPeer() 1186 if ( aVal >>= n ) in createPeer() 1201 aVal = xPSet->getPropertyValue( aPropName ); in createPeer() 1203 if ( ( aVal >>= b ) && b) in createPeer() 1211 aVal = xPSet->getPropertyValue( aPropName ); in createPeer() 1213 if ( ( aVal >>= b ) && b) in createPeer() 1221 aVal = xPSet->getPropertyValue( aPropName ); in createPeer() 1223 if ( ( aVal >>= b ) && b) in createPeer() 1231 aVal = xPSet->getPropertyValue( aPropName ); in createPeer() [all …]
|
| /AOO41X/main/vcl/source/fontsubset/ |
| H A D | cff.cxx | 539 const ValType aVal = popVal(); in popInt() local 540 const int nInt = static_cast<int>(aVal); in popInt() 541 assert( nInt == aVal); in popInt() 549 const ValType aVal = peekVal(); in peekInt() local 550 const int nInt = static_cast<int>(aVal); in peekInt() 551 assert( nInt == aVal); in peekInt() 559 const ValType aVal = getVal( nIndex); in getInt() local 560 const int nInt = static_cast<int>(aVal); in getInt() 561 assert( nInt == aVal); in getInt() 783 ValType aVal = 0; in read2push() local [all …]
|
| /AOO41X/main/sw/source/core/unocore/ |
| H A D | unosett.cxx | 89 uno::Any aVal; member 92 aVal(pVal, aType), in PropValData() 96 aVal(rVal), in PropValData() 1430 uno::Any aVal; in getByIndex() local 1438 aVal.setValue(&aRet, ::getCppuType((uno::Sequence<beans::PropertyValue>*)0)); in getByIndex() 1445 aVal.setValue(&aRet, ::getCppuType((uno::Sequence<beans::PropertyValue>*)0)); in getByIndex() 1449 return aVal; in getByIndex() 1675 ((const SfxPoolItem*)pOrient)->QueryValue(pData->aVal, MID_VERTORIENT_ORIENT); in GetNumberingRuleByIndex() 1723 pArray[i].Value = pData->aVal; in GetNumberingRuleByIndex() 1836 pData->aVal >>= nValue; in SetNumberingRuleByIndex() [all …]
|
| /AOO41X/main/cui/source/tabpages/ |
| H A D | swpossizetabpage.cxx | 1072 SvxSwFrameValidation aVal; in IMPL_LINK() local 1074 aVal.nAnchorType = GetAnchorType(); in IMPL_LINK() 1075 aVal.bAutoHeight = false; in IMPL_LINK() 1076 aVal.bAutoWidth = false; in IMPL_LINK() 1077 aVal.bMirror = m_aHoriMirrorCB.IsChecked(); in IMPL_LINK() 1079 aVal.bFollowTextFlow = m_aFollowCB.IsChecked(); in IMPL_LINK() 1088 aVal.nHoriOrient = (short)nAlign; in IMPL_LINK() 1089 aVal.nHRelOrient = (short)nRel; in IMPL_LINK() 1092 aVal.nHoriOrient = HoriOrientation::NONE; in IMPL_LINK() 1101 aVal.nVertOrient = (short)nAlign; in IMPL_LINK() [all …]
|
| /AOO41X/main/svtools/source/uno/ |
| H A D | addrtempuno.cxx | 188 PropertyValue aVal; in implInitialize() local 189 if (_rValue >>= aVal) in implInitialize() 191 if (0 == aVal.Name.compareToAscii("DataSource")) in implInitialize() 196 aVal.Value >>= m_xDataSource; in implInitialize() 201 if (0 == aVal.Name.compareToAscii("DataSourceName")) in implInitialize() 206 aVal.Value >>= m_sDataSourceName; in implInitialize() 211 if (0 == aVal.Name.compareToAscii("Command")) in implInitialize() 216 aVal.Value >>= m_sTable; in implInitialize()
|
| /AOO41X/main/cui/source/options/ |
| H A D | optasian.cxx | 201 Any aVal; in FillItemSet() local 203 aVal.setValue(&bVal, ::getBooleanCppuType()); in FillItemSet() 204 pImpl->xPrSet->setPropertyValue(sPunct, aVal); in FillItemSet() 217 Any aVal; in FillItemSet() local 218 aVal <<= nSet; in FillItemSet() 219 pImpl->xPrSet->setPropertyValue(sCompress, aVal); in FillItemSet() 280 Any aVal = pImpl->xPrSet->getPropertyValue(sCompress); in Reset() local 281 aVal >>= nCompress; in Reset() 286 Any aVal = pImpl->xPrSet->getPropertyValue(sPunct); in Reset() local 287 bKernWesternText = !*(sal_Bool*)aVal.getValue(); in Reset()
|
| /AOO41X/main/sc/source/core/tool/ |
| H A D | dbcolect.cxx | 340 String aVal; in GetSourceString() local 343 aVal = aDBName; in GetSourceString() 344 aVal += '/'; in GetSourceString() 345 aVal += aDBStatement; in GetSourceString() 347 return aVal; in GetSourceString() 352 String aVal; in GetOperations() local 354 aVal = ScGlobal::GetRscString(STR_OPERATION_FILTER); in GetOperations() 358 if (aVal.Len()) in GetOperations() 359 aVal.AppendAscii( RTL_CONSTASCII_STRINGPARAM(", ") ); in GetOperations() 360 aVal += ScGlobal::GetRscString(STR_OPERATION_SORT); in GetOperations() [all …]
|
| /AOO41X/main/mysqlc/source/ |
| H A D | mysqlc_preparedstatement.cxx | 359 void SAL_CALL OPreparedStatement::setTime(sal_Int32 parameter, const Time& aVal) in setTime() argument 369 timeStr.append(my_i_to_a(buf, sizeof(buf)-1, aVal.Hours)); in setTime() 371 timeStr.append(my_i_to_a(buf, sizeof(buf)-1, aVal.Minutes)); in setTime() 373 timeStr.append(my_i_to_a(buf, sizeof(buf)-1, aVal.Seconds)); in setTime() 387 void SAL_CALL OPreparedStatement::setTimestamp(sal_Int32 parameter, const DateTime& aVal) in setTimestamp() argument 397 timeStr.append(my_i_to_a(buf, sizeof(buf)-1, aVal.Year)); in setTimestamp() 399 timeStr.append(my_i_to_a(buf, sizeof(buf)-1, aVal.Month)); in setTimestamp() 401 timeStr.append(my_i_to_a(buf, sizeof(buf)-1, aVal.Day)); in setTimestamp() 405 timeStr.append(my_i_to_a(buf, sizeof(buf)-1, aVal.Hours)); in setTimestamp() 407 timeStr.append(my_i_to_a(buf, sizeof(buf)-1, aVal.Minutes)); in setTimestamp() [all …]
|
| /AOO41X/main/extensions/source/bibliography/ |
| H A D | datman.cxx | 979 Any aVal; in createDatabaseForm() local 980 aVal <<= (sal_Int32)ResultSetType::SCROLL_INSENSITIVE; in createDatabaseForm() 981 aPropertySet->setPropertyValue(C2U("ResultSetType"),aVal ); in createDatabaseForm() 982 aVal <<= (sal_Int32)ResultSetConcurrency::READ_ONLY; in createDatabaseForm() 983 aPropertySet->setPropertyValue(C2U("ResultSetConcurrency"), aVal); in createDatabaseForm() 986 aVal <<= (sal_Int32)50; in createDatabaseForm() 987 aPropertySet->setPropertyValue(C2U("FetchSize"), aVal); in createDatabaseForm() 990 aVal <<= xConnection; in createDatabaseForm() 991 aPropertySet->setPropertyValue(C2U("ActiveConnection"), aVal); in createDatabaseForm() 1012 aVal <<= aActiveDataTable; in createDatabaseForm() [all …]
|
| /AOO41X/main/connectivity/source/drivers/ado/ |
| H A D | AIndex.cxx | 114 ::rtl::OUString aVal; in setFastPropertyValue_NoBroadcast() 115 rValue >>= aVal; in setFastPropertyValue_NoBroadcast() 116 m_aIndex.put_Name(aVal); in setFastPropertyValue_NoBroadcast() 121 ::rtl::OUString aVal; in setFastPropertyValue_NoBroadcast() 122 rValue >>= aVal; in setFastPropertyValue_NoBroadcast() 123 m_aIndex.put_Name(aVal); in setFastPropertyValue_NoBroadcast()
|