Home
last modified time | relevance | path

Searched refs:nDistBottom (Results 1 – 2 of 2) sorted by relevance

/trunk/main/sc/source/core/data/
H A Dattarray.cxx947 sal_Bool bLeft, SCCOL nDistRight, sal_Bool bTop, SCROW nDistBottom ) in lcl_MergeToFrame() argument
953 if ( rMerge.GetRowMerge() == nDistBottom + 1 ) in lcl_MergeToFrame()
954 nDistBottom = 0; in lcl_MergeToFrame()
974 if (nDistBottom == 0) in lcl_MergeToFrame()
1053 sal_Bool bLeft, SCCOL nDistRight, sal_Bool bTop, SCROW nDistBottom ) in ApplyFrame() argument
1065 if ( rMerge.GetRowMerge() == nDistBottom + 1 ) in ApplyFrame()
1066 nDistBottom = 0; in ApplyFrame()
1079 if ( (nDistBottom==0) ? pBoxInfoItem->IsValid(VALID_BOTTOM) : pBoxInfoItem->IsValid(VALID_HORI) ) in ApplyFrame()
1080 aNewFrame.SetLine( (nDistBottom==0) ? pBoxItem->GetBottom() : pBoxInfoItem->GetHori(), in ApplyFrame()
/trunk/main/sc/inc/
H A Dattarray.hxx99 sal_Bool bLeft, SCCOL nDistRight, sal_Bool bTop, SCROW nDistBottom );

Completed in 23 milliseconds