Home
last modified time | relevance | path

Searched refs:nRow (Results 101 – 125 of 523) sorted by relevance

12345678910>>...21

/trunk/main/sc/source/filter/inc/
H A Dlotrange.hxx51 LotusRange( SCCOL nCol, SCROW nRow );
118 inline sal_uInt16 GetIndex( SCCOL nCol, SCROW nRow );
121 inline void Append( SCCOL nCol, SCROW nRow, const String& );
124 inline static void SetEing( const SCCOL nCol, const SCROW nRow );
128 inline LR_ID LotusRangeList::GetIndex( SCCOL nCol, SCROW nRow ) in GetIndex() argument
130 LotusRange aRef( nCol, nRow ); in GetIndex()
142 inline void LotusRangeList::Append( SCCOL nCol, SCROW nRow, const String& rName ) in Append() argument
144 Append( new LotusRange( nCol, nRow ), rName ); in Append()
154 inline void LotusRangeList::SetEing( const SCCOL nCol, const SCROW nRow ) in SetEing() argument
157 nEingRow = nRow; in SetEing()
/trunk/main/svx/inc/svx/
H A Dgridctrl.hxx308 virtual sal_Bool SeekRow(long nRow);
312 virtual RowStatus GetRowStatus(long nRow) const;
316 virtual sal_uInt32 GetTotalCellWidth(long nRow, sal_uInt16 nColId);
324 virtual ::svt::CellController* GetController(long nRow, sal_uInt16 nCol);
349 virtual void PreExecuteRowContextMenu(sal_uInt16 nRow, PopupMenu& rMenu);
434 sal_Bool IsFilterRow(long nRow) const {return m_bFilterMode && nRow == 0;} in IsFilterRow()
470 virtual void RowRemoved( long nRow, long nNumRows = 1, sal_Bool bDoPaint = sal_True );
472 virtual void RowModified( long nRow, sal_uInt16 nColId = USHRT_MAX );
564 CreateAccessibleCell( sal_Int32 nRow, sal_uInt16 nColumnId );
568 sal_Bool SeekCursor(long nRow, sal_Bool bAbsolute = sal_False);
[all …]
/trunk/main/sc/inc/
H A Ddociter.hxx54 SCROW nRow; member in ScDocumentIterator
93 SCROW nRow; member in ScValueIterator
122 rErr = 0, nRow = nNextRow, in GetNext()
124 : ( ++nRow, GetThis(rValue, rErr) ); in GetNext()
178 SCROW nRow; member in ScDBQueryDataIterator::DataAccessInternal
228 SCROW nRow; member in ScCellIterator
244 SCROW GetRow() const { return nRow; } in GetRow()
274 SCROW nRow; member in ScQueryCellIterator
303 SCROW GetRow() { return nRow; } in GetRow()
427 SCROW nRow; member in ScHorizontalCellIterator
[all …]
H A Drefdata.hxx55 SCsROW nRow; member
81 inline void InitMembers() { nRow = nRelRow = 0; nCol = nRelCol = 0; nTab = nRelTab = 0; } in InitMembers()
85 inline void InitAddress( SCCOL nCol, SCROW nRow, SCTAB nTab );
123 nRow = nRowP; in InitAddress()
145 nRow >= 0 && nRow <= MAXROW && in Valid()
152 nRow >= 0 && nRow <= MAXROW && in ValidExternal()
217 Ref2.nRow >= 0 && Ref2.nRow <= MAXROW && in ValidExternal()
H A Dchartarr.hxx59 const String& GetRowText(short nRow) const { return pRowText[nRow]; } in GetRowText()
60 double GetData(short nCol, short nRow) const { return pData[nCol * nRowCnt + nRow]; } in GetData()
61 … void SetData(short nCol, short nRow, const double& rVal) { pData[nCol * nRowCnt + nRow] = rVal; } in SetData() argument
63 void SetRowText(short nRow, const String& rText) { pRowText[nRow] = rText; } in SetRowText() argument
/trunk/main/sw/source/core/access/
H A Dacctable.cxx298 sal_Int32 nRow, nCol; in CollectExtents() local
442 CheckRowAndCol( nRow, nColumn, pThis ); in GetCell()
544 sal_Int32 nRow ) const in GetRowIter()
547 if( nRow > 0 ) in GetRowIter()
571 if( ( nRow < 0 || nRow >= static_cast< sal_Int32 >( maRows.size() ) ) || in CheckRowAndCol()
1011 sal_Int32 nRow ) in getAccessibleRowDescription() argument
1083 sal_Int32 nRow, sal_Int32 nColumn ) in getAccessibleRowExtentAt() argument
1252 GetTableData().GetSelection( nRow, nRow+1, *pSelBoxes, aSelRow, in isAccessibleRowSelected()
1293 sal_Int32 nRow, sal_Int32 nColumn ) in getAccessibleCellAt() argument
1325 sal_Int32 nRow, sal_Int32 nColumn ) in isAccessibleSelected() argument
[all …]
/trunk/main/sc/source/ui/inc/
H A Dgridwin.hxx127 bool isInside(SCCOL nCol, SCROW nRow) const;
208 sal_Bool DoPageFieldSelection( SCCOL nCol, SCROW nRow );
209 bool DoAutoFilterButton( SCCOL nCol, SCROW nRow, const MouseEvent& rMEvt );
210 void DoPushButton( SCCOL nCol, SCROW nRow, const MouseEvent& rMEvt );
232 sal_Bool IsAutoFilterActive( SCCOL nCol, SCROW nRow, SCTAB nTab );
233 void ExecFilter( sal_uLong nSel, SCCOL nCol, SCROW nRow,
237 void ExecDataSelect( SCCOL nCol, SCROW nRow, const String& rStr );
242 sal_Bool HasScenarioRange( sal_uInt16 nCol, sal_Int32 nRow, ScRange& rScenRange );
346 void DoAutoFilterMenue( SCCOL nCol, SCROW nRow, sal_Bool bDataSelect );
349 void LaunchPageFieldMenu( SCCOL nCol, SCROW nRow );
[all …]
/trunk/main/sc/source/filter/excel/
H A Dexcform.cxx538 aSRD.nRow = nUINT16 & 0x3FFF; in Convert()
1054 aSRD.nRow = nUINT16 & 0x3FFF; in Convert()
1216 aCRD.Ref2.nRow = aSRD.nRow; in Convert()
1659 if( nRow & 0x4000 ) in ExcRelToScRel()
1671 if( nRow & 0x8000 ) in ExcRelToScRel()
1674 if( nRow & 0x2000 ) // Bit 13 gesetzt? in ExcRelToScRel()
1684 rSRD.nRow = static_cast<SCROW>(nRow & nRowMask); in ExcRelToScRel()
1700 rSRD.nRow = static_cast<SCsROW>(nRow & nRowMask); in ExcRelToScRel()
1774 sal_uInt16 nCol, nRow; in GetShrFmla() local
1776 aIn >> nRow >> nCol; in GetShrFmla()
[all …]
/trunk/main/sc/source/filter/rtf/
H A Drtfexp.cxx141 for ( SCROW nRow = aRange.aStart.Row(); nRow <= nEndRow; nRow++ ) in WriteTab() local
143 WriteRow( nTab, nRow ); in WriteTab()
150 void ScRTFExport::WriteRow( SCTAB nTab, SCROW nRow ) in WriteRow() argument
153 …rStrm << OOO_STRING_SVTOOLS_RTF_TRRH << ByteString::CreateFromInt32( pDoc->GetRowHeight( nRow, nTa… in WriteRow()
158 const ScPatternAttr* pAttr = pDoc->GetPattern( nCol, nRow, nTab ); in WriteRow()
193 WriteCell( nTab, nRow, nCol ); in WriteRow()
204 void ScRTFExport::WriteCell( SCTAB nTab, SCROW nRow, SCCOL nCol ) in WriteCell() argument
206 const ScPatternAttr* pAttr = pDoc->GetPattern( nCol, nRow, nTab ); in WriteCell()
216 pDoc->GetCell( nCol, nRow, nTab, pCell ); in WriteCell()
/trunk/main/sc/source/filter/lotus/
H A Dlotform.cxx243 if( nRow & 0x8000 ) in LotusRelToScRel()
254 nRow |= 0xF800; in LotusRelToScRel()
256 nRow &= 0x07FF; in LotusRelToScRel()
279 nRow &= 0x07FF; in LotusRelToScRel()
284 nRow &= 0x3FFF; in LotusRelToScRel()
295 rSRD.nRow = static_cast< SCsROW >( nRow ); in LotusRelToScRel()
305 sal_uInt16 nRow; in ReadSRD() local
307 Read( nRow ); in ReadSRD()
317 rSRD.nRow = static_cast< SCsROW >( nRow ); in ReadSRD()
482 Read( nRow ); in Convert()
[all …]
H A Dtool.cxx77 void PutFormString( SCCOL nCol, SCROW nRow, SCTAB nTab, sal_Char* pString ) in PutFormString() argument
114 pDoc->ApplyAttr( nCol, nRow, nTab, *pJustify ); in PutFormString()
116 pDoc->PutCell( nCol, nRow, nTab, pZelle, ( sal_Bool ) sal_True ); in PutFormString()
122 void SetFormat( SCCOL nCol, SCROW nRow, SCTAB nTab, sal_uInt8 nFormat, sal_uInt8 nSt ) in SetFormat() argument
125 pDoc->ApplyAttr( nCol, nRow, nTab, *( pValueFormCache->GetAttr( nFormat, nSt ) ) ); in SetFormat()
131 pDoc->ApplyAttr( nCol, nRow, nTab, aAttr ); in SetFormat()
401 LotusRange::LotusRange( SCCOL nCol, SCROW nRow ) in LotusRange() argument
404 nRowStart = nRowEnd = nRow; in LotusRange()
490 pSingRef->nRow = pLR->nRowStart; in Append()
498 pSingRef->nRow = pLR->nRowEnd; in Append()
[all …]
/trunk/main/sc/source/ui/Accessibility/
H A DAccessibleSpreadsheet.cxx931 if ((nRow > (maRange.aEnd.Row() - maRange.aStart.Row())) || (nRow < 0)) in isAccessibleRowSelected()
938 bResult = rMarkdata.IsRowMarked((SCROW)nRow); in isAccessibleRowSelected()
1001 nRow < 0 || in getAccessibleCellAt()
1021 ScAddress addr(static_cast<SCCOL>(nColumn), nRow, 0); in isAccessibleSelected()
1025 (nRow > (maRange.aEnd.Row() - maRange.aStart.Row())) || (nRow < 0)) in isAccessibleSelected()
1153 sal_Int32 nRow(getAccessibleRow(nChildIndex)); in selectAccessibleChild() local
1155 SelectCell(nRow, nCol, sal_False); in selectAccessibleChild()
1285 sal_Int32 nRow(getAccessibleRow(nChildIndex)); in deselectAccessibleChild() local
1293 SelectCell(nRow, nCol, sal_True); in deselectAccessibleChild()
1298 SelectCell(nRow, nCol, sal_True); in deselectAccessibleChild()
[all …]
/trunk/main/oox/source/xls/
H A Dsheetdatabuffer.cxx118 maRange( rHelper.getSheetIndex(), rColSpan.mnFirst, nRow, rColSpan.mnLast, nRow ), in CellBlock()
231 …OSL_ENSURE( (mnCurrRow < nRow) && (maColSpans.empty() || (maColSpans.rbegin()->first < nRow)), "Ce… in setColSpans()
232 if( (mnCurrRow < nRow) && (maColSpans.count( nRow ) == 0) ) in setColSpans()
233 maColSpans[ nRow ] = rColSpans.getRanges(); in setColSpans()
326 maCellBlocks.setColSpans( nRow, rColSpans ); in setColSpans()
498 maXfIdRowRange.set( nRow, nXfId ); in setRowFormat()
571 void SheetDataBuffer::XfIdRowRange::set( sal_Int32 nRow, sal_Int32 nXfId ) in set() argument
573 maRowRange = ValueRange( nRow ); in set()
577 bool SheetDataBuffer::XfIdRowRange::tryExpand( sal_Int32 nRow, sal_Int32 nXfId ) in tryExpand() argument
581 if( maRowRange.mnLast + 1 == nRow ) in tryExpand()
[all …]
/trunk/main/sc/source/core/data/
H A Ddpoutputgeometry.cxx95 SCROW nRow = nCurRow; in getColumnFieldPositions() local
101 aAddrs.push_back(ScAddress(nCol, nRow, nTab)); in getColumnFieldPositions()
114 SCROW nRow = getRowFieldHeaderRow(); in getRowFieldPositions() local
120 aAddrs.push_back(ScAddress(nCol, nRow, nTab)); in getRowFieldPositions()
139 for (SCROW nRow = nRowStart; nRow <= nRowEnd; ++nRow) in getPageFieldPositions() local
140 aAddrs.push_back(ScAddress(nCol, nRow, nTab)); in getPageFieldPositions()
189 SCROW nRow = nCurRow; in getFieldButtonType() local
192 if (rPos.Row() == nRow && nColStart <= rPos.Col() && rPos.Col() <= nColEnd) in getFieldButtonType()
H A Dcell2.cxx191 return rData.nRow; in lcl_GetRow()
653 aProv.Ref1.nRow, in HasOneReference()
656 aProv.Ref2.nRow, in HasOneReference()
750 SCROW nRow = aPos.Row(); in UpdateReference() local
761 if ( nDx && nRow >= nRow1 && nRow <= nRow2 && in UpdateReference()
778 if (nRow >= nRow1) in UpdateReference()
780 nRow = sal::static_int_cast<SCROW>( nRow + nDy ); in UpdateReference()
782 nRow = 0; in UpdateReference()
784 nRow = MAXROW; in UpdateReference()
785 aPos.SetRow( nRow ); in UpdateReference()
[all …]
/trunk/main/sc/source/filter/xml/
H A DXMLStylesExportHelper.cxx517 SCROW nRow; in FillDefaultStyles() local
675 const sal_Int32 nRow) in AddRange() argument
682 sal_uInt32 i(nRow + 1); in AddRange()
695 rFormatRange.nRepeatRows = i - nRow + 1; in AddRange()
927 ((*aItr).aRangeAddress.StartRow <= nRow) && in GetStyleNameIndex()
928 ((*aItr).aRangeAddress.EndRow >= nRow)) in GetStyleNameIndex()
951 ((*aItr).aRangeAddress.EndRow >= nRow)) in GetStyleNameIndex()
956 if (((*pRowDefaults)[nRow].nIndex != -1)) in GetStyleNameIndex()
997 ((*aItr).aRangeAddress.EndRow >= nRow)) in GetFormatRanges()
1033 pRowFormatRanges->AddRange(aRange, nRow); in GetFormatRanges()
[all …]
/trunk/main/sc/source/core/tool/
H A Dcompiler.cxx835 if ( !ValidRow(nRow) ) in MakeRowStr()
1441 if( aRef.Ref1.nRow == 0 && aRef.Ref2.nRow >= MAXROW ) in MakeRefStr()
1633 if( rRef.Ref1.nRow != rRef.Ref2.nRow || in MakeRefStr()
1642 if( aRef.Ref1.nRow == 0 && aRef.Ref2.nRow >= MAXROW ) in MakeRefStr()
1767 if (aRef.Ref1.nRow == 0 && aRef.Ref2.nRow >= MAXROW) in makeExternalRefStr()
4322 SCROW nRows = rRef.Ref2.nRow - rRef.Ref1.nRow; in UpdateReference()
4391 SCROW nRows = rRef.Ref2.nRow - rRef.Ref1.nRow; in UpdateReference()
4407 rRef.Ref2.nRow - rRef.Ref1.nRow != nRows || in UpdateReference()
4523 rRef.Ref1.nRow = aBkp.Ref1.nRow; in UpdateSharedFormulaReference()
4543 rRef.Ref2.nRow = aBkp.Ref2.nRow; in UpdateSharedFormulaReference()
[all …]
H A Dinterpr1.cxx4910 for (SCROW nRow = nRow1; nRow <= nRow2; ++nRow) in IterateParametersIf() local
4937 for (SCROW nRow = nRow1; nRow <= nRow2; ++nRow) in IterateParametersIf() local
5434 for (SCROW nRow = nRow1; nRow <= nRow2; ++nRow) in IterateParametersIfs() local
5538 for (SCSIZE nRow = 0; nRow < nR; ++nRow) in IterateParametersIfs() local
5564 for (SCSIZE nRow = 0; nRow < nR; ++nRow) in IterateParametersIfs() local
5594 for (SCSIZE nRow = 0; nRow < nR; ++nRow) in IterateParametersIfs() local
7098 --nRow; in ScAddressFunc()
7318 SCROW nRow; in ScIndex() local
7330 nRow = 0; in ScIndex()
7472 (nRow > 0 && nRow1+nRow-1 > nRow2 && !bRowArray ) || in ScIndex()
[all …]
/trunk/main/cui/source/options/
H A Dconnpooloptions.cxx64 virtual String GetCellText( long nRow, sal_uInt16 nColId ) const;
81 virtual void InitController( ::svt::CellControllerRef& rController, long nRow, sal_uInt16 nCol );
82 virtual ::svt::CellController* GetController( long nRow, sal_uInt16 nCol );
86 virtual sal_Bool SeekRow( long nRow );
96 virtual sal_uInt32 GetTotalCellWidth(long nRow, sal_uInt16 nColId);
215 sal_uInt32 DriverListControl::GetTotalCellWidth(long nRow, sal_uInt16 nColId) in GetTotalCellWidth() argument
217 return GetDataWindow().GetTextWidth(GetCellText(nRow, nColId)); in GetTotalCellWidth()
253 String DriverListControl::GetCellText( long nRow, sal_uInt16 nColId ) const in GetCellText() argument
256 if (nRow > m_aSettings.size()) in GetCellText()
262 sReturn = implGetCellText(m_aSettings.begin() + nRow, nColId); in GetCellText()
[all …]
/trunk/main/writerfilter/source/dmapper/
H A DDomainMapperTableHandler.cxx261 if ( nRow == 0 ) in lcl_computeCellBorders()
275 if ( nRow > 0 && !bIsEndRow ) in lcl_computeCellBorders()
580 sal_Int32 nRow = 0; in endTableGetCellProperties() local
595 PropertyMapPtr pRowProps = m_aRowProperties[nRow]; in endTableGetCellProperties()
654 dmapper_logger->attribute("row", nRow); in endTableGetCellProperties()
714 ++nRow; in endTableGetCellProperties()
736 sal_Int32 nRow = 0; in endTableGetRowProperties() local
754 ++nRow; in endTableGetRowProperties()
867 sal_uInt32 nRow = m_aRowProperties.size(); in startCell() local
869 m_aCellProperties[nRow - 1].push_back( pProps ); in startCell()
[all …]
/trunk/main/sc/source/core/inc/
H A Djumpmatrix.hxx117 void SetJump( SCSIZE nCol, SCSIZE nRow, double fBool, in SetJump() argument
121 pJump[ (sal_uLong)nCol * nRows + nRow ]. in SetJump()
124 void GetJump( SCSIZE nCol, SCSIZE nRow, double& rBool, in GetJump() argument
131 nRow = 0; in GetJump()
133 else if (nCols == 1 && nRow < nRows) in GetJump()
136 nRow = 0; in GetJump()
137 else if (nCols <= nCol || nRows <= nRow) in GetJump()
141 nRow = 0; in GetJump()
143 pJump[ (sal_uLong)nCol * nRows + nRow ]. in GetJump()
/trunk/main/sd/source/ui/table/
H A DTableDesignPane.cxx720 for( sal_Int32 nRow = 0; nRow < nPreviewColumns; ++nRow ) in FillCellInfoMatrix() local
722 const bool bFirstRow = rSettings.mbUseFirstRow && (nRow == 0); in FillCellInfoMatrix()
723 const bool bLastRow = rSettings.mbUseLastRow && (nRow == nPreviewColumns - 1); in FillCellInfoMatrix()
756 if( (nRow & 1) == 0 ) in FillCellInfoMatrix()
788 rMatrix[nCol][nRow] = xCellInfo; in FillCellInfoMatrix()
823 sal_Int32 nRow; in CreateDesignPreview() local
824 for( nRow = 0; nRow < nPreviewRows; ++nRow, nY += nCellHeight-1 ) in CreateDesignPreview()
829 boost::shared_ptr< CellInfo > xCellInfo( aMatrix[nCol][nRow] ); in CreateDesignPreview()
858 for( nRow = 0; nRow < nPreviewRows; ++nRow, nY += nCellHeight-1 ) in CreateDesignPreview()
863 boost::shared_ptr< CellInfo > xCellInfo( aMatrix[nCol][nRow] ); in CreateDesignPreview()
[all …]
/trunk/main/sw/source/filter/ww8/
H A DWW8TableInfo.cxx73 void WW8TableNodeInfoInner::setRow(sal_uInt32 nRow) in setRow() argument
75 mnRow = nRow; in setRow()
468 void WW8TableNodeInfo::setRow(sal_uInt32 nRow) in setRow() argument
470 getInnerForDepth(mnDepth)->setRow(nRow); in setRow()
687 sal_uInt32 nRow, in processTableLine() argument
771 sal_uInt32 nRow, in processTableBox() argument
867 sal_uInt32 nRow, in insertTableNodeInfo() argument
887 pNodeInfo->setRow(nRow); in insertTableNodeInfo()
1206 sal_uInt32 nRow = 0; in connectCells() local
1240 pNodeInfo->setRow(nRow); in connectCells()
[all …]
/trunk/main/sc/source/filter/html/
H A Dhtmlexp.cxx754 for ( SCROW nRow=nStartRow; nRow<=nEndRow; nRow++ ) in WriteTables() local
756 if ( bHasHiddenRows && pDoc->RowHidden(nRow, nTab) ) in WriteTables()
758 nRow = pDoc->FirstVisibleRow(nRow+1, nEndRow, nTab); in WriteTables()
759 --nRow; in WriteTables()
772 WriteCell( nCol2, nRow, nTab ); in WriteTables()
777 if ( nRow == nEndRow ) in WriteTables()
818 ScAddress aPos( nCol, nRow, nTab ); in WriteCell()
904 nR += nRow; in WriteCell()
905 v = pDoc->GetRowHeight( nRow, nR-1, nTab ); in WriteCell()
909 nHeightPixel = ToPixel( pDoc->GetRowHeight( nRow, nTab ) ); in WriteCell()
[all …]
/trunk/main/svtools/source/brwbox/
H A Dbrwbox2.cxx359 nRow != BROWSER_ENDOFSELECTION && nRow <= nBottomRow; in ToggleSelection()
362 if ( nRow < nTopRow ) in ToggleSelection()
372 nLastRowInRect = nRow; in ToggleSelection()
959 if ( !SeekRow( nRow) ) { in ImplPaintData()
974 && IsRowSelected( nRow ); in ImplPaintData()
1946 for ( long nRow = GetCurRow(); nRow >= 0; --nRow ) in Dispatch() local
1947 SelectRow( nRow ); in Dispatch()
1957 for ( long nRow = GetCurRow(); nRow < nRows; ++nRow ) in Dispatch() local
1958 SelectRow( nRow ); in Dispatch()
1969 long nRow = GetCurRow(); in Dispatch() local
[all …]

Completed in 274 milliseconds

12345678910>>...21