Home
last modified time | relevance | path

Searched refs:nVal (Results 76 – 100 of 453) sorted by last modified time

12345678910>>...19

/trunk/main/xmloff/source/text/
H A DXMLTextFrameContext.cxx1077 sal_Int32 nVal; in XMLTextFrameContext_Impl() local
1078 if( GetImport().GetMM100UnitConverter().convertNumber( nVal, sValue ) ) in XMLTextFrameContext_Impl()
1079 nRotation = (sal_Int16)(nVal % 360 ); in XMLTextFrameContext_Impl()
/trunk/main/xmloff/source/style/
H A Dxmlnumi.cxx779 sal_Int32 nVal; in SvxXMLListLevelStyleAttrContext_Impl() local
784 rListLevel.SetSpaceBefore( nVal ); in SvxXMLListLevelStyleAttrContext_Impl()
788 rListLevel.SetMinLabelWidth( nVal ); in SvxXMLListLevelStyleAttrContext_Impl()
792 rListLevel.SetMinLabelDist( nVal ); in SvxXMLListLevelStyleAttrContext_Impl()
831 rListLevel.SetImageWidth( nVal ); in SvxXMLListLevelStyleAttrContext_Impl()
835 rListLevel.SetImageHeight( nVal ); in SvxXMLListLevelStyleAttrContext_Impl()
851 if(SvXMLUnitConverter::convertPercent( nVal, rValue ) ) in SvxXMLListLevelStyleAttrContext_Impl()
852 rListLevel.SetRelSize( (sal_Int16)nVal ); in SvxXMLListLevelStyleAttrContext_Impl()
1075 sal_Int32 nVal; in SvxXMLListLevelStyleLabelAlignmentAttrContext_Impl() local
1094 rListLevel.SetFirstLineIndent( nVal ); in SvxXMLListLevelStyleLabelAlignmentAttrContext_Impl()
[all …]
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()
H A Dadjushdl.cxx86 sal_Int16 nVal = 0; in exportXML() local
88 rValue >>= nVal; in exportXML()
90 sal_Bool bRet = SvXMLUnitConverter::convertEnum( aOut, nVal, pXML_Para_Adjust_Enum, XML_START ); in exportXML()
120 sal_Int16 nVal = 0; in exportXML() local
123 rValue >>= nVal; in exportXML()
125 if( nVal != style::ParagraphAdjust_LEFT ) in exportXML()
126 bRet = SvXMLUnitConverter::convertEnum( aOut, nVal, pXML_Para_Align_Last_Enum, XML_START ); in exportXML()
H A Dcsmaphdl.cxx60 sal_uInt16 nVal; in importXML() local
62 nVal, rStrImpValue, pXML_Casemap_Enum ); in importXML()
64 rValue <<= nVal; in importXML()
H A Descphdl.cxx57 sal_Int16 nVal; in importXML() local
67 nVal = DFLT_ESC_AUTO_SUB; in importXML()
71 nVal = DFLT_ESC_AUTO_SUPER; in importXML()
79 nVal = (sal_Int16) nNewEsc; in importXML()
82 rValue <<= nVal; in importXML()
H A DXMLClipPropertyHandler.cxx89 sal_Int32 nVal = 0; in importXML() local
91 !rUnitConverter.convertMeasure( nVal, aToken ) ) in importXML()
96 case 0: aCrop.Top = nVal; break; in importXML()
97 case 1: aCrop.Right = nVal; break; in importXML()
98 case 2: aCrop.Bottom = nVal; break; in importXML()
99 case 3: aCrop.Left = nVal; break; in importXML()
/trunk/main/xmloff/source/meta/
H A Dxmlmetae.cxx57 void lcl_AddTwoDigits( rtl::OUStringBuffer& rStr, sal_Int32 nVal ) in lcl_AddTwoDigits() argument
59 if ( nVal < 10 ) in lcl_AddTwoDigits()
61 rStr.append( nVal ); in lcl_AddTwoDigits()
/trunk/main/xmloff/source/script/
H A DXMLEventExport.cxx230 for(sal_Int32 nVal = 0; nVal < nValues; nVal++) in ExportEvent() local
232 if (sEventType.equals(pValues[nVal].Name)) in ExportEvent()
236 pValues[nVal].Value >>= sType; in ExportEvent()
/trunk/main/xmloff/source/draw/
H A Dpropimp0.cxx74 sal_Int32 nVal = 0; in exportXML() local
76 if(rValue >>= nVal) in exportXML()
156 sal_uInt16 nVal = sal_uInt16(); in exportXML() local
158 if( rValue >>= nVal ) in exportXML()
162 nVal = 100 - nVal; in exportXML()
163 SvXMLUnitConverter::convertPercent( aOut, nVal ); in exportXML()
214 sal_Int16 nVal = sal_Int16(); in exportXML() local
216 if( rValue >>= nVal ) in exportXML()
220 if( nVal < 0 ) in exportXML()
223 rUnitConverter.convertNumber( aOut, (sal_Int32)-nVal ); in exportXML()
[all …]
/trunk/main/xmloff/source/core/
H A Dxmluconv.cxx197 double nVal = 0; in convertMeasure() local
218 nVal *= 10; in convertMeasure()
219 nVal += (rString[nPos] - sal_Unicode('0')); in convertMeasure()
233 nVal += ( ((double)(rString[nPos] - sal_Unicode('0'))) / nDiv ); in convertMeasure()
400 nVal *= nScale; in convertMeasure()
404 nVal += .5; in convertMeasure()
406 nVal = -nVal; in convertMeasure()
408 if( nVal <= (double)nMin ) in convertMeasure()
410 else if( nVal >= (double)nMax ) in convertMeasure()
413 rValue = (sal_Int32)nVal; in convertMeasure()
/trunk/main/xmloff/inc/
H A Dxmlehelp.hxx37 static void AddPercentage( sal_Int32 nVal, ::rtl::OUStringBuffer& rOut );
/trunk/main/xmloff/inc/xmloff/
H A DProgressBarHelper.hxx57 void SetRange(sal_Int32 nVal) { nRange = nVal; } in SetRange() argument
58 void SetReference(sal_Int32 nVal) { nReference = nVal; } in SetReference() argument
/trunk/main/writerfilter/source/ooxml/
H A DOOXMLFastHelper.hxx204 sal_Int32 nVal) in newProperty() argument
206 OOXMLValue::Pointer_t pVal(new T(nVal)); in newProperty()
/trunk/main/writerfilter/source/dmapper/
H A DGraphicImport.cxx369 void GraphicImport::handleWrapTextValue(sal_uInt32 nVal) in handleWrapTextValue() argument
371 switch (nVal) in handleWrapTextValue()
H A DGraphicImport.hxx122 void handleWrapTextValue(sal_uInt32 nVal);
H A DStyleSheetTable.cxx734 sal_Int32 nVal = 0; in getValues() local
738 pValues[nVal++] = aIt->Value; in getValues()
747 sal_Int32 nVal = 0; in getNames() local
751 pNames[nVal++] = aIt->Name; in getNames()
H A DFontTable.cxx527 int nVal = val.getInt(); in lcl_attribute() local
528 ++nVal; in lcl_attribute()
/trunk/main/vcl/source/window/
H A Dprintdlg.cxx751 sal_Int32 nVal = aValue.toInt32(); in readFromSettings()
752 maCopyCountField.SetValue( sal_Int64(nVal > 1 ? nVal : 1) ); in readFromSettings()
2337 sal_Int32 nVal = -1; in updateWindowFromProperty() local
2359 else if( pValue->Value >>= nVal ) in updateWindowFromProperty()
2367 else if( nVal >= 0 && nVal < sal_Int32(rWindows.size() ) ) in updateWindowFromProperty()
2421 sal_Int32 nVal = it->second; in IMPL_LINK() local
2422 pVal->Value <<= nVal; in IMPL_LINK()
2441 pVal->Value <<= nVal; in IMPL_LINK()
2462 sal_Int64 nVal = pNum->GetValue(); in IMPL_LINK() local
2463 pVal->Value <<= nVal; in IMPL_LINK()
[all …]
H A Darrange.cxx238 sal_Int32 nVal = 0; in setProperties() local
239 if( pProps[i].Value >>= nVal ) in setProperties()
241 if( getBorderValue( m_nOuterBorder ) != nVal ) in setProperties()
243 m_nOuterBorder = nVal; in setProperties()
/trunk/main/vcl/source/gdi/
H A Dsallayout.cxx1783 sal_Int32 nVal = pJustificationArray[ i ]; in AdjustLayout() local
1784 nVal += (mnUnitsPerPixel + 1) / 2; in AdjustLayout()
1785 pJustificationArray[ i ] = nVal / mnUnitsPerPixel; in AdjustLayout()
H A Dpdfwriter_impl.hxx499 PDFStructureAttribute( sal_Int32 nVal ) in PDFStructureAttribute()
501 nValue( nVal ) in PDFStructureAttribute()
H A Dpngwrite.cxx153 sal_Int32 nVal = 0; in PNGWriterImpl() local
154 if ( (*pFilterData)[ i ].Value >>= nVal ) in PNGWriterImpl()
155 mnMaxChunkSize = (sal_uInt32)nVal; in PNGWriterImpl()
H A Dcvtsvm.cxx134 sal_Int16 nVal; in ImplReadColor() local
136 rIStm >> nVal; rColor.SetRed( sal::static_int_cast<sal_uInt8>((sal_uInt16)nVal >> 8) ); in ImplReadColor()
137 rIStm >> nVal; rColor.SetGreen( sal::static_int_cast<sal_uInt8>((sal_uInt16)nVal >> 8) ); in ImplReadColor()
138 rIStm >> nVal; rColor.SetBlue( sal::static_int_cast<sal_uInt8>((sal_uInt16)nVal >> 8) ); in ImplReadColor()
145 sal_Int16 nVal; in ImplWriteColor() local
147 nVal = ( (sal_Int16) rColor.GetRed() << 8 ) | rColor.GetRed(); in ImplWriteColor()
148 rOStm << nVal; in ImplWriteColor()
150 nVal = ( (sal_Int16) rColor.GetGreen() << 8 ) | rColor.GetGreen(); in ImplWriteColor()
151 rOStm << nVal; in ImplWriteColor()
153 nVal = ( (sal_Int16) rColor.GetBlue() << 8 ) | rColor.GetBlue(); in ImplWriteColor()
[all …]
/trunk/main/vcl/inc/vcl/
H A Dsalbtype.hxx785 const sal_uInt32 nVal = *pPixel; in GetColorFor8Bit() local
816 *(sal_uInt16*) pPixel = nVal; in SetColorFor16BitMSB()
818 pPixel[ 0 ] = (sal_uInt8)(nVal >> 8U); in SetColorFor16BitMSB()
819 pPixel[ 1 ] = (sal_uInt8) nVal; in SetColorFor16BitMSB()
843 pPixel[ 0 ] = (sal_uInt8) nVal; in SetColorFor16BitLSB()
844 pPixel[ 1 ] = (sal_uInt8)(nVal >> 8U); in SetColorFor16BitLSB()
846 *(sal_uInt16*) pPixel = nVal; in SetColorFor16BitLSB()
864 …pPixel[ 0 ] = (sal_uInt8) nVal; pPixel[ 1 ] = (sal_uInt8) ( nVal >> 8UL ); pPixel[ 2 ] = (sal_uInt… in SetColorFor24Bit()
891 rAlpha = (sal_uInt8)(nVal >> 24); in GetColorAndAlphaFor32Bit()
902 pPixel[ 0 ] = (sal_uInt8) nVal; pPixel[ 1 ] = (sal_uInt8) ( nVal >> 8UL ); in SetColorFor32Bit()
[all …]

Completed in 199 milliseconds

12345678910>>...19