Home
last modified time | relevance | path

Searched refs:nDistRight (Results 1 – 4 of 4) 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
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 Dcolumn.cxx304 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 Dattarray.hxx99 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 Dcolumn.hxx311 SCROW nStartRow, SCROW nEndRow, sal_Bool bLeft, SCCOL nDistRight ) const;
313 SCROW nStartRow, SCROW nEndRow, sal_Bool bLeft, SCCOL nDistRight );

Completed in 42 milliseconds