Home
last modified time | relevance | path

Searched refs:nRPos (Results 1 – 3 of 3) sorted by relevance

/AOO42X/main/sw/source/filter/writer/
H A Dwrtswtbl.cxx429 long nRPos = nStartRPos; in CollectTableRowsCols() local
434 long nOldRPos = nRPos; in CollectTableRowsCols()
439 nRPos += nLineHeight; in CollectTableRowsCols()
440 if( nParentLineHeight && nStartRPos + nParentLineHeight <= nRPos ) in CollectTableRowsCols()
447 nRPos -= nLineHeight; in CollectTableRowsCols()
448 nLineHeight = nStartRPos + nParentLineHeight - nRPos; // remaining parent height in CollectTableRowsCols()
450 nRPos += nLineHeight; in CollectTableRowsCols()
452 SwWriteTableRow *pRow = new SwWriteTableRow( nRPos, bUseLayoutHeights); in CollectTableRowsCols()
462 long nCheckPos = nRPos + GetLineHeight( pLine ); in CollectTableRowsCols()
464 nRPos = nStartRPos + nParentLineHeight; in CollectTableRowsCols()
[all …]
/AOO42X/main/dbaccess/source/core/api/
H A DSingleSelectQueryComposer.cxx1515 sal_Int32 nPos, nRPos = 0; in lcl_getDecomposedColumnName() local
1519 nPos = sName.indexOf( rQuoteString, nRPos ); in lcl_getDecomposedColumnName()
1522 nRPos = sName.indexOf( rQuoteString, nPos + nQuoteLength ); in lcl_getDecomposedColumnName()
1523 if ( nRPos > nPos ) in lcl_getDecomposedColumnName()
1525 if ( nRPos + nQuoteLength < sName.getLength() ) in lcl_getDecomposedColumnName()
1527 nRPos += nQuoteLength; // -1 + 1 skip dot in lcl_getDecomposedColumnName()
1531 … sColumnName = sName.copy( nPos + nQuoteLength, nRPos - nPos - nQuoteLength ); in lcl_getDecomposedColumnName()
/AOO42X/main/sc/source/ui/view/
H A Dhdrcont.cxx670 SCROW nRPos = static_cast<SCROW>(nPos); in IsSelectionAllowed() local
671 … bCellsProtected = pDoc->HasAttrib(0, nRPos, nTab, MAXCOL, nRPos, nTab, HASATTR_PROTECTED); in IsSelectionAllowed()