Home
last modified time | relevance | path

Searched refs:nVal (Results 201 – 225 of 453) sorted by relevance

12345678910>>...19

/trunk/main/rsc/source/parser/
H A Drscibas.cxx51 void RscTypCont::SETCONST( RscConst * pClass, const char * szString, sal_uInt32 nVal ) in SETCONST() argument
57 CONSTNAME, nVal ), nVal ); in SETCONST()
60 void RscTypCont::SETCONST( RscConst * pClass, Atom nName, sal_uInt32 nVal ) in SETCONST() argument
66 CONSTNAME, nVal ), nVal ); in SETCONST()
/trunk/main/sw/source/filter/ww8/
H A Descher.hxx119 sal_Int32 DrawModelToEmu(sal_Int32 nVal) const in DrawModelToEmu()
120 { return BigMulDiv(nVal, mnEmuMul, mnEmuDiv); } in DrawModelToEmu()
122 sal_Int32 ToFract16(sal_Int32 nVal, sal_uInt32 nMax) const;
/trunk/main/sc/source/ui/dbgui/
H A Dfiltdlg.cxx295 if ( rEntry.nVal == SC_EMPTYFIELDS && !rEntry.bQueryByString && *rEntry.pStr == EMPTY_STRING ) in Init()
300 …else if ( rEntry.nVal == SC_NONEMPTYFIELDS && !rEntry.bQueryByString && *rEntry.pStr == EMPTY_STRI… in Init()
1101 rEntry.nVal = SC_EMPTYFIELDS; in IMPL_LINK()
1107 rEntry.nVal = SC_NONEMPTYFIELDS; in IMPL_LINK()
1113 rEntry.nVal = 0; in IMPL_LINK()
1167 if ( rEntry.nVal == SC_EMPTYFIELDS && !rEntry.bQueryByString && *rEntry.pStr == EMPTY_STRING ) in RefreshEditRow()
1172 …else if ( rEntry.nVal == SC_NONEMPTYFIELDS && !rEntry.bQueryByString && *rEntry.pStr == EMPTY_STRI… in RefreshEditRow()
/trunk/main/svx/inc/svx/
H A Dsvdpntv.hxx322 void SetMinMoveDistancePixel(sal_uInt16 nVal) { nMinMovPix=nVal; TheresNewMapMode(); } in SetMinMoveDistancePixel() argument
324 void SetHitTolerancePixel(sal_uInt16 nVal) { nHitTolPix=nVal; TheresNewMapMode(); } in SetHitTolerancePixel() argument
H A Dalgitem.hxx60 virtual String GetValueText( sal_uInt16 nVal ) const;
95 virtual String GetValueText( sal_uInt16 nVal ) const;
131 virtual String GetValueText( sal_uInt16 nVal ) const;
/trunk/main/sw/source/core/para/
H A Dparatr.cxx204 sal_Int16 nVal = 0; in PutValue() local
205 if ( rVal >>= nVal ) in PutValue()
206 nDistance = (sal_Int16) MM100_TO_TWIP((sal_Int32)nVal); in PutValue()
/trunk/main/filter/source/graphicfilter/epict/
H A Depict.cxx494 sal_uInt16 nVal; in WriteOpcode_TxMode() local
498 case ROP_INVERT: nVal=0x000c; break; in WriteOpcode_TxMode()
499 case ROP_XOR: nVal=0x000a; break; in WriteOpcode_TxMode()
500 default: nVal=0x0008; in WriteOpcode_TxMode()
502 *pPict << (sal_uInt16)0x0005 << nVal; in WriteOpcode_TxMode()
522 sal_uInt16 nVal; in WriteOpcode_PnMode() local
527 case ROP_INVERT: nVal=0x000c; break; in WriteOpcode_PnMode()
528 case ROP_XOR: nVal=0x000a; break; in WriteOpcode_PnMode()
529 default: nVal=0x0008; in WriteOpcode_PnMode()
531 *pPict << (sal_uInt16)0x0008 << nVal; in WriteOpcode_PnMode()
/trunk/main/sot/source/sdstor/
H A Dstgcache.cxx88 void StgPage::SetPage( short nOff, sal_Int32 nVal ) in SetPage() argument
93 nVal = SWAPLONG(nVal); in SetPage()
95 ((sal_Int32*) pData )[ nOff ] = nVal; in SetPage()
/trunk/main/toolkit/source/layout/core/
H A Dproplist.cxx436 sal_Int32 nVal = aValue.toInt32(); in getAttributeProps() local
438 if ( nVal == 0 /* PROPERTY_ALIGN_LEFT */ ) in getAttributeProps()
440 else if ( nVal == 1 /* PROPERTY_ALIGN_CENTER */ ) in getAttributeProps()
442 else if ( nVal == 2 ) in getAttributeProps()
/trunk/main/svx/source/sidebar/area/
H A DAreaTransparencyGradientControl.cxx283 sal_uInt16 nVal = aMtrValue/360; in ExecuteValueModify() local
284 nVal = aMtrValue - nVal*360; in ExecuteValueModify()
285 maMtrTrgrAngle.SetValue(nVal); in ExecuteValueModify()
/trunk/main/filter/source/msfilter/
H A Descherex.cxx3246 nVal = 0x4000; in CreateCustomShapeProperties()
3256 nVal = 0x6001; in CreateCustomShapeProperties()
3261 nVal = 0x8000; in CreateCustomShapeProperties()
3266 nVal = 0xaa00; in CreateCustomShapeProperties()
3276 nVal *= 3; in CreateCustomShapeProperties()
3282 nVal *= 3; in CreateCustomShapeProperties()
3288 nVal <<= 2; in CreateCustomShapeProperties()
3294 nVal <<= 2; in CreateCustomShapeProperties()
3300 nVal <<= 2; in CreateCustomShapeProperties()
3306 nVal <<= 2; in CreateCustomShapeProperties()
[all …]
/trunk/main/sc/source/core/data/
H A Ddpshttab.cxx79 ((rEntry.nVal == SC_EMPTYFIELDS) || (rEntry.nVal == SC_NONEMPTYFIELDS))) in ScSheetDPData()
87 IsNumberFormat(*rEntry.pStr, nIndex, rEntry.nVal)); in ScSheetDPData()
H A Dcolumn3.cxx882 double nVal = rForm.GetValue(); in CloneCell() local
883 pNew = new ScValueCell(nVal); in CloneCell()
1262 double nVal; in SetString() local
1350 if (!pFormatter->IsNumberFormat(rString, nIndex, nVal)) in SetString()
1361 pNewCell = new ScValueCell( nVal ); in SetString()
1413 if (!ScStringUtil::parseSimpleNumber(rString, dsep, gsep, nVal)) in SetString()
1416 pNewCell = new ScValueCell(nVal); in SetString()
1671 double nVal = pFormula->GetValue(); in RemoveProtected() local
1672 pItems[nIndex].pCell = new ScValueCell( nVal ); in RemoveProtected()
/trunk/main/sd/source/filter/eppt/
H A Dpptexsoundcollection.cxx51 sal_Int64 nVal = 0; in ExSoundEntry() local
52 …::cppu::convertPropertyValue( nVal, aCnt.getPropertyValue( ::rtl::OUString( RTL_CONSTASCII_USTRING… in ExSoundEntry()
53 nFileSize = (sal_uInt32)nVal; in ExSoundEntry()
/trunk/main/sw/source/core/fields/
H A Dchpfld.cxx301 sal_Int16 nVal = 0; in PutValue() local
302 rAny >>= nVal; in PutValue()
303 switch( nVal ) in PutValue()
H A Dflddat.cxx200 long nVal = static_cast<long>( GetValue() ); in GetDate() local
203 nVal += nOffset / 60 / 24; in GetDate()
205 Date aDate = *pNullDate + nVal; in GetDate()
/trunk/main/sc/inc/
H A Dchgtrack.hxx669 void SetStartLastCut( sal_uLong nVal ) { nStartLastCut = nVal; } in SetStartLastCut() argument
671 void SetEndLastCut( sal_uLong nVal ) { nEndLastCut = nVal; } in SetEndLastCut() argument
1084 void SetLastMerge( sal_uLong nVal ) { nLastMerge = nVal; } in SetLastMerge() argument
/trunk/main/sdext/source/pdfimport/test/
H A Dtests.cxx189 virtual void setMiterLimit(double nVal) in setMiterLimit() argument
191 getCurrentContext().MiterLimit = nVal; in setMiterLimit()
194 virtual void setLineWidth(double nVal) in setLineWidth() argument
196 getCurrentContext().LineWidth = nVal; in setLineWidth()
/trunk/main/svl/inc/svl/
H A Dzformat.hxx583 SVL_DLLPRIVATE String ImpGetNatNumString( const SvNumberNatNum& rNum, sal_Int32 nVal,
586 String ImpIntToString( sal_uInt16 nIx, sal_Int32 nVal, sal_uInt16 nMinDigits = 0 ) const in ImpIntToString() argument
590 return ImpGetNatNumString( rNum, nVal, nMinDigits ); in ImpIntToString()
591 return String::CreateFromInt32( nVal ); in ImpIntToString()
/trunk/main/framework/source/recording/
H A Ddispatchrecorder.cxx304 sal_Unicode nVal = *((sal_Unicode*)aValue.getValue()); in AppendToBuffer() local
306 if ( (sal_Unicode(nVal) == '\"') ) in AppendToBuffer()
308 aArgumentBuffer.append((sal_Unicode)nVal); in AppendToBuffer()
309 aArgumentBuffer.append((sal_Unicode)nVal); in AppendToBuffer()
/trunk/main/sd/source/ui/app/
H A Doptsitem.cxx1122 const sal_uInt32 nVal = 1000; in SetDefaults() local
1124 SetFldDivisionX( nVal ); in SetDefaults()
1125 SetFldDivisionY( nVal ); in SetDefaults()
1126 SetFldDrawX( nVal ); in SetDefaults()
1127 SetFldDrawY( nVal ); in SetDefaults()
1128 SetFldSnapX( nVal ); in SetDefaults()
1129 SetFldSnapY( nVal ); in SetDefaults()
/trunk/main/xmloff/source/style/
H A Dxmltabi.cxx119 sal_Int32 nVal; in SvxXMLTabStopContext_Impl() local
123 if( GetImport().GetMM100UnitConverter().convertMeasure( nVal, in SvxXMLTabStopContext_Impl()
125 aTabStop.Position = nVal; in SvxXMLTabStopContext_Impl()
/trunk/main/rsc/source/tools/
H A Drsctools.cxx461 void RscWriteRc :: Put( sal_uInt16 nVal ) in Put() argument
465 nOldLen = IncSize( sizeof( nVal ) ); in Put()
466 PutAt( nOldLen, nVal ); in Put()
/trunk/main/sc/source/ui/sidebar/
H A DAlignmentPropertyPanel.cxx311 sal_uInt16 nVal = (sal_uInt16)mpMFLeftIndent->GetValue(); in IMPL_LINK() local
312 SfxUInt16Item aItem( SID_ATTR_ALIGN_INDENT, (sal_uInt16)CalcToUnit( nVal, SFX_MAPUNIT_TWIP ) ); in IMPL_LINK()
433 sal_uInt16 nVal = pItem->GetValue(); in NotifyItemUpdate() local
434 mpMFLeftIndent->SetValue( CalcToPoint(nVal, SFX_MAPUNIT_TWIP, 1) ); in NotifyItemUpdate()
/trunk/main/connectivity/source/drivers/macab/
H A DMacabResultSet.cxx332 float nVal = 0; in getFloat() local
347 m_bWasNull = !CFNumberGetValue((CFNumberRef) aField->value, numberType, &nVal); in getFloat()
353 return nVal; in getFloat()
361 double nVal = 0; in getDouble() local
376 m_bWasNull = !CFNumberGetValue((CFNumberRef) aField->value, numberType, &nVal); in getDouble()
382 return nVal; in getDouble()

Completed in 181 milliseconds

12345678910>>...19