Home
last modified time | relevance | path

Searched refs:nRPos (Results 1 – 3 of 3) sorted by last modified time

/trunk/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()
/trunk/main/sw/source/filter/writer/
H A Dwrtswtbl.cxx431 long nRPos = nStartRPos; in CollectTableRowsCols() local
436 long nOldRPos = nRPos; in CollectTableRowsCols()
441 nRPos += nLineHeight; in CollectTableRowsCols()
449 nRPos -= nLineHeight; in CollectTableRowsCols()
452 nRPos += nLineHeight; in CollectTableRowsCols()
537 nRPos - nOldRPos, in CollectTableRowsCols()
561 long nRPos = nStartRPos; in FillTableRowsCols() local
569 long nOldRPos = nRPos; in FillTableRowsCols()
573 nRPos += nLineHeight; in FillTableRowsCols()
578 nRPos -= nLineHeight; in FillTableRowsCols()
[all …]
/trunk/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()

Completed in 27 milliseconds