Home
last modified time | relevance | path

Searched refs:GetXValue (Results 1 – 4 of 4) sorted by relevance

/trunk/main/editeng/source/editeng/
H A Dimpedit.hxx648 inline short GetXValue( short nXValue ) const;
649 inline sal_uInt16 GetXValue( sal_uInt16 nXValue ) const;
650 inline long GetXValue( long nXValue ) const;
1146 inline short ImpEditEngine::GetXValue( short nXValue ) const in GetXValue() function in ImpEditEngine
1154 inline sal_uInt16 ImpEditEngine::GetXValue( sal_uInt16 nXValue ) const in GetXValue() function in ImpEditEngine
1162 inline long ImpEditEngine::GetXValue( long nXValue ) const in GetXValue() function in ImpEditEngine
H A Dimpedit3.cxx742 pParaPortion->SetBulletX( (sal_uInt16) GetXValue( aBulletArea.Right() ) ); in CreateLines()
775 long nStartX = GetXValue( rLRItem.GetTxtLeft() + nSpaceBeforeAndMinLabelWidth ); in CreateLines()
778 long nFI = GetXValue( rLRItem.GetTxtFirstLineOfst() ); in CreateLines()
795 nMaxLineWidth -= GetXValue( rLRItem.GetRight() ); in CreateLines()
801 …nMaxLineWidth = ( !IsVertical() ? aPaperSize.Width() : aPaperSize.Height() ) - GetXValue( rLRItem.… in CreateLines()
885 nMaxLineWidth = nXWidth - nStartX - GetXValue( rLRItem.GetRight() ); in CreateLines()
1095 nExtraSpace = GetXValue( nExtraSpace ); in CreateLines()
1383 - GetXValue( rLRItem.GetRight() ) - nStartX; in CreateLines()
1610 …short nStartX = GetXValue( (short)(rLRItem.GetTxtLeft() + rLRItem.GetTxtFirstLineOfst() + nSpaceBe… in CreateAndInsertEmptyLine()
1621 pParaPortion->SetBulletX( (sal_uInt16) GetXValue( aBulletArea.Right() ) ); in CreateAndInsertEmptyLine()
[all …]
H A Dimpedit2.cxx3240 nCurWidth = GetXValue( rLRItem.GetTxtLeft() + nSpaceBeforeAndMinLabelWidth ); in CalcTextWidth()
3243 long nFI = GetXValue( rLRItem.GetTxtFirstLineOfst() ); in CalcTextWidth()
3252 nCurWidth += GetXValue( rLRItem.GetRight() ); in CalcTextWidth()
H A Dediteng.cxx1885 aPoint.X() = pImpEditEngine->GetXValue( nX in GetDocPosTopLeft()

Completed in 87 milliseconds