Searched refs:nHorz (Results 1 – 3 of 3) sorted by relevance
465 sal_uInt16 nHorz = mpDrawView->GetMarkedGluePointsAlign( sal_False ); in GetMenuState() local466 rSet.Put( SfxBoolItem( SID_GLUE_HORZALIGN_CENTER, nHorz == SDRHORZALIGN_CENTER ) ); in GetMenuState()467 rSet.Put( SfxBoolItem( SID_GLUE_HORZALIGN_LEFT, nHorz == SDRHORZALIGN_LEFT ) ); in GetMenuState()468 rSet.Put( SfxBoolItem( SID_GLUE_HORZALIGN_RIGHT, nHorz == SDRHORZALIGN_RIGHT ) ); in GetMenuState()
464 void ScrollableWindow::SetLineSize( sal_uLong nHorz, sal_uLong nVert ) in SetLineSize() argument466 Size aPixSz( LogicToPixel( Size(nHorz, nVert) ) ); in SetLineSize()
96 void SetLineSize( sal_uLong nHorz, sal_uLong nVert );
Completed in 18 milliseconds