Searched refs:SetStartX (Results 1 – 4 of 4) sorted by relevance
1756 pTmpLine->SetStartX( (short)(mnMaxTextWidth / 2) ); in CreateAndInsertEmptyLine()1758 pTmpLine->SetStartX( (short)mnMaxTextWidth ); in CreateAndInsertEmptyLine()1760 pTmpLine->SetStartX( mpDoc->GetLeftMargin() ); in CreateAndInsertEmptyLine()2510 pLine->SetStartX( (sal_uInt16)(nSpace / 2) ); in CreateLines()2512 pLine->SetStartX( (sal_uInt16)nSpace ); in CreateLines()2517 pLine->SetStartX( mpDoc->GetLeftMargin() ); in CreateLines()
170 void SetStartX( short n ) { mnStartX = n; } in SetStartX() function in TextLine
291 void SetStartX(long l) { nStartX = l; } in SetStartX() function in SvxObjectItem
2620 pObjectItem->SetStartX( in ApplyObject()
Completed in 93 milliseconds