Home
last modified time | relevance | path

Searched refs:nRow (Results 51 – 75 of 523) sorted by relevance

12345678910>>...21

/trunk/main/sal/textenc/
H A Dconvertbig5hkscs.c72 sal_Int32 nRow = 0; in ImplConvertBig5HkscsToUnicode() local
85 if (nRow == 0) in ImplConvertBig5HkscsToUnicode()
92 nRow = nChar; in ImplConvertBig5HkscsToUnicode()
103 sal_Int32 nOffset = pBig5Hkscs2001RowOffsets[nRow]; in ImplConvertBig5HkscsToUnicode()
119 && nChar <= pBig5Data[nRow].mnTrailEnd) in ImplConvertBig5HkscsToUnicode()
139 if (nRow >= p->mnLeadStart && nRow <= p->mnLeadEnd) in ImplConvertBig5HkscsToUnicode()
207 nRow = 0; in ImplConvertBig5HkscsToUnicode()
222 nRow = 0; in ImplConvertBig5HkscsToUnicode()
226 nRow = 0; in ImplConvertBig5HkscsToUnicode()
240 if (nRow != 0 in ImplConvertBig5HkscsToUnicode()
[all …]
/trunk/main/sc/source/filter/qpro/
H A Dqpro.cxx49 sal_uInt16 nRow; in readSheet() local
63 *mpStream >> nCol >> nDummy >> nRow >> nStyle >> nDummy; in readSheet()
69 pStyle->SetFormat( pDoc, nCol, nRow, nTab, nStyle ); in readSheet()
82 *mpStream >> nCol >> nDummy >> nRow >> nStyle; in readSheet()
84 pStyle->SetFormat( pDoc, nCol, nRow, nTab, nStyle ); in readSheet()
89 *mpStream >> nCol >> nDummy >> nRow >> nStyle >> nValue; in readSheet()
92 pStyle->SetFormat( pDoc, nCol, nRow, nTab, nStyle ); in readSheet()
99 *mpStream >> nCol >> nDummy >> nRow >> nStyle >> nValue; in readSheet()
102 pStyle->SetFormat( pDoc, nCol, nRow, nTab, nStyle ); in readSheet()
111 ScAddress aAddr( nCol, nRow, nTab ); in readSheet()
[all …]
/trunk/main/accessibility/source/extended/
H A DAccessibleGridControlTable.cxx114 sal_Int32 nRow = 0; in getAccessibleAtPoint() local
145 ensureIsValidRow( nRow ); in getAccessibleRowDescription()
203 ensureIsValidRow( nRow ); in isAccessibleRowSelected()
208 if(nRow == selectedRows[i]) in isAccessibleRowSelected()
226 sal_Int32 nRow, sal_Int32 nColumn ) in getAccessibleCellAt() argument
232 ensureIsValidAddress( nRow, nColumn ); in getAccessibleCellAt()
250 sal_Int32 nRow, sal_Int32 nColumn ) in isAccessibleSelected() argument
256 ensureIsValidAddress( nRow, nColumn ); in isAccessibleSelected()
259 return isAccessibleRowSelected(nRow); in isAccessibleSelected()
270 m_aTable.SelectRow( nRow, sal_True ); in selectAccessibleChild()
[all …]
H A DAccessibleBrowseBoxTableBase.cxx108 sal_Int32 nRow, sal_Int32 nColumn ) in getAccessibleRowExtentAt() argument
114 ensureIsValidAddress( nRow, nColumn ); in getAccessibleRowExtentAt()
119 sal_Int32 nRow, sal_Int32 nColumn ) in getAccessibleColumnExtentAt() argument
125 ensureIsValidAddress( nRow, nColumn ); in getAccessibleColumnExtentAt()
144 sal_Int32 nRow, sal_Int32 nColumn ) in getAccessibleIndex() argument
150 ensureIsValidAddress( nRow, nColumn ); in getAccessibleIndex()
151 return implGetChildIndex( nRow, nColumn ); in getAccessibleIndex()
267 sal_Int32 nRow, sal_Int32 nColumn ) const in implGetChildIndex() argument
317 if( nRow >= implGetRowCount() ) in ensureIsValidRow()
331 sal_Int32 nRow, sal_Int32 nColumn ) in ensureIsValidAddress() argument
[all …]
H A DAccessibleBrowseBoxTable.cxx98 sal_Int32 nRow = 0; in getAccessibleAtPoint() local
101 xChild = mpBrowseBox->CreateAccessibleCell( nRow, nColumnPos ); in getAccessibleAtPoint()
130 ensureIsValidRow( nRow ); in getAccessibleRowDescription()
131 return mpBrowseBox->GetRowDescription( nRow ); in getAccessibleRowDescription()
190 ensureIsValidRow( nRow ); in isAccessibleRowSelected()
191 return implIsRowSelected( nRow ); in isAccessibleRowSelected()
205 sal_Int32 nRow, sal_Int32 nColumn ) in getAccessibleCellAt() argument
211 ensureIsValidAddress( nRow, nColumn ); in getAccessibleCellAt()
216 sal_Int32 nRow, sal_Int32 nColumn ) in isAccessibleSelected() argument
222 ensureIsValidAddress( nRow, nColumn ); in isAccessibleSelected()
[all …]
H A DAccessibleBrowseBoxHeaderBar.cxx99 sal_Int32 nRow = 0; in getAccessibleAtPoint() local
130 ensureIsValidRow( nRow ); in getAccessibleRowDescription()
192 ensureIsValidRow( nRow ); in isAccessibleRowSelected()
193 return isRowBar() ? implIsRowSelected( nRow ) : sal_False; in isAccessibleRowSelected()
207 sal_Int32 nRow, sal_Int32 nColumn ) in getAccessibleCellAt() argument
213 ensureIsValidAddress( nRow, nColumn ); in getAccessibleCellAt()
214 return implGetChild( nRow, implToVCLColumnPos( nColumn ) ); in getAccessibleCellAt()
218 sal_Int32 nRow, sal_Int32 nColumn ) in isAccessibleSelected() argument
224 ensureIsValidAddress( nRow, nColumn ); in isAccessibleSelected()
378 sal_Int32 nRow, sal_uInt16 nColumnPos ) in implGetChild() argument
[all …]
/trunk/main/sc/source/ui/undo/
H A Dundocell.cxx79 nRow( nNewRow ), in ScUndoCursorAttr()
127 pDocShell->PostPaint( nCol,nRow,nTab, nCol,nRow,nTab, PAINT_GRID, nFlags ); in DoChange()
185 nRow( nNewRow ), in ScUndoEnterData()
216 pDocShell->AdjustRowHeight( nRow, nRow, pTabs[i] ); in DoChange()
234 ScAddress aPos( nCol, nRow, nTab ); in SetChangeTrack()
266 pDoc->ApplyAttr( nCol, nRow, pTabs[i], in Undo()
529 nRow( nNewRow ), in ScUndoPageBreak()
691 nRow( nNewRow ), in ScUndoThesaurus()
748 pDoc->GetCell( nCol, nRow, nTab, pCell ); in DoChange()
768 pDoc->GetCell( nCol, nRow, nTab, pCell ); in DoChange()
[all …]
/trunk/main/sc/source/core/tool/
H A Dtoken.cxx531 aTemp1.Ref1.nRow == aTemp2.Ref1.nRow && in TextEqual()
535 aTemp1.Ref2.nRow == aTemp2.Ref2.nRow && in TextEqual()
1405 int nCol = -1, nRow = 0; in MergeArray() local
1494 nRow++; in MergeArray()
1519 if( nCol <= 0 || nRow <= 0 ) in MergeArray()
1562 nRow++; nCol = 0; in MergeArray()
1657 SCROW nRow = 0; in GetAdjacentExtendOfOuterFuncRefs() local
1710 if ( rRef.nRow == nRow in GetAdjacentExtendOfOuterFuncRefs()
1727 if ( rRef.nRow == nRow in GetAdjacentExtendOfOuterFuncRefs()
1753 if ( rRef.Ref1.nRow == nRow in GetAdjacentExtendOfOuterFuncRefs()
[all …]
H A Drefdata.cxx35 nRelRow = nRow - rPos.Row(); in CalcRelFromAbs()
48 nRow = nRelRow + rPos.Row(); in SmartRelAbs()
50 nRelRow = nRow - rPos.Row(); in SmartRelAbs()
70 if ( !VALIDROW( nRow ) ) in CalcAbsIfRel()
191 (Flags.bRowRel ? nRelRow == r.nRelRow : nRow == r.nRow) && in operator ==()
243 if ( (nRow1 = rRef1.nRow) > (nRow2 = rRef2.nRow) ) in lcl_putInOrder()
245 rRef1.nRow = nRow2; in lcl_putInOrder()
246 rRef2.nRow = nRow1; in lcl_putInOrder()
322 if (aRef.nCol < Ref1.nCol || aRef.nRow < Ref1.nRow || aRef.nTab < Ref1.nTab) in Extend()
328 if (aRef.nCol > Ref2.nCol || aRef.nRow > Ref2.nRow || aRef.nTab > Ref2.nTab) in Extend()
[all …]
H A Dreftokenhelper.cxx156 rRange.aStart.SetRow(rRefData.nRow); in getRangeFromToken()
176 rRange.aStart.SetRow(rRefData.Ref1.nRow); in getRangeFromToken()
179 rRange.aEnd.SetRow(rRefData.Ref2.nRow); in getRangeFromToken()
205 aData.Ref1.nRow = rRange.aStart.Row(); in getTokenFromRange()
213 aData.Ref2.nRow = rRange.aEnd.Row(); in getTokenFromRange()
356 …bool bRowsContained = (aOldData.Ref1.nRow <= aData.Ref1.nRow) && (aData.Ref2.nRow <= aOldData.Ref2… in isContained()
411 …bool bSameRows = (aData.Ref1.nRow == aOldData.Ref1.nRow) && (aData.Ref2.nRow == aOldData.Ref2.nRow in join()
424 aData.Ref1.nRow, aData.Ref2.nRow, aOldData.Ref1.nRow, aOldData.Ref2.nRow, in join()
425 aNewData.Ref1.nRow, aNewData.Ref2.nRow); in join()
/trunk/main/sw/source/ui/table/
H A Dtautofmt.cxx114 void DrawString( size_t nCol, size_t nRow );
692 void AutoFmtPreview::DrawString( size_t nCol, size_t nRow ) in DrawString() argument
876 for( size_t nRow = 0; nRow < 5; ++nRow ) in DrawStrings() local
878 DrawString( nCol, nRow ); in DrawStrings()
886 for( size_t nRow = 0; nRow < 5; ++nRow ) in DrawBackground() local
895 aVD.DrawRect( maArray.GetCellRect( nCol, nRow ) ); in DrawBackground()
956 for( size_t nRow = 0; nRow < 5; ++nRow ) in CalcLineMap() local
964 maArray.SetCellStyleLeft( nCol, nRow, aStyle ); in CalcLineMap()
966 maArray.SetCellStyleRight( nCol, nRow, aStyle ); in CalcLineMap()
968 maArray.SetCellStyleTop( nCol, nRow, aStyle ); in CalcLineMap()
[all …]
/trunk/main/svx/source/table/
H A Dtablecontroller.cxx871 for( sal_Int32 nRow = 0; nRow < nRowCount; nRow++ ) in SetTableStyle() local
992 for( sal_Int32 nRow = aStart.mnRow; nRow <= aEnd.mnRow; nRow++ ) in SetVertical() local
1129 for( sal_Int32 nRow = aStart.mnRow; nRow <= aEnd.mnRow; nRow++ ) in DeleteMarked() local
1161 for( sal_Int32 nRow = aStart.mnRow; nRow <= aEnd.mnRow; nRow++ ) in GetStyleSheet() local
1197 for( sal_Int32 nRow = aStart.mnRow; nRow <= aEnd.mnRow; nRow++ ) in SetStyleSheet() local
1798 for( sal_Int32 nRow = rFirst.mnRow; nRow <= rLast.mnRow && !bExt; nRow++ ) in getSelectedCells() local
2006 for( sal_Int32 nRow = aStart.mnRow; nRow <= aEnd.mnRow; nRow++ ) in MergeAttrFromSelectedCells() local
2252 for( sal_Int32 nRow = std::max( aStart.mnRow - 1, (sal_Int32)0 ); nRow < nLastRow; nRow++ ) in ApplyBorderAttr() local
2337 for( sal_Int32 nRow = aStart.mnRow; nRow <= aEnd.mnRow; nRow++ ) in SetAttrToSelectedCells() local
2492 for( sal_Int32 nRow = 0; nRow < nPasteRows; ++nRow ) in PasteObject() local
[all …]
/trunk/main/sc/source/filter/excel/
H A Dexcform8.cxx266 sal_uInt16 nCol, nRow; in Convert() local
279 aIn >> nRow >> nCol; in Convert()
454 aIn >> nRow >> nCol; in Convert()
457 aSRD.nRow = nRow & 0x3FFF; in Convert()
552 aIn >> nRow >> nCol; in Convert()
996 aIn >> nRow >> nCol; in Convert()
999 aSRD.nRow = nRow & 0x3FFF; in Convert()
1070 aIn >> nRow >> nCol; in Convert()
1144 aCRD.Ref2.nRow = aSRD.nRow; in Convert()
1396 rSRD.nRow = Min( static_cast<SCROW>(nRow), MAXROW); in ExcRelToScRel8()
[all …]
/trunk/main/reportdesign/source/ui/dlg/
H A DGroupsSorting.cxx175 void InsertRows( long nRow );
301 moveGroups(aGroups,nRow); in ExecuteDrop()
314 sal_Int32 nRow = _nRow; in moveGroups() local
335 SelectRow(nRow); in moveGroups()
337 aArgs[1].Value <<= nRow; in moveGroups()
339 ++nRow; in moveGroups()
443 sal_Int32 nRow = GetCurRow(); in SaveModified() local
509 GoToRow(nRow); in SaveModified()
525 if ( nRow != BROWSER_ENDOFSELECTION && m_aGroupPositions[nRow] != NO_GROUP ) in GetCellText()
615 if (nRow >= 0 && nRow == m_nDataPos) in GetRowStatus()
[all …]
/trunk/main/sc/source/core/data/
H A Ddocumen8.cxx470 if ( !ValidRow(nRow) ) in IdleCalcTextWidth()
471 nRow = 0, nCol--; in IdleCalcTextWidth()
546 nRow = 0; in IdleCalcTextWidth()
626 aCurTextWidthCalcPos.SetRow( nRow ); in IdleCalcTextWidth()
681 SCROW nRow = rSpellPos.Row(); in OnlineSpellInRange() local
686 nRow = rSpellRange.aStart.Row(); in OnlineSpellInRange()
699 pCell = aIter.GetNext( nCol, nRow ); in OnlineSpellInRange()
799 ++nRow; in OnlineSpellInRange()
811 nRow = rSpellRange.aStart.Row(); in OnlineSpellInRange()
815 rSpellPos.Set( nCol, nRow, nTab ); in OnlineSpellInRange()
[all …]
/trunk/main/dbaccess/source/ui/control/
H A DTableGrantCtrl.cxx223 long nRow = GetCurRow(); in IsTabAllowed() local
229 if (!bForward && (nCol == 1) && (nRow == 0)) in IsTabAllowed()
246 sal_Int32 nRow = GetCurRow(); in SaveModified() local
247 if(nRow == -1 || nRow >= m_aTableNames.getLength()) in SaveModified()
250 ::rtl::OUString sTableName = m_aTableNames[nRow]; in SaveModified()
284 fillPrivilege(nRow); in SaveModified()
306 return m_aTableNames[nRow]; in GetCellText()
320 String sTablename = m_aTableNames[nRow]; in InitController()
433 sal_Bool OTableGrantControl::SeekRow( long nRow ) in SeekRow() argument
436 m_nDataPos = nRow; in SeekRow()
[all …]
H A DRelationControl.cxx147 virtual sal_Bool SeekRow( long nRow );
149 virtual String GetCellText( long nRow, sal_uInt16 nColId ) const;
263 long nRow = GetCurRow(); in IsTabAllowed() local
267 || (!bForward && (nCol == SOURCE_COLUMN) && (nRow == 0))); in IsTabAllowed()
276 sal_Int32 nRow = GetCurRow(); in SaveModified() local
277 if ( nRow != BROWSER_ENDOFSELECTION ) in SaveModified()
284 nRow = pLines->size() - 1; in SaveModified()
357 fillListBox(xDef,nRow,nColumnId); in InitController()
358 String sName = GetCellText( nRow, nColumnId ); in InitController()
378 sal_Bool ORelationControl::SeekRow( long nRow ) in SeekRow() argument
[all …]
/trunk/main/sc/source/filter/xml/
H A Dxmlsubti.cxx75 aTableCellPos.Row = nRow; in ScMyTableData()
288 …til::XMergeable> xMergeable (xCellRange->getCellRangeByPosition(nCol,nRow,nCol,nRow), uno::UNO_QUE… in IsMerged()
302 aCellAddress.StartRow == nRow && aCellAddress.EndRow == nRow) in IsMerged()
366 sal_Int32 nRow(GetRealCellPos().Row); in InsertRow() local
400 aTableVec[i - 1]->SetRowsPerRow(nRow, in NewRow()
402 aTableVec[i - 1]->SetRealRows(nRow + 1, in NewRow()
403 aTableVec[i - 1]->GetRealRows(nRow) in NewRow()
404 + aTableVec[i - 1]->GetRowsPerRow(nRow)); in NewRow()
414 if (nRow > 0) in AddRow()
692 sal_Int32 nRow(0); in GetRealCellPos() local
[all …]
/trunk/main/dbaccess/source/ui/inc/
H A DTableDesignControl.hxx65 virtual void SetCellData( long nRow, sal_uInt16 nColId, const TOTypeInfoSP& _pTypeInfo ) = 0;
67 virtual ::com::sun::star::uno::Any GetCellData( long nRow, sal_uInt16 nColId ) = 0;
68 virtual void SetControlText( long nRow, sal_uInt16 nColId, const String& rText ) = 0;
69 virtual String GetControlText( long nRow, sal_uInt16 nColId ) = 0;
81 void Paste( long nRow );
85 virtual void InsertRows( long nRow ) = 0;
86 virtual void InsertNewRows( long nRow ) = 0;
88 virtual sal_Bool IsPrimaryKeyAllowed( long nRow ) = 0;
89 virtual sal_Bool IsInsertNewAllowed( long nRow ) = 0;
90 virtual sal_Bool IsDeleteAllowed( long nRow ) = 0;
[all …]
/trunk/main/sc/inc/
H A Ddetfunc.hxx76 Point GetDrawPos( SCCOL nCol, SCROW nRow, DrawPosMode eMode ) const;
82 Rectangle GetDrawRect( SCCOL nCol, SCROW nRow ) const;
87 void DeleteArrowsAt( SCCOL nCol, SCROW nRow, sal_Bool bDestPnt );
95 sal_Bool InsertArrow( SCCOL nCol, SCROW nRow,
105 sal_Bool DrawEntry( SCCOL nCol, SCROW nRow, const ScRange& rRef,
110 void DrawCircle( SCCOL nCol, SCROW nRow, ScDetectiveData& rData );
133 sal_Bool ShowSucc( SCCOL nCol, SCROW nRow );
134 sal_Bool ShowPred( SCCOL nCol, SCROW nRow );
135 sal_Bool ShowError( SCCOL nCol, SCROW nRow );
137 sal_Bool DeleteSucc( SCCOL nCol, SCROW nRow );
[all …]
H A Ddocument.hxx222 SCROW nRow; member
520 ScDBData* GetDBAtCursor(SCCOL nCol, SCROW nRow, SCTAB nTab,
880 void RemoveMerge( SCCOL nCol, SCROW nRow, SCTAB nTab );
897 void GetBorderLines( SCCOL nCol, SCROW nRow, SCTAB nTab,
1262 void ApplyStyle( SCCOL nCol, SCROW nRow, SCTAB nTab,
1344 SCROW GetHiddenRowCount( SCROW nRow, SCTAB nTab ) const;
1361 long GetNeededSize( SCCOL nCol, SCROW nRow, SCTAB nTab,
1522 sal_Bool GetFilterEntries( SCCOL nCol, SCROW nRow, SCTAB nTab,
1526 sal_Bool GetDataEntries( SCCOL nCol, SCROW nRow, SCTAB nTab,
1532 const SCROW nRow,
[all …]
H A Dattarray.hxx73 SCROW nRow; member
95 const ScAttrArray* pNewArr, SCROW nRow, ScDocument* pDoc );
113 const ScPatternAttr* GetPattern( SCROW nRow ) const;
144 sal_Bool Search( SCROW nRow, SCSIZE& nIndex ) const;
207 SCROW nRow; member in ScAttrIterator
212 SCROW GetNextRow() const { return nRow; } in GetNextRow()
218 nRow( nStart ), in ScAttrIterator()
230 if ( nPos < pArray->nCount && nRow <= nEndRow ) in Next()
232 rTop = nRow; in Next()
233 rBottom = Min( pArray->pData[nPos].nRow, nEndRow ); in Next()
[all …]
/trunk/main/sc/source/ui/app/
H A Dtransobj.cxx100 nRow = nMaxRow; in GetAreaSize()
274 SCROW nRow = aBlock.aStart.Row(); in GetData() local
280 pDoc->GetCell( nCol, nRow, nTab, pCell ); in GetData()
292 pDoc->GetString( nCol, nRow, nTab, aText ); in GetData()
627 for (SCROW nRow = nStartY; nRow <= nEndY; ++nRow) in InitDocShell() local
632 pDestDoc->ShowRow( nRow, 0, sal_False ); in InitDocShell()
635 pDestDoc->SetRowHeight( nRow, 0, pDoc->GetOriginalHeight( nRow, nSrcTab ) ); in InitDocShell()
712 for (SCROW nRow=nStartY; nRow<=nEndY; nRow++) in InitDocShell() local
805 SCROW nRow = aIter.GetRow() - nSubY; in StripRefs() local
815 pDestDoc->ApplyAttr( nCol,nRow,nDestTab, in StripRefs()
[all …]
/trunk/main/sc/source/filter/lotus/
H A Dlotimpop.cxx313 sal_uInt16 nRow, nHeight; in RowPresentation() local
321 Read( nRow ); in RowPresentation()
333 …pD->SetRowFlags( static_cast<SCROW> (nRow), static_cast<SCTAB> (nLTab), pD->GetRowFlags( static_ca… in RowPresentation()
400 sal_uInt16 nRow; in _Row() local
410 Read( nRow ); in _Row()
417 pD->SetRowHeight( static_cast<SCROW> (nRow), static_cast<SCTAB> (nExtTab), nHeight ); in _Row()
426 nColCnt, static_cast<SCCOL> ( nColCnt + nRepeats ), static_cast<SCROW> (nRow), aAttr ); in _Row()
435 if( pD->HasData( nColCnt, static_cast<SCROW> (nRow), static_cast<SCTAB> (nExtTab) ) ) in _Row()
437 …st<SCTAB> (nExtTab), nCenterStart, static_cast<SCROW> (nRow), nCenterEnd, static_cast<SCROW> (nRow in _Row()
452 …st<SCTAB> (nExtTab), nCenterStart, static_cast<SCROW> (nRow), nCenterEnd, static_cast<SCROW> (nRow in _Row()
[all …]
/trunk/main/vcl/unx/generic/printergfx/
H A Dbitmap_gfx.cxx528 for (long nRow = rArea.Top(); nRow <= rArea.Bottom(); nRow++) in DrawPS1GrayImage() local
532 sal_uChar nByte = rBitmap.GetPixelGray (nRow, nColumn); in DrawPS1GrayImage()
637 for (long nRow = rArea.Top(); nRow <= rArea.Bottom(); nRow++) in DrawPS2GrayImage() local
641 sal_uChar nByte = rBitmap.GetPixelGray (nRow, nColumn); in DrawPS2GrayImage()
658 for (long nRow = rArea.Top(); nRow <= rArea.Bottom(); nRow++) in DrawPS2MonoImage() local
666 nBit = rBitmap.GetPixelIdx (nRow, nColumn); in DrawPS2MonoImage()
693 for (long nRow = rArea.Top(); nRow <= rArea.Bottom(); nRow++) in DrawPS2PaletteImage() local
697 sal_uChar nByte = rBitmap.GetPixelIdx (nRow, nColumn); in DrawPS2PaletteImage()
714 for (long nRow = rArea.Top(); nRow <= rArea.Bottom(); nRow++) in DrawPS2TrueColorImage() local
718 PrinterColor aColor = rBitmap.GetPixelRGB (nRow, nColumn); in DrawPS2TrueColorImage()

Completed in 213 milliseconds

12345678910>>...21