Home
last modified time | relevance | path

Searched refs:nFirstCol (Results 1 – 25 of 29) sorted by relevance

12

/trunk/main/svx/source/dialog/
H A Dframelinkarray.cxx99 for( size_t nCol = nFirstCol; nCol <= nLastCol; ++nCol ) in lclSetMergedRange()
105 rCell.mbOverlapX = nCol > nFirstCol; in lclSetMergedRange()
153 size_t nFirstCol = nCol; in GetMergedFirstCol() local
154 while( (nFirstCol > 0) && GetCell( nFirstCol, nRow ).mbOverlapX ) --nFirstCol; in GetMergedFirstCol()
155 return nFirstCol; in GetMergedFirstCol()
612 return ((nCol == nFirstCol) && (nRow == nLastRow)) ? in GetCellStyleBL()
741 size_t nFirstCol, nFirstRow, nLastCol, nLastRow; in GetMergedSize() local
743 rnWidth = nLastCol - nFirstCol + 1; in GetMergedSize()
761 mxImpl->mnFirstClipCol = nFirstCol; in SetClipRange()
848 DBG_FRAME_CHECK_COL( nFirstCol, "GetColWidth" ); in GetColWidth()
[all …]
/trunk/main/svtools/source/brwbox/
H A Dbrwbox1.cxx114 nFirstCol = 0; in ConstructImpl()
436 if ( nFirstCol <= nItemPos ) in FreezeColumn()
437 nFirstCol = nItemPos + 1; in FreezeColumn()
453 nFirstCol = nItemPos; in FreezeColumn()
815 if ( nFirstCol >= nPos && nFirstCol > FrozenColCount() ) in RemoveColumn()
818 --nFirstCol; in RemoveColumn()
894 nFirstCol = 0; in RemoveColumns()
1011 if ( nFirstCol + nCols < 0 || in ScrollColumns()
1026 ++nFirstCol; in ScrollColumns()
1072 --nFirstCol; in ScrollColumns()
[all …]
H A Dbrwbox2.cxx714 if ( nCol < nFirstCol && !pCols->GetObject(nCol)->IsFrozen() ) in Paint()
715 nCol = nFirstCol; in Paint()
995 if ( nCol < nFirstCol && !pCol->IsFrozen() ) in ImplPaintData()
997 nCol = nFirstCol; in ImplPaintData()
1134 if ( nCol < nFirstCol && !pCol->IsFrozen() ) in ImplPaintData()
1136 nCol = nFirstCol; in ImplPaintData()
1271 ? (short)( pCols->Count() - nFirstCol ) in UpdateScrollbars()
1272 : (short)( nLastCol - nFirstCol ); in UpdateScrollbars()
1338 nCol < pCols->Count() && nCol < nFirstCol; in UpdateScrollbars()
1509 if ( pCol->IsFrozen() || nCol >= nFirstCol ) in MouseButtonDown()
[all …]
/trunk/main/sc/source/filter/excel/
H A Dimpop.cxx518 sal_uInt8 nFirstCol, nLastCol; in Array25() local
520 aIn >> nFirstRow >> nLastRow >> nFirstCol >> nLastCol; in Array25()
546 pD->InsertMatrixFormula( static_cast<SCCOL>(nFirstCol), in Array25()
827 sal_uInt8 nFirstCol, nLastCol; in Shrfmla() local
829 aIn >> nFirstRow >> nLastRow >> nFirstCol >> nLastCol; in Shrfmla()
999 sal_uInt8 nFirstCol, nLastCol; in Array34() local
1001 aIn >> nFirstRow >> nLastRow >> nFirstCol >> nLastCol; in Array34()
1042 sal_uInt8 nFirstCol, nLastCol; in TableOp() local
1051 if( nFirstCol && nFirstRow ) in TableOp()
1055 sal_uInt16 nCol = nFirstCol - 1; in TableOp()
[all …]
/trunk/main/oox/source/xls/
H A Dworksheethelper.cxx819 sal_Int32 nFirstCol = rModel.maRange.mnFirst - 1; in setColumnModel() local
821 if( getAddressConverter().checkCol( nFirstCol, true ) && (nFirstCol <= nLastCol) ) in setColumnModel()
831 ColumnModelRangeMap::iterator aIt = maColModels.upper_bound( nFirstCol ); in setColumnModel()
844 nFirstCol = ::std::max( rnLastMapCol + 1, nFirstCol ); in setColumnModel()
845 …if( (rnLastMapCol + 1 == nFirstCol) && (nFirstCol <= nLastCol) && aIt->second.first.isMergeable( r… in setColumnModel()
853 if( nFirstCol <= nLastCol ) in setColumnModel()
857 maColModels[ nFirstCol ] = ColumnModelRange( rModel, nLastCol ); in setColumnModel()
859 convertColumnFormat( nFirstCol, nLastCol, rModel.mnXfId ); in setColumnModel()
866 CellRangeAddress aRange( getSheetIndex(), nFirstCol, 0, nLastCol, mrMaxApiPos.Row ); in convertColumnFormat()
1643 void WorksheetHelper::setDefaultColumnFormat( sal_Int32 nFirstCol, sal_Int32 nLastCol, sal_Int32 nX… in setDefaultColumnFormat() argument
[all …]
H A Dworksheetfragment.cxx940 sal_uInt16 nFirstCol, nLastCol, nWidth, nXfId, nFlags; in importColInfo() local
941 rStrm >> nFirstCol >> nLastCol >> nWidth >> nXfId >> nFlags; in importColInfo()
945 aModel.maRange.mnFirst = static_cast< sal_Int32 >( nFirstCol ) + 1; in importColInfo()
960 sal_uInt16 nFirstCol, nLastCol, nXfId; in importColumnDefault() local
961 rStrm >> nFirstCol >> nLastCol >> nXfId; in importColumnDefault()
962 setDefaultColumnFormat( nFirstCol, nLastCol, nXfId ); in importColumnDefault()
967 sal_uInt8 nFirstCol, nLastCol; in importColWidth() local
969 rStrm >> nFirstCol >> nLastCol >> nWidth; in importColWidth()
973 aModel.maRange.mnFirst = static_cast< sal_Int32 >( nFirstCol ) + 1; in importColWidth()
H A Dsheetdatacontext.cxx418 sal_Int32 nFirstCol, nLastCol; in importRow() local
419 rStrm >> nFirstCol >> nLastCol; in importRow()
420 aModel.insertColSpan( ValueRange( nFirstCol, ::std::min( nLastCol, nMaxCol ) ) ); in importRow()
/trunk/main/sc/source/ui/docshell/
H A Ddocsh8.cxx421 SCCOL nFirstCol = rDataRange.aStart.Col(); in lcl_GetColumnTypes() local
430 for ( SCCOL nCol = nFirstCol; nCol <= nLastCol; nCol++ ) in lcl_GetColumnTypes()
710 SCCOL nFirstCol, nLastCol; in DBaseExport() local
713 aDocument.GetDataStart( nTab, nFirstCol, nFirstRow ); in DBaseExport()
715 if ( nFirstCol > nLastCol ) in DBaseExport()
716 nFirstCol = nLastCol; in DBaseExport()
730 long nColCount = nLastCol - nFirstCol + 1; in DBaseExport()
736 ScRange aDataRange( nFirstCol, nFirstRow, nTab, nLastCol, nLastRow, nTab ); in DBaseExport()
992 SCCOL nDocCol = nFirstCol; in DBaseExport()
995 ScHorizontalCellIterator aIter( &aDocument, nTab, nFirstCol, in DBaseExport()
[all …]
/trunk/main/sc/source/ui/view/
H A Dviewfun5.cxx155 SCCOL nFirstCol, nLastCol; in PasteDataFormat() local
157 if ( pSrcDoc->GetDataStart( nSrcTab, nFirstCol, nFirstRow ) ) in PasteDataFormat()
161 nFirstCol = nLastCol = 0; in PasteDataFormat()
164 …ScClipParam aClipParam(ScRange(nFirstCol, nFirstRow, nSrcTab, nLastCol, nLastRow, nSrcTab), false); in PasteDataFormat()
561 SCCOL nFirstCol, nLastCol; in PasteDataFormat() local
563 if ( pInsDoc->GetDataStart( nSrcTab, nFirstCol, nFirstRow ) ) in PasteDataFormat()
567 nFirstCol = nLastCol = 0; in PasteDataFormat()
570 aSource = ScRange( nFirstCol, nFirstRow, nSrcTab, in PasteDataFormat()
/trunk/main/sc/source/core/data/
H A Dfillinfo.cxx915 size_t nFirstCol = nCol; in FillInfo() local
952 nFirstCol = static_cast< size_t >( nFirstCellInfoX - nX1 ); in FillInfo()
976 rArray.SetMergedRange( nFirstCol, nFirstRow, nLastCol, nLastRow ); in FillInfo()
981 if( nFirstCol == 0 ) in FillInfo()
1036 …rArray.SetCellStyleLeft( nFirstCol, nFirstRow, svx::frame::Style( pBox->GetLeft(), nScaleX ) ); in FillInfo()
1037 …rArray.SetCellStyleRight( nFirstCol, nFirstRow, svx::frame::Style( pBox->GetRight(), nScaleX ) ); in FillInfo()
1038 …rArray.SetCellStyleTop( nFirstCol, nFirstRow, svx::frame::Style( pBox->GetTop(), nScaleY ) ); in FillInfo()
1039 …rArray.SetCellStyleBottom( nFirstCol, nFirstRow, svx::frame::Style( pBox->GetBottom(), nScaleY ) ); in FillInfo()
1043 … rArray.SetCellStyleTLBR( nFirstCol, nFirstRow, svx::frame::Style( pTLBR->GetLine(), nScaleY ) ); in FillInfo()
1045 … rArray.SetCellStyleBLTR( nFirstCol, nFirstRow, svx::frame::Style( pBLTR->GetLine(), nScaleY ) ); in FillInfo()
H A Ddpobject.cxx612 SCCOL nFirstCol = aOutRange.aStart.Col(); in RefreshAfterLoad() local
618 while ( nInitial + 1 < nOutRows && lcl_HasButton( pDoc, nFirstCol, nFirstRow + nInitial, nTab ) ) in RefreshAfterLoad()
622 pDoc->IsBlockEmpty( nTab, nFirstCol, nFirstRow + nInitial, nFirstCol, nFirstRow + nInitial ) && in RefreshAfterLoad()
623 aOutRange.aEnd.Col() > nFirstCol ) in RefreshAfterLoad()
629 pDoc->ApplyAttr( nFirstCol + 1, nFirstRow + nPos, nTab, ScMergeFlagAttr(SC_MF_AUTO) ); in RefreshAfterLoad()
/trunk/main/svx/inc/svx/
H A Dframelinkarray.hxx118 long GetColWidth( size_t nFirstCol, size_t nLastCol ) const;
313 …void SetMergedRange( size_t nFirstCol, size_t nFirstRow, size_t nLastCol, size_t nL…
380 …void SetClipRange( size_t nFirstCol, size_t nFirstRow, size_t nLastCol, size_t nLas…
425 long GetColWidth( size_t nFirstCol, size_t nLastCol ) const;
510 size_t nFirstCol, size_t nFirstRow,
/trunk/main/sw/source/core/unocore/
H A Dunochart.cxx1188 sal_Int32 nFirstCol = -1, nFirstRow = -1, nLastCol = -1, nLastRow = -1; in detectArguments() local
1191 lcl_GetCellPosition( aCell, nFirstCol, nFirstRow); in detectArguments()
1203 if (nFirstCol == nLastCol && nFirstRow != nLastRow) in detectArguments()
1205 else if (nFirstCol != nLastCol && nFirstRow == nLastRow) in detectArguments()
1229 pSequenceMapping[nDS1] = nDtaSrcIsColumns ? nFirstCol : nFirstRow; in detectArguments()
1768 sal_Int32 nFirstCol = -1, nFirstRow = -1, nLastCol = -1, nLastRow = -1; in AddRowCols() local
1771 lcl_GetCellPosition( pFirstBox->GetName(), nFirstCol, nFirstRow ); in AddRowCols()
1775 if (nFirstCol == nLastCol && nFirstRow != nLastRow) in AddRowCols()
1777 if (nFirstCol == nLastCol || nFirstRow == nLastRow) in AddRowCols()
1780 sal_Int32 nFirstNewCol = nFirstCol; in AddRowCols()
[all …]
/trunk/main/svx/source/table/
H A Dtablelayouter.cxx1112 void TableLayouter::DistributeColumns( ::Rectangle& rArea, sal_Int32 nFirstCol, sal_Int32 nLastCol ) in DistributeColumns() argument
1118 if( (nFirstCol < 0) || (nFirstCol>= nLastCol) || (nLastCol >= nColCount) ) in DistributeColumns()
1122 for( sal_Int32 nCol = nFirstCol; nCol <= nLastCol; ++nCol ) in DistributeColumns()
1125 sal_Int32 nWidth = nAllWidth / (nLastCol-nFirstCol+1); in DistributeColumns()
1129 for( sal_Int32 nCol = nFirstCol; nCol <= nLastCol; ++nCol ) in DistributeColumns()
H A Dtablelayouter.hxx122 void DistributeColumns( ::Rectangle& rArea, sal_Int32 nFirstCol, sal_Int32 nLastCol );
/trunk/main/sc/source/ui/dbgui/
H A Dpfiltdlg.cxx296 SCCOL nFirstCol = theQueryData.nCol1; in FillFieldLists() local
302 for ( col=nFirstCol; col<=nMaxCol; col++ ) in FillFieldLists()
H A Dtpsubt.cxx285 SCCOL nFirstCol = rSubTotalData.nCol1; in FillListBoxes() local
298 for ( col=nFirstCol; col<=nMaxCol && i<SC_MAXFIELDS; col++ ) in FillListBoxes()
H A Dtpsort.cxx151 nFirstCol = 0; in Init()
300 static_cast<SCCOLROW>(nFirstCol) ); in FillItemSet()
H A Dfiltdlg.cxx457 SCCOL nFirstCol = theQueryData.nCol1; in FillFieldLists() local
463 for ( col=nFirstCol; col<=nMaxCol; col++ ) in FillFieldLists()
/trunk/main/svtools/inc/svtools/
H A Dbrwbox.hxx269 sal_uInt16 nFirstCol; // no. of first visible scrollable column member in BrowseBox
398 sal_uInt16 GetFirstVisibleColNumber() const { return nFirstCol; } in GetFirstVisibleColNumber()
/trunk/main/toolkit/workben/layout/
H A Dtpsort.hxx98 SCCOL nFirstCol; member in ScTabPageSortFields
H A Dtpsort.cxx164 nFirstCol = 0; in Init()
305 static_cast<SCCOLROW>(nFirstCol) ); in FillItemSet()
/trunk/main/sc/source/ui/inc/
H A Dtpsort.hxx98 SCCOL nFirstCol; member in ScTabPageSortFields
/trunk/main/svx/inc/svx/sdr/table/
H A Dtablecontroller.hxx137 …SVX_DLLPRIVATE void MergeRange( sal_Int32 nFirstCol, sal_Int32 nFirstRow, sal_Int32 nLastCol, sal_…
/trunk/main/oox/inc/oox/xls/
H A Dworksheethelper.hxx301 …void setDefaultColumnFormat( sal_Int32 nFirstCol, sal_Int32 nLastCol, sal_Int32 nXf…

Completed in 206 milliseconds

12