Searched refs:nRPos (Results 1 – 3 of 3) sorted by relevance
/trunk/main/sw/source/filter/writer/ |
H A D | wrtswtbl.cxx | 431 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/dbaccess/source/core/api/ |
H A D | SingleSelectQueryComposer.cxx | 1515 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/sc/source/ui/view/ |
H A D | hdrcont.cxx | 670 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 32 milliseconds