Home
last modified time | relevance | path

Searched refs:nLastLeft (Results 1 – 5 of 5) sorted by relevance

/trunk/main/sw/source/core/text/
H A Dtxtftn.cxx1140 KSHORT nLastLeft = 0; in FormatQuoVadis() local
1210 nLastLeft = nLastLeft - nQuoWidth; in FormatQuoVadis()
1211 if( nLastLeft ) in FormatQuoVadis()
1221 nLastLeft = pQuo->GetAscent(); in FormatQuoVadis()
1222 nQuoWidth = nQuoWidth + nLastLeft; in FormatQuoVadis()
1227 nLastLeft = pQuo->GetAscent(); in FormatQuoVadis()
1228 nQuoWidth = nQuoWidth + nLastLeft; in FormatQuoVadis()
1237 nLastLeft = pQuo->GetAscent(); in FormatQuoVadis()
1252 nQuoWidth = nQuoWidth + nLastLeft; in FormatQuoVadis()
1253 if( nLastLeft ) in FormatQuoVadis()
[all …]
/trunk/main/vcl/source/glyphs/
H A Dgcach_ftyp.cxx1955 sal_uInt16 nLastLeft = GetUShort( pTmp+2 ) + nFirstLeft - 1; in GetKernPairs() local
1961 … sal_uLong nPairs = (sal_uLong)(nLastLeft - nFirstLeft + 1) * (nLastRight - nFirstRight + 1); in GetKernPairs()
1965 for( int nLeft = nFirstLeft; nLeft < nLastLeft; ++nLeft ) in GetKernPairs()
2026 sal_uInt16 nLastLeft = NEXT_U16( pTmp ) + nFirstLeft - 1; in GetKernPairs() local
2032 … sal_uLong nPairs = (sal_uLong)(nLastLeft - nFirstLeft + 1) * (nLastRight - nFirstRight + 1); in GetKernPairs()
2036 for( int nLeft = nFirstLeft; nLeft < nLastLeft; ++nLeft ) in GetKernPairs()
/trunk/main/sw/source/core/bastyp/
H A Dcalc.cxx566 SwSbxValue nOld_LastLeft = nLastLeft; in VarLook()
576 nLastLeft = nOld_LastLeft; in VarLook()
1171 nLastLeft = left; in Term()
1547 nLastLeft = left; in Expr()
/trunk/main/sw/inc/
H A Dcalc.hxx179 SwSbxValue nLastLeft; member in SwCalc
/trunk/main/vcl/unx/generic/fontmanager/
H A Dfontmanager.cxx552 sal_uInt16 nLastLeft = getUInt16BE( pTmp ) + nFirstLeft - 1; in queryMetricPage() local
558 for( aPair.first = nFirstLeft; aPair.first < nLastLeft; aPair.first++ ) in queryMetricPage()
672 sal_uInt16 nLastLeft = getUInt16BE( pTmp ) + nFirstLeft - 1; in queryMetricPage() local
677 for( aPair.first = nFirstLeft; aPair.first < nLastLeft; aPair.first++ ) in queryMetricPage()

Completed in 55 milliseconds