/aoo4110/main/sc/source/ui/view/ |
H A D | colrowba.cxx | 46 String lcl_MetricString( long nTwips, const String& rText ) in lcl_MetricString() 230 long nTwips = (long) ( nVal / pViewData->GetPPTX() ); in GetDragHelp() local 397 long nTwips = (long) ( nVal / pViewData->GetPPTY() ); in GetDragHelp() local
|
H A D | cellsh3.cxx | 61 inline long TwipsToHMM(long nTwips) { return (nTwips * 127 + 36) / 72; } in TwipsToHMM() 63 inline long TwipsToEvenHMM(long nTwips) { return ( (nTwips * 127 + 72) / 144 ) * 2; } in TwipsToEvenHMM()
|
H A D | viewdata.cxx | 2061 long nTwips; in SetScreenPos() local 2199 sal_uInt16 nTwips = pDoc->GetCommonWidth( nEndCol, nTabNo ); in CalcPPT() local
|
H A D | viewfunc.cxx | 265 sal_uInt16 nTwips = pDoc->GetOptimalColWidth( nCol, nTab, aProv.GetDevice(), in GetOptimalColWidth() local 2466 sal_uInt16 nTwips = (sal_uInt16)( nPixel / nPPTX ); in ModifyCellSize() local
|
/aoo4110/main/sc/source/filter/inc/ |
H A D | rtfparse.hxx | 35 sal_uInt16 nTwips; // rechter Rand der Zelle member
|
H A D | eeparser.hxx | 69 sal_uInt16 nTwips; // RTF ColAdjust etc. member
|
/aoo4110/main/sc/source/ui/unoobj/ |
H A D | defltuno.cxx | 80 inline long TwipsToHMM(long nTwips) { return (nTwips * 127 + 36) / 72; } in TwipsToHMM() 82 inline long TwipsToEvenHMM(long nTwips) { return ( (nTwips * 127 + 72) / 144 ) * 2; } in TwipsToEvenHMM()
|
H A D | styleuno.cxx | 381 inline long TwipsToHMM(long nTwips) { return (nTwips * 127 + 36) / 72; } in TwipsToHMM()
|
H A D | docuno.cxx | 198 inline long TwipsToHMM(long nTwips) { return (nTwips * 127 + 36) / 72; } in TwipsToHMM()
|
H A D | cellsuno.cxx | 801 inline long TwipsToHMM(long nTwips) { return (nTwips * 127 + 36) / 72; } in TwipsToHMM()
|
/aoo4110/main/oox/inc/oox/export/ |
H A D | utils.hxx | 61 static inline sal_Int64 TwipsToEMU( sal_Int32 nTwips ) in TwipsToEMU()
|
/aoo4110/main/sc/source/core/tool/ |
H A D | docoptio.cxx | 55 inline long TwipsToHMM(long nTwips) { return (nTwips * 127 + 36) / 72; } in TwipsToHMM() 58 inline long TwipsToEvenHMM(long nTwips) { return ( (nTwips * 127 + 72) / 144 ) * 2; } in TwipsToEvenHMM()
|
/aoo4110/main/sc/source/filter/rtf/ |
H A D | rtfparse.cxx | 126 sal_Bool ScRTFParser::SeekTwips( sal_uInt16 nTwips, SCCOL* pCol ) in SeekTwips()
|
/aoo4110/main/sc/source/filter/excel/ |
H A D | xltools.cxx | 307 double XclTools::GetInchFromTwips( sal_Int32 nTwips ) in GetInchFromTwips() 322 sal_Int32 XclTools::GetHmmFromTwips( sal_Int32 nTwips ) in GetHmmFromTwips()
|
H A D | xlstyle.cxx | 298 void XclFontData::SetScHeight( sal_Int32 nTwips ) in SetScHeight()
|
/aoo4110/main/sc/source/core/data/ |
H A D | documen3.cxx | 1662 long nTwips; in GetRange() local 1729 long nTwips = (long) (rVal / HMM_PER_TWIPS); in lcl_SnapHor() local 1749 long nTwips = (long) (rVal / HMM_PER_TWIPS); in lcl_SnapVer() local
|
H A D | patattr.cxx | 80 inline long TwipsToHMM(long nTwips) { return (nTwips * 127 + 36) / 72; } in TwipsToHMM()
|
H A D | column2.cxx | 727 sal_uInt16 nTwips = (sal_uInt16) (nWidth / nPPTX); in GetOptimalColWidth() local
|
H A D | table1.cxx | 1508 long nTwips = (long) (nPixel / nPPTX); in MaybeAddExtraColumn() local
|
/aoo4110/main/sc/source/ui/inc/ |
H A D | viewdata.hxx | 504 inline long ScViewData::ToPixel( sal_uInt16 nTwips, double nFactor ) in ToPixel()
|
/aoo4110/main/filter/source/flash/ |
H A D | swfwriter1.cxx | 127 …sal_Int32 nTwips = mpVDev->LogicToLogic( Point( n100thMM, n100thMM ), &aSourceMapMode, &aTWIPSMod… in mapRelative() local
|
/aoo4110/main/editeng/source/items/ |
H A D | textitem.cxx | 883 long nTwips = bConvert ? nHeight : MM100_TO_TWIP_UNSIGNED(nHeight); in QueryValue() local 924 long nTwips = bConvert ? nHeight : MM100_TO_TWIP_UNSIGNED(nHeight); in QueryValue() local
|
/aoo4110/main/sc/source/ui/vba/ |
H A D | vbarange.cxx | 191 short nTwips = static_cast<short>(nVal); in lcl_pointsToTwips() local 3811 sal_uInt16 nTwips = lcl_pointsToTwips( nColWidth ); in setColumnWidth() local 3974 sal_uInt16 nTwips = lcl_pointsToTwips( nHeight ); in setRowHeight() local
|
/aoo4110/main/sw/source/filter/html/ |
H A D | swhtml.cxx | 4947 long nTwips = Application::GetDefaultDevice()->PixelToLogic( in ToTwips() local
|
/aoo4110/main/sc/source/ui/docshell/ |
H A D | docfunc.cxx | 3101 sal_uInt16 nTwips = 0; in lcl_GetOptimalColWidth() local
|