Home
last modified time | relevance | path

Searched refs:nVal (Results 51 – 75 of 453) sorted by last modified time

12345678910>>...19

/trunk/main/sw/inc/
H A Dshellio.hxx86 void SetCharSet( rtl_TextEncoding nVal ) { eCharSet = nVal; } in SetCharSet() argument
89 void SetLanguage( sal_uInt16 nVal ) { nLanguage = nVal; } in SetLanguage() argument
521 SvStream& OutLong( SvStream& rStrm, long nVal );
522 SvStream& OutULong( SvStream& rStrm, sal_uLong nVal );
532 inline SvStream& OutLong( long nVal ) { return OutLong( Strm(), nVal ); } in OutLong() argument
533 inline SvStream& OutULong( sal_uLong nVal ) { return OutULong( Strm(), nVal ); } in OutULong() argument
/trunk/main/sw/source/filter/ww1/
H A Dw1struct.hxx852 void SetFore( short nVal ){
853 ShortToSVBT16((SVBT16ToShort(aBits1)&0xffe0)|(nVal&0x1f), aBits1); };
857 void SetBack( short nVal ){
858 ShortToSVBT16((SVBT16ToShort(aBits1)&0xfc1f)|(nVal&0x1f)<<5, aBits1); };
861 void SetStyle( short nVal ){
862 ShortToSVBT16((SVBT16ToShort(aBits1)&0x83ff)|(nVal&0x1f)<<10, aBits1); };
/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/svx/source/xoutdev/
H A Dxattr.cxx90 BigInt aVal( nVal ); in ScaleMetricValue()
1309 if(!(rVal >>= nVal)) in PutValue()
1327 if(!(rVal >>= nVal)) in PutValue()
1347 sal_Int32 nVal = 0; in PutValue() local
1348 if(!(rVal >>= nVal)) in PutValue()
3960 sal_Int32 nVal = 0; in PutValue() local
3961 if(!(rVal >>= nVal )) in PutValue()
3984 if(!(rVal >>= nVal )) in PutValue()
4629 if (!(rVal >>= nVal )) in PutValue()
4639 sal_Int32 nVal = 0; in PutValue() local
[all …]
/trunk/main/cui/source/options/
H A Doptlingu.cxx245 sal_uLong nVal; member in DicUserData
276 nVal &= ~(1UL << 8); in SetChecked()
408 sal_uLong nVal; member in OptionsUserData
447 nVal &= ~(1UL << 8); in SetChecked()
458 nVal &= 0xffffff00; in SetNumericValue()
459 nVal |= (nNumVal); in SetNumericValue()
466 nVal |= (sal_uLong)1 << 11; in SetModified()
1407 aAny <<= nVal; in FillItemSet()
1558 sal_Int16 nVal = 0; in Reset() local
1877 long nVal = -1; in IMPL_LINK() local
[all …]
/trunk/main/scaddins/source/analysis/
H A Danalysishelper.cxx1644 sal_Bool SortedIndividualInt32List::Find( sal_Int32 nVal ) const in Find()
1648 if( !nE || nVal < Get( 0 ) || nVal > Get( nE - 1 ) ) in Find()
1657 if( nRef == nVal ) in Find()
1659 else if( nRef > nVal ) in Find()
/trunk/main/sw/source/ui/frmdlg/
H A Dfrmpage.cxx3177 sal_uInt16 nPos, nVal = ((SvxFrameDirectionItem&)rSet.Get(RES_FRAMEDIR)).GetValue(); in Reset() local
3179 if( (sal_uInt16)(long)aTextFlowLB.GetEntryData( --nPos ) == nVal ) in Reset()
/trunk/main/cui/source/tabpages/
H A Dpage.cxx734 sal_uInt32 nVal = SFX_ITEM_SET == eState in Reset() local
737 aTextFlowBox.SelectEntryValue( static_cast< SvxFrameDirection >( nVal ) ); in Reset()
739 aBspWin.SetFrameDirection(nVal); in Reset()
/trunk/main/vcl/source/gdi/
H A Dgdimtf.cxx2423 long nVal; in ReplaceColors() local
2425 nVal = pSearchColors[ i ].GetRed(); in ReplaceColors()
2426 aColParam.pMinR[ i ] = (sal_uLong) Max( nVal - nTol, 0L ); in ReplaceColors()
2427 aColParam.pMaxR[ i ] = (sal_uLong) Min( nVal + nTol, 255L ); in ReplaceColors()
2429 nVal = pSearchColors[ i ].GetGreen(); in ReplaceColors()
2430 aColParam.pMinG[ i ] = (sal_uLong) Max( nVal - nTol, 0L ); in ReplaceColors()
2431 aColParam.pMaxG[ i ] = (sal_uLong) Min( nVal + nTol, 255L ); in ReplaceColors()
2433 nVal = pSearchColors[ i ].GetBlue(); in ReplaceColors()
2434 aColParam.pMinB[ i ] = (sal_uLong) Max( nVal - nTol, 0L ); in ReplaceColors()
2435 aColParam.pMaxB[ i ] = (sal_uLong) Min( nVal + nTol, 255L ); in ReplaceColors()
/trunk/main/svx/source/unodraw/
H A DUnoGraphicExporter.cxx621 sal_Int32 nVal = 1; in ParseSettings() local
622 if( pDataValues->Value >>= nVal ) in ParseSettings()
623 rSettings.maScaleX = Fraction( nVal, rSettings.maScaleX.GetDenominator() ); in ParseSettings()
627 sal_Int32 nVal = 1; in ParseSettings() local
628 if( pDataValues->Value >>= nVal ) in ParseSettings()
629 rSettings.maScaleX = Fraction( rSettings.maScaleX.GetNumerator(), nVal ); in ParseSettings()
633 sal_Int32 nVal = 1; in ParseSettings() local
634 if( pDataValues->Value >>= nVal ) in ParseSettings()
639 sal_Int32 nVal = 1; in ParseSettings() local
640 if( pDataValues->Value >>= nVal ) in ParseSettings()
[all …]
/trunk/main/slideshow/source/engine/
H A Danimationfactory.cxx626 double operator()( double nVal ) const in operator ()()
628 return mnScale * nVal; in operator ()()
/trunk/main/o3tl/qa/
H A Dcow_wrapper_clients.hxx43 explicit cow_wrapper_client1( int nVal ) : maImpl(nVal) {} in cow_wrapper_client1() argument
45 void modify( int nVal ) { *maImpl = nVal; } in modify() argument
71 explicit cow_wrapper_client2( int nVal );
77 void modify( int nVal );
100 explicit cow_wrapper_client3( int nVal );
106 void modify( int nVal );
/trunk/main/sw/source/ui/utlui/
H A Dcontent.cxx1784 sal_uInt16 nVal = (sal_uInt16)aNumVector[nLevel]; in FillTransferData() local
1785 nVal ++; in FillTransferData()
1786 nVal = nVal - pOutlRule->Get(nLevel).GetStart(); in FillTransferData()
1787 sEntry += String::CreateFromInt32( nVal ); in FillTransferData()
/trunk/main/sw/source/core/layout/
H A Dlaycache.cxx1255 sal_uInt32 nVal; in OpenRec() local
1256 *pStream >> nVal; in OpenRec()
1257 sal_uInt8 cRecTyp = (sal_uInt8)nVal; in OpenRec()
1259 sal_uInt32 nSize = nVal >> 8; in OpenRec()
1261 if( !nVal || cRecTyp != cType || in OpenRec()
1264 ASSERT( nVal, "OpenRec: Record-Header is 0" ); in OpenRec()
1293 sal_uInt32 nVal = ( nSize << 8 ) | aRecTypes.back(); in CloseRec() local
1294 *pStream << nVal; in CloseRec()
/trunk/main/writerfilter/source/dmapper/
H A DNumberingManager.cxx719 sal_Int32 nVal = rVal.getString().toInt32(); in lcl_attribute() local
720 m_pCurrentDefinition->SetId( nVal ); in lcl_attribute()
/trunk/main/xmloff/source/forms/
H A Delementimport.cxx432 double nVal( 0 ); in implApplyGenericProperties() local
433 OSL_VERIFY( *pXMLValue >>= nVal ); in implApplyGenericProperties()
434 *pPropValue = static_cast< sal_Int16 >( nVal ); in implApplyGenericProperties()
445 double nVal = 0; in implApplyGenericProperties() local
446 aPropValues->Value >>= nVal; in implApplyGenericProperties()
450 aPropValues->Value <<= static_cast< sal_Int8 >( nVal ); in implApplyGenericProperties()
453 aPropValues->Value <<= static_cast< sal_Int16 >( nVal ); in implApplyGenericProperties()
457 aPropValues->Value <<= static_cast< sal_Int32 >( nVal ); in implApplyGenericProperties()
460 aPropValues->Value <<= static_cast< sal_Int64 >( nVal ); in implApplyGenericProperties()
/trunk/main/svtools/source/filter/wmf/
H A Dwinwmf.cxx1018 sal_Int16 nVal; in ReadHeader() local
1024 *pWMF >> nVal; aPlaceableBound.Left() = nVal; in ReadHeader()
1025 *pWMF >> nVal; aPlaceableBound.Top() = nVal; in ReadHeader()
1026 *pWMF >> nVal; aPlaceableBound.Right() = nVal; in ReadHeader()
1027 *pWMF >> nVal; aPlaceableBound.Bottom() = nVal; in ReadHeader()
/trunk/extras/l10n/source/hu/
H A Dlocalize.sdf69991 …erybox RID_SVXQB_CHANGEDATA 260 hu A felhasználói adatok megváltoznak.\nValóban meg akarja vált…
/trunk/main/xmlscript/source/xmldlg_imexp/
H A Dimp_share.hxx52 sal_Int32 nVal; in toInt32() local
54 nVal = rStr.copy( 2 ).toInt32( 16 ); in toInt32()
56 nVal = rStr.toInt32(); in toInt32()
57 return nVal; in toInt32()
H A Dxmldlg_impmodels.cxx1380 sal_Int16 nVal = 0; in endElement() local
1388 nVal = 1; in endElement()
1391 makeAny( nVal ) ); in endElement()
1507 sal_Int16 nVal = 0; in endElement() local
1515 nVal = 1; in endElement()
1518 makeAny( nVal ) ); in endElement()
1866 sal_Int16 nVal = (bChecked ? 1 : 0); in endElement() local
1868 makeAny( nVal ) ); in endElement()
1874 makeAny( nVal ) ); in endElement()
1973 sal_Int16 nVal = 1; in endElement() local
[all …]
/trunk/main/xmlscript/source/xmllib_imexp/
H A Dimp_share.hxx52 sal_Int32 nVal; in toInt32() local
55 nVal = rStr.copy( 2 ).toInt32( 16 ); in toInt32()
59 nVal = rStr.toInt32(); in toInt32()
61 return nVal; in toInt32()
/trunk/main/xmloff/source/transform/
H A DTransformerBase.cxx1209 double nVal = 0; in NegPercent() local
1230 nVal *= 10; in NegPercent()
1231 nVal += (rValue[nPos] - sal_Unicode('0')); in NegPercent()
1245 nVal += ( static_cast<double>(rValue[nPos] - sal_Unicode('0')) / nDiv ); in NegPercent()
1257 nVal = -nVal; in NegPercent()
1258 nVal += .5; in NegPercent()
1260 sal_Int32 nIntVal = 100 - static_cast<sal_Int32>( nVal ); in NegPercent()
H A DFormPropOASISTContext.cxx50 sal_uInt32 nVal = 0; in GetValueType() local
71 nVal *= 10; in GetValueType()
72 nVal += (rValue[nPos] - sal_Unicode('0')); in GetValueType()
73 bOverflow |= (nVal > (bNeg ? 2147483648UL : 2147483647UL)); in GetValueType()
86 else if( nVal > (bNeg ? 32768UL : 32767UL) ) in GetValueType()
/trunk/main/xmloff/source/text/
H A Dtxtprhdl.cxx926 sal_uInt16 nVal = FontEmphasis::NONE; in importXML() local
945 SvXMLUnitConverter::convertEnum( nVal, aToken, in importXML()
959 if( FontEmphasis::NONE != nVal && bBelow ) in importXML()
960 nVal += 10; in importXML()
961 rValue <<= (sal_Int16)nVal; in importXML()
H A DXMLTextColumnsContext.cxx136 sal_Int32 nVal; in XMLTextColumnContext_Impl() local
147 aColumn.Width = nVal; in XMLTextColumnContext_Impl()
153 convertMeasure( nVal, rValue ) ) in XMLTextColumnContext_Impl()
154 aColumn.LeftMargin = nVal; in XMLTextColumnContext_Impl()
160 aColumn.RightMargin = nVal; in XMLTextColumnContext_Impl()
224 sal_Int32 nVal; in XMLTextColumnSepContext_Impl() local
229 convertMeasure( nVal, rValue ) ) in XMLTextColumnSepContext_Impl()
230 nWidth = nVal; in XMLTextColumnSepContext_Impl()
235 nVal >=1 && nVal <= 100 ) in XMLTextColumnSepContext_Impl()
236 nHeight = (sal_Int8)nVal; in XMLTextColumnSepContext_Impl()
[all …]

Completed in 1857 milliseconds

12345678910>>...19