/aoo42x/main/stoc/test/ |
H A D | testconv.cxx | 299 Any aVal; in initBlocks() local 308 aVal <<= (sal_Int8)0xffu; in initBlocks() 329 aVal <<= (sal_Int8)( 5 ); in initBlocks() 484 aVal <<= (float)( 5 ); in initBlocks() 526 aVal <<= (double)( 5 ); in initBlocks() 556 aVal <<= OUString(); in initBlocks() 585 aVal <<= aINT32Seq; in initBlocks() 592 aVal <<= aINT32Seq2; in initBlocks() 600 aVal <<= aAnySeq; in initBlocks() 606 aVal <<= aAnySeq2; in initBlocks() [all …]
|
/aoo42x/main/editeng/source/uno/ |
H A D | unonrule.cxx | 198 Any aVal; in getNumberingRuleByIndex() local 228 aVal <<= aStr; in getNumberingRuleByIndex() 250 aVal <<= aURL; in getNumberingRuleByIndex() 259 aVal <<= aUnoSize; in getNumberingRuleByIndex() 302 aVal >>= nSet; in setNumberingRuleByIndex() 332 if( aVal >>= nSet ) in setNumberingRuleByIndex() 344 if( aVal >>= aStr ) in setNumberingRuleByIndex() 369 if( aVal >>= aDesc ) in setNumberingRuleByIndex() 380 if( aVal >>= xBmp ) in setNumberingRuleByIndex() 391 if( aVal >>= aURL ) in setNumberingRuleByIndex() [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() 147 SvxUnoConvertToMM( eMapUnit, aVal ); in getPropertyValue() 155 aVal >>= nEnum; in getPropertyValue() 164 return aVal; in getPropertyValue() 236 uno::Any aVal; in getPropertyValue() local 252 pItem->QueryValue( aVal, nMemberId ); in getPropertyValue() 262 SvxUnoConvertToMM( eMapUnit, aVal ); in getPropertyValue() 270 aVal >>= nEnum; in getPropertyValue() [all …]
|
/aoo42x/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() 106 return ((SfxRectangleItem&)rItem).aVal == aVal; in operator ==() 132 rStream << aVal; in Store() 147 aVal.getY(), in QueryValue() 148 aVal.getWidth(), in QueryValue() 149 aVal.getHeight() ); in QueryValue() 180 aVal.setX( aValue.X ); in PutValue() 181 aVal.setY( aValue.Y ); in PutValue() [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 …]
|
/aoo42x/main/sw/source/ui/frmdlg/ |
H A D | wrap.cxx | 481 aVal.bFollowTextFlow = in ActivatePage() 487 aVal.nHPos = rHori.GetPos(); in ActivatePage() 489 aVal.nVPos = rVert.GetPos(); in ActivatePage() 509 nLeft = aVal.nHPos - aVal.nMinHPos; in ActivatePage() 510 nRight = aVal.nMaxWidth - aVal.nWidth; in ActivatePage() 511 nTop = aVal.nVPos - aVal.nMinVPos; in ActivatePage() 512 nBottom = aVal.nMaxHeight - aVal.nHeight; in ActivatePage() 525 if (aVal.nVPos < 0) in ActivatePage() 527 if (aVal.nVPos <= aVal.nMaxHeight) in ActivatePage() 528 nTop = aVal.nMaxVPos - aVal.nHeight; in ActivatePage() [all …]
|
H A D | frmpage.cxx | 1805 aVal.nHoriOrient = nAlign; in IMPL_LINK() 1806 aVal.nHRelOrient = nRel; in IMPL_LINK() 1818 aVal.nVertOrient = nAlign; in IMPL_LINK() 1819 aVal.nVRelOrient = nRel; in IMPL_LINK() 1829 aVal.nHPos = nAtHorzPosVal; in IMPL_LINK() 1830 aVal.nVPos = nAtVertPosVal; in IMPL_LINK() 1841 aVal.nWidth = nWidth; in IMPL_LINK() 1842 aVal.nHeight = nHeight; in IMPL_LINK() 1863 nWidth = aVal.nWidth; in IMPL_LINK() 1864 nHeight = aVal.nHeight; in IMPL_LINK() [all …]
|
/aoo42x/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 ==() 137 aDirection.DirectionX = aVal.getX(); in QueryValue() 138 aDirection.DirectionY = aVal.getY(); in QueryValue() 153 aVal.setX(aDirection.DirectionX); in PutValue() 154 aVal.setY(aDirection.DirectionY); in PutValue() [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()
|
/aoo42x/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() 162 return aVal; in TimeToOdbcTime() 167 aVal.year = x.Year; in DateTimeToTimestamp() 169 aVal.day = x.Day; in DateTimeToTimestamp() [all …]
|
/aoo42x/main/sc/source/ui/vba/ |
H A D | vbaformat.cxx | 78 uno::Any aVal; in setVerticalAlignment() local 96 aVal = uno::makeAny( table::CellVertJustify_TOP); in setVerticalAlignment() 153 uno::Any aVal; in setHorizontalAlignment() local 160 aVal = uno::makeAny( table::CellHoriJustify_BLOCK); in setHorizontalAlignment() 169 aVal = uno::makeAny( table::CellHoriJustify_LEFT); in setHorizontalAlignment() 177 if ( aVal.hasValue() ) in setHorizontalAlignment() 237 uno::Any aVal; in setOrientation() local 256 if ( aVal.hasValue() ) in setOrientation() 676 uno::Any aVal; in setReadingOrder() local 680 aVal = uno::makeAny( text::WritingMode_LR_TB ); in setReadingOrder() [all …]
|
/aoo42x/main/vcl/source/gdi/ |
H A D | print3.cxx | 1307 PropertyValue aVal; in getJobProperties() local 1315 PropertyValue aVal; in getJobProperties() local 1323 PropertyValue aVal; in getJobProperties() local 1368 aVal.Name = i_rName; in setValue() 1369 aVal.Value = i_rValue; in setValue() 1371 setValue( aVal ); in setValue() 1785 PropertyValue aVal; in appendPrintUIOptions() local 1916 PropertyValue aVal; in getBoolControlOpt() local 1943 PropertyValue aVal; in getChoiceControlOpt() local 1975 PropertyValue aVal; in getRangeControlOpt() local [all …]
|
/aoo42x/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 …]
|
/aoo42x/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() 179 aVal >>= n; in ImplGetPropertyValue_UINT32() 190 aVal >>= n; in ImplGetPropertyValue_DOUBLE() [all …]
|
H A D | unocontrol.cxx | 1180 Any aVal; in createPeer() local 1186 if ( aVal >>= n ) in createPeer() 1213 if ( ( aVal >>= b ) && b) in createPeer() 1223 if ( ( aVal >>= b ) && b) in createPeer() 1233 if ( ( aVal >>= b ) && b) in createPeer() 1243 if ( ( aVal >>= b ) && b) in createPeer() 1253 if ( ( aVal >>= b ) && b) in createPeer() 1263 if ( ( aVal >>= b ) && b) in createPeer() 1273 if ( ( aVal >>= b ) && b) in createPeer() 1283 if ( ( aVal >>= b ) && b) in createPeer() [all …]
|
/aoo42x/main/vcl/source/fontsubset/ |
H A D | cff.cxx | 539 const ValType aVal = popVal(); in popInt() local 541 assert( nInt == aVal); in popInt() 551 assert( nInt == aVal); in peekInt() 561 assert( nInt == aVal); in getInt() 783 ValType aVal = 0; in read2push() local 791 aVal = nS16; in read2push() 810 push( aVal); in read2push() 855 writeType1Val( aVal); in pop2write() 880 writeType1Val( aVal); in pop2MultiWrite() 896 writeType1Val( aVal); in popAll2Write() [all …]
|
/aoo42x/main/sw/source/core/unocore/ |
H A D | unosett.cxx | 86 uno::Any aVal; member 89 aVal(pVal, aType), in PropValData() 93 aVal(rVal), in PropValData() 1427 uno::Any aVal; in getByIndex() local 1446 return aVal; in getByIndex() 1847 pData->aVal >>= nSet; in SetNumberingRuleByIndex() 1855 pData->aVal >>= uTmp; in SetNumberingRuleByIndex() 1862 pData->aVal >>= uTmp; in SetNumberingRuleByIndex() 1870 pData->aVal >>= uTmp; in SetNumberingRuleByIndex() 1921 pData->aVal >>= nVal; in SetNumberingRuleByIndex() [all …]
|
/aoo42x/main/cui/source/tabpages/ |
H A D | swpossizetabpage.cxx | 1072 SvxSwFrameValidation aVal; in IMPL_LINK() local 1075 aVal.bAutoHeight = false; in IMPL_LINK() 1076 aVal.bAutoWidth = false; in IMPL_LINK() 1112 aVal.nHPos = nAtHorzPosVal; in IMPL_LINK() 1113 aVal.nVPos = nAtVertPosVal; in IMPL_LINK() 1117 aVal.nWidth = nWidth; in IMPL_LINK() 1118 aVal.nHeight = nHeight; in IMPL_LINK() 1121 m_aValidateLink.Call(&aVal); in IMPL_LINK() 1123 nWidth = aVal.nWidth; in IMPL_LINK() 1124 nHeight = aVal.nHeight; in IMPL_LINK() [all …]
|
/aoo42x/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()
|
/aoo42x/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()
|
/aoo42x/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 358 if (aVal.Len()) in GetOperations() 365 if (aVal.Len()) in GetOperations() 370 if (!aVal.Len()) in GetOperations() 371 aVal = ScGlobal::GetRscString(STR_OPERATION_NONE); in GetOperations() [all …]
|
/aoo42x/main/extensions/source/bibliography/ |
H A D | datman.cxx | 979 Any aVal; in createDatabaseForm() local 982 aVal <<= (sal_Int32)ResultSetConcurrency::READ_ONLY; in createDatabaseForm() 986 aVal <<= (sal_Int32)50; in createDatabaseForm() 990 aVal <<= xConnection; in createDatabaseForm() 1012 aVal <<= aActiveDataTable; in createDatabaseForm() 1014 aVal <<= rDesc.nCommandType; in createDatabaseForm() 1186 Any aVal; aVal <<= xConnection; in setActiveDataSource() local 1206 aVal <<= aActiveDataTable; in setActiveDataSource() 1207 aPropertySet->setPropertyValue(C2U("Command"), aVal); in setActiveDataSource() 1210 aVal <<= (sal_Int32)50; in setActiveDataSource() [all …]
|
/aoo42x/main/mysqlc/source/ |
H A D | mysqlc_preparedstatement.cxx | 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() 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() 409 timeStr.append(my_i_to_a(buf, sizeof(buf)-1, aVal.Seconds)); in setTimestamp() 483 void SAL_CALL OPreparedStatement::setLong(sal_Int32 parameter, sal_Int64 aVal) in setLong() argument [all …]
|
/aoo42x/main/ucb/source/ucp/webdav/ |
H A D | webdavprovider.cxx | 103 rtl::OUString aVal; in ContentProvider() local 104 xConfigAccess->getByName(rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("ooName"))) >>= aVal; in ContentProvider() 108 if ( !aVal.getLength() || nIndex == -1 ) in ContentProvider() 110 aUserAgent = aUserAgent.replaceAt( nIndex, RTL_CONSTASCII_LENGTH( "$ooName" ), aVal ); in ContentProvider() 112 … xConfigAccess->getByName(rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("ooSetupVersion"))) >>= aVal; in ContentProvider() 114 if ( !aVal.getLength() || nIndex == -1 ) in ContentProvider() 116 … aUserAgent = aUserAgent.replaceAt( nIndex, RTL_CONSTASCII_LENGTH( "$ooSetupVersion" ), aVal ); in ContentProvider()
|