| /AOO42X/main/svtools/source/misc/ |
| H A D | unitconv.cxx | 162 long CalcToUnit( float nIn, SfxMapUnit eUnit ) in CalcToUnit() argument 172 float nTmp = nIn; in CalcToUnit() 175 nTmp = nIn * 10 / 567; in CalcToUnit() 194 long ItemToControl( long nIn, SfxMapUnit eItem, SfxFieldUnit eCtrl ) in ItemToControl() argument 205 nIn /= 10; in ItemToControl() 207 nIn /= 100; in ItemToControl() 208 nOut = TransformMetric( nIn, FUNIT_MM, (FieldUnit)eCtrl ); in ItemToControl() 214 nOut = TransformMetric( nIn, FUNIT_CM, (FieldUnit)eCtrl ); in ItemToControl() 224 nIn /= 10; in ItemToControl() 226 nIn /= 100; in ItemToControl() [all …]
|
| /AOO42X/main/svtools/inc/svtools/ |
| H A D | unitconv.hxx | 42 SVT_DLLPUBLIC long CalcToUnit( float nIn, SfxMapUnit eUnit ); 43 SVT_DLLPUBLIC long CalcToPoint( long nIn, SfxMapUnit eUnit, sal_uInt16 nFaktor ); 45 SVT_DLLPUBLIC long ItemToControl( long nIn, SfxMapUnit eItem, SfxFieldUnit eCtrl ); 46 SVT_DLLPUBLIC long ControlToItem( long nIn, SfxFieldUnit eCtrl, SfxMapUnit eItem ); 57 SVT_DLLPUBLIC long PointToTwips( long nIn ); 61 SVT_DLLPUBLIC long CMToTwips( long nIn ); 62 SVT_DLLPUBLIC long MMToTwips( long nIn ); 63 SVT_DLLPUBLIC long InchToTwips( long nIn ); 64 SVT_DLLPUBLIC long PicaToTwips( long nIn ); 67 SVT_DLLPUBLIC long TwipsToCM( 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 | 432 SwTwips MakeSafePositioningValue(SwTwips nIn) in SV_IMPL_OP_PTRARR_SORT() 434 if (nIn > SHRT_MAX) in SV_IMPL_OP_PTRARR_SORT() 435 nIn = SHRT_MAX; in SV_IMPL_OP_PTRARR_SORT() 436 else if (nIn < SHRT_MIN) in SV_IMPL_OP_PTRARR_SORT() 437 nIn = SHRT_MIN; in SV_IMPL_OP_PTRARR_SORT() 438 return nIn; in SV_IMPL_OP_PTRARR_SORT()
|
| H A D | ww8scan.hxx | 458 void SetClipStart(WW8_CP nIn) { nClipStart = nIn; } in SetClipStart() argument
|
| H A D | ww8par6.cxx | 454 sal_uInt16 lcl_MakeSafeNegativeSpacing(sal_uInt16 nIn) in lcl_MakeSafeNegativeSpacing() argument 456 if (nIn > SHRT_MAX) in lcl_MakeSafeNegativeSpacing() 457 nIn = 0; in lcl_MakeSafeNegativeSpacing() 458 return nIn; in lcl_MakeSafeNegativeSpacing()
|
| H A D | ww8atr.cxx | 1633 sal_uInt32 SuitableBGColor(sal_uInt32 nIn) in SuitableBGColor() argument 1635 if (nIn == COL_AUTO) in SuitableBGColor() 1637 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 | 157 static sal_Unicode Convert(sal_Unicode nIn) in Convert() argument 173 if ((nIn >= 0xE080) && (nIn <= 0xE0DD)) in Convert() 174 nIn = aStarMathPrivateToUnicode[nIn-0xE080]; in Convert() 178 switch (nIn) in Convert() 181 nIn = '|'; in Convert() 187 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 | 183 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 … 40 nl U kunt dit veld een Automatisch vergroten-waarde toewijzen.\n\nIn dat geval kunt u hi…
|