Searched refs:nDistBottom (Results 1 – 2 of 2) sorted by relevance
/aoo4110/main/sc/source/core/data/ |
H A D | attarray.cxx | 947 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()
|
/aoo4110/main/sc/inc/ |
H A D | attarray.hxx | 99 sal_Bool bLeft, SCCOL nDistRight, sal_Bool bTop, SCROW nDistBottom );
|
Completed in 26 milliseconds