/aoo42x/main/sc/source/filter/xml/ |
H A D | xmlcelli.cxx | 426 if (aCellPos.Column > MAXCOL) in CreateChildContext() 427 aCellPos.Column = MAXCOL; in CreateChildContext() 453 aCell.Column = nCol; in IsMerged() 572 sal_Int32 nRight = aCellAddress.Column + nCellsRepeated - 1; in SetCellProperties() 778 if (aCellPos.Column > 0 && nRepeatedRows > 1) in EndElement() 832 aCurrentPos.Column = aCellPos.Column + i; in EndElement() 840 if ((aCurrentPos.Column == 0) && (j > 0)) in EndElement() 1025 if ((i == 0) && (aCellPos.Column == 0)) in EndElement() 1037 … SCCOL nStartCol(aCellPos.Column < MAXCOL ? static_cast<SCCOL>(aCellPos.Column) : MAXCOL); in EndElement() 1039 …SCCOL nEndCol(aCellPos.Column + nCellsRepeated - 1 < MAXCOL ? static_cast<SCCOL>(aCellPos.Column +… in EndElement() [all …]
|
H A D | XMLExportIterator.cxx | 67 ((aNewAddr.Row == rCellAddress.Row) && (aNewAddr.Column < rCellAddress.Column))) ) in UpdateAddress() 462 return (aPosition.Column < rDetObj.aPosition.Column); in operator <() 550 return (aPosition.Column < rDetOp.aPosition.Column); in operator <() 644 return (aCellAddress.Column < rAnno.aCellAddress.Column); in operator <() 691 rAddress.Column = nCellCol; in UpdateAddress() 704 if( (nCellCol == rAddress.Column) && (nCellRow == rAddress.Row) ) in SetCellData() 748 if ((aCell.aCellAddress.Column == aItr->aCellAddress.Column) && in HasAnnotation() 773 aLastAddress.Column = 0; in SetCurrentTable() 852 sal_Bool bFoundCell((aAddress.Column <= MAXCOL) && (aAddress.Row <= MAXROW)); in GetNext() 877 aCell.aCellAddress.Column, aCell.aCellAddress.Row, in GetNext()
|
H A D | xmlsubti.cxx | 74 aTableCellPos.Column = nCol; in ScMyTableData() 104 ++aTableCellPos.Column; in AddColumn() 105 if (static_cast<sal_uInt32>(aTableCellPos.Column) >= nColsPerCol.size()) in AddColumn() 110 …nRealCols[aTableCellPos.Column + 1] = nRealCols[aTableCellPos.Column] + nColsPerCol[aTableCellPos.… in AddColumn() 317 if (IsMerged(xCurrentCellRange, GetRealCellPos().Column, GetRealCellPos().Row, aCellAddress)) in UnMerge() 333 if (IsMerged(xCurrentCellRange, GetRealCellPos().Column, GetRealCellPos().Row, aCellAddress)) in DoMerge() 367 …for (sal_Int32 j = 0; j < GetRealCellPos().Column - aTableVec[nTableCount - 1]->GetColumn() - 1; +… in InsertRow() 395 if (GetRealCellPos().Column > 0) in NewRow() 431 sal_Int32 nCol(GetRealCellPos().Column); in InsertColumn() 701 aRealCellPos.Column = nCol; in GetRealCellPos()
|
/aoo42x/main/sc/inc/ |
H A D | convuno.hxx | 90 rScAddress.Set( (SCCOL)rApiAddress.Column, (SCROW)rApiAddress.Row, (SCTAB)rApiAddress.Sheet ); in FillScAddress() 97 rApiAddress.Column = rScAddress.Col(); in FillApiAddress() 125 rApiRange.StartColumn = rApiRange.EndColumn = rApiAddress.Column; in FillApiRange() 134 rApiAddress.Column = rApiRange.StartColumn; in FillApiStartAddress() 143 rApiAddress.Column = rApiRange.EndColumn; in FillApiEndAddress() 162 (rApiOuter.StartColumn <= rApiInner.Column) && (rApiInner.Column <= rApiOuter.EndColumn) && in Contains() 182 (rApiAddress1.Column == rApiAddress2.Column) && in operator ==()
|
/aoo42x/main/oox/source/xls/ |
H A D | sheetdatabuffer.cxx | 86 (maFormulaRef.StartColumn == rCellAddr.Column) && in isValidArrayRef() 94 … (maFormulaRef.StartColumn <= rCellAddr.Column) && (rCellAddr.Column <= maFormulaRef.EndColumn) && in isValidSharedRef() 299 …if( ((maCellBlockIt != maCellBlocks.end()) && maCellBlockIt->second->contains( rCellAddr.Column ))… in getCellBlock() 300 …CellBlocks.lower_bound( rCellAddr.Column )) != maCellBlocks.end()) && maCellBlockIt->second->conta… in getCellBlock() 337 pCellBlock->getCellAny( rModel.maCellAddr.Column ) <<= fValue; in setValueCell() 346 pCellBlock->getCellAny( rModel.maCellAddr.Column ) <<= rText; in setStringCell() 598 maRange.StartColumn = maRange.EndColumn = rCellAddr.Column; in set() 609 (maRange.EndColumn + 1 == rCellAddr.Column) ) in tryExpand() 639 maRange( rAddress.Sheet, rAddress.Column, rAddress.Row, rAddress.Column, rAddress.Row ), in MergedRange() 647 (maRange.EndRow == rAddress.Row) && (maRange.EndColumn + 1 == rAddress.Column) ) in tryExpand() [all …]
|
H A D | worksheethelper.cxx | 481 xCell = mxSheet->getCellByPosition( rAddress.Column, rAddress.Row ); in getCell() 685 sal_Int32 nEndCol = mrMaxApiPos.Column + 1; in getCellAddressFromPosition() 718 bool bMultiCols = aStartAddr.Column < aEndAddr.Column; in getCellRangeFromRectangle() 724 Point aEndPos = getCellPosition( aEndAddr.Column, aEndAddr.Row ); in getCellRangeFromRectangle() 726 --aEndAddr.Column; in getCellRangeFromRectangle() 730 …return CellRangeAddress( getSheetIndex(), aStartAddr.Column, aStartAddr.Row, aEndAddr.Column, aEnd… in getCellRangeFromRectangle() 825 nLastCol = mrMaxApiPos.Column; in setColumnModel() 978 …for( aAddress.Column = aIt->maRange.StartColumn; aAddress.Column <= aIt->maRange.EndColumn; ++aAdd… in finalizeHyperlinkRanges() 1162 sal_Int32 nMaxCol = mrMaxApiPos.Column; in convertColumns() 1592 if( aDataRange.EndColumn < rMaxPos.Column ) in setLabelRanges() [all …]
|
H A D | addressconverter.cxx | 554 bool bValid = (0 <= nCol) && (nCol <= maMaxPos.Column); in checkCol() 582 checkCol( rAddress.Column, bTrackOverflow ) && in checkCellAddress() 590 return parseOoxAddress2d( orAddress.Column, orAddress.Row, rString ); in convertToCellAddressUnchecked() 608 aAddress.Column = ::std::min( aAddress.Column, maMaxPos.Column ); in createValidCellAddress() 618 orAddress.Column = rBinAddress.mnCol; in convertToCellAddressUnchecked() 636 …aAddress.Column = getLimitedValue< sal_Int32, sal_Int32 >( rBinAddress.mnCol, 0, maMaxPos.Column ); in createValidCellAddress() 662 if( orRange.EndColumn > maMaxPos.Column ) in validateCellRange() 663 orRange.EndColumn = maMaxPos.Column; in validateCellRange() 758 maMaxXlsPos.Column = nMaxXlsCol; in initializeMaxPos()
|
H A D | externallinkfragment.cxx | 127 maCurrPos.Column = rStrm.readInt32(); in importExtCellBlank() 133 maCurrPos.Column = rStrm.readInt32(); in importExtCellBool() 140 maCurrPos.Column = rStrm.readInt32(); in importExtCellDouble() 146 maCurrPos.Column = rStrm.readInt32(); in importExtCellError() 152 maCurrPos.Column = rStrm.readInt32(); in importExtCellString() 160 mxSheetCache->setCellValue( maCurrPos.Column, maCurrPos.Row, rValue ); in setCellValue() 511 mxSheetCache->setCellValue( aCellPos.Column, aCellPos.Row, rValue ); in setCellValue()
|
H A D | sheetdatacontext.cxx | 305 maLastCellAddress.Column = SAL_MAX_UINT32; // wraps around to 0 when incremented in importRow() 319 sal_Int32 nMaxCol = mrAddressConv.getMaxApiAddress().Column; in importRow() 345 maCellData.maCellAddr.Column = ++maLastCellAddress.Column; in importCell() 352 maLastCellAddress.Column = maCellData.maCellAddr.Column; in importCell() 415 sal_Int32 nMaxCol = mrAddressConv.getMaxApiAddress().Column; in importRow() 743 …2 nLastCol = ::std::min< sal_Int32 >( nFirstFreeCol - 1, mrAddressConv.getMaxApiAddress().Column ); in importRow()
|
/aoo42x/main/sc/workben/ |
H A D | test.cxx | 306 aAdr.Column = nCol; in lcl_OutputNames() 424 aPos.Column = 1; in lcl_Annotations() 494 aPos.Column = 1; in lcl_Cursor() 792 aVar.Column = 0; in lcl_Goal() 800 aOut.Column = 0; in lcl_Goal() 1165 aPos.Column = 2; in lcl_CellCursor() 1206 aPos.Column = 0; in lcl_Notes() 1288 aPos.Column = 0; in lcl_Formula() 1747 aPos.Column = 1; in IMPL_LINK() 1867 aPos.Column = 0; in IMPL_LINK() [all …]
|
/aoo42x/main/qadevOOo/tests/java/ifc/sheet/ |
H A D | _XNamedRange.java | 152 rCA.Column + ", " + rCA.Row + ")" ); in _getReferencePosition() 155 bResult &= rCA.Column == CA.Column; in _getReferencePosition() 170 CA.Column + ", " + CA.Row + ")"); in _setReferencePosition()
|
H A D | _XDataPilotTable2.java | 146 addr.Column = x; in _getPositionData() 383 String str = "(" + addr.Column + "," + addr.Row + ")"; in formatCell() 407 addr.Column = x; in buildResultCells() 475 if (data.length <= 0 || lastCell.Row == 0 || lastCell.Column == 0) in checkDrillDownSheetContent() 481 if (data.length != lastCell.Row + 1 || data[0].length != lastCell.Column + 1) in checkDrillDownSheetContent() 490 xCR = xSheet.getCellRangeByPosition(0, 0, lastCell.Column, lastCell.Row); in checkDrillDownSheetContent()
|
H A D | _XSheetAuditing.java | 83 xAddress = xSheet.getCellByPosition(address.Column, address.Row); in before() 84 … xDependentAddress = xSheet.getCellByPosition(dependentAddress.Column, dependentAddress.Row); in before() 85 … xPrecedentAddress = xSheet.getCellByPosition(precedentAddress.Column, precedentAddress.Row); in before() 126 …String cellAddress = new String(new byte[]{(byte)(precedentAddress.Column + 65)}) + (precedentAddr… in _showErrors()
|
/aoo42x/main/sc/source/core/data/ |
H A D | clipparam.cxx | 69 case ScClipParam::Column: in getPasteColSize() 96 case ScClipParam::Column: in getPasteRowSize() 149 case Column: in transpose() 153 meDirection = ScClipParam::Column; in transpose()
|
/aoo42x/main/svx/source/fmcomp/ |
H A D | gridctrl.src | 62 Text [ en-US ] = "Insert ~Column" ; 148 Text [ en-US ] = "Delete Column" ; 154 Text [ en-US ] = "~Hide Column" ; 188 Text [ en-US ] = "Column..." ;
|
/aoo42x/main/chart2/qa/ |
H A D | data.chd | 7 # Column 1 10 # Column 2 13 # Column 3
|
/aoo42x/main/xml2cmp/source/support/ |
H A D | heap.hxx | 44 typedef HeapItem * Column; typedef in Heap 47 Column & ActiveColumn() { return dpColumnsArray[nActiveColumn]; } in ActiveColumn() 49 Column * dpColumnsArray;
|
/aoo42x/test/testuno/source/fvt/uno/sc/data/ |
H A D | SubtotalsForGroup.java | 102 aColumns[0].Column = 1; in testForSecondGroup() 109 bColumns[0].Column = 2; in testForSecondGroup() 349 aColumns[0].Column = 1; in testForThirdGroup() 356 bColumns[0].Column = 2; in testForThirdGroup() 363 cColumns[0].Column = 4; in testForThirdGroup()
|
/aoo42x/main/offapi/com/sun/star/sdb/ |
H A D | Column.idl | 27 #include <com/sun/star/sdbcx/Column.idl> 39 published service Column 41 service com::sun::star::sdbcx::Column;
|
/aoo42x/main/scp2/source/winexplorerext/ |
H A D | registryitem_winexplorerext.scp | 73 // Begin registry items for the Column handler 80 Value = "%PRODUCTNAME Column Handler"; 81 Val64 = "%PRODUCTNAME Column Handler"; 103 // End registry items for the Column handler
|
/aoo42x/main/sc/source/ui/vba/testvba/TestDocuments/logs/excel/ |
H A D | Ranges.log | 44 ITEM Assertion OK : First Column is: 5 163 Column-Address 164 TEST START : Column-Address 173 END 'Column-Address' Symbol 174 TEST OK : Column-Address 220 ITEM Assertion OK : Column is: 5
|
/aoo42x/main/sc/source/ui/vba/testvba/TestDocuments/logs/unix/ |
H A D | Ranges.log | 44 ITEM Assertion OK : First Column is: 5 163 Column-Address 164 TEST START : Column-Address 173 END 'Column-Address' Symbol 174 TEST OK : Column-Address 220 ITEM Assertion OK : Column is: 5
|
/aoo42x/main/sc/source/ui/vba/testvba/TestDocuments-ooo-build/logs/win/ |
H A D | Ranges.log | 44 ITEM Assertion OK : First Column is: 5 163 Column-Address 164 TEST START : Column-Address 173 END 'Column-Address' Symbol 174 TEST OK : Column-Address 220 ITEM Assertion OK : Column is: 5
|
/aoo42x/main/sc/source/ui/vba/testvba/TestDocuments/logs/win/ |
H A D | Ranges.log | 44 ITEM Assertion OK : First Column is: 5 163 Column-Address 164 TEST START : Column-Address 173 END 'Column-Address' Symbol 174 TEST OK : Column-Address 220 ITEM Assertion OK : Column is: 5
|
/aoo42x/main/sc/source/ui/vba/testvba/TestDocuments-ooo-build/logs/excel/ |
H A D | Ranges.log | 44 ITEM Assertion OK : First Column is: 5 163 Column-Address 164 TEST START : Column-Address 173 END 'Column-Address' Symbol 174 TEST OK : Column-Address 220 ITEM Assertion OK : Column is: 5
|