Home
last modified time | relevance | path

Searched refs:startRow (Results 1 – 11 of 11) sorted by relevance

/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/table/
H A D_XCellCursor.java75 int startCol, endCol, startRow, endRow = 0; in _gotoNext() local
81 startRow = oAddr.StartRow; in _gotoNext()
110 int startCol, endCol, startRow, endRow = 0; in _gotoOffset() local
116 startRow = oAddr.StartRow; in _gotoOffset()
144 int startCol, endCol, startRow, endRow = 0; in _gotoPrevious() local
150 startRow = oAddr.StartRow; in _gotoPrevious()
180 int startCol, endCol, startRow, endRow = 0; in _gotoStart() local
186 startRow = oAddr.StartRow; in _gotoStart()
190 if ((startCol == endCol) && (endRow == startRow)){ in _gotoStart()
217 int startCol, endCol, startRow, endRow = 0; in _gotoEnd() local
[all …]
/trunk/main/writerfilter/source/doctok/
H A DWW8ResourceModelImpl.cxx53 virtual void startRow(unsigned int nCols,
82 void WW8TableDataHandler::startRow in startRow() function in writerfilter::doctok::WW8TableDataHandler
/trunk/main/writerfilter/source/resourcemodel/
H A Dresourcemodel.cxx108 virtual void startRow(unsigned int nCols,
137 void WW8TableDataHandler::startRow in startRow() function in writerfilter::WW8TableDataHandler
/trunk/main/writerfilter/inc/resourcemodel/
H A DTableManager.hxx74 virtual void startRow(
987 mpTableDataHandler->startRow(nCells, pRowData->getProperties()); in resolveCurrentTable()
/trunk/main/migrationanalysis/src/driver_docs/sources/word/
H A DMigrationAnalyser.cls323 Dim startRow As Long
331 startRow = myRng.Information(wdStartOfRangeRowNumber)
350 .Values.Add startRow
/trunk/main/writerfilter/source/dmapper/
H A DDomainMapperTableHandler.hxx80 virtual void startRow(
H A DDomainMapperTableHandler.cxx837 void DomainMapperTableHandler::startRow(unsigned int nCells, in startRow() function in writerfilter::dmapper::DomainMapperTableHandler
/trunk/main/migrationanalysis/src/driver_docs/sources/
H A DAnalysisDriver.bas659 Dim startRow As Long variable
661 startRow = mDocPropRowOffset + 1
664 GetPreparableFilesFromDocProps wsDocProp, startRow, endRow, fso, myFiles
689 Function GetPreparableFilesFromDocProps(wsDocProp As Worksheet, startRow As Long, _
705 For index = startRow To endRow
/trunk/main/reportbuilder/java/com/sun/star/report/pentaho/output/text/
H A DTextRawReportTarget.java579 startRow(attrs); in startOther()
723 private void startRow(final AttributeMap attrs) in startRow() method in TextRawReportTarget
/trunk/main/writerfilter/source/ooxml/
H A DOOXMLFastContextHandler.hxx464 void startRow();
H A DOOXMLFastContextHandler.cxx1725 void OOXMLFastContextHandlerTextTableRow::startRow() in startRow() function in writerfilter::ooxml::OOXMLFastContextHandlerTextTableRow

Completed in 89 milliseconds