Home
last modified time | relevance | path

Searched defs:nTwips (Results 1 – 25 of 25) sorted by relevance

/trunk/main/sc/source/ui/view/
H A Dcolrowba.cxx46 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 Dcellsh3.cxx61 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 Dviewdata.cxx2061 long nTwips; in SetScreenPos() local
2199 sal_uInt16 nTwips = pDoc->GetCommonWidth( nEndCol, nTabNo ); in CalcPPT() local
H A Dviewfunc.cxx265 sal_uInt16 nTwips = pDoc->GetOptimalColWidth( nCol, nTab, aProv.GetDevice(), in GetOptimalColWidth() local
2466 sal_uInt16 nTwips = (sal_uInt16)( nPixel / nPPTX ); in ModifyCellSize() local
/trunk/main/sc/source/filter/inc/
H A Drtfparse.hxx35 sal_uInt16 nTwips; // rechter Rand der Zelle member
H A Deeparser.hxx69 sal_uInt16 nTwips; // RTF ColAdjust etc. member
/trunk/main/sc/source/ui/unoobj/
H A Ddefltuno.cxx80 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 Dstyleuno.cxx381 inline long TwipsToHMM(long nTwips) { return (nTwips * 127 + 36) / 72; } in TwipsToHMM()
H A Ddocuno.cxx198 inline long TwipsToHMM(long nTwips) { return (nTwips * 127 + 36) / 72; } in TwipsToHMM()
H A Dcellsuno.cxx801 inline long TwipsToHMM(long nTwips) { return (nTwips * 127 + 36) / 72; } in TwipsToHMM()
/trunk/main/oox/inc/oox/export/
H A Dutils.hxx61 static inline sal_Int64 TwipsToEMU( sal_Int32 nTwips ) in TwipsToEMU()
/trunk/main/sc/source/core/tool/
H A Ddocoptio.cxx55 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()
/trunk/main/sc/source/filter/rtf/
H A Drtfparse.cxx126 sal_Bool ScRTFParser::SeekTwips( sal_uInt16 nTwips, SCCOL* pCol ) in SeekTwips()
/trunk/main/sc/source/filter/excel/
H A Dxltools.cxx307 double XclTools::GetInchFromTwips( sal_Int32 nTwips ) in GetInchFromTwips()
322 sal_Int32 XclTools::GetHmmFromTwips( sal_Int32 nTwips ) in GetHmmFromTwips()
H A Dxlstyle.cxx298 void XclFontData::SetScHeight( sal_Int32 nTwips ) in SetScHeight()
/trunk/main/sc/source/core/data/
H A Ddocumen3.cxx1662 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 Dpatattr.cxx80 inline long TwipsToHMM(long nTwips) { return (nTwips * 127 + 36) / 72; } in TwipsToHMM()
H A Dcolumn2.cxx727 sal_uInt16 nTwips = (sal_uInt16) (nWidth / nPPTX); in GetOptimalColWidth() local
H A Dtable1.cxx1508 long nTwips = (long) (nPixel / nPPTX); in MaybeAddExtraColumn() local
/trunk/main/sc/source/ui/inc/
H A Dviewdata.hxx504 inline long ScViewData::ToPixel( sal_uInt16 nTwips, double nFactor ) in ToPixel()
/trunk/main/filter/source/flash/
H A Dswfwriter1.cxx127 …sal_Int32 nTwips = mpVDev->LogicToLogic( Point( n100thMM, n100thMM ), &aSourceMapMode, &aTWIPSMod… in mapRelative() local
/trunk/main/editeng/source/items/
H A Dtextitem.cxx883 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
/trunk/main/sc/source/ui/vba/
H A Dvbarange.cxx191 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
/trunk/main/sw/source/filter/html/
H A Dswhtml.cxx4920 long nTwips = Application::GetDefaultDevice()->PixelToLogic( in ToTwips() local
/trunk/main/sc/source/ui/docshell/
H A Ddocfunc.cxx3101 sal_uInt16 nTwips = 0; in lcl_GetOptimalColWidth() local

Completed in 270 milliseconds