Home
last modified time | relevance | path

Searched refs:GetFldDrawY (Results 1 – 9 of 9) sorted by relevance

/aoo41x/main/sd/source/ui/app/
H A Doptsitem.cxx1162 GetFldDrawY() == rOpt.GetFldDrawY() && in operator ==()
1228 SetFldDivisionY( SvxOptionsGrid::GetFldDrawY() / ( nDivY + 1 ) ); in ReadData()
1246 pValues[ 1 ] <<= (sal_Int32) GetFldDrawY(); in WriteData()
1248 …pValues[ 3 ] <<= ( GetFldDivisionY() ? ( (double) GetFldDrawY() / GetFldDivisionY() - 1.0 ) : (dou… in WriteData()
1276 …SetFldDivisionY( pView->GetGridFine().Height() ? ( GetFldDrawY() / pView->GetGridFine().Height() -… in SdOptionsGridItem()
1285 SetFldDrawY( pOpts->GetFldDrawY() ); in SdOptionsGridItem()
1287 …SetFldDivisionY( pOpts->GetFldDivisionY() ? ( pOpts->GetFldDrawY() / pOpts->GetFldDivisionY() - 1 … in SdOptionsGridItem()
1301 pOpts->SetFldDrawY( GetFldDrawY() ); in SetOptions()
1302 pOpts->SetFldDivisionY( GetFldDrawY() / ( GetFldDivisionY() + 1 ) ); in SetOptions()
/aoo41x/main/sc/source/ui/view/
H A Ddrawview.cxx680 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()
H A Dviewdata.cxx2778 pSettings[SC_RASTERRESY].Value <<= static_cast<sal_Int32> ( aGridOpt.GetFldDrawY() ); in WriteUserDataSequence()
/aoo41x/main/sd/source/ui/inc/
H A Doptsitem.hxx530 sal_uInt32 GetFldDrawY() const { Init(); return SvxOptionsGrid::GetFldDrawY(); } in GetFldDrawY() function in SdOptionsGrid
541 …void SetFldDrawY( sal_uInt32 nSet ) { if( nSet != SvxOptionsGrid::GetFldDrawY() ) { OptionsChange… in SetFldDrawY()
/aoo41x/main/sd/source/ui/view/
H A Dfrmview.cxx357 SetGridCoarse( Size( pOptions->GetFldDrawX(), pOptions->GetFldDrawY() ) ); in Update()
360 …Fraction aFractY(pOptions->GetFldDrawY(), pOptions->GetFldDrawY() / ( pOptions->GetFldDivisionY() … in Update()
/aoo41x/main/sc/source/core/tool/
H A Dviewopti.cxx226 pItem->SetFldDrawY ( aGridOpt.GetFldDrawY() ); in CreateGridItem()
710 pValues[nProp] <<= (sal_Int32) rGrid.GetFldDrawY(); in IMPL_LINK()
/aoo41x/main/svx/inc/svx/
H A Doptgrid.hxx70 sal_uInt32 GetFldDrawY ( ) const { return nFldDrawY; } in GetFldDrawY() function in SvxOptionsGrid
/aoo41x/main/sc/source/ui/unoobj/
H A Dconfuno.cxx436 aRet <<= static_cast<sal_Int32> ( aGridOpt.GetFldDrawY() ); in getPropertyValue()
/aoo41x/main/sw/source/ui/app/
H A Dappopt.cxx411 pGridItem->GetFldDrawY() ); in ApplyItemSet()

Completed in 175 milliseconds