Searched refs:GetFldDrawY (Results 1 – 9 of 9) sorted by relevance
1142 GetFldDrawY() == rOpt.GetFldDrawY() && in operator ==()1208 SetFldDivisionY( SvxOptionsGrid::GetFldDrawY() / ( nDivY + 1 ) ); in ReadData()1226 pValues[ 1 ] <<= (sal_Int32) GetFldDrawY(); in WriteData()1228 …pValues[ 3 ] <<= ( GetFldDivisionY() ? ( (double) GetFldDrawY() / GetFldDivisionY() - 1.0 ) : (dou… in WriteData()1254 …SetFldDivisionY( pView->GetGridFine().Height() ? ( GetFldDrawY() / pView->GetGridFine().Height() -… in SdOptionsGridItem()1263 SetFldDrawY( pOpts->GetFldDrawY() ); in SdOptionsGridItem()1265 …SetFldDivisionY( pOpts->GetFldDivisionY() ? ( pOpts->GetFldDrawY() / pOpts->GetFldDivisionY() - 1 … in SdOptionsGridItem()1279 pOpts->SetFldDrawY( GetFldDrawY() ); in SetOptions()1280 pOpts->SetFldDivisionY( GetFldDrawY() / ( GetFldDivisionY() + 1 ) ); in SetOptions()
680 Fraction aFractY( rGrid.GetFldDrawY(), rGrid.GetFldDivisionY() + 1 ); in UpdateUserViewOptions()683 SetGridCoarse( Size( rGrid.GetFldDrawX(), rGrid.GetFldDrawY() ) ); in UpdateUserViewOptions()685 rGrid.GetFldDrawY() / (rGrid.GetFldDivisionY() + 1) ) ); in UpdateUserViewOptions()
2780 pSettings[SC_RASTERRESY].Value <<= static_cast<sal_Int32> ( aGridOpt.GetFldDrawY() ); in WriteUserDataSequence()
530 sal_uInt32 GetFldDrawY() const { Init(); return SvxOptionsGrid::GetFldDrawY(); } in GetFldDrawY() function in SdOptionsGrid541 …void SetFldDrawY( sal_uInt32 nSet ) { if( nSet != SvxOptionsGrid::GetFldDrawY() ) { OptionsChange… in SetFldDrawY()
357 SetGridCoarse( Size( pOptions->GetFldDrawX(), pOptions->GetFldDrawY() ) ); in Update()360 …Fraction aFractY(pOptions->GetFldDrawY(), pOptions->GetFldDrawY() / ( pOptions->GetFldDivisionY() … in Update()
226 pItem->SetFldDrawY ( aGridOpt.GetFldDrawY() ); in CreateGridItem()710 pValues[nProp] <<= (sal_Int32) rGrid.GetFldDrawY(); in IMPL_LINK()
70 sal_uInt32 GetFldDrawY ( ) const { return nFldDrawY; } in GetFldDrawY() function in SvxOptionsGrid
436 aRet <<= static_cast<sal_Int32> ( aGridOpt.GetFldDrawY() ); in getPropertyValue()
411 pGridItem->GetFldDrawY() ); in ApplyItemSet()
Completed in 86 milliseconds