| /AOO41X/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 …]
|
| /AOO41X/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 …]
|
| /AOO41X/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
|
| /AOO41X/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()
|
| /AOO41X/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()
|
| /AOO41X/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()
|
| /AOO41X/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()
|
| /AOO41X/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()
|
| /AOO41X/main/writerfilter/source/dmapper/ |
| H A D | ConversionHelper.cxx | 282 sal_Int16 nIn; in MakeBorderLine() member 319 rToFill.InnerLineWidth = aLineTab[eCodeIdx].nIn; in MakeBorderLine()
|
| /AOO41X/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 = …
|
| /AOO41X/main/sw/source/filter/inc/ |
| H A D | msfilter.hxx | 184 SwTwips MakeSafePositioningValue(SwTwips nIn);
|
| /AOO41X/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()
|
| /AOO41X/main/crashrep/source/all/ |
| H A D | crashrep.ulf | 67 …hered information that could help Apache OpenOffice improve %PRODUCTNAME%.\nIn the spaces below, y…
|
| /AOO41X/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()
|
| /AOO41X/main/cui/source/tabpages/ |
| H A D | page.cxx | 186 long ConvertLong_Impl( const long nIn, SfxMapUnit eUnit ) in ConvertLong_Impl() argument 188 return OutputDevice::LogicToLogic( nIn, (MapUnit)eUnit, MAP_TWIP ); in ConvertLong_Impl()
|
| /AOO41X/main/desktop/source/migration/ |
| H A D | wizard.src | 278 …%PRODUCTNAME searches automatically at regular intervals for new versions.\nIn doing so online upd…
|
| /AOO41X/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()
|
| /AOO41X/extras/l10n/source/sd/ |
| H A D | localize.sdf | 750 …thered information that could help Sun Microsystems improve %PRODUCTNAME%.\nIn the spaces below, y…
|
| /AOO41X/extras/l10n/source/nl/ |
| H A D | localize.sdf | 69691 …ke optie om het herstelproces van de onderstaande documenten te starten.\n\nIn de kolom Status kun… 71355 …omprimeerd en gegevens de niet langer nodig zijn zullen worden verwijderd.\nIn de laatste stap van… 71457 … 40 nl U kunt dit veld een Automatisch vergroten-waarde toewijzen.\n\nIn dat geval kunt u hi…
|