Searched refs:nDistRight (Results 1 – 4 of 4) sorted by relevance
| /AOO41X/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() 1018 … lcl_MergeToFrame( pLineOuter, pLineInner, rFlags, pPattern, bLeft, nDistRight, sal_True, 0 ); in MergeBlockFrame() 1023 lcl_MergeToFrame( pLineOuter, pLineInner, rFlags, pPattern, bLeft, nDistRight, sal_True, in MergeBlockFrame() 1033 … lcl_MergeToFrame( pLineOuter, pLineInner, rFlags, pPattern, bLeft, nDistRight, sal_False, in MergeBlockFrame() 1039 … lcl_MergeToFrame( pLineOuter, pLineInner, rFlags, pPattern, bLeft, nDistRight, sal_False, 0 ); in MergeBlockFrame() 1053 sal_Bool bLeft, SCCOL nDistRight, sal_Bool bTop, SCROW nDistBottom ) in ApplyFrame() argument [all …]
|
| H A D | column.cxx | 304 SCROW nStartRow, SCROW nEndRow, sal_Bool bLeft, SCCOL nDistRight ) const in MergeBlockFrame() 306 …ttrArray->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()
|
| /AOO41X/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 );
|