Searched refs:nScCol2 (Results 1 – 7 of 7) sorted by relevance
/aoo42x/main/sc/source/filter/excel/ |
H A D | colrowst.cxx | 92 DBG_ASSERT( (0 <= nScCol1) && (nScCol1 <= nScCol2) && (nScCol2 <= mnMaxCol), in SetWidthRange() 95 nScCol2 = ::std::min( nScCol2, mnMaxCol ); in SetWidthRange() 96 if( (0 <= nScCol1) && (nScCol1 <= nScCol2) ) in SetWidthRange() 110 void XclImpColRowSettings::HideColRange( SCCOL nScCol1, SCCOL nScCol2 ) in HideColRange() argument 112 …DBG_ASSERT( (0 <= nScCol1) && (nScCol1 <= nScCol2) && (nScCol2 <= mnMaxCol), "XclImpColRowSettings… in HideColRange() 113 nScCol2 = ::std::min( nScCol2, mnMaxCol ); in HideColRange() 114 if( (0 <= nScCol1) && (nScCol1 <= nScCol2) ) in HideColRange() 171 …DBG_ASSERT( (0 <= nScCol1) && (nScCol1 <= nScCol2) && (nScCol2 <= mnMaxCol), "XclImpColRowSettings… in SetDefaultXF() 172 nScCol2 = ::std::min( nScCol2, mnMaxCol ); in SetDefaultXF() 173 if( (0 <= nScCol1) && (nScCol1 <= nScCol2) ) in SetDefaultXF() [all …]
|
H A D | xistyle.cxx | 1205 SCCOL nScCol1, SCROW nScRow1, SCCOL nScCol2, SCROW nScRow2, in ApplyPattern() argument 1217 …rDoc.ApplyPooledPatternAreaTab( nScCol1, nScRow1, nScCol2, nScRow2, nScTab, *mpPooledPattern, rPat… in ApplyPattern() 1224 rDoc.ApplyStyleAreaTab( nScCol1, nScRow1, nScCol2, nScRow2, nScTab, *mpStyleSheet ); in ApplyPattern() 1229 rDoc.ApplyPatternAreaTab( nScCol1, nScRow1, nScCol2, nScRow2, nScTab, rPattern ); in ApplyPattern() 1246 rDoc.ApplyPatternAreaTab( nScCol1, nScRow1, nScCol2, nScRow2, nScTab, aPattern ); in ApplyPattern() 1520 SCCOL nScCol1, SCROW nScRow1, SCCOL nScCol2, SCROW nScRow2, in ApplyPattern() argument 1528 pXF->ApplyPattern( nScCol1, nScRow1, nScCol2, nScRow2, nScTab, nForceScNumFmt ); in ApplyPattern() 1835 void XclImpXFRangeBuffer::SetMerge( SCCOL nScCol1, SCROW nScRow1, SCCOL nScCol2, SCROW nScRow2 ) in SetMerge() argument 1837 if( (nScCol1 < nScCol2) || (nScRow1 < nScRow2) ) in SetMerge() 1838 maMergeList.Append( ScRange( nScCol1, nScRow1, 0, nScCol2, nScRow2, 0 ) ); in SetMerge()
|
H A D | xehelper.cxx | 242 SCCOL nScCol2 = rScRange.aEnd.Col(); in ConvertRange() local 246 nScCol2 = ::std::min( nScCol2, maMaxPos.Col() ); in ConvertRange() 249 lclFillAddress( rXclRange.maLast, nScCol2, nScRow2 ); in ConvertRange()
|
H A D | xicontent.cxx | 424 SCCOL nScCol1, nScCol2; in InsertUrl() local 426 aScRange.GetVars( nScCol1, nScRow1, nScTab, nScCol2, nScRow2, nScTab ); in InsertUrl() 427 for( SCCOL nScCol = nScCol1; nScCol <= nScCol2; ++nScCol ) in InsertUrl()
|
H A D | xechart.cxx | 883 SCsTAB nScTab2, SCsCOL nScCol2, SCsROW nScRow2 ) in lclAddDoubleRefData() argument 892 aComplexRef.Ref2.nCol = nScCol2; in lclAddDoubleRefData()
|
/aoo42x/main/sc/source/filter/inc/ |
H A D | xistyle.hxx | 414 SCCOL nScCol2, SCROW nScRow2, 523 SCCOL nScCol2, SCROW nScRow2, 645 void SetMerge( SCCOL nScCol1, SCROW nScRow1, SCCOL nScCol2, SCROW nScRow2 );
|
H A D | colrowst.hxx | 49 void SetDefaultXF( SCCOL nScCol1, SCCOL nScCol2, sal_uInt16 nXFIndex );
|
Completed in 57 milliseconds