/aoo42x/main/svtools/source/misc/ |
H A D | unitconv.cxx | 205 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 …]
|
/aoo42x/main/svtools/inc/svtools/ |
H A D | unitconv.hxx | 68 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 …]
|
/aoo42x/main/sd/source/ui/inc/ |
H A D | optsitem.hxx | 454 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
|
/aoo42x/main/sw/source/filter/ww8/ |
H A D | writerhelper.cxx | 433 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 D | ww8scan.hxx | 459 void SetClipStart(WW8_CP nIn) { nClipStart = nIn; } in SetClipStart() argument
|
H A D | ww8par6.cxx | 455 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 D | ww8atr.cxx | 1634 sal_uInt32 SuitableBGColor(sal_uInt32 nIn) in SuitableBGColor() argument 1636 if (nIn == COL_AUTO) in SuitableBGColor() 1638 return wwUtility::RGBToBGR(nIn); in SuitableBGColor()
|
/aoo42x/main/vcl/unx/generic/printergfx/ |
H A D | printerjob.cxx | 77 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 D | glyphset.cxx | 924 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()
|
/aoo42x/main/starmath/source/ |
H A D | mathtype.cxx | 158 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()
|
/aoo42x/main/reportdesign/source/ui/report/ |
H A D | ViewsWindow.cxx | 243 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 D | ReportWindow.cxx | 448 static sal_Int32 nIn = INVALIDATE_TRANSPARENT; in _propertyChanged() local 449 Invalidate(nIn); in _propertyChanged()
|
/aoo42x/main/svx/source/table/ |
H A D | tablertfexporter.cxx | 88 long HundMMToTwips( long nIn ) in HundMMToTwips() argument 90 long nRet = OutputDevice::LogicToLogic( nIn, MAP_100TH_MM, MAP_TWIP ); in HundMMToTwips()
|
H A D | tablertfimporter.cxx | 335 long TwipsToHundMM( long nIn ) in TwipsToHundMM() argument 337 long nRet = OutputDevice::LogicToLogic( nIn, MAP_TWIP, MAP_100TH_MM ); in TwipsToHundMM()
|
/aoo42x/main/writerfilter/source/dmapper/ |
H A D | ConversionHelper.cxx | 282 sal_Int16 nIn; in MakeBorderLine() member 319 rToFill.InnerLineWidth = aLineTab[eCodeIdx].nIn; in MakeBorderLine()
|
/aoo42x/main/editeng/inc/editeng/ |
H A D | borderline.hxx | 98 …SvxBorderLine( const Color *pCol = 0, sal_uInt16 nOut = 0, sal_uInt16 nIn = 0, sal_uInt16 nDist = …
|
/aoo42x/main/sw/source/filter/inc/ |
H A D | msfilter.hxx | 184 SwTwips MakeSafePositioningValue(SwTwips nIn);
|
/aoo42x/main/svx/source/dialog/ |
H A D | svxruler.cxx | 417 for(sal_uInt16 nIn = 0; nIn < 7; nIn++) in SvxRuler() local 418 pIndents[nIn].nPos = 0; in SvxRuler()
|
/aoo42x/main/crashrep/source/all/ |
H A D | crashrep.ulf | 56 …hered information that could help Apache OpenOffice improve %PRODUCTNAME%.\nIn the spaces below, y…
|
/aoo42x/main/sw/source/core/docnode/ |
H A D | ndcopy.cxx | 365 int nIn = rpBox->GetSttIdx() - pCT->nOldTblSttIdx; in lcl_CopyTblBox() local 366 if ( nIn > 0 ) in lcl_CopyTblBox()
|
/aoo42x/main/cui/source/tabpages/ |
H A D | page.cxx | 187 long ConvertLong_Impl( const long nIn, SfxMapUnit eUnit ) in ConvertLong_Impl() argument 189 return OutputDevice::LogicToLogic( nIn, (MapUnit)eUnit, MAP_TWIP ); in ConvertLong_Impl()
|
/aoo42x/main/desktop/source/migration/ |
H A D | wizard.src | 278 …%PRODUCTNAME searches automatically at regular intervals for new versions.\nIn doing so online upd…
|
/aoo42x/main/editeng/source/items/ |
H A D | frmitems.cxx | 1574 SvxBorderLine::SvxBorderLine( const Color *pCol, sal_uInt16 nOut, sal_uInt16 nIn, sal_uInt16 nDist ) in SvxBorderLine() argument 1576 , nInWidth ( nIn ) in SvxBorderLine()
|
/aoo42x/extras/l10n/source/sd/ |
H A D | localize.sdf | 750 …thered information that could help Sun Microsystems improve %PRODUCTNAME%.\nIn the spaces below, y…
|
/aoo42x/extras/l10n/source/nl/ |
H A D | localize.sdf | 2591 …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…
|