Home
last modified time | relevance | path

Searched refs:nIn (Results 1 – 25 of 41) sorted by relevance

12

/trunk/main/svtools/source/misc/
H A Dunitconv.cxx205 nIn /= 10; in ItemToControl()
207 nIn /= 100; in ItemToControl()
224 nIn /= 10; in ItemToControl()
226 nIn /= 100; in ItemToControl()
228 nIn /= 1000; in ItemToControl()
357 nRet = nIn; in CalcToPoint()
422 if ( nIn <= ( LONG_MAX / 20 ) && nIn >= ( LONG_MIN / 20 ) ) in PointToTwips()
471 if ( nIn <= ( LONG_MAX / 20 ) && nIn >= ( LONG_MIN / 20 ) ) in PointToCM()
493 if ( nIn <= ( LONG_MAX / 10 ) && nIn >= ( LONG_MIN / 10 ) ) in TwipsToMM()
504 if ( nIn <= ( LONG_MAX / 10 ) && nIn >= ( LONG_MIN / 10 ) ) in CMToMM()
[all …]
/trunk/main/svtools/inc/svtools/
H A Dunitconv.hxx68 SVT_DLLPUBLIC long InchToCM( long nIn );
69 SVT_DLLPUBLIC long MMToCM( long nIn );
71 SVT_DLLPUBLIC long PicaToCM( long nIn );
75 SVT_DLLPUBLIC long CMToMM( long nIn );
82 SVT_DLLPUBLIC long CMToInch(long nIn );
83 SVT_DLLPUBLIC long MMToInch(long nIn );
95 long TwipsToPica(long nIn );
96 long InchToPica(long nIn );
97 long PointToPica(long nIn );
98 long CMToPica(long nIn );
[all …]
/trunk/main/sd/source/ui/inc/
H A Doptsitem.hxx454 void SetSnapArea( sal_Int16 nIn ) { if( nSnapArea != nIn ) { OptionsChanged(); nSnapArea = nIn; } } in SetSnapArea() argument
455 void SetAngle( sal_Int16 nIn ) { if( nAngle != nIn ) { OptionsChanged(); nAngle = nIn; } } in SetAngle() argument
456 …SetEliminatePolyPointLimitAngle( sal_Int16 nIn ) { if( nBezAngle != nIn ) { OptionsChanged(); nBez… in SetEliminatePolyPointLimitAngle() argument
/trunk/main/sw/source/filter/ww8/
H A Dwriterhelper.cxx433 SwTwips MakeSafePositioningValue(SwTwips nIn) in SV_IMPL_OP_PTRARR_SORT()
435 if (nIn > SHRT_MAX) in SV_IMPL_OP_PTRARR_SORT()
436 nIn = SHRT_MAX; in SV_IMPL_OP_PTRARR_SORT()
437 else if (nIn < SHRT_MIN) in SV_IMPL_OP_PTRARR_SORT()
438 nIn = SHRT_MIN; in SV_IMPL_OP_PTRARR_SORT()
439 return nIn; in SV_IMPL_OP_PTRARR_SORT()
H A Dww8scan.hxx459 void SetClipStart(WW8_CP nIn) { nClipStart = nIn; } in SetClipStart() argument
H A Dww8par6.cxx455 sal_uInt16 lcl_MakeSafeNegativeSpacing(sal_uInt16 nIn) in lcl_MakeSafeNegativeSpacing() argument
457 if (nIn > SHRT_MAX) in lcl_MakeSafeNegativeSpacing()
458 nIn = 0; in lcl_MakeSafeNegativeSpacing()
459 return nIn; in lcl_MakeSafeNegativeSpacing()
H A Dww8atr.cxx1634 sal_uInt32 SuitableBGColor(sal_uInt32 nIn) in SuitableBGColor() argument
1636 if (nIn == COL_AUTO) in SuitableBGColor()
1638 return wwUtility::RGBToBGR(nIn); in SuitableBGColor()
/trunk/main/vcl/unx/generic/printergfx/
H A Dprinterjob.cxx77 sal_uInt64 nIn = 0; in AppendPS() local
81 pSrc->read (pBuffer, nBlockSize, nIn); in AppendPS()
82 if (nIn > 0) in AppendPS()
83 nOut = fwrite (pBuffer, 1, sal::static_int_cast<sal_uInt32>(nIn), pDst); in AppendPS()
85 while ((nIn > 0) && (nIn == nOut)); in AppendPS()
H A Dglyphset.cxx924 sal_uInt64 nIn; in PSUploadFont() local
928 nIn = fread(pBuffer, 1, sizeof(pBuffer), pTmpFile); in PSUploadFont()
929 rOutFile.write (pBuffer, nIn, nOut); in PSUploadFont()
931 while ((nIn == nOut) && !feof(pTmpFile)); in PSUploadFont()
/trunk/main/starmath/source/
H A Dmathtype.cxx158 static sal_Unicode Convert(sal_Unicode nIn) in Convert() argument
174 if ((nIn >= 0xE080) && (nIn <= 0xE0DD)) in Convert()
175 nIn = aStarMathPrivateToUnicode[nIn-0xE080]; in Convert()
179 switch (nIn) in Convert()
182 nIn = '|'; in Convert()
188 return nIn; in Convert()
/trunk/main/reportdesign/source/ui/report/
H A DViewsWindow.cxx243 static sal_Int32 nIn = INVALIDATE_UPDATE | INVALIDATE_TRANSPARENT; in resize() local
244 …pSectionWindow->getStartMarker().Invalidate( nIn ); // INVALIDATE_NOERASE |INVALIDATE_NOCHILDREN| … in resize()
245 pSectionWindow->getEndMarker().Invalidate( nIn ); in resize()
940 static sal_Int32 nIn = 0; in setGridSnap() local
941 (*aIter)->getReportSection().Invalidate(nIn); in setGridSnap()
1867 static sal_Int32 nIn = INVALIDATE_NOCHILDREN; in zoom() local
1868 Invalidate(aRect,nIn); in zoom()
H A DReportWindow.cxx448 static sal_Int32 nIn = INVALIDATE_TRANSPARENT; in _propertyChanged() local
449 Invalidate(nIn); in _propertyChanged()
/trunk/main/svx/source/table/
H A Dtablertfexporter.cxx88 long HundMMToTwips( long nIn ) in HundMMToTwips() argument
90 long nRet = OutputDevice::LogicToLogic( nIn, MAP_100TH_MM, MAP_TWIP ); in HundMMToTwips()
H A Dtablertfimporter.cxx335 long TwipsToHundMM( long nIn ) in TwipsToHundMM() argument
337 long nRet = OutputDevice::LogicToLogic( nIn, MAP_TWIP, MAP_100TH_MM ); in TwipsToHundMM()
/trunk/main/writerfilter/source/dmapper/
H A DConversionHelper.cxx282 sal_Int16 nIn; in MakeBorderLine() member
319 rToFill.InnerLineWidth = aLineTab[eCodeIdx].nIn; in MakeBorderLine()
/trunk/main/editeng/inc/editeng/
H A Dborderline.hxx98 …SvxBorderLine( const Color *pCol = 0, sal_uInt16 nOut = 0, sal_uInt16 nIn = 0, sal_uInt16 nDist = …
/trunk/main/sw/source/filter/inc/
H A Dmsfilter.hxx184 SwTwips MakeSafePositioningValue(SwTwips nIn);
/trunk/main/svx/source/dialog/
H A Dsvxruler.cxx417 for(sal_uInt16 nIn = 0; nIn < 7; nIn++) in SvxRuler() local
418 pIndents[nIn].nPos = 0; in SvxRuler()
/trunk/main/crashrep/source/all/
H A Dcrashrep.ulf56 …hered information that could help Apache OpenOffice improve %PRODUCTNAME%.\nIn the spaces below, y…
/trunk/main/sw/source/core/docnode/
H A Dndcopy.cxx365 int nIn = rpBox->GetSttIdx() - pCT->nOldTblSttIdx; in lcl_CopyTblBox() local
366 if ( nIn > 0 ) in lcl_CopyTblBox()
/trunk/main/cui/source/tabpages/
H A Dpage.cxx187 long ConvertLong_Impl( const long nIn, SfxMapUnit eUnit ) in ConvertLong_Impl() argument
189 return OutputDevice::LogicToLogic( nIn, (MapUnit)eUnit, MAP_TWIP ); in ConvertLong_Impl()
/trunk/main/desktop/source/migration/
H A Dwizard.src278 …%PRODUCTNAME searches automatically at regular intervals for new versions.\nIn doing so online upd…
/trunk/main/editeng/source/items/
H A Dfrmitems.cxx1574 SvxBorderLine::SvxBorderLine( const Color *pCol, sal_uInt16 nOut, sal_uInt16 nIn, sal_uInt16 nDist ) in SvxBorderLine() argument
1576 , nInWidth ( nIn ) in SvxBorderLine()
/trunk/extras/l10n/source/sd/
H A Dlocalize.sdf750 …thered information that could help Sun Microsystems improve %PRODUCTNAME%.\nIn the spaces below, y…
/trunk/extras/l10n/source/nl/
H A Dlocalize.sdf2591 …ke optie om het herstelproces van de onderstaande documenten te starten.\n\nIn de kolom Status kun…
17672 …omprimeerd en gegevens de niet langer nodig zijn zullen worden verwijderd.\nIn de laatste stap van…
72029 …ENT 40 nl U kunt dit veld een Automatisch vergroten-waarde toewijzen.\n\nIn dat geval kunt u hi…

Completed in 1413 milliseconds

12