Searched refs:nDistRight (Results 1 – 4 of 4) sorted by relevance
/trunk/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 951 if ( rMerge.GetColMerge() == nDistRight + 1 ) in lcl_MergeToFrame() 952 nDistRight = 0; in lcl_MergeToFrame() 996 if (nDistRight == 0) in lcl_MergeToFrame() 1011 SCROW nStartRow, SCROW nEndRow, sal_Bool bLeft, SCCOL nDistRight ) const in MergeBlockFrame() 1053 sal_Bool bLeft, SCCOL nDistRight, sal_Bool bTop, SCROW nDistBottom ) in ApplyFrame() argument 1063 if ( rMerge.GetColMerge() == nDistRight + 1 ) in ApplyFrame() 1064 nDistRight = 0; in ApplyFrame() 1103 SCROW nStartRow, SCROW nEndRow, sal_Bool bLeft, SCCOL nDistRight ) in ApplyBlockFrame() argument 1109 ApplyFrame( pLineOuter, pLineInner, nStartRow, nStartRow, bLeft, nDistRight, in ApplyBlockFrame() [all …]
|
H A D | column.cxx | 304 SCROW nStartRow, SCROW nEndRow, sal_Bool bLeft, SCCOL nDistRight ) const in MergeBlockFrame() 306 …pAttrArray->MergeBlockFrame( pLineOuter, pLineInner, rFlags, nStartRow, nEndRow, bLeft, nDistRight… in MergeBlockFrame() 311 SCROW nStartRow, SCROW nEndRow, sal_Bool bLeft, SCCOL nDistRight ) in ApplyBlockFrame() argument 313 pAttrArray->ApplyBlockFrame( pLineOuter, pLineInner, nStartRow, nEndRow, bLeft, nDistRight ); in ApplyBlockFrame()
|
/trunk/main/sc/inc/ |
H A D | attarray.hxx | 99 sal_Bool bLeft, SCCOL nDistRight, sal_Bool bTop, SCROW nDistBottom ); 118 SCROW nStartRow, SCROW nEndRow, sal_Bool bLeft, SCCOL nDistRight ) const; 120 SCROW nStartRow, SCROW nEndRow, sal_Bool bLeft, SCCOL nDistRight );
|
H A D | column.hxx | 311 SCROW nStartRow, SCROW nEndRow, sal_Bool bLeft, SCCOL nDistRight ) const; 313 SCROW nStartRow, SCROW nEndRow, sal_Bool bLeft, SCCOL nDistRight );
|
Completed in 34 milliseconds