Home
last modified time | relevance | path

Searched refs:nScCol1 (Results 1 – 6 of 6) sorted by relevance

/trunk/main/sc/source/filter/excel/
H A Dcolrowst.cxx90 void XclImpColRowSettings::SetWidthRange( SCCOL nScCol1, SCCOL nScCol2, sal_uInt16 nWidth ) in SetWidthRange() argument
92 DBG_ASSERT( (0 <= nScCol1) && (nScCol1 <= nScCol2) && (nScCol2 <= mnMaxCol), in SetWidthRange()
96 if( (0 <= nScCol1) && (nScCol1 <= nScCol2) ) in SetWidthRange()
98 ::std::fill( maWidths.begin() + nScCol1, maWidths.begin() + nScCol2 + 1, nWidth ); 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()
114 if( (0 <= nScCol1) && (nScCol1 <= nScCol2) ) in HideColRange()
167 void XclImpColRowSettings::SetDefaultXF( SCCOL nScCol1, SCCOL nScCol2, sal_uInt16 nXFIndex ) in SetDefaultXF() argument
171 …DBG_ASSERT( (0 <= nScCol1) && (nScCol1 <= nScCol2) && (nScCol2 <= mnMaxCol), "XclImpColRowSettings… in SetDefaultXF()
173 if( (0 <= nScCol1) && (nScCol1 <= nScCol2) ) in SetDefaultXF()
[all …]
H A Dxistyle.cxx1205 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()
1236 mpPooledPattern = rDoc.GetPattern(nScCol1, nScRow1, nScTab); 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()
[all …]
H A Dxicontent.cxx424 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 Dxechart.cxx882 SCsTAB nScTab1, SCsCOL nScCol1, SCsROW nScRow1, in lclAddDoubleRefData() argument
889 aComplexRef.Ref1.nCol = nScCol1; in lclAddDoubleRefData()
/trunk/main/sc/source/filter/inc/
H A Dxistyle.hxx413 SCCOL nScCol1, SCROW nScRow1,
522 SCCOL nScCol1, SCROW nScRow1,
645 void SetMerge( SCCOL nScCol1, SCROW nScRow1, SCCOL nScCol2, SCROW nScRow2 );
H A Dcolrowst.hxx49 void SetDefaultXF( SCCOL nScCol1, SCCOL nScCol2, sal_uInt16 nXFIndex );

Completed in 47 milliseconds