Home
last modified time | relevance | path

Searched refs:nSCol (Results 1 – 4 of 4) sorted by relevance

/aoo41x/main/sc/source/core/data/
H A Dtable1.cxx1231 SCCOL nSCol = 0; in UpdateReference() local
1239 nSCol = aIt->aStart.Col(); in UpdateReference()
1248 nSCol,nSRow,nSTab, nECol,nERow,nETab ) ) in UpdateReference()
1250 *aIt = ScRange( nSCol, nSRow, 0, nECol, nERow, 0 ); in UpdateReference()
1257 nSCol = pRepeatColRange->aStart.Col(); in UpdateReference()
1266 nSCol,nSRow,nSTab, nECol,nERow,nETab ) ) in UpdateReference()
1268 *pRepeatColRange = ScRange( nSCol, nSRow, 0, nECol, nERow, 0 ); in UpdateReference()
1270 nRepeatStartX = nSCol; // fuer UpdatePageBreaks in UpdateReference()
1277 nSCol = pRepeatRowRange->aStart.Col(); in UpdateReference()
1286 nSCol,nSRow,nSTab, nECol,nERow,nETab ) ) in UpdateReference()
[all …]
H A Ddociter.cxx964 SCCOL nSCol, SCROW nSRow, SCTAB nSTab, in ScCellIterator() argument
967 nStartCol( nSCol), in ScCellIterator()
/aoo41x/main/sw/source/core/layout/
H A Dpaintfrm.cxx149 const SwTabFrm *pT , const sal_uInt8 nSCol );
174 const SwTabFrm *pTab, const sal_uInt8 nSCol );
189 inline void Ins( const SwRect &rRect, const sal_uInt8 nSCol );
405 const SwTabFrm *pT, const sal_uInt8 nSCol ) : in SwLineRect() argument
409 nSubColor( nSCol ), in SwLineRect()
453 const SwTabFrm *pTab, const sal_uInt8 nSCol ) in AddLineRect() argument
462 !rLRect.IsPainted() && rLRect.GetSubColor() == nSCol && in AddLineRect()
471 Insert( SwLineRect( rRect, pCol, pTab, nSCol ), Count() ); in AddLineRect()
644 inline void SwSubsRects::Ins( const SwRect &rRect, const sal_uInt8 nSCol ) in Ins() argument
649 Insert( SwLineRect( rRect, 0, 0, nSCol ), Count()); in Ins()
/aoo41x/main/sc/inc/
H A Ddociter.hxx236 SCCOL nSCol, SCROW nSRow, SCTAB nSTab,

Completed in 358 milliseconds