Searched refs:nSCol (Results 1 – 4 of 4) sorted by relevance
/aoo42x/main/sc/source/core/data/ |
H A D | table1.cxx | 1231 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 D | dociter.cxx | 964 SCCOL nSCol, SCROW nSRow, SCTAB nSTab, in ScCellIterator() argument 967 nStartCol( nSCol), in ScCellIterator()
|
/aoo42x/main/sw/source/core/layout/ |
H A D | paintfrm.cxx | 149 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 ); 404 const SwTabFrm *pT, const sal_uInt8 nSCol ) : in SwLineRect() argument 408 nSubColor( nSCol ), in SwLineRect() 452 const SwTabFrm *pTab, const sal_uInt8 nSCol ) in AddLineRect() argument 461 !rLRect.IsPainted() && rLRect.GetSubColor() == nSCol && in AddLineRect() 470 Insert( SwLineRect( rRect, pCol, pTab, nSCol ), Count() ); in AddLineRect() 643 inline void SwSubsRects::Ins( const SwRect &rRect, const sal_uInt8 nSCol ) in Ins() argument 648 Insert( SwLineRect( rRect, 0, 0, nSCol ), Count()); in Ins()
|
/aoo42x/main/sc/inc/ |
H A D | dociter.hxx | 236 SCCOL nSCol, SCROW nSRow, SCTAB nSTab,
|
Completed in 83 milliseconds