Home
last modified time | relevance | path

Searched defs:nCol (Results 126 – 150 of 334) sorted by relevance

12345678910>>...14

/aoo42x/main/sc/source/filter/qpro/
H A Dqpro.cxx48 sal_uInt8 nCol, nDummy; in readSheet() local
/aoo42x/main/oox/source/dump/
H A Dxlsbdumper.cxx255 sal_Int32 nCol; in dumpColIndex() local
524 TokenAddress FormulaObject::createTokenAddress( sal_Int32 nCol, sal_Int32 nRow, bool bRelC, bool bR… in createTokenAddress()
584 sal_uInt16 nCol = dumpHex< sal_uInt16 >( rName, mxRelFlags ); in dumpTokenCol() local
601 sal_Int32 nCol = dumpTokenCol( "col", bRelC, bRelR ); in dumpTokenAddress() local
932 for( sal_Int32 nCol = 0; nCol < nCols; ++nCol ) in dumpAddDataArray() local
/aoo42x/main/sd/source/ui/table/
H A DTableDesignPane.cxx725 for( sal_Int32 nCol = 0; nCol < nPreviewColumns; ++nCol ) in FillCellInfoMatrix() local
827 for( sal_Int32 nCol = 0; nCol < nPreviewColumns; ++nCol, nX += nCellWidth-1 ) in CreateDesignPreview() local
861 for( sal_Int32 nCol = 0; nCol < nPreviewColumns; ++nCol, nX += nCellWidth-1 ) in CreateDesignPreview() local
/aoo42x/main/sc/source/ui/dbgui/
H A Dfieldwnd.cxx249 …long nCol = static_cast< long >( mbVertical ? (nRelIndex / mnRowCount) : (nRelIndex % mnColCount) … in GetFieldPosition() local
260 size_t nCol = static_cast< size_t >( rWindowPos.X() / nGridWidth ); in GetFieldIndex() local
283 size_t nCol = static_cast< size_t >( rWindowPos.X() / nGridWidth ); in GetDropIndex() local
/aoo42x/main/sc/source/ui/unoobj/
H A Dchart2uno.cxx315 for (SCCOL nCol = 0; !bFoundValues && nCol < nAllColCount; ++nCol) in Chart2PositionMap() local
377 for (SCCOL nCol = 0; nCol < nAllColCount; ++nCol) in Chart2PositionMap() local
622 for (SCCOL nCol = nCol1; nCol <= nCol2; ++nCol) in glueState() local
633 for (SCCOL nCol = 0; bGlue && nCol < nC; ++nCol) in glueState() local
660 for (SCCOL nCol = 0; bGlue && nCol < nC; ++nCol, i += nR) in glueState() local
738 for (SCCOL nCol = nCol1; nCol <= nCol2; ++nCol, ++nInsCol) in createPositionMap() local
2540 for (SCCOL nCol = aRange.aStart.Col(); nCol <= aRange.aEnd.Col(); ++nCol) in BuildDataCache() local
2695 SCCOL nCol = aRange.aStart.Col() + static_cast<SCCOL>(nC); in FillCacheFromExternalRef() local
3123 for (SCCOL nCol = aRange.aStart.Col(); nCol <= aRange.aEnd.Col(); ++nCol) in operator ()() local
3255 for ( sal_Int32 nCol = aStart.Column; nCol <= aEnd.Column && !bFound; ++nCol) in getNumberFormatKeyByIndex() local
[all …]
/aoo42x/main/svtools/inc/svtools/
H A Dsyntaxhighlight.hxx116 sal_uInt32 nCol; member in SimpleTokenizer_Impl
/aoo42x/main/sc/source/ui/view/
H A Dtabvwshe.cxx78 SCCOL nCol; in GetSelectionText() local
H A Dgridwin.cxx164 bool ScGridWindow::VisibleRange::isInside(SCCOL nCol, SCROW nRow) const in isInside()
175 SCCOL nCol; member in ScFilterListBox
566 void ScGridWindow::LaunchPageFieldMenu( SCCOL nCol, SCROW nRow ) in LaunchPageFieldMenu()
717 void ScGridWindow::LaunchDPFieldMenu( SCCOL nCol, SCROW nRow ) in LaunchDPFieldMenu()
738 SCCOL nCol = rScenRange.aEnd.Col(); // Zelle unterhalb des Buttons in DoScenarioMenue() local
908 void ScGridWindow::DoAutoFilterMenue( SCCOL nCol, SCROW nRow, sal_Bool bDataSelect ) in DoAutoFilterMenue()
1197 SCCOL nCol = pFilterBox->GetCol(); in FilterSelect() local
1222 void ScGridWindow::ExecDataSelect( SCCOL nCol, SCROW nRow, const String& rStr ) in ExecDataSelect()
1237 SCCOL nCol, SCROW nRow, in ExecFilter()
2685 SCCOL nCol = pViewData->GetCurX(); in lcl_SetTextCursorPos() local
[all …]
/aoo42x/main/sc/source/ui/docshell/
H A Dexternalrefmgr.cxx235 void ScExternalRefCache::Table::setCell(SCCOL nCol, SCROW nRow, TokenRef pToken, sal_uInt32 nFmtInd… in setCell()
262 ScExternalRefCache::TokenRef ScExternalRefCache::Table::getCell(SCCOL nCol, SCROW nRow, sal_uInt32*… in getCell()
398 void ScExternalRefCache::Table::setCachedCell(SCCOL nCol, SCROW nRow) in setCachedCell()
420 bool ScExternalRefCache::Table::isInCachedRanges(SCCOL nCol, SCROW nRow) const in isInCachedRanges()
426 SCCOL nCol, SCROW nRow) const in getEmptyOrNullToken()
500 sal_uInt16 nFileId, const String& rTabName, SCCOL nCol, SCROW nRow, sal_uInt32* pnFmtIndex) in getCellData()
633 for (SCCOL nCol = nDataCol1; nCol <= nDataCol2; ++nCol) in getCellRangeData() local
704 void ScExternalRefCache::setCellData(sal_uInt16 nFileId, const String& rTabName, SCCOL nCol, SCROW … in setCellData()
770 for (SCCOL nCol = nCol1; nCol <= nCol2; ++nCol) in setCellRangeData() local
1388 for (SCCOL nCol = nDataCol1; nCol <= nDataCol2; ++nCol) in lcl_convertToTokenArray() local
/aoo42x/main/svx/source/dialog/
H A Dsimptabl.cxx248 void SvxSimpleTable::InsertHeaderEntry(const XubString& rText,sal_uInt16 nCol, in InsertHeaderEntry()
363 void SvxSimpleTable::SortByCol(sal_uInt16 nCol,sal_Bool bDir) in SortByCol()
/aoo42x/main/sc/source/filter/xml/
H A DXMLStylesImportHelper.cxx255 void ScMyStyleRanges::InsertCol(const sal_Int32 nCol, const sal_Int32 nTab, ScDocument* pDoc) in InsertCol()
547 void ScMyStylesImportHelper::InsertCol(const sal_Int32 nCol, const sal_Int32 nTab, ScDocument* pDoc) in InsertCol()
/aoo42x/main/sc/source/filter/excel/
H A Dexcimp8.cxx411 for ( SCCOL nCol = StartCol(); nCol <= EndCol(); nCol++ ) in SetCellAttribs() local
474 sal_uInt16 nCol, nFlags; in ReadAutoFilter() local
/aoo42x/main/cui/source/customize/
H A Dacccfg.cxx904 sal_uInt16 nCol = aEntriesBox.TabCount()-1; in Init() local
1034 sal_uInt16 nCol = aEntriesBox.TabCount() - 1; in IMPL_LINK() local
1049 sal_uInt16 nCol = aEntriesBox.TabCount() - 1; in IMPL_LINK() local
/aoo42x/main/sw/source/ui/inc/
H A Dlabimg.hxx64 sal_Int32 nCol; // Spalte fuer Einzeldruck member in SwLabItem
H A Ddbinsdlg.hxx72 sal_uInt16 nCol; member
/aoo42x/main/sc/inc/
H A Dattarray.hxx81 SCCOL nCol; member in ScAttrArray
/aoo42x/main/sw/source/core/table/
H A Dswnewtable.cxx343 for( sal_uInt16 nCol = 0; nCol < nCols; ++nCol ) in CollectBoxSelection() local
991 for( sal_uInt16 nCol = 0; nCol < nCols; ++nCol ) in _FindSuperfluousRows() local
1003 for( sal_uInt16 nCol = 0; nCol < nCols; ++nCol ) in _FindSuperfluousRows() local
1700 for( sal_uInt16 nCol = 0; nCol < nCols; ++nCol ) in CreateSelection() local
1865 for( sal_uInt16 nCol = 0; nCol < nCols; ++nCol ) in ExpandColumnSelection() local
1982 for( sal_uInt16 nCol = 0; !bChange && nCol < nCols; ++nCol ) in CheckRowSpan() local
2008 for( sal_uInt16 nCol = 0; !bChange && nCol < nCols; ++nCol ) in CheckRowSpan() local
/aoo42x/main/sc/source/ui/Accessibility/
H A DAccessiblePreviewTable.cxx476 sal_Int32 nCol = 0; in getAccessibleColumn() local
580 long nCol = nIndex % nColumns; in getAccessibleChild() local
H A DAccessibleSpreadsheet.cxx130 sal_uInt16 nCol = pariCol.second - pariCol.first + 1; in CalcScAddressFromRangeList() local
1152 sal_Int32 nCol(getAccessibleColumn(nChildIndex)); in selectAccessibleChild() local
1284 sal_Int32 nCol(getAccessibleColumn(nChildIndex)); in deselectAccessibleChild() local
1302 void ScAccessibleSpreadsheet::SelectCell(sal_Int32 nRow, sal_Int32 nCol, sal_Bool bDeselect) in SelectCell()
/aoo42x/main/sc/source/filter/inc/
H A Ddif.hxx210 inline void DifAttrCache::SetLogical( const SCCOL nCol, const SCROW nRow ) in SetLogical()
/aoo42x/main/svtools/source/brwbox/
H A Dbrwbox1.cxx728 for ( sal_uInt16 nCol = 0; nCol < nItemPos; ++nCol ) in SetColumnWidth() local
1120 for ( sal_uInt16 nCol = 0; in ScrollColumns() local
2323 sal_uInt16 nCol; in ImplFieldRectPixel() local
2383 sal_uInt16 nCol; in GetColumnAtXPosPixel() local
/aoo42x/main/dbaccess/source/ui/browser/
H A Dsbagrid.cxx956 CellController* SbaGridControl::GetController(long nRow, sal_uInt16 nCol) in GetController()
1175 void SbaGridControl::ActivateCell(long nRow, sal_uInt16 nCol, sal_Bool bSetCellFocus /*= sal_True*/… in ActivateCell()
1541 sal_uInt16 nCol = GetColumnAtXPosPixel(rEvt.maPosPixel.X(), sal_False); in AcceptDrop() local
1649 sal_uInt16 nCol = GetColumnAtXPosPixel(rEvt.maPosPixel.X(), sal_False); in ExecuteDrop() local
/aoo42x/main/svx/source/tbxctrls/
H A Dlayctrl.cxx62 long nCol; member in TableWindow
468 long nCol; member in ColumnsWindow
/aoo42x/main/sc/source/ui/formdlg/
H A Dformula.cxx146 SCCOL nCol = pViewData->GetCurX(); in ScFormulaDlg() local
608 SCCOL nCol=aCursorPos.Col(); in switchBack() local
/aoo42x/main/basic/source/inc/
H A Dscanner.hxx54 short nCol; // aktuelle Spaltennummer member in SbiScanner

Completed in 1716 milliseconds

12345678910>>...14