Home
last modified time | relevance | path

Searched refs:nValue (Results 476 – 500 of 659) sorted by relevance

1...<<11121314151617181920>>...27

/aoo41x/main/vcl/unx/generic/dtrans/
H A DX11_selection.cxx1481 XID nValue = None; in sendData() local
1485 nValue = (XID)pPixmap->getColormap(); in sendData()
1487 nValue = (XID)pPixmap->getVisualID(); in sendData()
1490 nValue = (XID)pPixmap->getPixmap(); in sendData()
1491 if( nValue == None ) in sendData()
1536 nValue = (XID)pPixmap->setBitmapData( (const sal_uInt8*)aData.getConstArray() ); in sendData()
1538 if( nValue == None ) in sendData()
1542 nValue = (XID)pPixmap->getBitmap(); in sendData()
1551 (const unsigned char*)&nValue, in sendData()
/aoo41x/main/unotools/source/i18n/
H A Dcalendarwrapper.cxx386 void CalendarWrapper::setValue( sal_Int16 nFieldIndex, sal_Int16 nValue ) in setValue() argument
391 xC->setValue( nFieldIndex, nValue ); in setValue()
/aoo41x/main/oox/source/core/
H A Dxmlfilterbase.cxx320 writeElement( FSHelperPtr pDoc, sal_Int32 nXmlElement, const sal_Int32 nValue ) in writeElement() argument
323 pDoc->write( OUString::valueOf( nValue ) ); in writeElement()
/aoo41x/main/chart2/source/controller/dialogs/
H A Dres_DataLabel.cxx349 sal_Int32 nValue = aIt->second; in FillItemSet() local
350 rOutAttrs.Put( SfxInt32Item( SCHATTR_DATADESCR_PLACEMENT, nValue ) ); in FillItemSet()
/aoo41x/main/sd/source/ui/view/
H A Dfrmview.cxx639 sal_Int32 nValue = sBuffer.makeStringAndClear().toInt32(); in createHelpLinesFromString() local
643 aPoint.Y() = nValue; in createHelpLinesFromString()
647 aPoint.X() = nValue; in createHelpLinesFromString()
/aoo41x/main/formula/source/core/api/
H A Dtoken.cxx291 sal_Int32 nValue = _aToken.Data.get<sal_Int32>(); in AddFormulaToken() local
293 … AddToken( formula::FormulaIndexToken( eOpCode, static_cast<sal_uInt16>(nValue) ) ); in AddFormulaToken()
295 … AddToken( formula::FormulaByteToken( ocSpaces, static_cast<sal_uInt8>(nValue) ) ); in AddFormulaToken()
/aoo41x/main/framework/source/services/
H A Dsubstitutepathvars.cxx478 sal_Int16 nValue = 0; in FilterRuleSet() local
479 aRule.aEnvValue >>= nValue; in FilterRuleSet()
482 OperatingSystem eRuleOSType = (OperatingSystem)nValue; in FilterRuleSet()
/aoo41x/main/i18npool/source/calendar/
H A Dcalendar_gregorian.cxx478 static void lcl_setCombinedOffsetFieldValues( sal_Int32 nValue, in lcl_setCombinedOffsetFieldValues() argument
482 sal_Int32 nTrunc = nValue / 60000; in lcl_setCombinedOffsetFieldValues()
485 sal_uInt16 nMillis = static_cast<sal_uInt16>( abs( nValue - nTrunc * 60000)); in lcl_setCombinedOffsetFieldValues()
/aoo41x/main/sc/source/filter/starcalc/
H A Dscflt.cxx1921 sal_uInt16 nValue = pColData->Value; in LoadColAttr() local
1926 sal_uInt16 fLeft = ( nValue & 0x000F ); in LoadColAttr()
1927 sal_uInt16 fTop = ( nValue & 0x00F0 ) >> 4; in LoadColAttr()
1928 sal_uInt16 fRight = ( nValue & 0x0F00 ) >> 8; in LoadColAttr()
1929 sal_uInt16 fBottom = ( nValue & 0xF000 ) >> 12; in LoadColAttr()
1987 if( ( nStart <= nEnd ) && ( nValue != 0 ) ) in LoadColAttr()
/aoo41x/main/framework/test/typecfg/
H A Dxml2xcd.cxx179 … sal_Int32 nValue ,
183 … sal_Int32 nValue );
795 void XCDGenerator::impl_generateFilterFlagTemplate( const ::rtl::OUString& sName, sal_Int32 nValue,… in impl_generateFilterFlagTemplate() argument
800 m_aData.sBufferStandard.append ( nValue ); in impl_generateFilterFlagTemplate()
1408 sal_Int32 nValue ) in impl_generateIntProperty() argument
1415 sXCD.append ( (sal_Int32)(nValue) ); in impl_generateIntProperty()
/aoo41x/main/xmloff/source/forms/
H A Delementexport.cxx1169 sal_Int16 nValue(0); in exportSpecialAttributes() local
1170 m_xProps->getPropertyValue(PROPERTY_ECHO_CHAR) >>= nValue; in exportSpecialAttributes()
1171 if (nValue) in exportSpecialAttributes()
1173 ::rtl::OUString sCharacter(reinterpret_cast<const sal_Unicode*>(&nValue), 1); in exportSpecialAttributes()
/aoo41x/main/oox/source/xls/
H A Dstylesbuffer.cxx284 sal_Int32 nValue = nA; in lclReadRgbColor() local
285 nValue <<= 8; in lclReadRgbColor()
286 nValue |= nR; in lclReadRgbColor()
287 nValue <<= 8; in lclReadRgbColor()
288 nValue |= nG; in lclReadRgbColor()
289 nValue <<= 8; in lclReadRgbColor()
290 nValue |= nB; in lclReadRgbColor()
291 return nValue; in lclReadRgbColor()
/aoo41x/main/xmloff/source/text/
H A Dtxtvfldi.cxx452 sal_Int16 nValue = 0; in PrepareField() local
453 aAny >>= nValue; in PrepareField()
454 GetImportHelper().InsertSequenceID(sRefName, GetName(), nValue); in PrepareField()
/aoo41x/main/sd/source/core/
H A Dstlsheet.cxx1254 sal_Int32 nValue = 0; in getPropertyValue() local
1255 aAny >>= nValue; in getPropertyValue()
1256 aAny <<= (sal_Int16)nValue; in getPropertyValue()
/aoo41x/main/sdext/source/presenter/
H A DPresenterTextView.cxx56 sal_Int32 Signum (const sal_Int32 nValue) in Signum() argument
58 if (nValue < 0) in Signum()
60 else if (nValue > 0) in Signum()
/aoo41x/main/sal/qa/rtl/digest/
H A Drtl_digest.cxx525 sal_Int32 nValue = (sal_Int32)_pMD5KeyBuffer[i]; in createHex() local
526 if (nValue < 16) // maximul hex value for 1 byte in createHex()
530 aBuffer.append( nValue, 16 /* radix */ ); in createHex()
/aoo41x/main/svl/inc/svl/
H A Dxmlement.hxx34 sal_uInt16 nValue; member
H A Dmetitem.hxx37 SfxMetricItem( sal_uInt16 nWhich = 0, sal_uInt32 nValue = 0 );
/aoo41x/main/slideshow/source/engine/transitions/
H A Dclippingfunctor.hxx74 ::basegfx::B2DPolyPolygon operator()( double nValue,
/aoo41x/main/sd/source/ui/inc/
H A DTextLogger.hxx43 void AppendNumber (long int nValue);
/aoo41x/main/xmloff/inc/
H A Dxmlehelp.hxx34 static void AddLength( sal_Int32 nValue, MapUnit eValueUnit,
/aoo41x/main/wizards/com/sun/star/wizards/common/
H A DJavaTools.java119 public static int[] initializeintArray(int FieldCount, int nValue) in initializeintArray() argument
124 LocintArray[i] = nValue; in initializeintArray()
/aoo41x/main/sw/source/ui/index/
H A Dcntex.cxx124 sal_uInt16 nId, sal_Int16 nValue ) in lcl_SetProp() argument
130 aValue <<= nValue; in lcl_SetProp()
/aoo41x/main/sw/source/filter/html/
H A Dhtmltabw.cxx438 double nValue = 0.0; in OutTableCell() local
447 nValue = ((const SwTblBoxValue *)pItem)->GetValue(); in OutTableCell()
455 bValue, nValue, nNumFmt, *rWrt.pDoc->GetNumberFormatter(), in OutTableCell()
/aoo41x/main/sc/source/filter/lotus/
H A Dlotform.cxx638 sal_uInt32 nValue; in Convert() local
640 Read( nValue ); in Convert()
641 double fValue = Snum32ToDouble( nValue ); in Convert()

Completed in 453 milliseconds

1...<<11121314151617181920>>...27