Searched refs:aNewVal (Results 1 – 7 of 7) sorted by relevance
/aoo41x/main/sc/source/core/data/ |
H A D | compressedarray.cxx | 138 D aNewVal( rValue); in SetValue() local 161 if (!(pData[ni].aValue == aNewVal)) in SetValue() 174 if (ni > 0 && pData[ni-1].aValue == aNewVal) in SetValue() 192 if (nj < nCount && pData[nj].aValue == aNewVal) in SetValue() 196 if (pData[ni-1].aValue == aNewVal) in SetValue() 215 pData[ni].aValue = aNewVal; in SetValue() 245 pData[nInsert].aValue = aNewVal; in SetValue()
|
/aoo41x/main/vcl/unx/gtk/a11y/ |
H A D | atkaction.cxx | 152 std::pair< const rtl::OUString, const gchar * > aNewVal( aDesc, in action_wrapper_get_name() local 155 if( aNameMap.insert( aNewVal ).second ) in action_wrapper_get_name() 156 return aNewVal.second; in action_wrapper_get_name()
|
/aoo41x/main/stoc/test/ |
H A D | testintrosp.cxx | 1289 Any aNewVal; in test_introsp() local 1299 aNewVal <<= aStr; in test_introsp() 1306 aNewVal <<= d + 1.0; in test_introsp() 1313 aNewVal <<= sal_Int16( n + 1 ); in test_introsp() 1320 aNewVal <<= sal_Int32( n + 1 ); in test_introsp() 1358 xPropSet->setPropertyValue( aPropName, aNewVal ); in test_introsp()
|
/aoo41x/main/sw/source/core/undo/ |
H A D | SwUndoField.cxx | 125 : SwUndoField(rPos), aOldVal(rOldVal), aNewVal(rNewVal), nWhich(_nWhich) in SwUndoFieldFromAPI() 146 pField->PutValue(aNewVal, nWhich); in DoImpl()
|
/aoo41x/main/vcl/unx/generic/gdi/ |
H A D | salgdi2.cxx | 635 XGCValues aOldVal, aNewVal; in drawBitmap() local 642 aNewVal.foreground = rColMap.GetWhitePixel(), aNewVal.background = rColMap.GetBlackPixel(); in drawBitmap() 643 XChangeGC( pXDisp, aGC, nValues, &aNewVal ); in drawBitmap()
|
/aoo41x/main/sw/inc/ |
H A D | SwUndoField.hxx | 72 com::sun::star::uno::Any aOldVal, aNewVal; member in SwUndoFieldFromAPI
|
/aoo41x/main/svx/source/fmcomp/ |
H A D | gridcell.cxx | 1624 Any aNewVal; in commitControl() local 1630 aNewVal <<= rField.GetValue(); in commitControl() 1634 aNewVal <<= ::rtl::OUString(rField.GetTextValue()); in commitControl() 1636 m_rColumn.getModel()->setPropertyValue(FM_PROP_EFFECTIVE_VALUE, aNewVal); in commitControl()
|
Completed in 94 milliseconds