Home
last modified time | relevance | path

Searched refs:nCol (Results 251 – 275 of 467) sorted by relevance

1...<<111213141516171819

/trunk/main/sw/source/ui/index/
H A Dcnttab.cxx4442 sal_uInt16 nCol = GetCurColumnId(); in SaveModified() local
4447 if(nCol < ITEM_CASE) in SaveModified()
4459 switch(nCol) in SaveModified()
4473 if(nCol < ITEM_WORDONLY) in SaveModified()
4487 String rTxt = GetCellText( nRow, nCol ); in InitController()
4488 if(nCol < ITEM_CASE) in InitController()
4563 sal_uInt16 nCol = GetCurColumnId(); in WriteEntries() local
4565 if(nCol < ITEM_CASE) in WriteEntries()
4570 GoToColumnId(nCol < ITEM_CASE ? ++nCol : --nCol ); in WriteEntries()
4609 sal_uInt16 nCol = GetCurColumnId(); in IsModified() local
[all …]
/trunk/main/sc/source/ui/docshell/
H A Dtablink.cxx358 for (SCCOL nCol=nStartCol; nCol<=nEndCol; nCol++) in Refresh() local
360 ScAddress aDestPos( nCol, nRow, nTab ); in Refresh()
/trunk/main/oox/inc/oox/xls/
H A Dworksheethelper.hxx228 getColumn( sal_Int32 nCol ) const;
245 ::com::sun::star::awt::Point getCellPosition( sal_Int32 nCol, sal_Int32 nRow ) const;
247 ::com::sun::star::awt::Size getCellSize( sal_Int32 nCol, sal_Int32 nRow ) const;
/trunk/main/starmath/source/
H A Dview.cxx192 ESelection aSel (aToken.nRow - 1, aToken.nCol - 1 - nExtra); in MouseButtonDown()
202 ESelection aSel (aToken.nRow - 1, aToken.nCol - 1); in MouseButtonDown()
284 const SmNode * SmGraphicWindow::SetCursorPos(sal_uInt16 nRow, sal_uInt16 nCol) in SetCursorPos() argument
296 pNode = pTree->FindTokenAt(nRow, nCol); in SetCursorPos()
323 sal_uInt16 nRow, nCol; in Paint() local
324 SmGetLeftSelectionPart(pEdit->GetSelection(), nRow, nCol); in Paint()
326 nCol++; in Paint()
327 const SmNode *pFound = SetCursorPos(nRow, nCol); in Paint()
H A Daccessibility.cxx303 ColorData nCol; in getBackground() local
305 nCol = pWin->GetSettings().GetStyleSettings().GetWindowColor().GetColor(); in getBackground()
307 nCol = aWall.GetColor().GetColor(); in getBackground()
308 return (sal_Int32) nCol; in getBackground()
1889 ColorData nCol; in getBackground() local
1891 nCol = pWin->GetSettings().GetStyleSettings().GetWindowColor().GetColor(); in getBackground()
1893 nCol = aWall.GetColor().GetColor(); in getBackground()
1894 return (sal_Int32) nCol; in getBackground()
/trunk/main/sc/source/filter/xml/
H A Dxmlcelli.cxx449 …ed (const uno::Reference <table::XCellRange>& xCellRange, const sal_Int32 nCol, const sal_Int32 nR… in IsMerged() argument
453 aCell.Column = nCol; in IsMerged()
457 …tCellRange> xMergeSheetCellRange (xCellRange->getCellRangeByPosition(nCol,nRow,nCol,nRow), uno::UN… in IsMerged()
467 if (aCellAddress.StartColumn == nCol && aCellAddress.EndColumn == nCol && in IsMerged()
H A DXMLChangeTrackingImportHelper.cxx759 sal_Int32 nCol, nRow, nTab, nCol2, nRow2, nTab2; in SetNewCell() local
760 pAction->aBigRange.GetVars(nCol, nRow, nTab, nCol2, nRow2, nTab2); in SetNewCell()
761 if ((nCol >= 0) && (nCol <= MAXCOL) && in SetNewCell()
765 ScAddress aAddress (static_cast<SCCOL>(nCol), in SetNewCell()
H A DXMLStylesImportHelper.cxx255 void ScMyStyleRanges::InsertCol(const sal_Int32 nCol, const sal_Int32 nTab, ScDocument* pDoc) in InsertCol() argument
257 InsertColRow(ScRange(static_cast<SCCOL>(nCol), 0, static_cast<SCTAB>(nTab), in InsertCol()
547 void ScMyStylesImportHelper::InsertCol(const sal_Int32 nCol, const sal_Int32 nTab, ScDocument* pDoc) in InsertCol() argument
554 aItr->xRanges->InsertCol(nCol, nTab, pDoc); in InsertCol()
H A Dxmlexprt.cxx2725 sal_Int32 nCol(pCellAddress->StartColumn); in GetMerged() local
2741 aCellAddress2.EndColumn > nCol) && in GetMerged()
2743 aCellAddress2.StartColumn == nCol) in GetMerged()
2758 ++nCol; in GetMerged()
4072 SCCOL nCol = aCols.back(); in WriteExternalRefCaches() local
4073 if (nMaxColsUsed <= nCol) in WriteExternalRefCaches()
4074 nMaxColsUsed = nCol + 1; in WriteExternalRefCaches()
4137 SCCOL nCol = *itrCol; in WriteExternalRefCaches() local
4140 if (nCol > 0) in WriteExternalRefCaches()
4142 if (nCol > 1) in WriteExternalRefCaches()
[all …]
/trunk/main/sc/source/core/data/
H A Dattrib.cxx119 ScMergeAttr::ScMergeAttr( SCsCOL nCol, SCsROW nRow): in ScMergeAttr() argument
121 nColMerge(nCol), in ScMergeAttr()
171 sal_Int16 nCol; in Create() local
173 rStream >> nCol; in Create()
175 return new ScMergeAttr(static_cast<SCCOL>(nCol),static_cast<SCROW>(nRow)); in Create()
/trunk/main/sc/source/ui/view/
H A Dtabvwshe.cxx78 SCCOL nCol; in GetSelectionText() local
80 if ( aIter.GetNext( nCol, nRow ) ) in GetSelectionText()
82 aRange.aStart.SetCol( nCol ); in GetSelectionText()
/trunk/main/sc/source/core/tool/
H A Deditutil.cxx111 pPattern = pDoc->GetPattern( nCol, nRow, nTab ); in GetEditArea()
119 long nCellX = (long) ( pDoc->GetColWidth(nCol,nTab) * nPPTX ); in GetEditArea()
124 nCellX += (long) ( pDoc->GetColWidth(nCol+i,nTab) * nPPTX ); in GetEditArea()
161 long nTextHeight = pDoc->GetNeededSize( nCol, nRow, nTab, in GetEditArea()
/trunk/main/sc/source/ui/miscdlgs/
H A Dacredlin.cxx93 nCol=SCCOL_MAX; in ScRedlinData()
445 pNewData->nCol = aRef.aStart.Col(); in InsertChangeAction()
627 pNewData->nCol = aRef.aStart.Col(); in InsertFilteredAction()
814 pNewData->nCol = aRef.aStart.Col(); in InsertChangeActionContent()
2097 if(pLeftData->nCol < pRightData->nCol) in IMPL_LINK()
2101 else if(pLeftData->nCol == pRightData->nCol) in IMPL_LINK()
/trunk/main/oox/source/dump/
H A Ddumperbase.cxx475 void StringHelper::appendAddrCol( OUStringBuffer& rStr, sal_Int32 nCol, bool bRel ) in appendAddrCol() argument
479 for( sal_Int32 nTemp = nCol; nTemp >= 0; (nTemp /= 26) -= 1 ) in appendAddrCol()
1853 for( size_t nCol = 0; nCol < nColCount; ++nCol ) in startTable() local
1855 nColPos = nColPos + pnColWidths[ nCol ]; in startTable()
1865 void Output::tab( size_t nCol ) in tab() argument
1867 mnCol = nCol; in tab()
2009 void Output::writeColIndex( sal_Int32 nCol ) in writeColIndex() argument
2011 StringHelper::appendAddrCol( maLine, nCol, true ); in writeColIndex()
2417 void OutputObjectBase::writeColIndexItem( const String& rName, sal_Int32 nCol ) in writeColIndexItem() argument
2420 mxOut->writeDec( nCol ); in writeColIndexItem()
[all …]
/trunk/main/oox/source/xls/
H A Dformulaparser.cxx1654 for( sal_Int32 nCol = 0; !rStrm.isEof() && (nCol < nCols); ++nCol ) in importArrayToken() local
1656 if( nCol > 0 ) in importArrayToken()
1850 sal_uInt16 nRow, nCol; in readBiff8Data() local
1851 rStrm >> nRow >> nCol; in readBiff8Data()
1852 mnCol = nCol & BIFF_TOK_NLR_MASK; in readBiff8Data()
1854 mbRel = getFlag( nCol, BIFF_TOK_NLR_REL ); in readBiff8Data()
2365 for( sal_uInt16 nCol = 0; !rStrm.isEof() && (nCol < nCols); ++nCol ) in importArrayToken() local
2367 if( nCol > 0 ) in importArrayToken()
H A Dpivotcachefragment.cxx405 …for( sal_Int32 nFieldIdx = 0, nFieldCount = mrPivotCache.getCacheFieldCount(), nCol = 0; nFieldIdx… in BiffPivotCacheRecordsContext() local
413 maUnsharedCols.push_back( nCol ); in BiffPivotCacheRecordsContext()
414 ++nCol; in BiffPivotCacheRecordsContext()
/trunk/main/svx/source/dialog/
H A Dsvxruler.cxx3854 long SvxRuler::CalcPropMaxRight(sal_uInt16 nCol) const in CalcPropMaxRight()
3871 if(nCol==USHRT_MAX) in CalcPropMaxRight()
3878 lOldPos=pBorders[nCol].nPos+pBorders[nCol].nWidth; in CalcPropMaxRight()
3879 nStart=nCol+1; in CalcPropMaxRight()
3880 lFences=pBorders[nCol].nWidth; in CalcPropMaxRight()
3900 if(nCol==USHRT_MAX) //CalcMinMax fuer LeftMargin in CalcPropMaxRight()
3906 lOldPos=pBorders[nCol].nPos; in CalcPropMaxRight()
3909 nActCol=nCol; in CalcPropMaxRight()
3946 for(sal_uInt16 i=GetActRightColumn(sal_False, nCol);i<nBorderCount;) in CalcPropMaxRight()
3957 for(sal_uInt16 i=nCol;i<nBorderCount-1;i++) in CalcPropMaxRight()
/trunk/main/sc/source/ui/Accessibility/
H A DAccessibleCell.cxx474 …for (sal_uInt32 nCol = rRange.aStart.Col(); nCol <= sal::static_int_cast<sal_uInt32>(rRange.aEnd.C… in AddRelation() local
476 pTargetSet[nPos] = xTable->getAccessibleCellAt(nRow, nCol); in AddRelation()
/trunk/main/vcl/unx/headless/
H A Dsvppspgraphics.cxx128 sal_uInt32 nCol = 0; in GetPaletteColor() local
132 nCol = getRGBFromColor( rColor ); in GetPaletteColor()
134 return nCol; in GetPaletteColor()
140 sal_uInt32 nCol = 0; in GetPixelRGB() local
142 nCol = getRGBFromColor( m_aBitmap->getPixel( B2IPoint( nColumn, nRow ) ) ); in GetPixelRGB()
143 return nCol; in GetPixelRGB()
/trunk/main/sc/source/filter/inc/
H A Deeimport.hxx48 sal_Bool GraphicSize( SCCOL nCol, SCROW nRow, SCTAB nTab,
50 void InsertGraphic( SCCOL nCol, SCROW nRow, SCTAB nTab,
/trunk/main/sc/workben/
H A Dtest.cxx302 USHORT nCol, USHORT nRow, USHORT nTab ) in lcl_OutputNames() argument
306 aAdr.Column = nCol; in lcl_OutputNames()
383 for (USHORT nCol = 0; nCol < 10; nCol++) in lcl_DoCount() local
385 aPos.Column = nCol; in lcl_DoCount()
1692 USHORT nCol = (USHORT)aColField.GetValue(); in IMPL_LINK() local
1705 aPos.Column = nCol; in IMPL_LINK()
/trunk/main/sc/source/ui/navipi/
H A Dnavcitem.cxx73 SCCOL nCol = aScAddress.Col()+1; in StateChanged() local
79 rNavigatorDlg.UpdateColumn( &nCol ); in StateChanged()
/trunk/main/sw/source/filter/html/
H A Dparcss1.cxx1315 sal_uInt16 nCol = 0; in GetColor() local
1317 while( nCol < 3 && nPos < aColorStr.Len() ) in GetColor()
1349 aColors[nCol] = (sal_uInt8)nNumber; in GetColor()
1350 nCol ++; in GetColor()
/trunk/main/oox/inc/oox/dump/
H A Ddumperbase.hxx267 inline explicit Address( sal_Int32 nCol, sal_Int32 nRow ) : mnCol( nCol ), mnRow( nRow ) {} in Address()
374 static void appendAddrCol( ::rtl::OUStringBuffer& rStr, sal_Int32 nCol, bool bRel );
1098 void tab( size_t nCol );
1119 void writeColIndex( sal_Int32 nCol );
1206 inline void tab( size_t nCol ) { mrOut.tab( nCol ); } in tab() argument
1408 void writeColIndexItem( const String& rName, sal_Int32 nCol );
/trunk/main/svtools/inc/svtools/
H A Dsyntaxhighlight.hxx116 sal_uInt32 nCol; member in SimpleTokenizer_Impl
119 sal_Unicode getChar( void ) { nCol++; return *mpActualPos++; } in getChar()

Completed in 244 milliseconds

1...<<111213141516171819