Home
last modified time | relevance | path

Searched refs:nRow (Results 151 – 175 of 523) sorted by relevance

12345678910>>...21

/trunk/main/basegfx/source/inc/
H A Dhommatrixtemplate.hxx37 inline double implGetDefaultValue(sal_uInt16 nRow, sal_uInt16 nColumn) in implGetDefaultValue() argument
39 if(nRow == nColumn) in implGetDefaultValue()
55 ImplMatLine(sal_uInt16 nRow, ImplMatLine< RowSize >* pToBeCopied = 0L) in ImplMatLine() argument
65 mfValue[a] = implGetDefaultValue(nRow, a); in ImplMatLine()
150 double get(sal_uInt16 nRow, sal_uInt16 nColumn) const in get() argument
152 if(nRow < (RowSize - 1)) in get()
154 return maLine[nRow].get(nColumn); in get()
165 void set(sal_uInt16 nRow, sal_uInt16 nColumn, const double& rValue) in set() argument
167 if(nRow < (RowSize - 1)) in set()
169 maLine[nRow].set(nColumn, rValue); in set()
/trunk/main/sw/source/filter/html/
H A Dhtmltab.cxx542 sal_uInt16 nRow, sal_uInt16 nCol,
1230 if( !nRow ) break; in FixRowSpan()
1231 nRowSpan++; nRow--; in FixRowSpan()
1239 GetCell(nRow+i,nCol)->SetProtected(); in ProtectRowSpan()
1251 if( 0==nRow ) in GetPrevBoxStartNode()
1326 if( nRow == 0 ) in GetTopCellSpace()
1356 if( nRow+nRowSpan == nRows ) in GetBottomCellSpace()
1444 if( nRow+nRowSpan == nRows ) in FixFrameFmt()
1974 (0==nRow || !((*pParent->pRows)[nRow-1])->bBottomBorder)) ); in InheritBorders()
2109 ASSERT( nRow<pRows->Count(), in GetCell()
[all …]
H A Dhtmltabw.cxx275 sal_uInt16 nRow = pCell->GetRow(); in OutTableCell() local
363 ? GetAbsHeight( pCell->GetHeight(), nRow, nRowSpan ) in OutTableCell()
572 sal_uInt16 nRow; in Write() local
589 for( nRow=1; nRow < aRows.Count(); nRow++ ) in Write()
591 SwWriteTableRow *pNextRow = aRows[nRow]; in Write()
919 for( nRow = 0; nRow < aRows.Count(); nRow++ ) in Write()
921 const SwWriteTableRow *pRow2 = aRows[nRow]; in Write()
924 if( !nCellSpacing && nRow < aRows.Count()-1 && pRow2->bBottomBorder && in Write()
937 if( ( (bTHead && nRow==nHeadEndRow) || in Write()
939 nRow < aRows.Count()-1 ) in Write()
[all …]
/trunk/main/svx/source/table/
H A Dtablelayouter.hxx94 sal_Int32 getRowHeight( sal_Int32 nRow );
97 void setRowHeight( sal_Int32 nRow, sal_Int32 nHeight );
107 sal_Int32 getRowStart( sal_Int32 nRow ) const;
135 …inline bool isValidRow( sal_Int32 nRow ) const { return (nRow >= 0) && (nRow < static_cast<sal_Int… in isValidRow()
143 void SetBorder( sal_Int32 nCol, sal_Int32 nRow, bool bHorizontal, const SvxBorderLine* pLine );
/trunk/main/accessibility/source/extended/
H A DAccessibleGridControlHeader.cxx117 sal_Int32 nRow = 0; in getAccessibleAtPoint() local
120 m_aTable.ConvertPointToCellAddress( nRow, nColumnPos, VCLPoint( rPoint ) ) : in getAccessibleAtPoint()
121 m_aTable.ConvertPointToCellAddress( nRow, nColumnPos, VCLPoint( rPoint ) ); in getAccessibleAtPoint()
123 return bConverted ? implGetChild( nRow, nColumnPos ) : Reference< XAccessible >(); in getAccessibleAtPoint()
142 OUString SAL_CALL AccessibleGridControlHeader::getAccessibleRowDescription( sal_Int32 nRow ) in getAccessibleRowDescription() argument
148 ensureIsValidRow( nRow ); in getAccessibleRowDescription()
271 sal_Int32 nRow, sal_uInt32 nColumnPos ) in implGetChild() argument
281 …AccessibleGridControlHeaderCell* pRowHeaderCell = new AccessibleGridControlHeaderCell(nRow, this, … in implGetChild()
/trunk/main/sw/source/filter/xml/
H A Dxmltbli.cxx1282 return (*pRows)[(sal_uInt16)nRow]->GetCell( (sal_uInt16)nCol ); in SV_IMPL_PTRARR()
1786 else if( 0UL == nRow ) in GetPrevStartNode()
1791 pPrevCell = GetCell( nRow, nCol-1UL ); in GetPrevStartNode()
1803 pPrevCell = GetCell( nRow, i ); in GetPrevStartNode()
1835 sal_uInt32 j = nRow; in FixRowSpan()
1851 const SwXMLTableCell_Impl *pCell = GetCell( nRow, nCol ); in ReplaceWithEmptyCell()
1852 sal_uInt32 nLastRow = bRows ? nRow + pCell->GetRowSpan() : nRow + 1; in ReplaceWithEmptyCell()
1855 for( sal_uInt32 i=nRow; i<nLastRow; i++ ) in ReplaceWithEmptyCell()
2248 for( sal_uInt32 nRow=nTopRow; nRow<nBottomRow; nRow++ ) in MakeTableLine() local
2269 for( sal_uInt32 nRow=nTopRow; nRow<nBottomRow; nRow++ ) in MakeTableLine() local
[all …]
/trunk/main/dbaccess/source/ui/dlg/
H A Dindexfieldscontrol.cxx142 sal_Bool IndexFieldsControl::SeekRow(long nRow) in SeekRow() argument
144 if (!EditBrowseBox::SeekRow(nRow)) in SeekRow()
147 if (nRow < 0) in SeekRow()
153 m_aSeekRow = m_aFields.begin() + nRow; in SeekRow()
367 sal_Int32 nRow = GetCurRow(); in SaveModified() local
368 …OSL_ENSURE(nRow < (sal_Int32)m_aFields.size(), "IndexFieldsControl::SaveModified: invalid current … in SaveModified()
369 if (nRow >= 0) // may be -1 in case the control was empty in SaveModified()
372 IndexFieldsIterator aPos = m_aFields.begin() + nRow; in SaveModified()
379 Invalidate(GetRowRectPixel(nRow)); in SaveModified()
/trunk/main/offapi/com/sun/star/accessibility/
H A DXAccessibleTable.idl90 @param nRow
103 string getAccessibleRowDescription ([in] long nRow)
130 @param nRow
146 long getAccessibleRowExtentAt ([in] long nRow, [in] long nColumn)
155 @param nRow
221 @param nRow
233 boolean isAccessibleRowSelected ([in] long nRow)
265 @param nRow
305 @param nRow
328 @param nRow
[all …]
/trunk/main/sal/textenc/
H A Dconvertiso2022cn.c115 sal_uInt32 nRow = 0; in ImplConvertIso2022CnToUnicode() local
126 nRow = ((ImplIso2022CnToUnicodeContext *) pContext)->m_nRow; in ImplConvertIso2022CnToUnicode()
168 nRow = nChar; in ImplConvertIso2022CnToUnicode()
189 nRow += 0x80; in ImplConvertIso2022CnToUnicode()
191 nFirst = pGb2312Data[nRow].mnTrailStart; in ImplConvertIso2022CnToUnicode()
193 && nChar <= pGb2312Data[nRow].mnTrailEnd) in ImplConvertIso2022CnToUnicode()
194 nUnicode = pGb2312Data[nRow]. in ImplConvertIso2022CnToUnicode()
217 nRow = nChar; in ImplConvertIso2022CnToUnicode()
306 = pCns116431992RowOffsets[nPlaneOffset + (nRow - 0x21)]; in ImplConvertIso2022CnToUnicode()
402 ((ImplIso2022CnToUnicodeContext *) pContext)->m_nRow = nRow; in ImplConvertIso2022CnToUnicode()
H A Dconvertiso2022jp.c87 sal_uInt32 nRow = 0; in ImplConvertIso2022JpToUnicode() local
96 nRow = ((ImplIso2022JpToUnicodeContext *) pContext)->m_nRow; in ImplConvertIso2022JpToUnicode()
152 nRow = nChar; in ImplConvertIso2022JpToUnicode()
166 sal_uInt32 nFirst = pJisX0208Data[nRow].mnTrailStart; in ImplConvertIso2022JpToUnicode()
168 && nChar <= pJisX0208Data[nRow].mnTrailEnd) in ImplConvertIso2022JpToUnicode()
169 nUnicode = pJisX0208Data[nRow]. in ImplConvertIso2022JpToUnicode()
289 ((ImplIso2022JpToUnicodeContext *) pContext)->m_nRow = nRow; in ImplConvertIso2022JpToUnicode()
H A Dconvertiso2022kr.c93 sal_uInt32 nRow = 0; in ImplConvertIso2022KrToUnicode() local
102 nRow = ((ImplIso2022KrToUnicodeContext *) pContext)->m_nRow; in ImplConvertIso2022KrToUnicode()
133 nRow = nChar + 0x80; in ImplConvertIso2022KrToUnicode()
147 sal_uInt32 nFirst = pKsX1001Data[nRow].mnTrailStart; in ImplConvertIso2022KrToUnicode()
149 if (nChar >= nFirst && nChar <= pKsX1001Data[nRow].mnTrailEnd) in ImplConvertIso2022KrToUnicode()
150 nUnicode = pKsX1001Data[nRow]. in ImplConvertIso2022KrToUnicode()
252 ((ImplIso2022KrToUnicodeContext *) pContext)->m_nRow = nRow; in ImplConvertIso2022KrToUnicode()
/trunk/main/sw/source/filter/inc/
H A Dfltglbls.hxx77 sal_Bool IsInRowRange( sal_uInt16 nRow ) in IsInRowRange() argument
78 { return ( nRow >= nRowStart && nRow <= nRowEnd ); } in IsInRowRange()
79 sal_Bool IsInRange( sal_uInt16 nCol, sal_uInt16 nRow ) in IsInRange() argument
80 { return IsInRowRange(nRow) && IsInColRange(nCol); } in IsInRange()
92 void InsertText( sal_uInt16 nCol, sal_uInt16 nRow, const String& rStr );
/trunk/main/sc/source/core/tool/
H A Daddress.cxx50 nRow( rAddr.Row() ), in Details()
604 n = rDetails.nRow; in lcl_r1c1_get_row()
610 n += rDetails.nRow; in lcl_r1c1_get_row()
981 SCROW nRow = 0; in lcl_ScAddress_Parse_OOo() local
1060 nRow = SCROW(-1); in lcl_ScAddress_Parse_OOo()
1070 nRow = static_cast<SCROW>(n); in lcl_ScAddress_Parse_OOo()
1077 rAddr.Set( nCol, nRow, nTab ); in lcl_ScAddress_Parse_OOo()
1555 r += String::CreateFromInt32( nRow+1 ); in lcl_a1_append_r()
1588 nRow -= rDetails.nRow; in lcl_r1c1_append_r()
1589 if (nRow != 0) { in lcl_r1c1_append_r()
[all …]
/trunk/main/svtools/source/table/
H A Dmousefunction.cxx71 if ( ( tableCell.nRow == ROW_COL_HEADERS ) && ( tableCell.eArea == ColumnDivider ) ) in handleMouseMove()
121 if ( tableCell.nRow == ROW_COL_HEADERS ) in handleMouseDown()
205 if ( tableCell.nRow >= 0 ) in handleMouseDown()
209 i_tableControl.activateCell( tableCell.nColumn, tableCell.nRow ); in handleMouseDown()
227 if ( tableCell.nRow >= 0 ) in handleMouseUp()
267 if ( ( tableCell.nRow != ROW_COL_HEADERS ) || ( tableCell.nColumn < 0 ) ) in handleMouseDown()
283 if ( ( tableCell.nRow == ROW_COL_HEADERS ) && ( tableCell.nColumn == m_nActiveColumn ) ) in handleMouseUp()
/trunk/main/sc/source/filter/html/
H A Dhtmlpars.cxx353 ScRange aRange( pE->nCol, pE->nRow, 0, in SkipLocked()
410 SCROW nRow = pE->nRow; in Adjust() local
413 if ( pE->nRow < nNextRow ) in Adjust()
414 pE->nRow = nCurRow = nNextRow; in Adjust()
424 pE->nRow = nCurRow; in Adjust()
679 if ( pE->nRow == SCROW_MAX ) in Colonize()
680 pE->nRow = nRowCnt; in Colonize()
1006 pActEntry->nRow = nRowCnt; in TableDataOn()
1168 SCROW nRow = pS->nRowCnt; in TableOff() local
2247 for( SCROW nRow = 0; nRow <= nLastRow; ++nRow ) in ApplyCellBorders() local
[all …]
/trunk/main/sc/inc/
H A Dsegmenttree.hxx75 bool getValue(SCROW nRow);
76 bool getRangeData(SCROW nRow, RangeData& rData);
78 void insertSegment(SCROW nRow, SCROW nSize, bool bSkipStartBoundary);
153 sal_uInt16 getValue(SCROW nRow);
155 bool getRangeData(SCROW nRow, RangeData& rData);
157 void insertSegment(SCROW nRow, SCROW nSize, bool bSkipStartBoundary);
/trunk/main/oox/source/xls/
H A Dformulabase.cxx74 mnRow = nRow & BIFF12_TOK_REF_ROWMASK; in setBiff12Data()
86 mnRow = nRow & BIFF_TOK_REF_ROWMASK; in setBiff2Data()
98 mnRow = nRow; in setBiff8Data()
109 sal_Int32 nRow; in readBiff12Data() local
111 rStrm >> nRow >> nCol; in readBiff12Data()
117 sal_uInt16 nRow; in readBiff2Data() local
119 rStrm >> nRow >> nCol; in readBiff2Data()
125 sal_uInt16 nRow, nCol; in readBiff8Data() local
126 rStrm >> nRow >> nCol; in readBiff8Data()
1539 for( size_t nRow = 0, nHeight = rMatrix.height(); nRow < nHeight; ++nRow ) in generateApiArray() local
[all …]
/trunk/main/sw/source/core/doc/
H A Ddocsort.cxx260 : nRow( nRC ) in SwSortBoxElement()
280 pFndBox = pBox->GetBox(nCol, nRow); // Zeilen sortieren in GetKey()
282 pFndBox = pBox->GetBox(nRow, nCol); // Spalten sortieren in GetKey()
309 pFndBox = pBox->GetBox(nCol, nRow); // Zeilen sortieren in GetValue()
311 pFndBox = pBox->GetBox(nRow, nCol); // Spalten sortieren in GetValue()
622 MoveRow(this, aFlatBox, pBox->nRow, i + nStart, aMovedList, pUndoSort); in SortTbl()
809 nRow(0), in FlatFndBox()
959 sal_uInt16 nOldRow = nRow; in FillFlat()
973 sal_uInt16 nOff = nRow * nCols + nCol; in FillFlat()
1004 nRow++; in FillFlat()
[all …]
/trunk/main/svx/source/dialog/
H A Dfrmsel.cxx381 size_t nCol, nCols, nRow, nRows; in InitBorderGeometry() local
417 for( nRow = 0, nRows = maArray.GetRowCount(); nRow < nRows; ++nRow ) in InitBorderGeometry()
419 Rectangle aRect( maArray.GetCellRect( nCol, nRow ) ); in InitBorderGeometry()
420 …OffsX = frame::GetTLDiagOffset( -mnFocusOffs, mnFocusOffs, maArray.GetHorDiagAngle( nCol, nRow ) ); in InitBorderGeometry()
421 …OffsY = frame::GetTLDiagOffset( -mnFocusOffs, mnFocusOffs, maArray.GetVerDiagAngle( nCol, nRow ) ); in InitBorderGeometry()
471 for( nRow = 0, nRows = maArray.GetRowCount(); nRow < nRows; ++nRow ) in InitBorderGeometry()
474 Rectangle aRect( maArray.GetCellRect( nCol, nRow ) ); in InitBorderGeometry()
648 for( size_t nRow = 0; nRow < maArray.GetRowCount(); ++nRow ) in DrawAllFrameBorders() local
649 maArray.SetCellStyleDiag( nCol, nRow, maTLBR.GetUIStyle(), maBLTR.GetUIStyle() ); in DrawAllFrameBorders()
/trunk/main/dbaccess/source/ui/querydesign/
H A DSelectionBrowseBox.hxx208 …::sun::star::accessibility::XAccessible > CreateAccessibleCell( sal_Int32 nRow, sal_uInt16 nColumn…
212 virtual sal_Bool SeekRow( long nRow );
226 virtual ::svt::CellController* GetController(long nRow, sal_uInt16 nCol);
227 virtual void InitController(::svt::CellControllerRef& rController, long nRow, sal_uInt16 nCol);
231 virtual sal_uInt32 GetTotalCellWidth(long nRow, sal_uInt16 nColId) const;
234 virtual sal_uInt32 GetTotalCellWidth(long nRow, sal_uInt16 nColId);
253 long GetRealRow(long nRow) const;
/trunk/main/sc/source/filter/inc/
H A Ddif.hxx179 void SetLogical( SCROW nRow );
180 void SetNumFormat( SCROW nRow, const sal_uInt32 nNumFormat );
204 inline void SetLogical( const SCCOL nCol, const SCROW nRow );
205 void SetNumFormat( const SCCOL nCol, const SCROW nRow, const sal_uInt32 nNumFormat );
210 inline void DifAttrCache::SetLogical( const SCCOL nCol, const SCROW nRow ) in SetLogical() argument
217 ppCols[ nCol ]->SetLogical( nRow ); in SetLogical()
/trunk/main/accessibility/inc/accessibility/extended/
H A DAccessibleGridControlTableBase.hxx97 getAccessibleRowExtentAt( sal_Int32 nRow, sal_Int32 nColumn )
103 getAccessibleColumnExtentAt( sal_Int32 nRow, sal_Int32 nColumn )
120 virtual sal_Int32 SAL_CALL getAccessibleIndex( sal_Int32 nRow, sal_Int32 nColumn )
192 sal_Int32 implGetChildIndex( sal_Int32 nRow, sal_Int32 nColumn ) const;
206 void ensureIsValidRow( sal_Int32 nRow )
216 void ensureIsValidAddress( sal_Int32 nRow, sal_Int32 nColumn )
/trunk/main/sc/source/ui/inc/
H A DAccessiblePreviewTable.hxx74 virtual ::rtl::OUString SAL_CALL getAccessibleRowDescription( sal_Int32 nRow )
80 virtual sal_Int32 SAL_CALL getAccessibleRowExtentAt( sal_Int32 nRow, sal_Int32 nColumn )
83 virtual sal_Int32 SAL_CALL getAccessibleColumnExtentAt( sal_Int32 nRow, sal_Int32 nColumn )
94 virtual sal_Bool SAL_CALL isAccessibleRowSelected( sal_Int32 nRow )
101 getAccessibleCellAt( sal_Int32 nRow, sal_Int32 nColumn )
108 virtual sal_Bool SAL_CALL isAccessibleSelected( sal_Int32 nRow, sal_Int32 nColumn )
111 virtual sal_Int32 SAL_CALL getAccessibleIndex( sal_Int32 nRow, sal_Int32 nColumn )
/trunk/main/sc/source/core/data/
H A Dfillinfo.cxx391 (nThisRow=pThisCol->pItems[nUIndex].nRow) <= nY2 ) in FillInfo()
432 nThisRow=pThisAttrArr->pData[nIndex].nRow; // Ende des Bereichs in FillInfo()
583 nThisRow=pThisMarkArr->pData[nIndex].nRow; // Ende des Bereichs in FillInfo()
901 for( size_t nRow = 0; nRow < nRowCount; ++nRow ) in FillInfo() local
903 sal_uInt16 nCellInfoY = static_cast< sal_uInt16 >( nRow ); in FillInfo()
916 size_t nFirstRow = nRow; in FillInfo()
920 …if( !rArray.IsMerged( nCol, nRow ) && (rInfo.bMerged || rInfo.bHOverlapped || rInfo.bVOverlapped) ) in FillInfo()
986 rArray.SetAddMergedLeftSize( nCol, nRow, nSize ); in FillInfo()
994 rArray.SetAddMergedRightSize( nCol, nRow, nSize ); in FillInfo()
1002 rArray.SetAddMergedTopSize( nCol, nRow, nSize ); in FillInfo()
[all …]
/trunk/main/sc/source/filter/xcl97/
H A Dxcl97rec.cxx850 nRow( nR ), in ExcEScenarioCell()
857 rStrm << nRow << nCol; in WriteAddress()
870 XML_r, XclXmlUtils::ToOString( ScAddress( nCol, nRow, 0 ) ).getStr(), in SaveXml()
905 SCROW nRow; in ExcEScenario() local
913 for( nRow = pRange->aStart.Row(); (nRow <= pRange->aEnd.Row()) && bContLoop; nRow++ ) in ExcEScenario()
916 if( rDoc.HasValueData( nCol, nRow, nTab ) ) in ExcEScenario()
918 rDoc.GetValue( nCol, nRow, nTab, fVal ); in ExcEScenario()
926 rDoc.GetString( nCol, nRow, nTab, sText ); in ExcEScenario()
928 static_cast<sal_uInt16>(nRow), sText ); in ExcEScenario()
939 sal_Bool ExcEScenario::Append( sal_uInt16 nCol, sal_uInt16 nRow, const String& rTxt ) in Append() argument
[all …]

Completed in 183 milliseconds

12345678910>>...21